summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/TargetSelect.cpp
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani2013-08-29
* Enable FastISel on ARM for Linux and NaCl, not MCJITJF Bastien2013-06-14
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-16
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Adjust JIT target triple on OS X to match the current architecture.Bob Wilson2012-12-05
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Support for generating ELF objects on Windows.Andrew Kaylor2012-10-02
* ExecutionEngine/TargetSelect.cpp: Override default triple as LLVM_HOSTTRIPLE.NAKAMURA Takumi2012-07-22
* Make it so that the MArch, MCPU, MAttrs passed to EngineBuilder are actually ...Owen Anderson2012-05-21
* ExecutionEngine: Check for NULL ErrorStr before using it.Jim Grosbach2012-05-10
* Make it feasible for clients using EngineBuilder to capture the TargetMachine...Owen Anderson2012-03-23
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-12
* EngineBuilder: support for custom TargetOptions. Fixes thePeter Collingbourne2011-12-07
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* ExecutionEngine: honor optimization levelDylan Noblesmith2011-12-01
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-01
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* 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
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith2011-05-13
* Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen2011-05-07
* ExecutionEngine: add missing fileDylan Noblesmith2011-05-06