summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAge
* MCJIT initialization TargetDataDanil Malyshev2011-09-30
* Clean up uses of switch instructions so they are not dependent on the operand...Eli Friedman2011-09-29
* Fix the asserts in lib/Target/X86/X86ELFWriterInfo.cpp andRichard Trieu2011-09-10
* Don't tack "Instruction not interpretable yet!" onto the end ofDuncan Sands2011-09-09
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* 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
* Extra semi-colon.Eric Christopher2011-07-20
* Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-19
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...Jeffrey Yasskin2011-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
* Add to RuntimeDyld support different object formatsDanil Malyshev2011-07-13
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-29
* eliminate the Type::getDescription() method, using "<<" instead. This Chris Lattner2011-06-18
* Avoid a Twine that referenced a tmp (which proceded to go out of scope beforeJim Grosbach2011-05-19
* Restore sanity to 131601.Jim Grosbach2011-05-18
* Objective C functions may use a magic '\1' on the name. Handle that whenJim Grosbach2011-05-18
* Be a bit more permissive about symbols we don't understand. Just skip themJim Grosbach2011-05-13
* 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
* Teach the RtDyld to tell the memory manager about how much space a functionJim Grosbach2011-05-13
* MCJIT section loading should just skip non-text sections rather thanJim Grosbach2011-05-12
* The MCJIT memory manager needs to initialize its Module member.Jim Grosbach2011-05-12
* 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: add missing fileDylan 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
* Fix the last -Wnon-pod-memset I'm seeing. This is benign, but appearsChandler Carruth2011-04-28
* Remove unused STL header includes.Jay Foad2011-04-23
* 80-col fix.Eric Christopher2011-04-22
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* MCJIT relocation resolution.Jim Grosbach2011-04-13
* Like the coding standards say, do not use "using namespace std".Jay Foad2011-04-13
* MCJIT lazy relocation resolution and symbol address re-assignment.Jim Grosbach2011-04-12
* Tidy up a bit now that we're using the MemoryManager interface.Jim Grosbach2011-04-12
* Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn'tNick Lewycky2011-04-11
* Make error message more useful.Benjamin Kramer2011-04-09
* Workaround g++ 4.2.1 warning diagnostic false positive.Jim Grosbach2011-04-08
* Refactor MCJIT 32-bit section loading.Jim Grosbach2011-04-08