index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
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
*
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
*
Added virtual function to generate an instruction sequence to
Vikram S. Adve
2001-10-18
2
-0
/
+40
*
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
*
Remove extra assert in dyn_cast_or_null.
Vikram S. Adve
2001-10-17
1
-2
/
+0
*
added initializing regNum to -1 in both constructors of MachineOperand
Ruchira Sasanka
2001-10-16
1
-0
/
+1
*
Added support for caller saving
Ruchira Sasanka
2001-10-16
2
-2
/
+28
*
Print Debug Code to stderr instead of stdout so that it doesn't mess up the a...
Chris Lattner
2001-10-15
2
-3
/
+3
*
ConcretePass should not be a templated class!
Chris Lattner
2001-10-15
4
-8
/
+6
*
Add new Pass infrastructure and some examples
Chris Lattner
2001-10-15
4
-0
/
+294
*
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
*
--changed Sugesting colors for method calls/return values etc.
Ruchira Sasanka
2001-10-15
1
-10
/
+9
*
fixed a coalscing bug
Ruchira Sasanka
2001-10-15
1
-5
/
+5
*
Be const correct
Chris Lattner
2001-10-15
1
-1
/
+1
*
Add cast_or_null & dyn_cast_or_null
Chris Lattner
2001-10-15
1
-1
/
+20
*
Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...
Chris Lattner
2001-10-15
2
-12
/
+12
*
Improve error messages on assertion failure.
Chris Lattner
2001-10-15
1
-2
/
+6
*
*** empty log message ***
Chris Lattner
2001-10-14
1
-1
/
+1
*
Update comment, remove misleading method
Chris Lattner
2001-10-14
1
-7
/
+5
*
Initializers are not const even if the GV is.
Chris Lattner
2001-10-14
1
-2
/
+2
*
Cast NULL when requested.
Vikram S. Adve
2001-10-14
1
-2
/
+3
*
Added getEntryNode() and getExitNode() functions.
Vikram S. Adve
2001-10-14
1
-1
/
+6
*
Insert code to trace values at basic block and method exits.
Vikram S. Adve
2001-10-14
1
-0
/
+75
*
Added routine to create a char array for a string.
Vikram S. Adve
2001-10-14
1
-1
/
+2
*
Use the instruction.def file to remain up to date with future instruction
Chris Lattner
2001-10-14
1
-35
/
+20
*
New file to define instructions...
Chris Lattner
2001-10-14
1
-0
/
+145
*
New module linking functionality prototype
Chris Lattner
2001-10-13
3
-0
/
+60
*
Dang, I screwed up the merge. This should be better
Chris Lattner
2001-10-13
1
-2
/
+2
*
Fix filename in comment
Chris Lattner
2001-10-13
1
-1
/
+1
*
Better linux support. This file still sucks
Chris Lattner
2001-10-13
1
-0
/
+1
*
Fix broken #endif
Chris Lattner
2001-10-13
1
-1
/
+1
*
not is a keyword in Ansi C++. Avoid it
Chris Lattner
2001-10-13
1
-2
/
+2
*
Clean up initializers for GCC 2.96
Chris Lattner
2001-10-13
1
-8
/
+9
*
Remove exception specification. Only slows code down.
Chris Lattner
2001-10-13
1
-1
/
+1
*
Changes to compile with GCC 2.96
Chris Lattner
2001-10-13
1
-8
/
+12
*
Add comment indicating semantics of indirect calls
Chris Lattner
2001-10-13
1
-0
/
+4
*
New ctor for invoke inst
Chris Lattner
2001-10-13
1
-1
/
+3
*
Add support for indirect calls
Chris Lattner
2001-10-13
1
-4
/
+7
*
Add some casts to make GCC 2.96 happy.
Chris Lattner
2001-10-13
1
-2
/
+4
*
Add use_back() methods
Chris Lattner
2001-10-13
1
-0
/
+2
*
Add classof implementations for User
Chris Lattner
2001-10-13
1
-0
/
+8
*
Expose typedefs
Chris Lattner
2001-10-13
1
-0
/
+2
*
Add support for module local constants
Chris Lattner
2001-10-13
1
-1
/
+14
*
Add new opcode for Invoke instruction
Chris Lattner
2001-10-13
1
-1
/
+1
[next]