[RuntimeDyld] Skip relocations for external symbols with 64-bit address ~0ULL.
[oota-llvm.git] / lib / ExecutionEngine / TargetSelect.cpp
2015-05-11 David BlaikieReaddress r236990, use of static members on a non-stati...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2013-08-29 Cameron EsfahaniClean up some usage of Triple. The base class has...
2013-06-14 JF BastienEnable FastISel on ARM for Linux and NaCl, not MCJIT
2013-01-16 Peter CollingbourneIntroduce llvm::sys::getProcessTriple() function.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-05 Bob WilsonAdjust JIT target triple on OS X to match the current...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-02 Andrew KaylorSupport for generating ELF objects on Windows.
2012-07-22 NAKAMURA TakumiExecutionEngine/TargetSelect.cpp: Override default...
2012-05-21 Owen AndersonMake it so that the MArch, MCPU, MAttrs passed to Engin...
2012-05-10 Jim GrosbachExecutionEngine: Check for NULL ErrorStr before using it.
2012-03-23 Owen AndersonMake it feasible for clients using EngineBuilder to...
2011-12-12 Dylan NoblesmithExecutionEngine: refactor interface
2011-12-07 Peter CollingbourneEngineBuilder: support for custom TargetOptions. Fixes the
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-12-01 Dylan NoblesmithExecutionEngine: honor optimization level
2011-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-05-13 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplicati...
2011-05-07 Jakob Stoklund OlesenRevert ExecutionEngine patches, they either failed...
2011-05-06 Dylan NoblesmithExecutionEngine: add missing file