index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Target
/
TargetRegistry.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused function.
Daniel Dunbar
2009-08-04
1
-5
/
+0
*
Remove now unused Module argument to createTargetMachine.
Daniel Dunbar
2009-08-04
1
-25
/
+8
*
Remove now unused arguments from TargetRegistry::lookupTarget.
Daniel Dunbar
2009-08-03
1
-8
/
+1
*
Pass target triple string in to TargetMachine constructor.
Daniel Dunbar
2009-08-03
1
-3
/
+15
*
Move most targets TargetMachine constructor to only taking a target triple.
Daniel Dunbar
2009-08-02
1
-0
/
+16
*
Provide generic MCAsmParser when constructing target specific parsers.
Daniel Dunbar
2009-07-28
1
-9
/
+15
*
Factor commonality in triple match routines into helper template for registering
Daniel Dunbar
2009-07-26
1
-12
/
+12
*
Kill Target specific ModuleMatchQuality stuff.
Daniel Dunbar
2009-07-26
1
-12
/
+0
*
Add TargetRegistry::lookupTarget.
Daniel Dunbar
2009-07-26
1
-14
/
+17
*
Simplify JIT target selection.
Daniel Dunbar
2009-07-25
1
-11
/
+10
*
Add new helpers for registering targets.
Daniel Dunbar
2009-07-25
1
-0
/
+95
*
Add some missing includes.
Daniel Dunbar
2009-07-18
1
-1
/
+1
*
Sketch support for target specific assembly parser.
Daniel Dunbar
2009-07-17
1
-4
/
+36
*
Fix gcc 4.0 build failure, can't rely on access inside nested friended class.
Daniel Dunbar
2009-07-16
1
-1
/
+4
*
Add registered target list to --version output.
Daniel Dunbar
2009-07-16
1
-0
/
+47
*
Reapply TargetRegistry refactoring commits.
Daniel Dunbar
2009-07-15
1
-5
/
+11
*
Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...
Stuart Hastings
2009-07-15
1
-11
/
+5
*
Provide TargetMachine implementations with reference to Target they were created
Daniel Dunbar
2009-07-15
1
-2
/
+3
*
Kill off unused TargetMachineRegistry methods and ivars.
Daniel Dunbar
2009-07-15
1
-2
/
+0
*
Migrate llc and the JIT to using the TargetRegistry for lookups.
Daniel Dunbar
2009-07-15
1
-0
/
+4
*
Allow multiple registrations of the same target.
Daniel Dunbar
2009-07-15
1
-1
/
+2
*
Reimplement TargetMachineRegistry in terms of TargetRegistry.
Daniel Dunbar
2009-07-15
1
-0
/
+2
*
Mark Target's creation routines as const.
Daniel Dunbar
2009-07-15
1
-2
/
+2
*
Fix thinko
Daniel Dunbar
2009-07-15
1
-1
/
+1
*
Address some review comments on TargetRegistry.
Daniel Dunbar
2009-07-15
1
-2
/
+18
*
Add new TargetRegistry.
Daniel Dunbar
2009-07-15
1
-0
/
+179