index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
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
...
*
PhyRegAlloc.h got moved to lib/CodeGen/RegAlloc
Chris Lattner
2003-09-01
1
-1
/
+1
*
Move IGNode from public include directory to here. Minor cleanups like addin...
Chris Lattner
2003-09-01
5
-117
/
+102
*
IGNode got moved to lib/CodeGen/RegAlloc
Chris Lattner
2003-09-01
1
-1
/
+1
*
This file just needs LiveRange.h not IGNode.h
Chris Lattner
2003-09-01
1
-2
/
+2
*
No longer include IGNode.h in the Sparc global header
Chris Lattner
2003-09-01
3
-10
/
+16
*
* Use alloca() to force GCC not to eliminate frame pointer
Misha Brukman
2003-08-29
1
-115
/
+90
*
Fixed two double free bugs that caused llc to segfault or run forever.
John Criswell
2003-08-28
1
-5
/
+21
*
Removing README
Tanya Lattner
2003-08-28
2
-35
/
+2
*
Putting my revised version of ModuloScheduling in cvs. This is not complete...
Tanya Lattner
2003-08-28
4
-2940
/
+155
*
Moved index into BB to common graph class because its needed by ModuloSchedGr...
Tanya Lattner
2003-08-28
2
-4
/
+1
*
Added/removed header file
Tanya Lattner
2003-08-27
1
-1
/
+0
*
*** empty log message ***
Tanya Lattner
2003-08-27
3
-416
/
+273
*
First version of SchedGraph common class and refactoring of SchedGraph.
Tanya Lattner
2003-08-25
5
-481
/
+353
*
Targets should configure themselves based on a Module, not some wierd flags
Chris Lattner
2003-08-24
1
-1
/
+1
*
The word `dependent' has no `a'.
Misha Brukman
2003-08-21
2
-2
/
+2
*
Fix spello
Chris Lattner
2003-08-21
1
-1
/
+1
*
Change all #include'd files to be :: rules instead of : rules
Chris Lattner
2003-08-21
1
-1
/
+1
*
Add support for the sig(set|long)jmp intrinsics
Chris Lattner
2003-08-18
1
-0
/
+2
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
1
-3
/
+3
*
Rename -emitmaps to -enable-maps
Brian Gaeke
2003-08-16
1
-1
/
+1
*
Now that the JIT memory manager allocates as many bytes as necessary rather than
Misha Brukman
2003-08-15
1
-1
/
+2
*
Fix register and parameter numbers in saving double FP registers.
Misha Brukman
2003-08-15
1
-1
/
+1
*
Remove uses of the NonCopyable class, to make the doxygen output look better
Chris Lattner
2003-08-15
1
-9
/
+17
*
* Must save FP registers when calling CompilationCallback(), because FP
Misha Brukman
2003-08-15
1
-24
/
+168
*
Improvement to the previous fix: branch following a delay slot of
Vikram S. Adve
2003-08-14
1
-3
/
+5
*
Since we now have TableGen editing modes for VIM and (X)Emacs, we no longer need
Misha Brukman
2003-08-14
5
-10
/
+10
*
Restore 'nice name' to pass
Chris Lattner
2003-08-14
1
-0
/
+1
*
Factory methods for function passes now return type FunctionPass *.
Brian Gaeke
2003-08-14
3
-3
/
+3
*
Unbreak SPARC backend: addPassesToJITCompile and
Brian Gaeke
2003-08-14
2
-2
/
+2
*
Factory methods for function passes now return type FunctionPass *.
Brian Gaeke
2003-08-14
2
-12
/
+3
*
Unbreak SPARC backend: addPassesToJITCompile and
Brian Gaeke
2003-08-14
1
-3
/
+3
*
Adjust files for move of mapping info stuff into the Sparc directory
Chris Lattner
2003-08-13
5
-19
/
+20
*
For instructions in a delay slot of another instruction,
Vikram S. Adve
2003-08-12
1
-12
/
+16
*
For an instruction with delay slots, mark all live values before
Vikram S. Adve
2003-08-12
2
-16
/
+42
*
Disable emitting LLVM-to-MI maps, by default.
Vikram S. Adve
2003-08-12
1
-9
/
+15
*
Fix va_arg to generate LDDFi for floating point values, instead of LDXi.
Vikram S. Adve
2003-08-12
1
-2
/
+4
*
Register argument to va_start must be marked as defined!
Vikram S. Adve
2003-08-11
1
-1
/
+1
*
Implement LLVM intrinsics `llvm.setjmp' and `llvm.longjmp' as follows:
Misha Brukman
2003-08-07
1
-4
/
+18
*
Fix sanity-checking in 'maskUnsigned' code to be more precise:
Vikram S. Adve
2003-08-07
1
-2
/
+12
*
Changing command-line option formats to be more consistent with LLVM style.
Misha Brukman
2003-08-06
1
-3
/
+3
*
* Renamed option from `nopreselect' to `nopreopt' since it disables more than
Misha Brukman
2003-08-06
1
-6
/
+10
*
Use the registers g1 and g5 as temporaries for making far jumps and far calls,
Misha Brukman
2003-08-06
1
-64
/
+48
*
1. Bug fix: was using SLL instead of SLLX for ULongTy. Chump.
Vikram S. Adve
2003-08-06
1
-70
/
+87
*
Remove conversion of fp-to-uint cast into a multi-step cast:
Vikram S. Adve
2003-08-06
1
-29
/
+0
*
SparcV9CodeEmitter.cpp:
Misha Brukman
2003-08-06
2
-213
/
+169
*
Use a new local data structure instead of the MachineInstr::regsUsed set
Chris Lattner
2003-08-05
1
-8
/
+7
*
Add a map
Chris Lattner
2003-08-05
1
-0
/
+4
*
Minor cleanups
Chris Lattner
2003-08-05
1
-23
/
+22
*
Physical registers no longer live in the regsUsed set for each machine instr
Chris Lattner
2003-08-05
1
-18
/
+30
*
This method has now been changed to preserve flags for us!
Chris Lattner
2003-08-05
1
-5
/
+2
[prev]
[next]