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
/
SparcV9
Age
Commit message (
Expand
)
Author
2005-01-18
Minor changes.
Tanya Lattner
2005-01-17
Added tmp instructions to preserve ssa.
Tanya Lattner
2005-01-16
Added paramters to a few functions in order to allow me to change the functio...
Tanya Lattner
2005-01-16
cycles_t -> CycleCount_t
Chris Lattner
2005-01-16
Rename BUILD_* to PROJ_*
Reid Spencer
2005-01-16
Fixed a couple of instructions that broke SSA.
Tanya Lattner
2004-12-16
Chris is a pain ;) Removing reassociate.
Tanya Lattner
2004-12-16
Removing commented out lines.
Tanya Lattner
2004-12-16
Removed LICM and GCSE.
Tanya Lattner
2004-12-16
Remove dead #include
Chris Lattner
2004-12-16
Use the rules in Makefile.rules to build SparcV9GenCodeEmitter.inc instead
Chris Lattner
2004-12-16
Fix header
Chris Lattner
2004-12-12
Use the target triple to pick this target.
Chris Lattner
2004-12-03
When writing kernel, save the branches til the end. They are still put in the...
Tanya Lattner
2004-12-02
The stripping pass as we know it is about to disappear
Chris Lattner
2004-12-02
Reworked branch adding in prologue. Added check for infinite loops which are ...
Tanya Lattner
2004-11-30
Remove extraneous namespacification. In particular, don't define llvm::llvm:...
Chris Lattner
2004-11-29
Reworked branching so we don't handle BAs specially. It just updates the bran...
Tanya Lattner
2004-11-28
Fixed bug where instructions in the kernel were not ordered right to preserve...
Tanya Lattner
2004-11-24
Forced branches to be first to be scheduled.
Tanya Lattner
2004-11-23
Squelch a bogus warning
Chris Lattner
2004-11-23
Changed the CreateCodeToLoadConst function to preserve SSA form. This basical...
Tanya Lattner
2004-11-22
Remove some dead vars and some useless namespacification
Chris Lattner
2004-11-22
Implement a disgusting hack to work around broken machine code emission of
Chris Lattner
2004-11-22
Fixed a bug where I was trying to ModuloSchedule a loop with no instructions ...
Tanya Lattner
2004-11-22
Remove JIT-specific code from the code emitter.
Chris Lattner
2004-11-22
New methods implemented
Chris Lattner
2004-11-22
Implement the Sparc JIT interfaces, including relocation support.
Chris Lattner
2004-11-22
Initial checkin of the V9 relocation types
Chris Lattner
2004-11-20
Adjust to changed interfaces
Chris Lattner
2004-11-20
This method was never implemented
Chris Lattner
2004-11-19
Made modsched hidden and changed so it matches the style of other options.
Tanya Lattner
2004-11-18
Fixed to fit in 80 columns.
Tanya Lattner
2004-11-18
Adding option to llc for ModuloScheduling. By default it is turned off.
Tanya Lattner
2004-11-16
Added my own defMap. Only saving values that are not loop invariant. Fixed a ...
Tanya Lattner
2004-11-07
Decompose* is V9 specific, make it internal
Chris Lattner
2004-11-07
Move this file from lib/Transforms/Scalar
Chris Lattner
2004-11-02
Added gross hacks such as creating my own def-use map, and picking on Instruc...
Tanya Lattner
2004-10-30
Internalize variable names to prevent recursive assignment. Cleanup docs.
Reid Spencer
2004-10-30
Fixed bug with infinite epilogues.
Tanya Lattner
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-22
Clean up the output from this makefile so its not verbose.
Reid Spencer
2004-10-22
Adjust to changes in Makefile.rules
Reid Spencer
2004-10-22
We won't use automake
Reid Spencer
2004-10-19
Simplify mapping info generation. In particular, the LLVM-to-MachineInstr map
Brian Gaeke
2004-10-18
Initial automake generated Makefile template
Reid Spencer
2004-10-17
Make the library name SparcV9 specific
Reid Spencer
2004-10-17
Consolidate the definitions
Reid Spencer
2004-10-17
All of these labels are off by one now that the unreachable instruction exists
Chris Lattner
2004-10-17
I forgot that sparc no longer uses the shared asmwriter. Give it support
Chris Lattner
[next]