summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAge
* Tidy up. Whitespace and 80 column.Jim Grosbach2011-03-16
* Trailing whitespae.Jim Grosbach2011-03-15
* Support unregistering exception frames of functions when they are removed.Eric Christopher2011-03-04
* Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes2011-02-18
* Fix libffi usage when it is on a custom path.Oscar Fuentes2011-01-28
* Use the paths to libffi's header and library even when no customOscar Fuentes2011-01-27
* Handles libffi on the CMake build.Oscar Fuentes2011-01-21
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* Remove unneeded zero arrays.Benjamin Kramer2010-12-04
* Merge System into Support.Michael J. Spencer2010-11-29
* PR5207: change APInt::doubleToBits() and APInt::floatToBits() to beJay Foad2010-11-28
* Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov2010-11-18
* MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar2010-11-17
* lli: Add stub -use-mcjit option, which doesn't currently do anything.Daniel Dunbar2010-11-17
* JIT: More nitty style tweakage, aka territory marking.Daniel Dunbar2010-11-13
* Fix some more 80-col violas.Daniel Dunbar2010-11-13
* Fix 80-col violation / non-sensicalness.Daniel Dunbar2010-11-13
* Move the remaining attribute macros to systematic names based on the attributeChandler Carruth2010-10-23
* Fix the cleanup process of exception information in JIT. Now JITDuncan Sands2010-10-21
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* Fix a comment.NAKAMURA Takumi2010-08-30
* EE/JIT: Do not invoke parent's ctors/dtors from main()! (PR3897)NAKAMURA Takumi2010-08-30
* remove some dead code.Chris Lattner2010-08-23
* When creating a JIT, try to load the program so that we can resolve symbolsNick Lewycky2010-08-17
* Stop the JIT from refusing to work just because the program it was compiled intoNick Lewycky2010-08-09
* Don't call __register_frame from the JIT on systems that use setjmp/longjmpBob Wilson2010-07-26
* remove the dwarf sizing stuff which is now dead, it wasChris Lattner2010-07-22
* remove the JIT "NeedsExactSize" feature and supporting logic.Chris Lattner2010-07-22
* Fix indentation.Duncan Sands2010-07-19
* Expose JIT::recompileAndRelinkFunction for use through the C API.Duncan Sands2010-07-19
* Get rid of a bunch of duplicated ELF enum values.Eli Friedman2010-07-16
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* first part of JIT support for address of labels, part of PR7264,Chris Lattner2010-07-11
* Handle execution entrypoints with non-integer return types.Dan Gohman2010-06-18
* improve portability to systems that don't have powf/modf (e.g. solaris 9)Chris Lattner2010-05-15
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-02
* Fix an ancient FIXME.Dan Gohman2010-05-01
* Fix the OProfileJITEventListener build after r101844 removedJeffrey Yasskin2010-04-30
* Don't rely upon the MCSymbol "isDefined" method to indicate if a label has beenBill Wendling2010-04-18
* Formatting changes. No functionality change.Bill Wendling2010-04-18
* Fix -Wcast-qual warnings.Dan Gohman2010-04-17
* The JIT calls TidyLandingPads to tidy up the landing pads. However, because theBill Wendling2010-04-16
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-15
* Don't use DILocation when processing a DebugLoc.Nicolas Geoffray2010-04-14
* Use twines to simplify calls to report_fatal_error. For code size and readabi...Benjamin Kramer2010-04-08
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-07
* Fix OProfileJITEventListener build for new DebugLoc.Jeffrey Yasskin2010-04-05
* CurFn is only used for relocations. Use EmissionDetails.MF->getFunction() ins...Nicolas Geoffray2010-04-04
* Switch the code generator (except the JIT) onto the new DebugLocChris Lattner2010-04-02