summaryrefslogtreecommitdiff
path: root/backend/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Add the PCH support when building the source.Junyan He2013-07-241-8/+2
* remove -ffast-math comiler flagLu Guanqun2013-04-161-2/+2
* Set the initial library versions to 0.1.Zhigang Gong2013-04-101-0/+7
* add linking library for gcc compiler.Lu Guanqun2013-04-101-1/+1
* CMake fixup.Zhigang Gong2013-03-291-1/+2
* Removed use of exceptions since LLVM may not support them (depending on how itBenjamin Segovia2012-10-121-1/+1
* Fixed issue with flag register encoding in instruction schedulingBenjamin Segovia2012-10-081-10/+1
* Activated instruction schedulingBenjamin Segovia2012-10-081-3/+0
* Reenabled the CMake build path. It is really imperfect and the build CMakebsegovia2012-08-131-95/+63
* Fixed a typo in ReleaseBenjamin Segovia2012-08-101-4/+4
* Cleaned up the code to enable the blob compilation pathBenjamin Segovia2012-08-101-0/+7
* Started to implement the vector library for the c++ backendBenjamin Segovia2012-08-101-1/+1
* Started to implement external C interface for the compiler Output a first dum...Benjamin Segovia2012-08-101-4/+7
* Started to implement Gen code generationBenjamin Segovia2012-08-101-1/+10
* Added a new define for the debug mode (GBE_DEBUG)Benjamin Segovia2012-08-101-14/+19
* Started llvm workBenjamin Segovia2012-08-101-0/+5
* Added more functionality in the unit test "framework" Created one test that b...Benjamin Segovia2012-08-101-7/+7
* Added more functionalities for the context Started to implement wellFormed fu...Benjamin Segovia2012-08-101-3/+3
* Improved memory debugger -> added memory re-initialization at free time -> ad...Benjamin Segovia2012-08-101-8/+16
* int* -> [u]uint*_tBenjamin Segovia2012-08-101-23/+23
* First commitBenjamin Segovia2012-08-101-0/+104