Convert more assert(0)+abort() -> LLVM_UNREACHABLE,
[oota-llvm.git] / lib / ExecutionEngine / JIT / JITMemoryManager.cpp
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-07-08 Jeffrey YasskinAdd an option to allocate JITed global data separately...
2009-06-04 Bruno Cardoso LopesUse uint8_t and int32_t in {JIT,Machine}CodeEmiters
2009-06-03 Bruno Cardoso LopesRevert 72650
2009-05-30 Bruno Cardoso LopesUse uint8_t and int32_t in {JIT,Machine}CodeEmiters
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-03-09 Chris LattnerFix PR3724 by searching for the largest free block...
2009-02-18 Nate BegemanAdd support to the JIT for true non-lazy operation...
2008-10-21 Nuno Lopesfix a tricky bug in the JIT global variable emitter...
2008-10-08 Duncan SandsAdd <cstdio> include where needed by gcc-4.4.
2008-10-03 Jim GrosbachOn Darwin ARM, memory needs special handling to do...
2008-09-18 Evan ChengPreliminary support for systems which require changing...
2008-08-07 Dale JohannesenRewrite JIT handling of GlobalVariables so they
2008-07-29 Evan ChengFix for PR2578. Do not split off a block whose size...
2008-06-21 Dan GohmanUse static_cast instead of reinterpret_cast for casting...
2008-04-16 Nicolas GeoffrayCorrelate stubs with functions in JIT: when emitting...
2008-03-07 Chris Lattnerfix 80 col violations
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-13 Nicolas GeoffrayEnable exception handling int JIT
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-06 Chuck Rose IIIAdjust VStudio files to add JITMemoryManager files...
2007-12-05 Chris Lattnersplit the JIT memory management code out from the main...