index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Infrastructure for more compact bytecode files and REAL support for versioning
Chris Lattner
2003-03-06
2
-9
/
+47
*
s/Method/Function in variable and method names
Chris Lattner
2003-03-06
3
-16
/
+16
*
Continue simplifying error handling, s/method/function
Chris Lattner
2003-03-06
2
-60
/
+48
*
Cleanup error handling constructs
Chris Lattner
2003-03-06
1
-37
/
+47
*
Pull common code out
Chris Lattner
2003-03-06
1
-16
/
+14
*
Remove unneccesary forward decl
Chris Lattner
2003-03-06
1
-1
/
+1
*
Use the std namespace explicitly
Chris Lattner
2003-03-06
3
-47
/
+41
*
Implement %test7 in InstCombine/getelementptr.ll
Chris Lattner
2003-03-05
1
-7
/
+21
*
Implement CFGSimplify/PhiBlockMerge*.ll
Chris Lattner
2003-03-05
1
-10
/
+36
*
Simplify some of the PHI node interfaces
Chris Lattner
2003-03-05
1
-14
/
+5
*
Implement testcase CFGSimplify/EqualPHIEdgeBlockMerge.ll
Chris Lattner
2003-03-05
1
-10
/
+24
*
Fix bug: BasicAA/2003-03-04-GEPCrash.ll
Chris Lattner
2003-03-04
1
-17
/
+11
*
Convert LICM over to use AliasSetTracker. Besides being nicer, this automati...
Chris Lattner
2003-03-03
1
-164
/
+45
*
Fix bug: Assembler/2003-03-03-DuplicateConstant.ll
Chris Lattner
2003-03-03
1
-4
/
+6
*
ADd two new 'add' methods
Chris Lattner
2003-03-03
1
-0
/
+28
*
Eliminate tons of bogus warnings
Chris Lattner
2003-03-03
1
-8
/
+10
*
Change the mem2reg interface to accept a TargetData argument
Chris Lattner
2003-03-03
3
-9
/
+19
*
Don't apply type information to load instructions if it will cause collapsing
Chris Lattner
2003-03-03
2
-6
/
+7
*
Fix a problem with negative indexes
Chris Lattner
2003-03-02
1
-3
/
+3
*
Fix bug: LICM/2003-02-28-PromoteDifferentType.ll
Chris Lattner
2003-02-28
1
-2
/
+8
*
Add dump method for Loops
Chris Lattner
2003-02-28
1
-0
/
+4
*
Fix bug I introduced yesterday :(
Chris Lattner
2003-02-28
1
-1
/
+2
*
Fix bug: LICM/2003-02-27-PreheaderExitNodeUpdate.ll
Chris Lattner
2003-02-28
1
-1
/
+5
*
Fix bug: 2003-02-27-PreheaderExitNodeUpdate.ll by updating exit node info
Chris Lattner
2003-02-27
1
-0
/
+16
*
Simplify a bit by using a new member function
Chris Lattner
2003-02-27
1
-6
/
+3
*
Change behavior of changeExitBlock function to replace all instances of exit ...
Chris Lattner
2003-02-27
1
-2
/
+8
*
Add a new assertion to check that stuff is happening right
Chris Lattner
2003-02-27
1
-3
/
+8
*
Fix bug: 2003-02-27-StoreSinkPHIs.ll
Chris Lattner
2003-02-27
1
-1
/
+4
*
Fix bug: LICM/2003-02-27-PreheaderProblem.ll
Chris Lattner
2003-02-27
1
-0
/
+7
*
* Don't forget to update Loop information!
Chris Lattner
2003-02-27
1
-3
/
+5
*
Replace assertion with a handler.
Chris Lattner
2003-02-27
1
-15
/
+21
*
* Significant changes to the preheader insertion pass:
Chris Lattner
2003-02-27
1
-42
/
+219
*
- LoopInfo now calculates and tracks loop exit blocks
Chris Lattner
2003-02-27
1
-11
/
+40
*
Make the aliassettracker much more precise by actually tracking size
Chris Lattner
2003-02-26
1
-20
/
+33
*
Fix bug: BasicAA/2003-02-26-AccessSizeTest.ll
Chris Lattner
2003-02-26
1
-11
/
+36
*
Fix several bugs in basic-aa
Chris Lattner
2003-02-26
1
-5
/
+10
*
Rename -no-* to -disable-*
Chris Lattner
2003-02-26
2
-2
/
+2
*
Add new -no-aa implementation
Chris Lattner
2003-02-26
1
-0
/
+19
*
Move BasicAA pass out to it's own header file
Chris Lattner
2003-02-26
2
-258
/
+292
*
Adjust to implement new AA interface
Chris Lattner
2003-02-26
2
-31
/
+17
*
Adjust to new AA interface
Chris Lattner
2003-02-26
1
-1
/
+1
*
Convert to work with new AliasAnalysis interface by conservatively assuming a...
Chris Lattner
2003-02-26
2
-12
/
+14
*
Calculate and pass load sizes to the alias analysis infrastructure
Chris Lattner
2003-02-26
1
-8
/
+19
*
Adjust to new AA interface
Chris Lattner
2003-02-26
1
-17
/
+48
*
- Checkin of the alias analysis work:
Chris Lattner
2003-02-26
1
-78
/
+187
*
Allow ImmutablePass's to require other immutable passes and to be initialized
Chris Lattner
2003-02-26
1
-0
/
+26
*
Fix typeo
Chris Lattner
2003-02-25
1
-1
/
+1
*
Remove wierd case that can never happen
Chris Lattner
2003-02-25
1
-3
/
+0
*
Rename Instruction::hasSideEffects() -> mayWriteToMemory()
Chris Lattner
2003-02-24
3
-3
/
+3
*
This is a substantial rewrite of the AliasSetTracker class which now uses
Chris Lattner
2003-02-24
1
-111
/
+218
[next]