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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Removed extraneous #includes
Chris Lattner
2002-08-09
12
-128
/
+56
*
We are using std::vector, so remove extraneous namespace prefixes
Chris Lattner
2002-08-09
2
-16
/
+14
*
Change machinecode for instruction to not inherit from vector.
Chris Lattner
2002-08-09
1
-16
/
+39
*
Very minor cleanups
Chris Lattner
2002-08-09
2
-46
/
+30
*
Initial checkin of the "Hello World" Pass.
Chris Lattner
2002-08-08
2
-0
/
+40
*
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
12
-15
/
+15
*
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
6
-8
/
+8
*
Remove extraneous #includes
Chris Lattner
2002-08-08
1
-2
/
+0
*
Minor changes to DEBUG()'s
Chris Lattner
2002-08-07
2
-3
/
+6
*
Reorder #includes to be right
Chris Lattner
2002-08-07
1
-1
/
+1
*
Merge three loops into one.
Chris Lattner
2002-08-07
1
-23
/
+18
*
Fix breakage in the build
Chris Lattner
2002-08-07
1
-3
/
+2
*
Simplify writing custom parsers.
Chris Lattner
2002-08-07
1
-76
/
+48
*
added Mapping and Function Pass
Mehwish Nagda
2002-08-05
1
-1
/
+5
*
Bug fix in CreateCodeToLoadConst(): use sign of dest, not operand,
Vikram S. Adve
2002-08-04
1
-29
/
+7
*
Bug fix in TargetData::getIndexedOffset(): handle struct offset
Vikram S. Adve
2002-08-04
1
-6
/
+7
*
Bug fix in SetOperandsForMemInstr: handle leading zeros correctly
Vikram S. Adve
2002-08-04
1
-5
/
+9
*
Add function GetConstantValueAsUnsignedInt.
Vikram S. Adve
2002-08-04
2
-104
/
+98
*
Fix compilation problem. IsIndexZero doesn't exist, use IsZero instead.
Chris Lattner
2002-08-03
1
-6
/
+4
*
Simplified handling of array indexes in SetMemOperands_Internal.
Vikram S. Adve
2002-08-03
1
-77
/
+62
*
Eliminate cast instructions: use only GEPs in decomposed sequence.
Vikram S. Adve
2002-08-03
1
-81
/
+70
*
Fix problem where lli would not print out a 64 bit value when the client code
Chris Lattner
2002-08-02
1
-2
/
+10
*
Fix one real nasty bug
Chris Lattner
2002-08-02
1
-1
/
+1
*
Fix lli with no arguments
Chris Lattner
2002-08-02
1
-1
/
+1
*
Fix bug: test/Regression/Transforms/InstCombine/2002-08-02-CastTest.ll
Chris Lattner
2002-08-02
1
-7
/
+37
*
* Cleanups of instcombine
Chris Lattner
2002-08-02
1
-80
/
+48
*
Fix bug: test/Regression/Transforms/GCSE/2002-05-21-NoSharedDominator.ll
Chris Lattner
2002-08-02
1
-0
/
+29
*
Implement dominator checking in the verifier, so that we check that all
Chris Lattner
2002-08-02
2
-23
/
+58
*
Fix bug: test/Regression/Other/2002-08-02-DomSetProblem.ll
Chris Lattner
2002-08-02
1
-1
/
+12
*
Split dominance calculation and post dominance calculation stuff
Chris Lattner
2002-08-02
2
-434
/
+11
*
Remove unneccesary #inlcude
Chris Lattner
2002-08-01
1
-1
/
+0
*
Enhance -time-passes to be more detailed and useful
Chris Lattner
2002-08-01
2
-20
/
+108
*
Bug fix: incorrect SAVE instruction when using register for stack size.
Vikram S. Adve
2002-08-01
1
-1
/
+1
*
Fix bug: test/Regression/Assembler/2002-07-31-SlashInString.llx
Chris Lattner
2002-07-31
1
-1
/
+1
*
Implement the other half of a feature advertised by OperandConvertableToType.
Chris Lattner
2002-07-31
1
-6
/
+39
*
Just improved comments and assertions.
Vikram S. Adve
2002-07-31
1
-14
/
+18
*
Add a missing case: converting float/double to unsigned integer types.
Vikram S. Adve
2002-07-31
1
-77
/
+73
*
Changes to be GCC3.1 friendly
Chris Lattner
2002-07-31
3
-12
/
+13
*
*** empty log message ***
Chris Lattner
2002-07-31
4
-10
/
+12
*
We need iostream in PassManagerT.h to use cerr
Chris Lattner
2002-07-31
2
-1
/
+1
*
Add new -only-print-main-ds option that causes mains ds graph to be
Chris Lattner
2002-07-31
1
-1
/
+4
*
Fix bug that was causing problems for lli
Chris Lattner
2002-07-31
1
-1
/
+1
*
Add GlobalDSGraph -- a common graph that holds externally visible nodes.
Vikram S. Adve
2002-07-30
1
-4
/
+8
*
Print globals graph after either the BU or the TD pass.
Vikram S. Adve
2002-07-30
1
-17
/
+41
*
This file implements the top-down propagation pass for data structure graphs.
Vikram S. Adve
2002-07-30
1
-0
/
+224
*
Use a separate globals graph to hold externally visible nodes.
Vikram S. Adve
2002-07-30
2
-107
/
+484
*
Implement new -debug-pass=Arguments option that causes PassManager to
Chris Lattner
2002-07-30
2
-9
/
+35
*
* Indent class into anonymous namespace, filling up the diff with garbage
Chris Lattner
2002-07-30
1
-30
/
+43
*
Cleanup ConstantExpr handling:
Chris Lattner
2002-07-30
4
-54
/
+61
*
Cleanup ConstantExpr handling:
Chris Lattner
2002-07-30
4
-46
/
+28
[next]