summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT
Commit message (Expand)AuthorAge
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-12
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* ExecutionEngine: honor optimization levelDylan Noblesmith2011-12-01
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-15
* build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar2011-11-12
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete.Joe Abbey2011-10-19
* EE: Provide the symbol "lseek64" explicitly with <unistd.h> on Linux glibc.NAKAMURA Takumi2011-08-14
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-12
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-15
* ExecutionEngine: move createJIT() definition (v2)Dylan Noblesmith2011-05-13
* ExecutionEngine: push TargetMachine creation into clients (v2)Dylan Noblesmith2011-05-13
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith2011-05-13
* Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen2011-05-07
* ExecutionEngine: delete duplicated filesDylan Noblesmith2011-05-06
* ExecutionEngine: move createJIT() definitionDylan Noblesmith2011-05-06
* ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith2011-05-06
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith2011-05-06
* Fix a C++0x portability issue with std::make_pair. Explicitly providing templ...Douglas Gregor2011-04-29
* Remove unused STL header includes.Jay Foad2011-04-23
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Like the coding standards say, do not use "using namespace std".Jay Foad2011-04-13
* Trailing whitespace.Jim Grosbach2011-03-22
* 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
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* Merge System into Support.Michael J. Spencer2010-11-29
* Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov2010-11-18
* Fix some more 80-col violas.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