index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
/
TargetRegistry.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.
Kevin Enderby
2012-05-08
1
-0
/
+41
*
revert r147542 after comments from Joerg Sonnenberger
Sebastian Pop
2012-01-05
1
-1
/
+1
*
use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT
Sebastian Pop
2012-01-04
1
-1
/
+1
*
rename getHostTriple into getDefaultTargetTriple
Sebastian Pop
2011-11-01
1
-1
/
+1
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-0
/
+122
*
Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.
Chandler Carruth
2011-07-22
1
-122
/
+0
*
Move the logic for printing the registered targets into a static
Chandler Carruth
2011-07-22
1
-0
/
+30
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Improve JIT error message for users crazy enough to use -march with JIT, and
Daniel Dunbar
2009-09-08
1
-1
/
+2
*
Remove now unused arguments from TargetRegistry::lookupTarget.
Daniel Dunbar
2009-08-03
1
-14
/
+11
*
Remove unused header
Daniel Dunbar
2009-07-26
1
-1
/
+0
*
Kill Target specific ModuleMatchQuality stuff.
Daniel Dunbar
2009-07-26
1
-3
/
+1
*
Add TargetRegistry::lookupTarget.
Daniel Dunbar
2009-07-26
1
-85
/
+17
*
Simplify JIT target selection.
Daniel Dunbar
2009-07-25
1
-5
/
+20
*
Provide slightly more refined error message when trying to lookup a target, and
Daniel Dunbar
2009-07-17
1
-1
/
+18
*
Add registered target list to --version output.
Daniel Dunbar
2009-07-16
1
-18
/
+19
*
Reapply TargetRegistry refactoring commits.
Daniel Dunbar
2009-07-15
1
-7
/
+5
*
Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...
Stuart Hastings
2009-07-15
1
-5
/
+7
*
Allow multiple registrations of the same target.
Daniel Dunbar
2009-07-15
1
-7
/
+5
*
Fix stupid thinko
Daniel Dunbar
2009-07-15
1
-1
/
+1
*
Address some review comments on TargetRegistry.
Daniel Dunbar
2009-07-15
1
-3
/
+1
*
Add new TargetRegistry.
Daniel Dunbar
2009-07-15
1
-0
/
+136