summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAge
* 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
* Typo noticed by Duncan.Torok Edwin2010-03-30
* Don't overwrite previous value, if it succeeded.Torok Edwin2010-03-30
* Honour addGlobalMapping() in the interpreter, if it was used to add mappings forTorok Edwin2010-03-30
* Avoid leaking the memory allocated for GlobalVariables in the interpreter, byJeffrey Yasskin2010-03-27
* Avoid leaking argv and env arrays from lli.Jeffrey Yasskin2010-03-26
* Avoid a memory leak in JITDebugRegisterer.Jeffrey Yasskin2010-03-16
* fix these two get the mcsymbol operand instead of imm operand.Chris Lattner2010-03-14
* Now that DBG_LABEL is updated, we can finally make MachineMove Chris Lattner2010-03-14
* change EH related stuff (other than EH_LABEL) to use MCSymbolChris Lattner2010-03-14
* Add a new jump table encoding to indicate jump tables entriesRichard Osborne2010-03-11
* strength reduce MMI::MappedLabel to MMI::isLabelDeleted,Chris Lattner2010-03-09
* Fix PR6360. It's easy for a stub's address to escape to user code, so we can'tJeffrey Yasskin2010-03-04
* Fix PR5291, in which a SmallPtrSet iterator was held across an insertion intoJeffrey Yasskin2010-03-04
* Make sure JITResolvers don't leave any stubs behind. When a JITResolver wasJeffrey Yasskin2010-03-04
* Add Module functions in place of module providers.Erick Tryzelaar2010-03-02
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* Apply patch from http://llvm.org/bugs/attachment.cgi?id=4136 now that PR5004 isBill Wendling2010-02-16
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-15
* Make JIT::runFunction clean up the generated stub function.Jeffrey Yasskin2010-02-12