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
*
Eliminate all uses of memInst->getIndicesBROKEN().
Vikram S. Adve
2001-12-15
4
-25
/
+16
*
getIndexedOffset() shd take vector of Values, not of Constants!
Vikram S. Adve
2001-12-15
2
-2
/
+2
*
Remove int hack to allow unsigned numbers greater than 2^63 - 1...
Vikram S. Adve
2001-12-15
1
-6
/
+35
*
Run testsparc, not testcodegen for testing the back end.
Vikram S. Adve
2001-12-15
1
-1
/
+1
*
initial checkin
Chris Lattner
2001-12-14
1
-0
/
+150
*
Initial checkin of instcombine
Chris Lattner
2001-12-14
1
-0
/
+27
*
Add instruction combining pass
Chris Lattner
2001-12-14
1
-31
/
+34
*
* Support the new -q flag for automated tests
Chris Lattner
2001-12-14
1
-39
/
+32
*
Add more passes to run after raising
Chris Lattner
2001-12-14
1
-2
/
+5
*
Update LLVM tests to use new pointer indexing, and remove unsized array test ...
Chris Lattner
2001-12-14
12
-256
/
+35
*
Build Programs subdirectory
Chris Lattner
2001-12-14
1
-0
/
+1
*
* Assert that indices are valid for an indexing instruction.
Chris Lattner
2001-12-14
1
-12
/
+19
*
Rename ConstPoolVals.cpp to Constants.cpp
Chris Lattner
2001-12-14
1
-0
/
+0
*
Remove unsized array support
Chris Lattner
2001-12-14
1
-19
/
+18
*
Make strings SByte* arrays instead of UByte * arrays
Chris Lattner
2001-12-14
1
-3
/
+3
*
* isFirstClassType is now provided by the Type class
Chris Lattner
2001-12-14
1
-7
/
+2
*
* add ReplaceInstWithInst
Chris Lattner
2001-12-14
1
-26
/
+25
*
Remove unsized array support
Chris Lattner
2001-12-14
1
-6
/
+0
*
* Support pointer indexing
Chris Lattner
2001-12-14
1
-210
/
+33
*
Many many changes and bugfixes:
Chris Lattner
2001-12-14
1
-130
/
+199
*
The proper prototype for malloc returns a pointer, not an unsized array
Chris Lattner
2001-12-14
1
-6
/
+3
*
Allow pointer indexing
Chris Lattner
2001-12-14
1
-1
/
+1
*
Remove unsized array support
Chris Lattner
2001-12-14
3
-17
/
+4
*
Add pointer indexing support
Chris Lattner
2001-12-14
1
-9
/
+12
*
Don't waste as much horizontal space on #uses flag when printing
Chris Lattner
2001-12-14
1
-1
/
+1
*
* Fix cases where we were calling Type->getName() instead of Type->getDescrip...
Chris Lattner
2001-12-14
1
-21
/
+12
*
* Refactor trace values to work as a proper pass. Before it used to add
Chris Lattner
2001-12-14
1
-420
/
+177
*
Refactor trace values to work as a proper pass. Before it used to add
Chris Lattner
2001-12-14
1
-4
/
+9
*
* Remove support for unsized arrays.
Chris Lattner
2001-12-14
1
-11
/
+11
*
PointerType and ArrayType now subclass Sequential type, which contains addres...
Chris Lattner
2001-12-14
1
-70
/
+86
*
added a section on how to modify live variable code to use LLVM instructions
Ruchira Sasanka
2001-12-13
2
-10
/
+50
*
Not just arrays are unsized
Chris Lattner
2001-12-13
1
-1
/
+1
*
Assertion could never fail because another one would in it's place. :)
Chris Lattner
2001-12-13
1
-1
/
+1
*
Some programs are using BB's as values, until we resolve this. Disable the as...
Chris Lattner
2001-12-13
1
-1
/
+3
*
Build runtime library with local GCCAS
Chris Lattner
2001-12-13
2
-8
/
+8
*
Implement strlen strdup strcmp
Chris Lattner
2001-12-13
1
-0
/
+35
*
Implement sprintf
Chris Lattner
2001-12-13
1
-11
/
+25
*
Swap operands now preserves the semantics of the binary operator by changing
Chris Lattner
2001-12-13
2
-4
/
+34
*
Add debugging to make a more useful message if a value gets constructed with ...
Chris Lattner
2001-12-13
1
-1
/
+6
*
Implement some nice functions useful for looking at types
Chris Lattner
2001-12-13
1
-1
/
+13
*
Implement proper iterator tags
Chris Lattner
2001-12-13
1
-1
/
+5
*
Subclasses can change the opcode of an instruction
Chris Lattner
2001-12-13
1
-2
/
+2
*
Constants KNOW they are of a derived type
Chris Lattner
2001-12-13
1
-0
/
+9
*
Added TRACEM option. Use -g when building native code for tests.
Vikram S. Adve
2001-12-12
2
-2
/
+8
*
Documentation (draft) for reg alloc
Ruchira Sasanka
2001-12-09
1
-0
/
+161
*
Use _LOCAL_ gccas to build instead of Chris's
Chris Lattner
2001-12-09
2
-4
/
+12
*
Added more comments. Added code to destructor in MethodLiveVarInfo to delete
Ruchira Sasanka
2001-12-08
4
-42
/
+156
*
Added comments are more documentation info
Ruchira Sasanka
2001-12-08
4
-12
/
+386
*
Tell the user if a file is corrupt or not... not that the file cannot be
Chris Lattner
2001-12-08
2
-2
/
+44
*
Implement more general conversions for getelementptr instructions
Chris Lattner
2001-12-07
1
-17
/
+104
[next]