aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/TargetSelect.cpp
AgeCommit message (Expand)Author
2013-01-16Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-05Adjust JIT target triple on OS X to match the current architecture.Bob Wilson
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-02Support for generating ELF objects on Windows.Andrew Kaylor
2012-07-22ExecutionEngine/TargetSelect.cpp: Override default triple as LLVM_HOSTTRIPLE.NAKAMURA Takumi
2012-05-21Make it so that the MArch, MCPU, MAttrs passed to EngineBuilder are actually ...Owen Anderson
2012-05-10ExecutionEngine: Check for NULL ErrorStr before using it.Jim Grosbach
2012-03-23Make it feasible for clients using EngineBuilder to capture the TargetMachine...Owen Anderson
2011-12-12ExecutionEngine: refactor interfaceDylan Noblesmith
2011-12-07EngineBuilder: support for custom TargetOptions. Fixes thePeter Collingbourne
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-12-01ExecutionEngine: honor optimization levelDylan Noblesmith
2011-11-01rename getHostTriple into getDefaultTargetTripleSebastian Pop
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-07-20- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng
2011-06-29Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng
2011-05-13ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith
2011-05-07Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen
2011-05-06ExecutionEngine: add missing fileDylan Noblesmith