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
/
PPCAsmPrinter.cpp
Age
Commit message (
Expand
)
Author
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
2009-08-13
TargetRegistry: Reorganize AsmPrinter construction so that clients pass in the
Daniel Dunbar
2009-08-13
Various AsmWriter output cleanups. Use WriteAsOperand instead of
Dan Gohman
2009-08-10
split MachO section handling stuff out to its out .h/.cpp file.
Chris Lattner
2009-08-10
Fix a weird ppc64-specific link error during an llvm-gcc build:
Chris Lattner
2009-08-10
Make the big switch: Change MCSectionMachO to represent a section *semantically*
Chris Lattner
2009-08-08
make printInstruction return void since its result is omitted. Make the
Chris Lattner
2009-08-08
don't check the result of printInstruction anymore.
Chris Lattner
2009-08-05
Remove dead code. MDNode and MDString are not Constant anymore.
Devang Patel
2009-08-05
Don't flush the raw_ostream between each MachineFunction. These flush
Dan Gohman
2009-08-04
make MergeableCString be a SectionKind "abstract class", and
Chris Lattner
2009-08-03
switch ppc to using SwitchToSection instead of textual section stuff.
Chris Lattner
2009-07-31
switch off of 'Section' onto MCSection. We're not properly using
Chris Lattner
2009-07-29
pass the mangler down into the various SectionForGlobal methods.
Chris Lattner
2009-07-28
Rename MDNode.h header. It defines MDnode and other metadata classes.
Devang Patel
2009-07-28
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-27
Eliminate SectionFlags, just embed a SectionKind into Section
Chris Lattner
2009-07-26
Eliminate some uses of DOUT, cerr, and getNameStart().
Daniel Dunbar
2009-07-25
Remove Value::{isName, getNameRef}.
Daniel Dunbar
2009-07-25
Add new helpers for registering targets.
Daniel Dunbar
2009-07-24
use section flags more correctly.
Chris Lattner
2009-07-24
reduce api exposure: clients shouldn't call SectionKindForGlobal directly.
Chris Lattner
2009-07-21
make AsmPrinter::doFinalization iterate over the global variables
Chris Lattner
2009-07-20
Rename Mangler linkage enums to something less gross.
Bill Wendling
[next]