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
/
PowerPCAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Differentiate between global and weak symbol loads
Misha Brukman
2004-07-20
1
-6
/
+3
*
* Fn args passed in registers are now recorded as used by the call instruction
Misha Brukman
2004-07-20
1
-6
/
+18
*
CPR Fixes
Chris Lattner
2004-07-18
1
-2
/
+2
*
* Output non-lazy linking stubs for external global variables
Misha Brukman
2004-07-16
1
-46
/
+29
*
* Add spaces between words and numbers in comments printed out for longs/floats
Misha Brukman
2004-07-16
1
-2
/
+8
*
* Fix header comment, excise references to X86
Misha Brukman
2004-07-08
1
-15
/
+23
*
Use the more compact `bl' instead of cryptic (but equivalent) `bcl 20,31'
Misha Brukman
2004-07-06
1
-2
/
+2
*
Check if operand has an allocated reg before requesting it.
Misha Brukman
2004-07-01
1
-0
/
+1
*
* Inquire about the number of operands from the instruction directly
Misha Brukman
2004-06-30
1
-2
/
+4
*
* Stop using BBNumbering, we don't really need it
Misha Brukman
2004-06-29
1
-10
/
+2
*
Assembly syntax/comment fixes by Nate Begeman.
Misha Brukman
2004-06-29
1
-33
/
+54
*
No need to generate a lazy-linking stub for internal functions, they can be
Misha Brukman
2004-06-28
1
-1
/
+3
*
Do not set the `link' bit when branching to the first BB of a function, as it
Misha Brukman
2004-06-28
1
-2
/
+2
*
Fix spacing around function arguments.
Misha Brukman
2004-06-28
1
-5
/
+4
*
Combine several if stmts with returns into an if-then-elseif-else chain.
Misha Brukman
2004-06-25
1
-12
/
+4
*
* Be consistent about MachineBB labels and references to them in instr stream
Misha Brukman
2004-06-25
1
-22
/
+6
*
* Initialize the entire array statically, not member-at-a-time
Misha Brukman
2004-06-25
1
-20
/
+9
*
* Lowercase the register names
Misha Brukman
2004-06-24
1
-11
/
+11
*
* Tabs to spaces
Misha Brukman
2004-06-24
1
-96
/
+100
*
* Order #includes
Misha Brukman
2004-06-24
1
-5
/
+7
*
Type::getPrimitiveID() -> getTypeID()
Misha Brukman
2004-06-21
1
-2
/
+2
*
Initial revision
Misha Brukman
2004-06-21
1
-0
/
+694
[prev]