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-10-05
Always emit the jump table after the function so it's part of the same 'atom'
Chris Lattner
2006-09-20
The DarwinAsmPrinter need not check for isDarwin. createPPCAsmPrinterPass
Chris Lattner
2006-09-20
Wrap some darwin'isms with isDarwin checks.
Chris Lattner
2006-09-07
Make target asm info a property of the target machine.
Jim Laskey
2006-09-06
Separate target specific asm properties from the asm printers.
Jim Laskey
2006-08-27
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-25
Encode pc-relative conditional branch offset as pc+(num of bytes / 4). The
Evan Cheng
2006-08-12
Emit .set directives for jump table entries when possible, which reduces
Nate Begeman
2006-07-27
Support jump tables when in PIC relocation model
Nate Begeman
2006-07-26
Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.
Chris Lattner
2006-07-15
Remove what little AIX support we have. It has never been tested and isn't
Chris Lattner
2006-07-12
Print negative immediates as negative values instead of large constants
Chris Lattner
2006-06-28
Use hidden visibility to make symbols in an anonymous namespace get
Chris Lattner
2006-06-28
shrink libllvmgcc.dylib another 25K
Chris Lattner
2006-06-27
Print stubs for external globals right.
Chris Lattner
2006-06-27
Add a pattern for i64 sra. Print 8-byte units with a space between the .quad
Chris Lattner
2006-06-27
Print darwin stub stuff correctly in 64-bit mode. With this, treeadd works in
Chris Lattner
2006-06-23
Add and sort "sections" in debug lines. This always stepping through
Jim Laskey
2006-06-20
Rename OR4 -> OR. Move some PPC64-specific stuff to the 64-bit file
Chris Lattner
2006-06-15
1. Support standard dwarf format (was bootstrapping in Apple format.)
Jim Laskey
2006-06-14
Place dwarf headers at earliest possible point. Well behaved when skipping
Jim Laskey
2006-05-15
Remove some dead code, identified by coverity.
Chris Lattner
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
[prev]
[next]