index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
emit a 0 byte instead of a noop if a function is empty on darwin.
Chris Lattner
2010-01-28
1
-4
/
+2
*
Remove the argument from EmitJumpTableInfo, because it doesn't need it.
Chris Lattner
2010-01-28
1
-11
/
+66
*
Drop the argument to AsmPrinter::EmitConstantPool and make it virtual.
Chris Lattner
2010-01-28
1
-2
/
+3
*
rename printVisibility to EmitVisibility and make it private,
Chris Lattner
2010-01-28
1
-6
/
+5
*
add a new AsmPrinter::EmitFunctionEntryLabel virtual function,
Chris Lattner
2010-01-27
1
-2
/
+9
*
mcize label emission for functions.
Chris Lattner
2010-01-26
1
-5
/
+5
*
use EmitLinkage for functions as well as globals. One output
Chris Lattner
2010-01-26
1
-31
/
+4
*
pull linkage emission code out to a new EmitLinkage function.
Chris Lattner
2010-01-26
1
-43
/
+46
*
rearrange some directives, no functionality change.
Chris Lattner
2010-01-26
1
-3
/
+3
*
remove a noop function.
Chris Lattner
2010-01-26
1
-3
/
+0
*
now that enough stuff is constified, move function header printing
Chris Lattner
2010-01-26
1
-1
/
+69
[next]