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
/
CodeGen
/
AsmPrinter
/
DwarfPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
now that MCSymbol::print doesn't use it's MAI argument, we can
Chris Lattner
2010-01-17
1
-1
/
+1
*
Switch some functions to take Twines, eliminate uses of StringExtras.h.
Benjamin Kramer
2010-01-17
1
-5
/
+1
*
Change DIEObjectLabel to take an MCSymbol instead of std::string.
Chris Lattner
2010-01-16
1
-0
/
+8
*
Simply LSDA lable emission to use a direct special-case output instead of
Jim Grosbach
2009-09-01
1
-12
/
+6
*
Clean up LSDA name generation and use for SJLJ exception handling. This
Jim Grosbach
2009-09-01
1
-6
/
+12
*
prune the #includes in raw_ostream.h by moving a
Chris Lattner
2009-08-24
1
-3
/
+3
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
1
-13
/
+13
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
1
-2
/
+2
*
Add missing includes.
David Greene
2009-08-19
1
-0
/
+1
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
1
-2
/
+2
*
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-11
1
-2
/
+3
*
Fix typos.
Bill Wendling
2009-06-16
1
-2
/
+2
*
Remove some unnecessary #includes.
Dan Gohman
2009-06-05
1
-1
/
+0
*
Split out the Dwarf writer stuff into separate files. This is a much more
Bill Wendling
2009-05-15
1
-0
/
+235