index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify induction variables pass
Chris Lattner
2001-12-03
1
-0
/
+19
*
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-12-03
27
-98
/
+113
*
Initial checkin of indvar stuff
Chris Lattner
2001-12-03
2
-0
/
+75
*
Compile the scalar directory
Chris Lattner
2001-12-03
1
-1
/
+1
*
Induction variables must be phi nodes
Chris Lattner
2001-12-03
3
-14
/
+12
*
Move support directory
Chris Lattner
2001-11-29
1
-1
/
+1
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
91
-258
/
+1792
*
Move DataTypes.h from llvm/Support to just Support
Chris Lattner
2001-11-26
10
-9
/
+8
*
New testcase for globaldce
Chris Lattner
2001-11-26
1
-0
/
+17
*
-raise includes constprop and dce
Chris Lattner
2001-11-26
1
-3
/
+0
*
Turn off debug info
Chris Lattner
2001-11-26
1
-1
/
+1
*
* Add hooks to globaldce
Chris Lattner
2001-11-26
1
-28
/
+37
*
Link to ipo library
Chris Lattner
2001-11-26
1
-1
/
+1
*
Fix problem where lli < foo.bc would have argc = 0
Chris Lattner
2001-11-26
1
-0
/
+7
*
Use pointertype where appropriate
Chris Lattner
2001-11-26
1
-2
/
+2
*
Remove invalid,unneccesary ## token
Chris Lattner
2001-11-26
1
-1
/
+1
*
Add support to enable -lfoo to be processed correctly
Chris Lattner
2001-11-26
2
-2
/
+6
*
Add hooks to print natural loop information and induction variables
Chris Lattner
2001-11-26
1
-1
/
+21
*
Add testcases for internal
Chris Lattner
2001-11-26
2
-0
/
+15
*
Rename irreducible to cfgstructures.ll Include other interesting structures
Chris Lattner
2001-11-26
2
-14
/
+53
*
MAke sure diffs match
Chris Lattner
2001-11-26
1
-4
/
+5
*
Implement internal
Chris Lattner
2001-11-26
1
-5
/
+5
*
Make strings be internal
Chris Lattner
2001-11-26
1
-1
/
+2
*
Remove debugging output
Chris Lattner
2001-11-26
1
-1
/
+1
*
Support internal linkage
Chris Lattner
2001-11-26
1
-1
/
+2
*
Build IPO directory
Chris Lattner
2001-11-26
1
-1
/
+1
*
Implement support for internal methods
Chris Lattner
2001-11-26
3
-15
/
+33
*
Include const prop as part of -raise
Chris Lattner
2001-11-26
1
-1
/
+3
*
* Implement support for folding multiple single letter arguments together like
Chris Lattner
2001-11-26
2
-16
/
+132
*
Misc cleanups
Chris Lattner
2001-11-26
1
-53
/
+53
*
Expose constant propogation of an instruction in a clean way
Chris Lattner
2001-11-26
1
-37
/
+24
*
Stuff after a #endif is not valid CPP input and breaks some compilers
Chris Lattner
2001-11-26
2
-6
/
+6
*
Implement internal method support
Chris Lattner
2001-11-26
4
-10
/
+18
*
Implement support for internal methods
Chris Lattner
2001-11-26
4
-28
/
+34
*
Implement writer support for Loops, Induction Variables, and CallGraphs
Chris Lattner
2001-11-26
1
-0
/
+51
*
Make Mul work right
Chris Lattner
2001-11-26
1
-10
/
+14
*
Fix a bad assertion to be correct . The root basic block can be used by PHI n...
Chris Lattner
2001-11-26
2
-2
/
+6
*
Implement a new entry node that has edges to all external methods in the module
Chris Lattner
2001-11-26
1
-13
/
+58
*
Remove unused method
Chris Lattner
2001-11-26
1
-9
/
+0
*
Expose constant prop of an instruction
Chris Lattner
2001-11-26
1
-0
/
+5
*
Fix field initialization order problem
Chris Lattner
2001-11-26
1
-1
/
+0
*
Allow output of manipulators for GCC 2.96 compatibility
Chris Lattner
2001-11-26
1
-6
/
+10
*
Add writer support for call graph nodes and loops and induction variables
Chris Lattner
2001-11-26
1
-2
/
+24
*
Implement an entry node for the call graph
Chris Lattner
2001-11-26
1
-9
/
+76
*
Implement "internal vs external linkage" which corresponds to the C notion of...
Chris Lattner
2001-11-26
3
-5
/
+12
*
Implement stuff, remove todos
Chris Lattner
2001-11-26
1
-9
/
+0
*
Implement DCE of global values
Chris Lattner
2001-11-26
3
-0
/
+86
*
* Implement dominator based loop identification
Chris Lattner
2001-11-26
4
-0
/
+379
*
Change swapstructs itf
Chris Lattner
2001-11-26
1
-8
/
+12
*
* Implement array indexing in lli
Chris Lattner
2001-11-26
2
-24
/
+69
[next]