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
path:
root
/
lib
/
Transforms
/
IPO
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix comment
Chris Lattner
2007-02-18
1
-1
/
+1
*
simplify pass, delete dead gvar protos as well.
Chris Lattner
2007-02-18
1
-16
/
+21
*
For PR1195:
Reid Spencer
2007-02-15
1
-3
/
+3
*
eliminate a bunch of vector-related heap traffic
Chris Lattner
2007-02-13
1
-47
/
+53
*
Eliminate use of ctors that take vectors.
Chris Lattner
2007-02-13
4
-32
/
+27
*
stop using methods that take vectors.
Chris Lattner
2007-02-12
2
-5
/
+9
*
Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...
Chris Lattner
2007-02-12
1
-1
/
+1
*
simplify name juggling through the use of Value::takeName.
Chris Lattner
2007-02-11
6
-34
/
+23
*
Fix Transforms/DeadArgElim/2007-02-07-FuncRename.ll, fallout from PR411.
Chris Lattner
2007-02-07
1
-2
/
+4
*
shrink vmcore by moving symbol table stripping support out of VMCore into
Chris Lattner
2007-02-07
1
-2
/
+23
*
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-05
17
-51
/
+71
*
Add missing and needed #include.
Reid Spencer
2007-02-05
1
-0
/
+1
*
Make the class VISIBILITY_HIDDEN.
Reid Spencer
2007-02-05
1
-3
/
+3
*
For PR411:
Reid Spencer
2007-02-05
5
-11
/
+11
*
For PR411:
Reid Spencer
2007-02-05
3
-39
/
+58
*
For PR411:
Reid Spencer
2007-02-05
1
-363
/
+0
*
Create a pass to strip dead function declarations (prototypes). This is
Reid Spencer
2007-02-05
1
-0
/
+61
*
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-02
1
-4
/
+0
*
eliminate temporary vectors
Chris Lattner
2007-01-31
2
-12
/
+8
*
eliminate temporary vectors
Chris Lattner
2007-01-31
1
-9
/
+12
*
Adjust #includes to match movement of constant folding code from transformuti...
Chris Lattner
2007-01-30
1
-2
/
+2
*
the inliner pass now passes targetdata down through the inliner api's
Chris Lattner
2007-01-30
2
-3
/
+19
*
adjust to api change
Chris Lattner
2007-01-30
1
-1
/
+2
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
12
-30
/
+30
*
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-28
2
-7
/
+29
*
Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
Jim Laskey
2007-01-26
1
-2
/
+2
*
Inherit CallGraphSCCPass directly from Pass.
Devang Patel
2007-01-26
3
-3
/
+3
*
Make llvm-extract preserve the callingconv of prototypes in the extracted
Chris Lattner
2007-01-25
1
-0
/
+1
*
For PR970:
Reid Spencer
2007-01-21
1
-0
/
+1
*
Correct a comment.
Owen Anderson
2007-01-20
1
-1
/
+1
*
For PR1043:
Reid Spencer
2007-01-19
1
-0
/
+1
*
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
2
-7
/
+7
*
Eliminate calls to isInteger, generalizing code and tightening checks as needed.
Chris Lattner
2007-01-15
1
-5
/
+5
*
Remove over-general comparisons
Chris Lattner
2007-01-12
1
-4
/
+6
*
Branch conditions must be i1
Chris Lattner
2007-01-12
1
-3
/
+1
*
For PR1064:
Reid Spencer
2007-01-12
2
-9
/
+16
*
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-12
1
-2
/
+2
*
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
3
-7
/
+7
*
For PR1043:
Zhou Sheng
2007-01-11
1
-9
/
+12
*
Fix a bug in heap-sra that caused compilation failure of office-ispell.
Chris Lattner
2007-01-09
1
-3
/
+19
*
Types should be const.
Reid Spencer
2007-01-07
1
-2
/
+2
*
Change the interface to Module::getOrInsertFunction to be easier to use,to re...
Chris Lattner
2007-01-07
1
-81
/
+49
*
relax types
Chris Lattner
2007-01-07
1
-7
/
+7
*
For PR411:
Reid Spencer
2007-01-06
2
-8
/
+8
*
For PR950:
Reid Spencer
2006-12-31
7
-135
/
+133
*
For PR950:
Reid Spencer
2006-12-23
2
-49
/
+55
*
Get rid of a useless if statement whose then and else blocks were identical.
Reid Spencer
2006-12-21
1
-4
/
+1
*
switch statistics over to not use static ctors.
Chris Lattner
2006-12-19
1
-3
/
+3
*
Eliminate static ctors due to Statistic objects
Chris Lattner
2006-12-19
16
-85
/
+71
*
when inserting a dummy argument to work-around the CBE not supporting
Chris Lattner
2006-12-16
1
-3
/
+1
[next]