index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
/
TargetRegistry.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Improve incompatible triple error
JF Bastien
2018-08-23
1
-1
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
Add backend name to Target to enable runtime info to be fed back into TableGen
Daniel Sanders
2017-11-15
1
-2
/
+3
*
Allow VersionPrinter to print to arbitrary raw_ostreams
Dimitry Andric
2017-06-06
1
-2
/
+1
*
Revert "Use StringRef instead of raw pointer in TargetRegistry API (NFC)"
Mehdi Amini
2016-10-01
1
-6
/
+6
*
Use StringRef instead of raw pointer in TargetRegistry API (NFC)
Mehdi Amini
2016-10-01
1
-6
/
+6
*
Use the range variant of find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-3
/
+2
*
Don't mention a command line option in an error.
Rafael Espindola
2016-01-28
1
-2
/
+1
*
Readdress r236990, use of static members on a non-static variable.
David Blaikie
2015-05-11
1
-29
/
+23
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-1
/
+0
*
Remove obsolete function TargetRegistry::getClosestTargetForJIT()
Alp Toker
2014-07-01
1
-11
/
+0
*
[C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...
Craig Topper
2014-04-09
1
-1
/
+1
*
[C++11] Make use of 'nullptr' in the Support library.
Craig Topper
2014-04-07
1
-10
/
+10
*
[C++11] Revert uses of lambdas with array_pod_sort.
Benjamin Kramer
2014-03-07
1
-5
/
+6
*
[C++11] Convert sort predicates into lambdas.
Benjamin Kramer
2014-03-07
1
-6
/
+5
*
Fix pr18235.
Rafael Espindola
2013-12-13
1
-22
/
+14
*
Provide basic type safety for array_pod_sort comparators.
Benjamin Kramer
2013-09-22
1
-3
/
+3
*
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