Age | Commit message (Expand) | Author |
2012-08-01 | Whitespace. | Chad Rosier |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
2009-11-23 | * Move stub allocation inside the JITEmitter, instead of exposing a | Jeffrey Yasskin |
2009-09-03 | X86JITInfo::getLazyResolverFunction() should not read cpu id to determine whe... | Evan Cheng |
2009-05-30 | First patch in the direction of splitting MachineCodeEmitter in two subclasses: | Bruno Cardoso Lopes |
2009-02-18 | Add support to the JIT for true non-lazy operation. When a call to a function | Nate Begeman |
2008-12-10 | Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some... | Evan Cheng |
2008-11-10 | Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used. | Evan Cheng |
2008-11-05 | Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS X | Evan Cheng |
2008-10-25 | Support for allocation of TLS variables in the JIT. Allocation of a global | Nicolas Geoffray |
2008-04-16 | Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th... | Nicolas Geoffray |
2008-03-25 | Add explicit keywords. | Dan Gohman |
2008-01-05 | X86 JIT PIC jumptable support. | Evan Cheng |
2008-01-04 | X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support. | Evan Cheng |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2006-11-15 | Remove unneeded forward decls | Chris Lattner |
2006-09-04 | Completely rearchitect the interface between targets and the pass manager. | Chris Lattner |
2006-07-27 | Resolve BB references with relocation. | Evan Cheng |
2006-07-25 | - Refactor the code that resolve basic block references to a TargetJITInfo | Evan Cheng |
2006-03-13 | Added getTargetLowering() to TargetMachine. Refactored targets to support this. | Evan Cheng |
2005-07-29 | turn off GOT on archs that didn't use it (not that it appeard to harm them mu... | Andrew Lenharth |
2005-07-22 | update interface | Andrew Lenharth |
2005-04-21 | * Remove trailing whitespace | Misha Brukman |
2004-11-20 | We implement these interfaces | Chris Lattner |
2003-12-28 | Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering | Chris Lattner |
2003-12-28 | implement support for the intrinsic lowering functionality | Chris Lattner |
2003-12-20 | Rip JIT specific stuff out of TargetMachine, as per PR176 | Chris Lattner |