aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/JIT
Commit message (Expand)AuthorAgeFilesLines
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-285-167/+179
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-225-179/+166
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-215-166/+179
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-132-193/+0
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-072-6/+5
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-031-0/+3
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* MCJIT support for non-function sections.Jim Grosbach2012-01-161-0/+44
* Remove the old ELF writer.Rafael Espindola2012-01-054-355/+3
* A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...Danil Malyshev2012-01-051-2/+2
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-122-6/+3
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-1/+1
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-022-5/+11
* ExecutionEngine: honor optimization levelDylan Noblesmith2011-12-011-3/+3
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-10/+0
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-151-1/+1
* build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar2011-11-122-2/+3
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-031-0/+23
* Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete.Joe Abbey2011-10-191-0/+1
* EE: Provide the symbol "lseek64" explicitly with <unistd.h> on Linux glibc.NAKAMURA Takumi2011-08-141-0/+1
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-121-0/+1
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+8
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-201-1/+1
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-1/+2
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-182-8/+6
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-182-6/+6
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-2/+1
* ExecutionEngine: move createJIT() definition (v2)Dylan Noblesmith2011-05-131-19/+0
* ExecutionEngine: push TargetMachine creation into clients (v2)Dylan Noblesmith2011-05-132-20/+8
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith2011-05-134-102/+9
* Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen2011-05-074-5/+129
* ExecutionEngine: delete duplicated filesDylan Noblesmith2011-05-061-91/+0
* ExecutionEngine: move createJIT() definitionDylan Noblesmith2011-05-061-19/+0
* ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith2011-05-062-20/+8
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith2011-05-063-11/+9
* Fix a C++0x portability issue with std::make_pair. Explicitly providing templ...Douglas Gregor2011-04-291-1/+1
* Remove unused STL header includes.Jay Foad2011-04-231-1/+0
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Like the coding standards say, do not use "using namespace std".Jay Foad2011-04-131-2/+2
* Trailing whitespace.Jim Grosbach2011-03-225-46/+46
* Tidy up. Whitespace and 80 column.Jim Grosbach2011-03-162-17/+20
* Trailing whitespae.Jim Grosbach2011-03-151-34/+34
* Support unregistering exception frames of functions when they are removed.Eric Christopher2011-03-041-3/+4
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-102-7/+7
* Merge System into Support.Michael J. Spencer2010-11-298-9/+9
* Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov2010-11-182-1/+4
* Fix some more 80-col violas.Daniel Dunbar2010-11-131-4/+11
* Move the remaining attribute macros to systematic names based on the attributeChandler Carruth2010-10-231-1/+1
* Fix the cleanup process of exception information in JIT. Now JITDuncan Sands2010-10-211-0/+6