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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove false optimization that basically broke everything
Chris Lattner
2001-11-09
1
-19
/
+28
*
* Add better caching of data to avoid silly recusions
Chris Lattner
2001-11-08
1
-3
/
+12
*
Add method decl
Chris Lattner
2001-11-08
2
-0
/
+8
*
Remove unneeded forward decl
Chris Lattner
2001-11-08
1
-1
/
+0
*
Improve raising significantly
Chris Lattner
2001-11-08
4
-75
/
+267
*
Print the method that makes an instruction invalid
Chris Lattner
2001-11-08
1
-1
/
+1
*
corrected insertCode4Spilled ... bug.
Ruchira Sasanka
2001-11-08
2
-16
/
+34
*
Eliminate cleaning step for individual %.bc files created by our gcc.
Vikram S. Adve
2001-11-08
2
-6
/
+4
*
Took out .clean.bc target.
Vikram S. Adve
2001-11-08
2
-6
/
+0
*
Run cleaning pass only when linking multiple files.
Vikram S. Adve
2001-11-08
2
-4
/
+2
*
Add cleaning pass after linking.
Vikram S. Adve
2001-11-08
2
-4
/
+8
*
Uncommented LR spill code insertion
Ruchira Sasanka
2001-11-08
2
-4
/
+170
*
Keep *.s files while we're debugging the native code.
Vikram S. Adve
2001-11-08
2
-6
/
+6
*
Bug fix: need to use .reserve for uninitialized data.
Vikram S. Adve
2001-11-08
1
-6
/
+5
*
Add rule for %.clean.bc.
Vikram S. Adve
2001-11-08
2
-0
/
+6
*
Bug fix: cannot modify Phi operands while iterating over them!
Vikram S. Adve
2001-11-08
1
-16
/
+23
*
Add handle to object MachineFrameInfo.
Vikram S. Adve
2001-11-08
1
-3
/
+5
*
Include handle to TargetMachine in each Machine...Info class.
Vikram S. Adve
2001-11-08
2
-5
/
+9
*
Add method CreateCodeToCopyIntToFloat.
Vikram S. Adve
2001-11-08
2
-2
/
+36
*
Major change to how defs are found when adding dependences (they
Vikram S. Adve
2001-11-08
4
-342
/
+138
*
MachineCodeForMethod is now an annotation on class Method.
Vikram S. Adve
2001-11-08
2
-2
/
+2
*
Add handle to TargetMachine object in all Machine...Info classes.
Vikram S. Adve
2001-11-08
2
-5
/
+8
*
Added support for bitwise logical operators. Use different labels for
Vikram S. Adve
2001-11-08
1
-4
/
+29
*
Fixed function getEscapedString to follow the Sparc assembly rules
Vikram S. Adve
2001-11-08
1
-107
/
+150
*
Fix bugs in FITOS/D instruction generation.
Vikram S. Adve
2001-11-08
1
-68
/
+116
*
Added new function UltraSparcInstrInfo::CreateCodeToCopyIntToFloat.
Vikram S. Adve
2001-11-08
1
-6
/
+64
*
Removed class RegStackOffsets and used class MachineCodeForMethod
Vikram S. Adve
2001-11-08
1
-31
/
+53
*
Use MachineFrameInfo as base class of UltraSparcFrameInfo, and made
Vikram S. Adve
2001-11-08
2
-59
/
+144
*
Machine-independent interface to target's stack frame layout parameters.
Vikram S. Adve
2001-11-08
1
-0
/
+76
*
Use different op labels for bitwise logical operations and boolean logical
Vikram S. Adve
2001-11-08
1
-0
/
+5
*
Added a second constructor for and improved class TmpInstruction.
Vikram S. Adve
2001-11-08
1
-9
/
+28
*
Added two minor methods.
Vikram S. Adve
2001-11-08
4
-6
/
+16
*
Removed class RegStackOffsets and used class MachineCodeForMethod
Vikram S. Adve
2001-11-08
4
-586
/
+76
*
Major overhaul of stack frame management.
Vikram S. Adve
2001-11-08
8
-59
/
+263
*
Old file which was moved to include/llvm/Target some time back.
Vikram S. Adve
2001-11-08
1
-121
/
+0
*
Removed MachineCodeForMethod object and made it an annotation.
Vikram S. Adve
2001-11-08
2
-11
/
+1
*
Add analysis pass.
Chris Lattner
2001-11-07
1
-1
/
+10
*
Initial checkin of pointer safety checker
Chris Lattner
2001-11-07
2
-0
/
+139
*
Correct problem that allows indirect function calls
Chris Lattner
2001-11-07
1
-1
/
+5
*
* Switch to operation on pointers with PointerTy more consistently
Chris Lattner
2001-11-07
3
-76
/
+149
*
1. -Winline emits spurious warnings that aren't useful right now
Chris Lattner
2001-11-07
2
-2
/
+4
*
Killing warnings
Chris Lattner
2001-11-07
3
-8
/
+10
*
Add #includes to enable buiding in Release mode
Chris Lattner
2001-11-07
5
-0
/
+5
*
Squelch warnings about not returning a value
Chris Lattner
2001-11-07
1
-3
/
+4
*
Roll back all these changes that have broken Makefile.target again.
Vikram S. Adve
2001-11-07
2
-26
/
+16
*
Okay, so this is a huge hack. Fixme later
Chris Lattner
2001-11-07
1
-4
/
+36
*
*Print Stack traces better.
Chris Lattner
2001-11-07
3
-27
/
+64
*
* Use cached writer to speed up printing and get symbolic types more consiste...
Chris Lattner
2001-11-07
3
-15
/
+54
*
Implement CachedWriter class to allow module level printing of various compon...
Chris Lattner
2001-11-07
1
-1
/
+36
*
New class to provide high performance writing.
Chris Lattner
2001-11-07
1
-0
/
+41
[next]