index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert to new simpler Pass structure
Chris Lattner
2001-10-18
1
-57
/
+16
*
Convert to new simpler Pass structure
Chris Lattner
2001-10-18
3
-9
/
+10
*
Convert to new simpler pass structure
Chris Lattner
2001-10-18
6
-30
/
+25
*
Simplify Pass by removing silly subclasses
Chris Lattner
2001-10-18
1
-93
/
+22
*
Fix minor bug, update comments
Chris Lattner
2001-10-18
1
-4
/
+4
*
Change Sources specifier to ExtraSources
Chris Lattner
2001-10-18
3
-7
/
+9
*
Convert optimizations to the pass infrastructure
Chris Lattner
2001-10-18
6
-15
/
+28
*
Pass's return true if they make a modification, not if they fail
Chris Lattner
2001-10-18
1
-15
/
+14
*
Convert optimizations to use the Pass infrastructure
Chris Lattner
2001-10-18
6
-43
/
+108
*
* Passes return true if they change something, not if they fail
Chris Lattner
2001-10-18
1
-11
/
+11
*
Passes return true if they change something, not if they fail
Chris Lattner
2001-10-18
1
-2
/
+5
*
1. Move most of the constant-fixup code into machine-independent file
Vikram S. Adve
2001-10-18
1
-395
/
+42
*
Reverse previous change.
Vikram S. Adve
2001-10-18
1
-2
/
+2
*
Generate assembly code for testcodegen.
Vikram S. Adve
2001-10-18
1
-2
/
+2
*
Added several cases where a constant must be forwarded into a use.
Vikram S. Adve
2001-10-18
1
-0
/
+27
*
Sparc-specific code shared between local files.
Vikram S. Adve
2001-10-18
1
-0
/
+61
*
Moved implementation of class UltraSparcInstrInfo to SparcInstrInfo.cpp.
Vikram S. Adve
2001-10-18
1
-19
/
+0
*
Added virtual function to generate an instruction sequence to
Vikram S. Adve
2001-10-18
3
-4
/
+53
*
Moved implementation of class UltraSparcInstrInfo here.
Vikram S. Adve
2001-10-18
1
-0
/
+143
*
1. Add a bottom-up pass on BURG trees that is used to fix constant operands.
Vikram S. Adve
2001-10-17
2
-1
/
+42
*
1. Add a bottom-up pass on BURG trees that is used to fix constant operands.
Vikram S. Adve
2001-10-17
5
-296
/
+467
*
Separate VM instruction that generates the instructions that compute a value
Vikram S. Adve
2001-10-17
2
-2
/
+4
*
*** empty log message ***
Vikram S. Adve
2001-10-17
2
-30
/
+48
*
Remove extra assert in dyn_cast_or_null.
Vikram S. Adve
2001-10-17
1
-2
/
+0
*
Disable codgen test for calltest.ll.
Vikram S. Adve
2001-10-17
1
-1
/
+1
*
Only list automatically generated .cpp files.
Vikram S. Adve
2001-10-17
1
-7
/
+1
*
Allow only extra Source files to be listed in a local Makefile.
Vikram S. Adve
2001-10-17
2
-6
/
+6
*
Simplify some code
Chris Lattner
2001-10-16
2
-29
/
+27
*
added initializing regNum to -1 in both constructors of MachineOperand
Ruchira Sasanka
2001-10-16
1
-0
/
+1
*
changed debugg message printing - no change to useful code
Ruchira Sasanka
2001-10-16
2
-26
/
+32
*
No major change - commented some debug code
Ruchira Sasanka
2001-10-16
2
-6
/
+6
*
No major change - added some comments
Ruchira Sasanka
2001-10-16
2
-14
/
+20
*
Added support for caller saving
Ruchira Sasanka
2001-10-16
15
-238
/
+562
*
Add rule to build executables
Chris Lattner
2001-10-15
1
-0
/
+3
*
Emit the proper .type declarations to tell the debugger what a function is
Chris Lattner
2001-10-15
1
-0
/
+1
*
Handle abnormal jmpl syntax correctly
Chris Lattner
2001-10-15
1
-35
/
+50
*
Implement ulong & long support
Chris Lattner
2001-10-15
2
-27
/
+36
*
Make main do some simple work without requiring main arguments to be happy
Chris Lattner
2001-10-15
1
-1
/
+9
*
Print Debug Code to stderr instead of stdout so that it doesn't mess up the a...
Chris Lattner
2001-10-15
12
-53
/
+53
*
Output to cerr rather than cout so that debug info doesn't mess up assembly g...
Chris Lattner
2001-10-15
12
-209
/
+199
*
Compile with v9 extensions
Chris Lattner
2001-10-15
1
-1
/
+2
*
ConcretePass should not be a templated class!
Chris Lattner
2001-10-15
5
-10
/
+8
*
Minor cleanups
Chris Lattner
2001-10-15
1
-12
/
+10
*
Add new Pass infrastructure and some examples
Chris Lattner
2001-10-15
6
-0
/
+476
*
Use the new Pass infrastructure to clean up llc
Chris Lattner
2001-10-15
1
-261
/
+117
*
Convert to use Pass infrastructure
Chris Lattner
2001-10-15
1
-5
/
+18
*
File moved to: llvm/Transforms/HoistPHIConstants.h
Chris Lattner
2001-10-15
1
-19
/
+0
*
--added support for implicit operands
Ruchira Sasanka
2001-10-15
2
-18
/
+32
*
updated suggesting/coloring of call & return args & implicit operands.
Ruchira Sasanka
2001-10-15
4
-140
/
+294
*
updated suggesting/coloring of call & return args & implicit operands
Ruchira Sasanka
2001-10-15
4
-232
/
+218
[next]