summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAge
* Disable JIT symbol table for now.Evan Cheng2008-05-15
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-15
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-14
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* PR2202: LLVMCreateInterpreter creates a JITGordon Henriksen2008-04-25
* Be pessimistic in computing the buffer size when aligning.Nicolas Geoffray2008-04-20
* Cosmetic changes, as suggested by Evan. No functionality changes.Nicolas Geoffray2008-04-20
* Do not hold the JIT lock when materializing a function and verify if theNicolas Geoffray2008-04-20
* Switch to using Simplified ConstantFP::get API.Chris Lattner2008-04-20
* Enable jitting with a known memory size.Nicolas Geoffray2008-04-18
* Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray2008-04-16
* Fix some serious logic errors that broke the jit on darwin/x86-64.Chris Lattner2008-04-13
* Add debugging code.Evan Cheng2008-04-12
* Reenable JIT symbol table.Chris Lattner2008-04-11
* fix warnings with assertions disabled.Chris Lattner2008-04-06
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* disable this for now.Chris Lattner2008-04-05
* Provide an initial cut at exposing JIT compiled symbols to performanceChris Lattner2008-04-04
* Make ExecutionEngine::updateGlobalMapping return the old mapping.Chris Lattner2008-04-04
* Fix "Control reaches the end of non-void function" warnings, Chris Lattner2008-03-30
* Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar2008-03-27
* Add explicit keywords.Dan Gohman2008-03-25
* Register EH frames emitted in JIT when using gcc unwinding runtimeAnton Korobeynikov2008-03-22
* Fix formatting.Duncan Sands2008-03-10
* Load the symbols first so that the interpreter constructor can find them whenNick Lewycky2008-03-08
* fix 80 col violationsChris Lattner2008-03-07
* Simplify code using convertFromZeroExtendedInteger with an APIntDan Gohman2008-02-29
* Update gcc 4.3 warnings fix patch with recent head changesAnton Korobeynikov2008-02-20
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* Added memmove to interpreter external functions list. Patch by Daniel Dunbar.Evan Cheng2008-02-20
* Support vector constant zeros, thanks to Zack Rusin for the testcase.Chris Lattner2008-02-15
* Enable exception handling int JITNicolas Geoffray2008-02-13
* Use empty() instead of comparing size() with zero.Dan Gohman2008-01-29
* Use getPreferredAlignmentLog or getPreferredAlignmentDuncan Sands2008-01-29
* JITEmitter.cpp was trying to sync the icache for function stubs, butChris Lattner2008-01-25
* I doubt the address of the Error string was intendedDuncan Sands2008-01-07
* X86 JIT PIC jumptable support.Evan Cheng2008-01-05
* X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support.Evan Cheng2008-01-04
* Remove symbols that don't exist, remove tabs, fix comment typoChris Lattner2008-01-03
* Fix PR1873, a problem finding stat-related symbols on linux, due toChris Lattner2008-01-03
* Change MachineRelocation::DoesntNeedFnStub to NeedStub. This fields will be usedEvan Cheng2008-01-03
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* remove attribution from lib Makefiles.Chris Lattner2007-12-29
* C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen2007-12-23
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-17
* These are more correctly called signaling NaNs.Duncan Sands2007-12-15
* Teach the interpreter to read and write memory in theDuncan Sands2007-12-14
* Add explicit keywords, and fix a minor typo that they uncovered.Dan Gohman2007-12-14
* Remove host endianness info from TargetData andDuncan Sands2007-12-12
* Add a guard to cxxabi header as other platform mayZhou Sheng2007-12-12