index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
TargetSelect.cpp
Age
Commit message (
Expand
)
Author
2012-10-02
Support for generating ELF objects on Windows.
Andrew Kaylor
2012-07-22
ExecutionEngine/TargetSelect.cpp: Override default triple as LLVM_HOSTTRIPLE.
NAKAMURA Takumi
2012-05-21
Make it so that the MArch, MCPU, MAttrs passed to EngineBuilder are actually ...
Owen Anderson
2012-05-10
ExecutionEngine: Check for NULL ErrorStr before using it.
Jim Grosbach
2012-03-23
Make it feasible for clients using EngineBuilder to capture the TargetMachine...
Owen Anderson
2011-12-12
ExecutionEngine: refactor interface
Dylan Noblesmith
2011-12-07
EngineBuilder: support for custom TargetOptions. Fixes the
Peter Collingbourne
2011-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-01
ExecutionEngine: honor optimization level
Dylan Noblesmith
2011-11-01
rename getHostTriple into getDefaultTargetTriple
Sebastian Pop
2011-08-24
Move 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-19
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-06-30
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-29
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-05-13
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)
Dylan Noblesmith
2011-05-07
Revert ExecutionEngine patches, they either failed to build or broke unit tests.
Jakob Stoklund Olesen
2011-05-06
ExecutionEngine: add missing file
Dylan Noblesmith