aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* Merge with LLVM upstream r146714 (Dec 16th 2011)Logan Chien2011-12-1619-90/+55
|\
| * LLVMBuild: Introduce a common section which currently has a list of theDaniel Dunbar2011-12-121-0/+3
| * LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-125-5/+0
| * ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-126-35/+28
| * EngineBuilder: support for custom TargetOptions. Fixes thePeter Collingbourne2011-12-072-2/+5
| * 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-023-5/+13
| * ExecutionEngine: honor optimization levelDylan Noblesmith2011-12-013-8/+9
| * build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-295-38/+0
* | Merge with LLVM upstream r145126 (Nov 25th 2011)Logan Chien2011-11-253-5/+6
|\ \ | |/
| * Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-1/+1
| * Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-152-4/+5
* | Merge with LLVM upstream r144606 (Nov 15th 2011)Logan Chien2011-11-153-8/+9
|\ \ | |/
| * Fixed the MCJIT so that it can emit not only instanceSean Callanan2011-11-121-6/+6
| * 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-035-0/+115
| * rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-011-1/+1
| * Ignore MachO symbol flags in the upper nibble of n_desc.Jim Grosbach2011-11-011-2/+4
* | build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-145-0/+115
* | rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-141-1/+1
* | Ignore MachO symbol flags in the upper nibble of n_desc.Jim Grosbach2011-11-141-2/+4
* | Merge with LLVM upstream 2011/10/20 (r142530)Logan Chien2011-10-2015-19/+65
|\ \ | |/
| * Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete.Joe Abbey2011-10-191-0/+1
| * The MCJITMemoryManager takes ownership of the JMM, so don't leak it.Jim Grosbach2011-10-181-0/+2
| * MCJIT initialization TargetDataDanil Malyshev2011-09-301-0/+1
| * Clean up uses of switch instructions so they are not dependent on the operand...Eli Friedman2011-09-291-7/+10
| * Fix the asserts in lib/Target/X86/X86ELFWriterInfo.cpp andRichard Trieu2011-09-101-1/+1
| * Don't tack "Instruction not interpretable yet!" onto the end ofDuncan Sands2011-09-091-1/+1
| * Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-3/+3
| * EE: Provide the symbol "lseek64" explicitly with <unistd.h> on Linux glibc.NAKAMURA Takumi2011-08-142-0/+2
| * 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-295-0/+36
| * - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-203-7/+7
* | Merge with LLVM upstream r135568 (Jul 20th 2011)Logan Chien2011-07-2012-125/+125
|\ \ | |/
| * Extra semi-colon.Eric Christopher2011-07-201-1/+1
| * Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-191-2/+1
| * Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-193-6/+9
| * Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-182-8/+6
| * Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...Jeffrey Yasskin2011-07-181-1/+1
| * land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-187-107/+107
* | Merge upstream to r135343 at Sat. 16th July 2011.Nowar Gu2011-07-166-602/+694
|\ \ | |/
| * Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-2/+1
| * Add to RuntimeDyld support different object formatsDanil Malyshev2011-07-134-599/+693
| * Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-1/+0
* | Merge upstream to r134237 at Fri. 1st July 2011.Nowar Gu2011-07-011-4/+3
|\ \ | |/
| * Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-3/+2
| * Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-291-1/+1
* | Merge upstream to r133679 at Thu. 23th Jun 2011.Nowar Gu2011-06-231-2/+2
|\ \ | |/
| * eliminate the Type::getDescription() method, using "<<" instead. This Chris Lattner2011-06-181-2/+2
* | Fix source list of Android.mk.Nowar Gu2011-06-201-2/+1