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
/
PPCAsmPrinter.cpp
Age
Commit message (
Expand
)
Author
2006-05-12
remove dead variable.
Chris Lattner
2006-05-09
Indent .data/.text in the .s file
Chris Lattner
2006-05-09
Split SwitchSection into SwitchTo{Text|Data}Section methods.
Chris Lattner
2006-05-05
Print a grouping around inline asm blocks so that we can tell when we are
Chris Lattner
2006-05-04
Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.
Chris Lattner
2006-05-04
There shalt be only one "immediate" operand type!
Chris Lattner
2006-05-04
Remove a bunch more SparcV9 specific stuff
Chris Lattner
2006-05-04
Remove some more unused stuff from MachineInstr that was leftover from V9.
Chris Lattner
2006-05-03
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-05-02
Hooray, everyone now uses the same printBasicBlockLabel implementation
Nate Begeman
2006-05-02
Extend printBasicBlockLabel a bit so that it can be used to print all
Nate Begeman
2006-04-22
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-07
Make sure that debug labels are defined within the same section and after the
Jim Laskey
2006-03-25
Codegen things like:
Chris Lattner
2006-03-23
Change interface to DwarfWriter.
Jim Laskey
2006-03-22
Add support for "ri" addressing modes where the immediate is a 14-bit field
Chris Lattner
2006-03-21
Print absolute memory references like this:
Chris Lattner
2006-03-13
Added getTargetLowering() to TargetMachine. Refactored targets to support this.
Evan Cheng
2006-03-07
Use "llvm.metadata" section for debug globals. Filter out these globals in the
Jim Laskey
2006-02-24
Add memory printing support for PPC. Input memory operands now work with
Chris Lattner
2006-02-23
Implement the PPC inline asm "L" modifier. This allows us to compile:
Chris Lattner
2006-02-22
- Added option -relocation-model to set relocation model. Valid values includ...
Evan Cheng
2006-02-22
Coordinate activities with llvm-gcc4 and dwarf.
Jim Laskey
2006-02-18
Moved PICEnabled to include/llvm/Target/TargetOptions.h
Evan Cheng
2006-02-14
If we have zero initialized data with external linkage, use .zerofill to
Chris Lattner
2006-02-14
Make sure that weak functions are aligned properly
Chris Lattner
2006-02-08
Darwin doesn't support #APP/#NO_APP
Chris Lattner
2006-02-08
Emit the 'mr' pseudoop for easier reading.
Chris Lattner
2006-02-06
Change prototype
Chris Lattner
2006-02-06
We seem to have settled to __DWARF for section name.
Jim Laskey
2006-02-05
Use the asmprinter to find out what the preferred alignment of a global is.
Chris Lattner
2006-02-01
add a method
Chris Lattner
2006-01-26
Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals.
Jim Laskey
2006-01-24
Crude Dwarf global variable debugging.
Jim Laskey
2006-01-22
Add explicit #includes of <iostream>
Chris Lattner
2006-01-21
trivial formatting improvement: don't insert extra blank lines between .comm
Chris Lattner
2006-01-18
Added minimum Dwarf aranges. Cleaned up some section headers. Line number
Jim Laskey
2006-01-17
Add frame work for additional dwarf sections. Comments will improve as code
Jim Laskey
2006-01-17
Adding basic support for Dwarf line number debug information.
Jim Laskey
2006-01-05
Added initial support for DEBUG_LABEL allowing debug specific labels to be
Jim Laskey
2006-01-04
Applied some recommend changes from sabre. The dominate one beginning "let the
Jim Laskey
2006-01-04
Tie dwarf generation to darwin assembler.
Jim Laskey
2005-12-24
Fix one of the things in the todo file, and get a bit closer to folding
Nate Begeman
2005-12-22
fix handling of weak linkage
Chris Lattner
2005-12-19
Fix a couple of the FIXMEs, thanks to suggestion from Chris. This allows
Nate Begeman
2005-12-19
Convert load/store over to being pattern matched
Nate Begeman
2005-12-16
Added source file/line correspondence for dwarf (PowerPC only at this point.)
Jim Laskey
2005-12-16
Weak and linkonce global vars should still have a .globl emitted for them
Chris Lattner
2005-12-16
Update the darwin handling of linkonce & weak functions and GV stubs. This
Chris Lattner
2005-12-13
Use the shared asmprinter code for printing special llvm globals
Chris Lattner
[next]