index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
SparcV9
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compilation errors, patch contributed by the fabulous Bill Wendling!
Chris Lattner
2005-03-24
1
-0
/
+1
*
Added alias analysis.
Tanya Lattner
2005-03-23
6
-193
/
+724
*
Make this method non-const. Making it const causes the const version of
Tanya Lattner
2005-03-21
1
-1
/
+1
*
Fix the missing symbols problem Bill was hitting. Patch contributed by
Chris Lattner
2005-03-17
2
-0
/
+2
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
5
-7
/
+7
*
Only print out machine instructions before modulo scheduling if we are actual...
Tanya Lattner
2005-02-24
1
-1
/
+1
*
Fixed bug in findAllcircuits. Fixed branch addition to schedule. Added debug ...
Tanya Lattner
2005-02-23
4
-92
/
+150
*
Fixed node deletion bug.
Tanya Lattner
2005-02-16
2
-6
/
+13
*
Added new circuit finding alogrithm.
Tanya Lattner
2005-02-10
4
-51
/
+487
*
Allow modsched and local scheduling to both be run.
Tanya Lattner
2005-02-10
1
-4
/
+3
*
Finegrainify namespacification.
Chris Lattner
2005-01-29
2
-24
/
+27
*
add namespace qualifier
Chris Lattner
2005-01-29
1
-1
/
+2
*
Fix a spurious warning.
Chris Lattner
2005-01-24
1
-1
/
+1
*
Minor changes.
Tanya Lattner
2005-01-18
1
-12
/
+22
*
Added tmp instructions to preserve ssa.
Tanya Lattner
2005-01-17
1
-7
/
+25
*
Added paramters to a few functions in order to allow me to change the functio...
Tanya Lattner
2005-01-16
1
-14
/
+16
*
cycles_t -> CycleCount_t
Chris Lattner
2005-01-16
3
-54
/
+54
*
Rename BUILD_* to PROJ_*
Reid Spencer
2005-01-16
1
-1
/
+1
*
Fixed a couple of instructions that broke SSA.
Tanya Lattner
2005-01-16
1
-10
/
+33
*
Chris is a pain ;) Removing reassociate.
Tanya Lattner
2004-12-16
1
-6
/
+0
*
Removing commented out lines.
Tanya Lattner
2004-12-16
1
-8
/
+3
*
Removed LICM and GCSE.
Tanya Lattner
2004-12-16
1
-3
/
+3
*
Remove dead #include
Chris Lattner
2004-12-16
1
-1
/
+0
*
Use the rules in Makefile.rules to build SparcV9GenCodeEmitter.inc instead
Chris Lattner
2004-12-16
2
-14
/
+11
*
Fix header
Chris Lattner
2004-12-16
1
-1
/
+1
*
Use the target triple to pick this target.
Chris Lattner
2004-12-12
1
-1
/
+6
*
When writing kernel, save the branches til the end. They are still put in the...
Tanya Lattner
2004-12-03
1
-5
/
+17
*
The stripping pass as we know it is about to disappear
Chris Lattner
2004-12-02
1
-9
/
+1
*
Reworked branch adding in prologue. Added check for infinite loops which are ...
Tanya Lattner
2004-12-02
3
-39
/
+46
*
Remove extraneous namespacification. In particular, don't define llvm::llvm:...
Chris Lattner
2004-11-30
1
-11
/
+9
*
Reworked branching so we don't handle BAs specially. It just updates the bran...
Tanya Lattner
2004-11-29
2
-139
/
+97
*
Fixed bug where instructions in the kernel were not ordered right to preserve...
Tanya Lattner
2004-11-28
4
-7
/
+32
*
Forced branches to be first to be scheduled.
Tanya Lattner
2004-11-24
2
-71
/
+105
*
Squelch a bogus warning
Chris Lattner
2004-11-23
1
-1
/
+1
*
Changed the CreateCodeToLoadConst function to preserve SSA form. This basical...
Tanya Lattner
2004-11-23
1
-7
/
+24
*
Remove some dead vars and some useless namespacification
Chris Lattner
2004-11-22
1
-10
/
+1
*
Implement a disgusting hack to work around broken machine code emission of
Chris Lattner
2004-11-22
1
-1
/
+12
*
Fixed a bug where I was trying to ModuloSchedule a loop with no instructions ...
Tanya Lattner
2004-11-22
3
-9
/
+32
*
Remove JIT-specific code from the code emitter.
Chris Lattner
2004-11-22
2
-569
/
+35
*
New methods implemented
Chris Lattner
2004-11-22
1
-0
/
+18
*
Implement the Sparc JIT interfaces, including relocation support.
Chris Lattner
2004-11-22
1
-0
/
+354
*
Initial checkin of the V9 relocation types
Chris Lattner
2004-11-22
1
-0
/
+42
*
Adjust to changed interfaces
Chris Lattner
2004-11-20
1
-2
/
+2
*
This method was never implemented
Chris Lattner
2004-11-20
1
-6
/
+0
*
Made modsched hidden and changed so it matches the style of other options.
Tanya Lattner
2004-11-19
1
-2
/
+2
*
Fixed to fit in 80 columns.
Tanya Lattner
2004-11-18
1
-1
/
+2
*
Adding option to llc for ModuloScheduling. By default it is turned off.
Tanya Lattner
2004-11-18
1
-2
/
+13
*
Added my own defMap. Only saving values that are not loop invariant. Fixed a ...
Tanya Lattner
2004-11-16
2
-44
/
+63
*
Decompose* is V9 specific, make it internal
Chris Lattner
2004-11-07
2
-1
/
+15
*
Move this file from lib/Transforms/Scalar
Chris Lattner
2004-11-07
1
-0
/
+136
[next]