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
/
Sparc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hopefully this will fix PR98
Chris Lattner
2003-11-07
1
-2
/
+2
*
* Make the comment header 80 columns long
Misha Brukman
2003-11-06
1
-3
/
+3
*
Tweak sed commands so that they filter out more # stuff and also
Brian Gaeke
2003-10-29
1
-3
/
+3
*
Make code layout more consistent.
Misha Brukman
2003-10-23
1
-58
/
+54
*
Add comments to describe what these functions actually do.
Misha Brukman
2003-10-22
1
-0
/
+7
*
* Use <cmath> instead of <math.h>
Misha Brukman
2003-10-22
1
-12
/
+12
*
Removed completely duplicated function comment (an identical one appears later).
Misha Brukman
2003-10-22
1
-19
/
+0
*
No, really, order the #includes correctly.
Misha Brukman
2003-10-22
1
-1
/
+1
*
* Fix order of #includes to follow style guide
Misha Brukman
2003-10-22
1
-39
/
+27
*
Hrm, unbreak stuph :(
Chris Lattner
2003-10-21
2
-1
/
+2
*
Fix preselection/lowerswitches bug
Chris Lattner
2003-10-21
1
-0
/
+3
*
Pull the PHI special case into it's own visit* method
Chris Lattner
2003-10-21
1
-9
/
+12
*
The lastOp operand is never used
Chris Lattner
2003-10-21
1
-20
/
+11
*
Added LLVM copyright notice.
John Criswell
2003-10-21
1
-0
/
+9
*
Added LLVM copyright header.
John Criswell
2003-10-21
11
-0
/
+72
*
Preselection is _not_ a basicblock pass, because it adds global variables to
Chris Lattner
2003-10-21
1
-101
/
+22
*
When opcodes like ADD were split into reg. and immed. versions (ADDi and ADDr),
Vikram S. Adve
2003-10-21
1
-1
/
+2
*
Why does g++ not even generate a warning when you miss a break statement?
Vikram S. Adve
2003-10-21
1
-0
/
+1
*
Implement the new varargs instructions and intrinsics.
Vikram S. Adve
2003-10-21
1
-24
/
+22
*
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
1
-0
/
+8
*
Goodbye, AddRegNumToValues
Brian Gaeke
2003-10-20
2
-10
/
+0
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
14
-0
/
+98
*
Minor leftover fixups from replaceMachineCodeForFunction () change.
Brian Gaeke
2003-10-20
1
-1
/
+2
*
Make replaceMachineCodeForFunction() return void.
Brian Gaeke
2003-10-20
1
-1
/
+1
*
Make replaceMachineCodeForFunction return void.
Brian Gaeke
2003-10-20
1
-2
/
+1
*
Apparently the dependencies are wrong for this file, so it didn't rebuild it
Chris Lattner
2003-10-20
1
-1
/
+1
*
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...
Chris Lattner
2003-10-19
1
-1
/
+1
*
Update the sparc backend to at least compile correctly with the new varargs s...
Chris Lattner
2003-10-18
2
-4
/
+16
*
Refactor jump insertion code from CompilationCallback() into insertJumpAtAddr().
Brian Gaeke
2003-10-17
1
-27
/
+33
*
Add prototype for replaceMachineCodeForFunction().
Brian Gaeke
2003-10-17
1
-0
/
+1
*
Remove extra blank line.
Brian Gaeke
2003-10-17
1
-1
/
+0
*
Eliminate some extraneous code in SlotCalculator::insertVal().
Alkis Evlogimenos
2003-10-17
1
-1
/
+1
*
Remove WordsEmitted statistic; there's already a non-backend-specific
Brian Gaeke
2003-10-13
1
-3
/
+10
*
Regularize header file comments
Chris Lattner
2003-10-13
1
-3
/
+2
*
Don't include "Config/stdlib.h".
Brian Gaeke
2003-10-10
1
-1
/
+0
*
Include <cstdio> instead of <stdio.h>.
Brian Gaeke
2003-10-10
1
-1
/
+1
*
Fix spelling.
Misha Brukman
2003-10-10
4
-11
/
+12
*
Add # of printed instructions statistic to both the SPARC and X86 LLC backends.
Brian Gaeke
2003-10-06
1
-1
/
+4
*
Add support for the Invoke instruction by using the LowerInvoke pass
Chris Lattner
2003-10-05
1
-0
/
+6
*
The comment seems irrelevant as the pass has become a BasicBlock pass.
Misha Brukman
2003-10-01
1
-2
/
+0
*
Make sure to get the definition of getRegisterAllocator
Chris Lattner
2003-09-30
1
-0
/
+1
*
RegisterAllocation.h is going away
Chris Lattner
2003-09-30
1
-1
/
+0
*
Add statistic for # of emitWord() calls.
Brian Gaeke
2003-09-30
1
-0
/
+2
*
Fixed spelling.
Misha Brukman
2003-09-23
2
-3
/
+3
*
Fix spelling.
Misha Brukman
2003-09-23
1
-1
/
+1
*
Fix assertion so it doesn't not trip incorrectly.
Vikram S. Adve
2003-09-21
1
-4
/
+4
*
Fix a typo in Sparc.cpp.
Brian Gaeke
2003-09-18
2
-10
/
+6
*
Rename the pass creator fn to mimic the other creator fn names.
Brian Gaeke
2003-09-18
1
-1
/
+1
*
Fix (and properly doxygenify) some comments. Incorporate
Brian Gaeke
2003-09-18
1
-39
/
+86
*
Make the symbol prologue/epilogue stuff redundant with MappingInfo, in
Brian Gaeke
2003-09-18
1
-20
/
+31
[next]