summaryrefslogtreecommitdiff
path: root/backend/src/sys/alloc.hpp
Commit message (Expand)AuthorAgeFilesLines
* Android: derived the Allocator from std::allocator.Yang Rong2016-05-271-2/+2
* License: adjust all license version to LGPL v2.1+.Zhigang Gong2014-11-111-1/+1
* Fix compile warnings for ICC compilerLv Meng2014-08-191-2/+4
* Add missing include of <limits>Simon Richter2013-05-171-0/+1
* backend: Use alignof keyword when supportedFeng, Boqun2013-04-101-5/+5
* Added support for llvm 3.1Benjamin Segovia2012-11-081-0/+6
* Almost finished instruction scheduling. Just need to handle accumulator writeBenjamin Segovia2012-10-041-8/+9
* Fixed bug in growing pool allocatorBenjamin Segovia2012-10-041-17/+36
* Removed unused filesBenjamin Segovia2012-09-191-3/+22
* Implemented linear allocator to have both fast instruction allocation andBenjamin Segovia2012-09-191-23/+64
* Improved MOVs generation while resolving PHIsBenjamin Segovia2012-09-181-1/+3
* Implemented greedy instruction on DAG. The idea is mostly to merge instructionsbsegovia2012-09-171-5/+35
* Started constant_push handling Started to revamp the custom allocatorsBenjamin Segovia2012-08-101-46/+30
* Removed useless EOL at the end of the filesBenjamin Segovia2012-08-101-2/+0
* s/getSrcIndex/getSrc/g s/getDstIndex/getDst/gBenjamin Segovia2012-08-101-0/+2
* Fixed issue with new / delete operatorsBenjamin Segovia2012-08-101-7/+7
* Started to implement external C interface for the compiler Output a first dum...Benjamin Segovia2012-08-101-1/+1
* Fixed a bug in memory debugger (...) Fixed a stupid bug while releasing Funct...Benjamin Segovia2012-08-101-2/+2
* Started to implement the iterative data flow pass to build the global DAGBenjamin Segovia2012-08-101-13/+14
* Made the instructions double-chain list elements Renamed the register family ...Benjamin Segovia2012-08-101-1/+1
* Changed typing in GrowingPool. It is more C++ likeBenjamin Segovia2012-08-101-4/+4
* Added type safety for all uint* Added one more testBenjamin Segovia2012-08-101-3/+2
* Added missing function for comparesBenjamin Segovia2012-08-101-0/+1
* Ensure type safety for tuple and register indices by making specific classesBenjamin Segovia2012-08-101-8/+8
* Improved memory debugger -> added memory re-initialization at free time -> ad...Benjamin Segovia2012-08-101-15/+6
* Renamed ir_{...} to {...} Put ir structures and classes into an IR namespace ...Benjamin Segovia2012-08-101-0/+5
* int* -> [u]uint*_tBenjamin Segovia2012-08-101-2/+1
* Keep on implementing instruction class implementation. This basically a set o...bsegovia2012-08-101-11/+11
* Started to implement IR VMBenjamin Segovia2012-08-101-4/+18
* - renamed namespace (s/pf/gbe) - created first files for the IRBenjamin Segovia2012-08-101-59/+59
* First commitBenjamin Segovia2012-08-101-0/+229