Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / ExecutionEngine / TargetSelect.cpp
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