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
*
Tidying up some code and comments. No functionality change.
Bill Wendling
2009-10-22
1
-24
/
+6
*
--- Reverse-merging r82282 into '.':
Bill Wendling
2009-09-20
1
-47
/
+22
*
Here's fun! It turns out that these filter functions can be internal. If they're
Bill Wendling
2009-09-20
1
-1
/
+2
*
Factor out label difference creation.
Bill Wendling
2009-09-18
1
-35
/
+24
*
It's inefficient to have place the exception tables (which contain the LSDA)
Bill Wendling
2009-09-18
1
-5
/
+40
*
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
Chris Lattner
2009-09-17
1
-0
/
+1
*
Big change #1 for personality function references:
Chris Lattner
2009-09-16
1
-19
/
+45
*
inline AsmPrinter::getCurrentFunctionEHName into its only caller.
Chris Lattner
2009-09-16
1
-2
/
+5
*
Eliminate AsmPrinter::EmitExternalGlobal, inlining its (now)
Chris Lattner
2009-09-16
1
-1
/
+1
*
eliminate the horrid AsmPrinter::getGlobalLinkName method, inlining
Chris Lattner
2009-09-16
1
-2
/
+1
*
strength reduce a call to PrintRelDirective(true).
Chris Lattner
2009-09-15
1
-1
/
+3
*
Exit early if exception handling isn't supported.
Bill Wendling
2009-09-10
1
-13
/
+13
*
Comment and whitespace cleanups. No intentional functionality change.
Bill Wendling
2009-09-10
1
-27
/
+21
*
Revert part of my r81424 patch. I removed what looked like superfluous padding
Bill Wendling
2009-09-10
1
-23
/
+37
*
Don't hardcode the TType format size. In fact, rework the code so that it's more
Bill Wendling
2009-09-10
1
-49
/
+49
*
Remove the "#if 0" that Noone loved. It wasn't really necessary, because the
Bill Wendling
2009-09-10
1
-27
/
+20
*
Pull check for SJLJ EH into a boolean and use that.
Bill Wendling
2009-09-10
1
-7
/
+10
*
Use the SizeOfEncodedValue function instead of magic variables for the
Bill Wendling
2009-09-10
1
-4
/
+3
*
Add helpful comment.
Bill Wendling
2009-09-10
1
-0
/
+1
*
Believe it or not, this is a simplification. :-)
Bill Wendling
2009-09-09
1
-37
/
+79
*
Use the EOL that takes the encoding and translates it into DWARF-English.
Bill Wendling
2009-09-09
1
-11
/
+13
*
Early exit from function.
Bill Wendling
2009-09-09
1
-14
/
+13
*
Small amount of code clean-up: Don't use ".size()" when not necessary.
Bill Wendling
2009-09-09
1
-5
/
+7
*
reduce size of SmallString to something more reasonable
Jim Grosbach
2009-09-01
1
-1
/
+1
*
Use raw_ostream instead of sstream
Jim Grosbach
2009-09-01
1
-7
/
+5
*
revert inadvertant change from previous commit
Jim Grosbach
2009-09-01
1
-2
/
+3
*
Simply LSDA lable emission to use a direct special-case output instead of
Jim Grosbach
2009-09-01
1
-4
/
+3
*
Clean up LSDA name generation and use for SJLJ exception handling. This
Jim Grosbach
2009-09-01
1
-3
/
+8
*
Output a hex value, because all of the others are hex.
Bill Wendling
2009-08-31
1
-1
/
+1
*
Revert commit 80428. It completely broke exception
Duncan Sands
2009-08-31
1
-30
/
+17
*
PR4747
Jim Grosbach
2009-08-31
1
-2
/
+3
*
- Add target lowering methods to get the preferred format for the FDE and LSDA
Bill Wendling
2009-08-29
1
-17
/
+30
*
Make the augmentation size and next set of bytes agree on size,
Eric Christopher
2009-08-29
1
-4
/
+10
*
Nuke trailing whitespace.
Eric Christopher
2009-08-28
1
-9
/
+9
*
Revert accidental commit.
Bill Wendling
2009-08-27
1
-41
/
+28
*
--- Reverse-merging r80147 into '.':
Bill Wendling
2009-08-27
1
-28
/
+41
*
If we're emitting additional CIEs due to personality functions
Eric Christopher
2009-08-26
1
-1
/
+1
*
- Rename EmitCommonInformationEntry to EmitCIE.
Bill Wendling
2009-08-25
1
-11
/
+8
*
- Emit new line after each FDE.
Bill Wendling
2009-08-25
1
-1
/
+3
*
Rename functions to something more descriptive. At the very least mention the
Bill Wendling
2009-08-25
1
-7
/
+11
*
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
[next]