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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix comments.
Bill Wendling
2010-02-26
1
-3
/
+3
*
Add another (and hopefully the last) exception case, where once we recalculate
Bill Wendling
2010-02-26
1
-3
/
+11
*
And should use the correct variable.
Bill Wendling
2010-02-26
1
-1
/
+1
*
Got assertion check backwards.
Bill Wendling
2010-02-26
1
-1
/
+1
*
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
*
MC'ize padding when padding the ULEB128 value.
Bill Wendling
2010-02-25
1
-7
/
+5
*
LLVM puts padding bytes in the __gcc_except_tab section after the
Bill Wendling
2010-02-24
3
-41
/
+52
*
use OutStreamer.EmitCodeAlignment for alignment in the text
Chris Lattner
2010-02-23
1
-4
/
+3
*
move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter,
Chris Lattner
2010-02-17
1
-1
/
+34
*
Before setting scope end marker, pay attention to scope begin marker and exis...
Devang Patel
2010-02-17
1
-1
/
+12
*
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
4
-88
/
+103
*
Use .empty() instead of .size().
Bill Wendling
2010-02-11
1
-2
/
+2
*
Fix to get it to compile.
Bill Wendling
2010-02-11
1
-1
/
+1
*
Don't print out a default newline when emitting the section offset. There are
Bill Wendling
2010-02-11
2
-2
/
+1
*
Use an index instead of pointers into the vector. If the vector resizes, then
Bill Wendling
2010-02-10
2
-12
/
+13
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
4
-4
/
+4
*
fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h.
Chris Lattner
2010-02-10
1
-1
/
+1
*
Improve comments a even more.
Bill Wendling
2010-02-10
1
-3
/
+3
*
Move verbose asm instruction comments to using MCStreamer.
Chris Lattner
2010-02-10
1
-74
/
+61
*
Improve comments a bit more.
Bill Wendling
2010-02-10
1
-4
/
+4
*
print all the newlines at the end of instructions with
Chris Lattner
2010-02-10
1
-4
/
+6
*
Improve comments in the LSDA somewhat. They can be improved much more.
Bill Wendling
2010-02-09
1
-10
/
+17
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-6
/
+6
*
Add declaration attribute to a variable DIE, if there is a separate DIE for t...
Devang Patel
2010-02-09
1
-0
/
+1
*
Implement AsmPrinter support for several more operators which have
Dan Gohman
2010-02-09
1
-0
/
+10
*
now that @GOTOFF is no longer represented as a suffix on a
Chris Lattner
2010-02-08
1
-6
/
+4
*
ConstantFoldConstantExpression can theoretically return the original
Dan Gohman
2010-02-08
1
-2
/
+4
*
When CodeGen'ing unoptimized code, there may be unfolded constant expressions
Dan Gohman
2010-02-08
1
-9
/
+11
*
Give DwarfPrinter a protected (but not virtual) destructor. Cppcheck
Duncan Sands
2010-02-07
1
-0
/
+2
*
Set DW_AT_artificial only if argument is marked as artificial.
Devang Patel
2010-02-06
1
-5
/
+12
*
Do not generate specification DIE for nested functions.
Devang Patel
2010-02-05
1
-1
/
+7
*
An empty global constant (one of size 0) may have a section immediately
Bill Wendling
2010-02-05
1
-0
/
+1
*
Emit appropriate expression to find virtual base offset.
Devang Patel
2010-02-03
1
-1
/
+20
*
Provide interface to identifiy artificial methods.
Devang Patel
2010-02-03
1
-0
/
+3
*
don't emit \n's at the start of X86AsmPrinter::runOnMachineFunction,
Chris Lattner
2010-02-03
1
-0
/
+2
*
privatize a bunch of methods and move \n printing into them.
Chris Lattner
2010-02-03
1
-8
/
+6
*
rejigger the world so that EmitInstruction prints the \n at
Chris Lattner
2010-02-03
1
-19
/
+11
*
sink handling of target-independent machine instrs (other
Chris Lattner
2010-02-03
1
-2
/
+19
*
refactor code so that LLVMTargetMachine creates the asmstreamer and
Chris Lattner
2010-02-02
1
-9
/
+4
*
move handling of asm-verbose out of AsmPrinter.cpp into LLVMTargetMachine.cpp...
Chris Lattner
2010-02-02
1
-16
/
+3
*
Apparently gdb is not amused by empty lines in pubtypes section.
Devang Patel
2010-02-02
1
-2
/
+4
*
NULL terminate name in pubtypes sections.
Devang Patel
2010-02-02
1
-1
/
+1
*
Emit declaration DIE for the class static variables.
Devang Patel
2010-01-30
1
-1
/
+10
*
Add size and location info in DW_TAG_class_type descriptor.
Devang Patel
2010-01-29
1
-1
/
+1
*
add target hooks for emitting random gunk before and after the function body.
Chris Lattner
2010-01-28
1
-0
/
+6
*
Update of 94055 to track the IR level call site information via an intrinsic.
Jim Grosbach
2010-01-28
1
-1
/
+10
*
Give AsmPrinter the most common expected implementation of
Chris Lattner
2010-01-28
1
-3
/
+2
[next]