index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
The static function TypeToFloatSemantics is now
Duncan Sands
2009-07-15
1
-14
/
+0
*
Fix pattern for LD16S_3r, add basic tests to check load / store instructions
Richard Osborne
2009-07-15
3
-1
/
+75
*
Add a raw_ostream version of CheckBitcodeOutputToConsole.
Dan Gohman
2009-07-15
2
-0
/
+25
*
Add a testcase for raw_ostream error checking.
Dan Gohman
2009-07-15
1
-0
/
+3
*
Add a comment noting that raw_os_ostream does not check for errors.
Dan Gohman
2009-07-15
1
-1
/
+2
*
Check for errors on close(2) too. And lseek(2).
Dan Gohman
2009-07-15
1
-2
/
+6
*
Use 0664 instead of 0644 for the default open mode. This is
Dan Gohman
2009-07-15
1
-1
/
+1
*
Use errs() instead of std::cerr.
Dan Gohman
2009-07-15
20
-239
/
+246
*
Add a raw_ostream operator<< to sys::Path.
Dan Gohman
2009-07-15
1
-0
/
+12
*
Thumb-2 only support [base_reg + offset_reg] addressing, not [base_reg - offs...
David Goodwin
2009-07-15
1
-13
/
+16
*
Fix XCoreTargetLowering::isLegalAddressingMode to handle non simple VTs.
Richard Osborne
2009-07-15
2
-24
/
+17
*
Remove the xcore-file-directive option now that LLVM has proper support for
Richard Osborne
2009-07-15
1
-19
/
+1
*
Added llvm-mc support for parsing the .dump and .load directives.
Kevin Enderby
2009-07-15
5
-0
/
+63
*
Remove the v3i32 and v3f32 value types: they are not
Duncan Sands
2009-07-15
5
-42
/
+22
*
Added myself to the blame list.
Xerxes Ranby
2009-07-15
1
-0
/
+4
*
Replace large swaths of copy-n-paste code with obvious helper function...
Daniel Dunbar
2009-07-15
3
-90
/
+36
*
Remove StringConstantPrefix now that the only user
Duncan Sands
2009-07-15
3
-11
/
+0
*
Kill off old (TargetMachine level, not Target level) match quality functions.
Daniel Dunbar
2009-07-15
23
-360
/
+0
*
Fix cmake build lib/Target/TargetMachineRegistry.cpp removed.
Xerxes Ranby
2009-07-15
1
-1
/
+0
*
Provide TargetMachine implementations with reference to Target they were created
Daniel Dunbar
2009-07-15
29
-72
/
+110
*
String constants are now output with private linkage.
Duncan Sands
2009-07-15
2
-4
/
+3
*
Tweak svn:ignore
Daniel Dunbar
2009-07-15
0
-0
/
+0
*
Kill off unused TargetMachineRegistry methods and ivars.
Daniel Dunbar
2009-07-15
3
-78
/
+7
*
Migrate llc and the JIT to using the TargetRegistry for lookups.
Daniel Dunbar
2009-07-15
3
-15
/
+25
*
Include the Target& in the TargetMachineRegisterEntry.
Daniel Dunbar
2009-07-15
2
-6
/
+8
*
Allow multiple registrations of the same target.
Daniel Dunbar
2009-07-15
2
-8
/
+7
*
Initialize the target info via the InitializeNativeTarget() hook.
Daniel Dunbar
2009-07-15
1
-1
/
+3
*
Switch some obvious clients to using the new TargetRegistry.
Daniel Dunbar
2009-07-15
3
-16
/
+17
*
Reimplement TargetMachineRegistry in terms of TargetRegistry.
Daniel Dunbar
2009-07-15
2
-41
/
+16
*
Mark Target's creation routines as const.
Daniel Dunbar
2009-07-15
1
-2
/
+2
*
Register Target's TargetMachine and AsmPrinter in the new registry.
Daniel Dunbar
2009-07-15
37
-59
/
+134
*
Fix thinko
Daniel Dunbar
2009-07-15
1
-1
/
+1
*
Tweak svn:ignore
Daniel Dunbar
2009-07-15
0
-0
/
+0
*
Detect write failures on raw_fd_ostream.
Daniel Dunbar
2009-07-15
1
-2
/
+4
*
Tweak CMake component lookup, I misunderstood what was happening here.though. :(
Daniel Dunbar
2009-07-15
1
-1
/
+4
*
Include Target specific Info initialization routine when initializing all
Daniel Dunbar
2009-07-15
1
-2
/
+10
*
Teach Makefiles & CMake to link in the <TARGET>Info library when linking the
Daniel Dunbar
2009-07-15
2
-1
/
+21
*
Fix stupid thinko
Daniel Dunbar
2009-07-15
1
-1
/
+1
*
Address some review comments on TargetRegistry.
Daniel Dunbar
2009-07-15
2
-5
/
+19
*
Add TargetInfo directories to CMake's list.
Daniel Dunbar
2009-07-15
1
-0
/
+1
*
Add TargetInfo libraries for all targets.
Daniel Dunbar
2009-07-15
56
-8
/
+1173
*
Move load / store folding alignment require into the table(s).
Evan Cheng
2009-07-15
2
-448
/
+425
*
Update CMake file.
Ted Kremenek
2009-07-15
1
-0
/
+1
*
rename decorateName -> DecorateCygMingName, make it assert if not
Chris Lattner
2009-07-15
2
-13
/
+14
*
eliminate the Mangler::PreserveAsmNames bit, the sole client of this
Chris Lattner
2009-07-15
3
-18
/
+11
*
remove printSuffixedName.
Chris Lattner
2009-07-15
2
-34
/
+5
*
convert arm/darwin stubs to use the mangler to synthesize all the names inste...
Chris Lattner
2009-07-15
1
-47
/
+66
*
Add new TargetRegistry.
Daniel Dunbar
2009-07-15
2
-0
/
+315
*
fix an arm codegen bug (the same as PR4482 on ppc) where available_externally
Chris Lattner
2009-07-15
3
-7
/
+73
*
convert [Hidden]GVNonLazyPtrs to compute the global and stub names
Chris Lattner
2009-07-15
1
-27
/
+41
[next]