index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
PowerPC
/
PPCAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove some more unused stuff from MachineInstr that was leftover from V9.
Chris Lattner
2006-05-04
1
-6
/
+0
*
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-05-03
1
-6
/
+6
*
Hooray, everyone now uses the same printBasicBlockLabel implementation
Nate Begeman
2006-05-02
1
-20
/
+3
*
Extend printBasicBlockLabel a bit so that it can be used to print all
Nate Begeman
2006-05-02
1
-9
/
+13
*
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-22
1
-6
/
+19
*
Make sure that debug labels are defined within the same section and after the
Jim Laskey
2006-04-07
1
-3
/
+3
*
Codegen things like:
Chris Lattner
2006-03-25
1
-0
/
+5
*
Change interface to DwarfWriter.
Jim Laskey
2006-03-23
1
-4
/
+4
*
Add support for "ri" addressing modes where the immediate is a 14-bit field
Chris Lattner
2006-03-22
1
-0
/
+14
*
Print absolute memory references like this:
Chris Lattner
2006-03-21
1
-1
/
+5
*
Added getTargetLowering() to TargetMachine. Refactored targets to support this.
Evan Cheng
2006-03-13
1
-2
/
+3
*
Use "llvm.metadata" section for debug globals. Filter out these globals in the
Jim Laskey
2006-03-07
1
-1
/
+1
*
Add memory printing support for PPC. Input memory operands now work with
Chris Lattner
2006-02-24
1
-1
/
+12
*
Implement the PPC inline asm "L" modifier. This allows us to compile:
Chris Lattner
2006-02-23
1
-4
/
+28
*
- Added option -relocation-model to set relocation model. Valid values includ...
Evan Cheng
2006-02-22
1
-6
/
+6
*
Coordinate activities with llvm-gcc4 and dwarf.
Jim Laskey
2006-02-22
1
-12
/
+11
*
Moved PICEnabled to include/llvm/Target/TargetOptions.h
Evan Cheng
2006-02-18
1
-0
/
+1
*
If we have zero initialized data with external linkage, use .zerofill to
Chris Lattner
2006-02-14
1
-4
/
+11
*
Make sure that weak functions are aligned properly
Chris Lattner
2006-02-14
1
-2
/
+1
*
Darwin doesn't support #APP/#NO_APP
Chris Lattner
2006-02-08
1
-2
/
+2
*
Emit the 'mr' pseudoop for easier reading.
Chris Lattner
2006-02-08
1
-0
/
+9
*
Change prototype
Chris Lattner
2006-02-06
1
-1
/
+1
*
We seem to have settled to __DWARF for section name.
Jim Laskey
2006-02-06
1
-11
/
+11
*
Use the asmprinter to find out what the preferred alignment of a global is.
Chris Lattner
2006-02-05
1
-1
/
+1
*
add a method
Chris Lattner
2006-02-01
1
-2
/
+8
*
Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals.
Jim Laskey
2006-01-26
1
-1
/
+1
*
Crude Dwarf global variable debugging.
Jim Laskey
2006-01-24
1
-4
/
+4
*
Add explicit #includes of <iostream>
Chris Lattner
2006-01-22
1
-0
/
+1
*
trivial formatting improvement: don't insert extra blank lines between .comm
Chris Lattner
2006-01-21
1
-1
/
+1
*
Added minimum Dwarf aranges. Cleaned up some section headers. Line number
Jim Laskey
2006-01-18
1
-12
/
+12
*
Add frame work for additional dwarf sections. Comments will improve as code
Jim Laskey
2006-01-17
1
-3
/
+11
*
Adding basic support for Dwarf line number debug information.
Jim Laskey
2006-01-17
1
-6
/
+8
*
Added initial support for DEBUG_LABEL allowing debug specific labels to be
Jim Laskey
2006-01-05
1
-1
/
+5
*
Applied some recommend changes from sabre. The dominate one beginning "let the
Jim Laskey
2006-01-04
1
-7
/
+11
*
Tie dwarf generation to darwin assembler.
Jim Laskey
2006-01-04
1
-8
/
+34
*
Fix one of the things in the todo file, and get a bit closer to folding
Nate Begeman
2005-12-24
1
-0
/
+1
*
fix handling of weak linkage
Chris Lattner
2005-12-22
1
-3
/
+2
*
Fix a couple of the FIXMEs, thanks to suggestion from Chris. This allows
Nate Begeman
2005-12-19
1
-1
/
+8
*
Convert load/store over to being pattern matched
Nate Begeman
2005-12-19
1
-1
/
+13
*
Added source file/line correspondence for dwarf (PowerPC only at this point.)
Jim Laskey
2005-12-16
1
-0
/
+8
*
Weak and linkonce global vars should still have a .globl emitted for them
Chris Lattner
2005-12-16
1
-1
/
+2
*
Update the darwin handling of linkonce & weak functions and GV stubs. This
Chris Lattner
2005-12-16
1
-57
/
+63
*
Use the shared asmprinter code for printing special llvm globals
Chris Lattner
2005-12-13
1
-33
/
+5
*
reindent a loop, unswitch a loop. No functionality changes
Chris Lattner
2005-12-13
1
-105
/
+109
*
Remove type casts that are no longer needed
Chris Lattner
2005-12-11
1
-2
/
+3
*
Teach the PPC backend about the ctor and dtor list when not using __main and
Chris Lattner
2005-12-09
1
-0
/
+34
*
No longer track value types for asm printer operands, and remove them as
Nate Begeman
2005-11-30
1
-30
/
+17
*
Use generic constant pool emission code in the AsmPrinter class.
Chris Lattner
2005-11-21
1
-30
/
+4
*
Use the FunctionNumber provided by the AsmPrinter class
Chris Lattner
2005-11-21
1
-19
/
+15
*
Use CommentString where possible, fix a bug where aix mode wouldn't assemble
Chris Lattner
2005-11-21
1
-4
/
+4
[prev]
[next]