index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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-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
2005-12-13
reindent a loop, unswitch a loop. No functionality changes
Chris Lattner
2005-12-11
Remove type casts that are no longer needed
Chris Lattner
2005-12-09
Teach the PPC backend about the ctor and dtor list when not using __main and
Chris Lattner
2005-11-30
No longer track value types for asm printer operands, and remove them as
Nate Begeman
2005-11-21
Use generic constant pool emission code in the AsmPrinter class.
Chris Lattner
2005-11-21
Use the FunctionNumber provided by the AsmPrinter class
Chris Lattner
2005-11-21
Use CommentString where possible, fix a bug where aix mode wouldn't assemble
Chris Lattner
2005-11-21
unify the darwin and aix constant pool printers
Chris Lattner
2005-11-21
Adjust to capitalized AsmPrinter method names
Chris Lattner
2005-11-21
use PrivateGlobalPrefix for basic blocks
Chris Lattner
2005-11-21
This is now implemented in common codegen code
Chris Lattner
2005-11-21
set PrivateGlobalPrefix on darwin, use it when printing out CP references
Chris Lattner
2005-11-17
only use dyld stubs if not in ppc-static mode. This completes support for
Chris Lattner
2005-11-17
refactor call operand handling to eliminate special cases from printOp.
Chris Lattner
2005-11-17
disentangle call operands from branch operands a bit
Chris Lattner
2005-11-16
Patch to clean up function call pseudos and support the BLA instruction,
Nate Begeman
2005-11-15
Make sure to use SwitchSection to switch sections so that we don't accidental...
Chris Lattner
2005-11-14
Handle globals with explicit alignment requests
Chris Lattner
[prev]
[next]