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