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
/
DwarfException.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
1
-24
/
+24
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
1
-12
/
+12
*
Attempt to comment this code more.
Bill Wendling
2009-08-20
1
-27
/
+122
*
Add missing includes.
David Greene
2009-08-19
1
-0
/
+1
*
eliminate AsmPrinter::SwitchToSection and just have clients
Chris Lattner
2009-08-19
1
-6
/
+7
*
fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sections
Chris Lattner
2009-08-18
1
-8
/
+2
*
add a horrible hack to the dwarf printer. It looks like mingw is not specifying
Chris Lattner
2009-08-18
1
-3
/
+9
*
Remove a bit more cruft from the sjlj moving to a backend pass.
Jim Grosbach
2009-08-17
1
-3
/
+0
*
Move the sjlj exception handling conversions to a back-end pass where they
Jim Grosbach
2009-08-17
1
-32
/
+7
*
Add catch block handling to SjLj exception handling.
Jim Grosbach
2009-08-12
1
-4
/
+9
*
SjLj based exception handling unwinding support. This patch is nasty, brutish
Jim Grosbach
2009-08-11
1
-46
/
+120
*
convert EHFrameSection to be managed by TLOF instead of TAI.
Chris Lattner
2009-08-02
1
-2
/
+2
*
Fix some fixme's in #if 0'd code by making it dependent on the structural
Chris Lattner
2009-08-02
1
-29
/
+34
*
move getDwarfExceptionSection from TAI to TLOF and rename it to
Chris Lattner
2009-08-02
1
-5
/
+4
*
add some comments on how this is *supposed* to work. We don't
Chris Lattner
2009-07-31
1
-0
/
+27
*
rearrange a conditional. Even if this weren't #if 0'd out, this would
Chris Lattner
2009-07-31
1
-4
/
+5
*
PreferredEHDataFormat is always call with data and global, but this whole
Chris Lattner
2009-07-31
1
-1
/
+1
*
Forgot to output the base offset.
Bill Wendling
2009-07-29
1
-4
/
+8
*
Move comment to above method.
Bill Wendling
2009-07-29
1
-21
/
+21
*
- Temporarily unbreak the build by forcing the TType "absptr", which isn't
Bill Wendling
2009-07-29
1
-49
/
+62
*
Cleanup code to use iterators instead of ".size()".
Bill Wendling
2009-07-28
1
-21
/
+25
*
Doxygenify comments.
Bill Wendling
2009-07-28
1
-2
/
+2
*
Split out large loop into it's very own method. No intended functionality cha...
Bill Wendling
2009-07-28
1
-35
/
+51
*
Output the EH TType format and base offset only if there are types that we're
Bill Wendling
2009-07-28
1
-6
/
+15
*
Use the preferred EH data format for the preferred EH data format.
Bill Wendling
2009-07-28
1
-2
/
+2
*
implement a new magic global "llvm.compiler.used" which is like llvm.used, but
Chris Lattner
2009-07-20
1
-1
/
+1
*
Use more terse and precise linkage checks.
Chris Lattner
2009-07-17
1
-15
/
+6
*
these two pieces of code are the same because we always
Chris Lattner
2009-07-17
1
-12
/
+3
*
Untangle a snarl that I discovered when updating the mangler,
Chris Lattner
2009-07-17
1
-5
/
+5
*
Move c'tor/d'tor to top of file.
Bill Wendling
2009-05-15
1
-17
/
+14
*
Split out the DwarfException class into its own file. No functionality change,
Bill Wendling
2009-05-15
1
-0
/
+709