aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/TargetSelect.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-10-02Support for generating ELF objects on Windows.Andrew Kaylor1-1/+8
2012-07-22ExecutionEngine/TargetSelect.cpp: Override default triple as LLVM_HOSTTRIPLE.NAKAMURA Takumi1-1/+1
2012-05-21Make it so that the MArch, MCPU, MAttrs passed to EngineBuilder are actually ...Owen Anderson1-4/+0
2012-05-10ExecutionEngine: Check for NULL ErrorStr before using it.Jim Grosbach1-2/+3
2012-03-23Make it feasible for clients using EngineBuilder to capture the TargetMachine...Owen Anderson1-7/+13
2011-12-12ExecutionEngine: refactor interfaceDylan Noblesmith1-14/+8
2011-12-07EngineBuilder: support for custom TargetOptions. Fixes thePeter Collingbourne1-1/+1
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky1-0/+2
2011-12-01ExecutionEngine: honor optimization levelDylan Noblesmith1-1/+2
2011-11-01rename getHostTriple into getDefaultTargetTripleSebastian Pop1-1/+1
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng1-3/+3
2011-07-20- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng1-1/+3
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng1-2/+3
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng1-3/+2
2011-06-29Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng1-1/+1
2011-05-13ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith1-0/+91
2011-05-07Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen1-91/+0
2011-05-06ExecutionEngine: add missing fileDylan Noblesmith1-0/+91