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
...
*
Catch a corner case where adding the padding to the "TType base offset" field
Bill Wendling
2010-02-25
1
-2
/
+44
*
Make comment more meaningful.
Bill Wendling
2010-02-25
1
-1
/
+2
*
LLVM puts padding bytes in the __gcc_except_tab section after the
Bill Wendling
2010-02-24
1
-35
/
+37
*
Use ttype encoding consistently
Anton Korobeynikov
2010-02-15
1
-1
/
+1
*
It turns out that we emitted completely wrong common EH frame since the early...
Anton Korobeynikov
2010-02-15
1
-7
/
+9
*
Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...
Anton Korobeynikov
2010-02-15
1
-84
/
+36
*
Use .empty() instead of .size().
Bill Wendling
2010-02-11
1
-2
/
+2
*
Use an index instead of pointers into the vector. If the vector resizes, then
Bill Wendling
2010-02-10
1
-11
/
+12
*
Improve comments a even more.
Bill Wendling
2010-02-10
1
-3
/
+3
*
Improve comments a bit more.
Bill Wendling
2010-02-10
1
-4
/
+4
*
Improve comments in the LSDA somewhat. They can be improved much more.
Bill Wendling
2010-02-09
1
-10
/
+17
*
Update of 94055 to track the IR level call site information via an intrinsic.
Jim Grosbach
2010-01-28
1
-1
/
+10
*
constify a bunch of dwarf stuff now that the registerinfo method
Chris Lattner
2010-01-26
1
-1
/
+1
*
mcize visibility directives.
Chris Lattner
2010-01-23
1
-2
/
+3
*
move the various directive enums out of the MCStreamer class
Chris Lattner
2010-01-23
1
-2
/
+2
*
mcstreamerize .no_dead_strip and .reference for static ctors/dtors.
Chris Lattner
2010-01-23
1
-5
/
+7
*
remove one form of EmitString, just use EmitBytes instead. We must
Chris Lattner
2010-01-23
1
-2
/
+2
*
move "EOL" from asmprinter to dwarfprinter. It should eventually
Chris Lattner
2010-01-22
1
-17
/
+16
*
move uleb printing from asmprinter to dwarfprinter, mcize,
Chris Lattner
2010-01-22
1
-30
/
+13
*
move sleb printing out of asmprinter into dwarf printer, make clients
Chris Lattner
2010-01-22
1
-8
/
+3
*
add a new DwarfPrinter::EmitEncodingByte method which handles
Chris Lattner
2010-01-22
1
-16
/
+7
*
rename the dwarf class to DwarfPrinter. This matches the filename
Chris Lattner
2010-01-22
1
-4
/
+4
*
inline away the trivial AsmPrinter::EOL() method.
Chris Lattner
2010-01-22
1
-8
/
+5
*
back this out for now. Growing Function is not good.
Jim Grosbach
2010-01-21
1
-10
/
+1
*
Make sure that landing pad entries in the EH call site table are in the proper
Jim Grosbach
2010-01-21
1
-1
/
+10
*
eliminate some uses of AsmPrinter::EmitIntXXX
Chris Lattner
2010-01-20
1
-9
/
+6
*
- Add a comment to the callback indicating that it's *extremely* not a good
Bill Wendling
2010-01-18
1
-1
/
+1
*
remove the MAI argument to MCExpr::print and switch overthing to use << when ...
Chris Lattner
2010-01-18
1
-2
/
+1
*
now that MCSymbol::print doesn't use it's MAI argument, we can
Chris Lattner
2010-01-17
1
-28
/
+12
*
move the mangler into libtarget from vmcore.
Chris Lattner
2010-01-16
1
-1
/
+1
*
rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase,
Chris Lattner
2010-01-16
1
-17
/
+35
*
Retrying r91337:
Bill Wendling
2010-01-16
1
-8
/
+19
*
move these out of their own timer groups into the 'uncategorized' groups.
Chris Lattner
2009-12-28
1
-7
/
+1
*
Temporarily revert 91337. It's causing testcase failures.
Bill Wendling
2009-12-17
1
-6
/
+7
*
The CIE says that the LSDA point in the FDE section is an "sdata4". That's fine,
Bill Wendling
2009-12-14
1
-7
/
+6
*
Reverting the EH table patches.
Bill Wendling
2009-11-19
1
-29
/
+6
*
The "ReadOnlyWithRel" enum seems to apply more to what Darwin does with the EH
Bill Wendling
2009-11-19
1
-4
/
+5
*
Attempt #2:
Bill Wendling
2009-11-18
1
-6
/
+28
*
Refactor the code that creates the "dot-label" difference. This may be used in
Bill Wendling
2009-11-17
1
-18
/
+23
*
Simplify code a bit
Bill Wendling
2009-11-12
1
-4
/
+3
*
Refactor code that checks if it's a call to a "nounwind" function.
Bill Wendling
2009-11-12
1
-31
/
+36
*
If there's more than one function operand to a call instruction, be conservative
Bill Wendling
2009-11-12
1
-1
/
+12
*
Don't mark a call as potentially throwing if the function it's calling has the
Bill Wendling
2009-11-11
1
-1
/
+21
*
Make sure that the exception handling data has the same visibility as the
Bill Wendling
2009-11-11
1
-2
/
+7
*
Fix DenseMap iterator constness.
Jeffrey Yasskin
2009-11-10
1
-1
/
+1
*
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
[prev]
[next]