index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
AsmPrinter
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
move production of .reference directives for static ctor/dtor list on
Chris Lattner
2010-01-19
1
-8
/
+1
*
use BSSLocal classifier to identify 'lcomm' data instead of
Chris Lattner
2010-01-19
1
-32
/
+23
*
now that elf weak bss symbols are handled correctly, simplify a bunch of code.
Chris Lattner
2010-01-19
1
-37
/
+11
*
introduce a section kind for common linkage. Use this to slightly
Chris Lattner
2010-01-19
1
-17
/
+50
*
change an accessor to a predicate.
Chris Lattner
2010-01-19
1
-2
/
+2
*
Cleanup handling of .zerofill on darwin:
Chris Lattner
2010-01-19
1
-25
/
+36
*
now that MCSymbol::print doesn't use it's MAI argument, we can
Chris Lattner
2010-01-17
1
-161
/
+65
*
move the mangler into libtarget from vmcore.
Chris Lattner
2010-01-16
1
-1
/
+1
*
rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase,
Chris Lattner
2010-01-16
1
-6
/
+6
*
more string -> sym, getMangledName is now gone from this file.
Chris Lattner
2010-01-16
1
-29
/
+35
*
use symbols instead of strings, eliminating a bunch of getMangledName
Chris Lattner
2010-01-16
1
-39
/
+55
*
simplify some code.
Chris Lattner
2010-01-16
1
-9
/
+5
*
switch more stuff onto MCSymbols
Chris Lattner
2010-01-16
1
-38
/
+72
*
MCize a bunch more stuff, eliminating a lot of uses of the mangler
Chris Lattner
2010-01-16
1
-16
/
+40
*
just finish MCizing FnStubInfo which cleans it up and simplifies it.
Chris Lattner
2010-01-13
1
-48
/
+33
*
don't call getNameWithPrefix repeatedly and unnecesarily.
Chris Lattner
2010-01-13
1
-5
/
+7
*
properly use MCSymbol to print the strings aquired from getNameWithPrefix.
Chris Lattner
2010-01-13
1
-25
/
+64
*
eliminate some uses of Mangler::makeNameProper.
Chris Lattner
2010-01-13
1
-6
/
+7
*
change Mangler::makeNameProper to return its result in a SmallVector
Chris Lattner
2010-01-13
1
-8
/
+16
*
Make sure debug info hook gets called when emitting
Dale Johannesen
2010-01-06
1
-12
/
+11
*
Move DebugInfo checks into EmitComments and remove them from
David Greene
2009-11-13
1
-1
/
+1
*
Similar to r86588, but for Darwin this time.
Bill Wendling
2009-11-09
1
-3
/
+3
*
The jump table was being generated before the end label for exception handling
Bill Wendling
2009-11-09
1
-3
/
+3
*
Add PowerPC codegen for indirect branches.
Bob Wilson
2009-11-04
1
-0
/
+3
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
1
-1
/
+0
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-3
/
+3
*
emit .subsections_via_symbols through MCStreamer instead of textually.
Chris Lattner
2009-10-19
1
-1
/
+1
*
Instead of printing unnecessary basic block labels as labels in
Dan Gohman
2009-10-06
1
-2
/
+0
*
Update processDebugLoc() so that it can be used to process debug info before ...
Devang Patel
2009-10-06
1
-1
/
+3
*
Use MachineInstr as an processDebugLoc() argument.
Devang Patel
2009-09-30
1
-1
/
+1
*
Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use this
Bob Wilson
2009-09-30
1
-7
/
+2
*
eliminate the PPC backend's implementation of EmitExternalGlobal
Chris Lattner
2009-09-16
1
-15
/
+0
*
remove all but one reference to TargetRegisterDesc::AsmName.
Chris Lattner
2009-09-13
1
-1
/
+1
*
the tblgen produced 'getRegisterName' method does not access
Chris Lattner
2009-09-13
1
-1
/
+1
*
make tblgen produce a function that returns the name for a physreg.
Chris Lattner
2009-09-13
1
-0
/
+2
*
replace printBasicBlockLabel with EmitBasicBlockStart,
Chris Lattner
2009-09-13
1
-2
/
+2
*
convert some uses of printBasicBlockLabel to use GetMBBSymbol
Chris Lattner
2009-09-13
1
-2
/
+3
*
remove DebugLoc from MCInst and eliminate "Comment printing" from
Chris Lattner
2009-09-09
1
-0
/
+4
*
hoist the call to processDebugLoc out of the generated
Chris Lattner
2009-09-09
1
-0
/
+2
*
Alter 79292 to produce output that actually assembles.
Dale Johannesen
2009-08-26
1
-0
/
+2
*
Make linkerprivate work for ARM and PPC. Testcase covers
Dale Johannesen
2009-08-24
1
-4
/
+4
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
1
-13
/
+13
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
1
-5
/
+5
*
eliminate AsmPrinter::SwitchToSection and just have clients
Chris Lattner
2009-08-19
1
-21
/
+25
*
PowerPC inline asm was emitting two output operands
Dale Johannesen
2009-08-18
1
-4
/
+6
*
Add support for the PowerPC 64-bit SVR4 ABI.
Tilmann Scheller
2009-08-15
1
-3
/
+57
*
TargetRegistry: Change AsmPrinter constructor to be typed as returning an
Daniel Dunbar
2009-08-13
1
-4
/
+4
*
TargetRegistry: Reorganize AsmPrinter construction so that clients pass in the
Daniel Dunbar
2009-08-13
1
-5
/
+5
*
Various AsmWriter output cleanups. Use WriteAsOperand instead of
Dan Gohman
2009-08-13
1
-15
/
+5
*
split MachO section handling stuff out to its out .h/.cpp file.
Chris Lattner
2009-08-10
1
-1
/
+1
[prev]
[next]