aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/JIT
Commit message (Expand)AuthorAgeFilesLines
* Merge with LLVM upstream r155090.Shih-wei Liao2012-04-243-19/+18
|\
| * 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
* | Migrate external/llvm to LLVM-153224-20120321.Shih-wei Liao2012-03-241-17/+1
* | Merge branch 'upstream' into sliao_dShih-wei Liao2012-03-246-359/+179
|\ \ | |/
| * 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
* | Merge with upstream LLVM @152063Stephen Hines2012-03-051-1/+0
* | Merge branch 'upstream' into merge-20120305Stephen Hines2012-03-057-363/+56
|\ \ | |/
| * 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
* | Merge with LLVM upstream r146714 (Dec 16th 2011)Logan Chien2011-12-167-26/+18
|\ \ | |/
| * 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
* | Merge with LLVM upstream r145126 (Nov 25th 2011)Logan Chien2011-11-251-1/+1
|\ \ | |/
| * Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-151-1/+1
* | Merge with LLVM upstream r144606 (Nov 15th 2011)Logan Chien2011-11-152-2/+3
|\ \ | |/
| * 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
* | build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-141-0/+23
* | Merge with LLVM upstream 2011/10/20 (r142530)Logan Chien2011-10-204-1/+12
|\ \ | |/
| * 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
* | Merge with LLVM upstream r135568 (Jul 20th 2011)Logan Chien2011-07-205-15/+14
|\ \ | |/
| * 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
* | Merge upstream to r135343 at Sat. 16th July 2011.Nowar Gu2011-07-161-2/+1
|\ \ | |/
| * Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-2/+1
* | Fix source list of Android.mk.Nowar Gu2011-06-201-2/+1
* | Merge upstream to r133240 at Fri. 17th Jun 2011.Nowar Gu2011-06-206-134/+9
|\ \ | |/
| * 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