Age | Commit message (Expand) | Author |
2008-04-04 | Provide an initial cut at exposing JIT compiled symbols to performance | Chris Lattner |
2008-03-25 | Add explicit keywords. | Dan Gohman |
2008-03-22 | Register EH frames emitted in JIT when using gcc unwinding runtime | Anton Korobeynikov |
2008-03-07 | fix 80 col violations | Chris Lattner |
2008-02-20 | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov |
2008-02-13 | Enable exception handling int JIT | Nicolas Geoffray |
2008-01-29 | Use getPreferredAlignmentLog or getPreferredAlignment | Duncan Sands |
2008-01-25 | JITEmitter.cpp was trying to sync the icache for function stubs, but | Chris Lattner |
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 |
2008-01-03 | Remove symbols that don't exist, remove tabs, fix comment typo | Chris Lattner |
2008-01-03 | Fix PR1873, a problem finding stat-related symbols on linux, due to | Chris Lattner |
2008-01-03 | Change MachineRelocation::DoesntNeedFnStub to NeedStub. This fields will be used | Evan Cheng |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-12-29 | remove attribution from lib Makefiles. | Chris Lattner |
2007-12-06 | Adjust VStudio files to add JITMemoryManager files + include <cassert> from s... | Chuck Rose III |
2007-12-06 | add a new ExecutionEngine::createJIT which can be used if you only want | Chris Lattner |
2007-12-06 | simplify creation of the interpreter, make ExecutionEngine ctor protected, | Chris Lattner |
2007-12-05 | split the JIT memory management code out from the main JIT logic into its | Chris Lattner |
2007-11-28 | for consistency, allow a fallthrough if the final check returns null. | Chris Lattner |
2007-11-27 | Make this actually work on systems that support ppc long double. | Chris Lattner |
2007-11-27 | Unbreak all of the darwin/ppc32 JIT failures having to do | Chris Lattner |
2007-11-01 | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands |
2007-10-22 | add a mechanism for the JIT to invoke a function to lazily create functions a... | Chris Lattner |
2007-10-22 | llvm-gcc3 is dead, along with it __main. | Chris Lattner |
2007-10-17 | Switching TargetMachineRegistry to use the new generic Registry. | Gordon Henriksen |
2007-09-17 | Implement x86 long double in jit (not really | Dale Johannesen |
2007-09-06 | Next round of APFloat changes. | Dale Johannesen |
2007-08-13 | move assertion into mutex guard, a partial fix for PR1606. | Chris Lattner |
2007-08-08 | eliminate redundant conditions from the signless types conversion. | Chris Lattner |
2007-08-01 | New CallInst interface to address GLIBCXX_DEBUG errors caused by | David Greene |
2007-07-30 | Add detection of __dso_handle presence during configure. Use this information... | Anton Korobeynikov |
2007-07-19 | Hush a noisy warning from GCC 4.2 about overflow during conversion by using | Reid Spencer |
2007-07-09 | fix typos | Gabor Greif |
2007-07-05 | Here is the bulk of the sanitizing. | Gabor Greif |
2007-06-30 | (For Chris): Fix failure where we rejected compiling stubs when lazy compilat... | Evan Cheng |
2007-04-20 | avoid mutating a global in an accessor | Chris Lattner |
2007-04-20 | fit in 80 cols | Chris Lattner |
2007-04-20 | rename JIT::state -> JIT::jitstate to avoid shadowing ExecutionEngine::state | Chris Lattner |
2007-03-06 | Implement PR1240 | Anton Korobeynikov |
2007-03-06 | Simplify code as a result of the change in GenericValue to have a single | Reid Spencer |
2007-03-03 | Deal with error handling better. | Reid Spencer |
2007-02-24 | Fix PR1216 by cleaning up the ownership of JITResolver. | Chris Lattner |
2007-02-14 | Generalize TargetData strings, to support more interesting forms of data. | Chris Lattner |
2007-02-13 | eliminate vector-related allocations | Chris Lattner |
2007-01-30 | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer |
2007-01-23 | Moved disassembler to libSystem | Anton Korobeynikov |
2007-01-20 | Teach TargetData to handle 'preferred' alignment for each target, and use | Chris Lattner |
2007-01-20 | DOUT still evaluates side effects, even though it doesn't print. This means | Chris Lattner |
2007-01-19 | fix build on amd64 | Andrew Lenharth |