index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert testcases to not use indexed loads/stores
Chris Lattner
2002-08-22
1
-5
/
+5
*
Covnert testcases to not use indexed loads/stores
Chris Lattner
2002-08-22
2
-6
/
+12
*
Covnert testcases to not use indexed loads/stores
Chris Lattner
2002-08-22
3
-11
/
+21
*
Remove obsolete test
Chris Lattner
2002-08-22
1
-30
/
+0
*
Remove ancient test
Chris Lattner
2002-08-22
1
-59
/
+0
*
Covnert tests to not use indexed load/stores
Chris Lattner
2002-08-22
4
-7
/
+14
*
Change code to not use the copyOperands method added to User. It's now
Chris Lattner
2002-08-22
1
-7
/
+9
*
Remove unneccesary method
Chris Lattner
2002-08-22
1
-4
/
+0
*
Fix clean command to clean in /shared when that is used.
Vikram S. Adve
2002-08-22
2
-2
/
+2
*
Add functions castbool and boolexpr.
Vikram S. Adve
2002-08-22
2
-0
/
+48
*
*** empty log message ***
Vikram S. Adve
2002-08-22
1
-0
/
+26
*
Just some extra comments.
Vikram S. Adve
2002-08-22
1
-12
/
+12
*
Add method copyOperands().
Vikram S. Adve
2002-08-22
1
-0
/
+4
*
dumpNode() does not need to print MachineInstrs.
Vikram S. Adve
2002-08-22
2
-30
/
+4
*
Fix two resource names.
Vikram S. Adve
2002-08-22
1
-2
/
+2
*
Add AsmPrinter::ConstantExprToString, which writes out a ConstantExpr
Vikram S. Adve
2002-08-22
1
-1
/
+74
*
Eliminate bool, boolreg and boolconst nonterminals, and just use
Vikram S. Adve
2002-08-22
1
-17
/
+11
*
Change rules for Not, since it is now implemented as Xor(reg,11..1).
Vikram S. Adve
2002-08-22
1
-48
/
+54
*
Fix testcase to not use indexing in non-gep instructions
Chris Lattner
2002-08-21
1
-2
/
+3
*
Test the C backend on all of the feature tests as well.
Chris Lattner
2002-08-21
1
-1
/
+7
*
- Fighting with linking problem due to removing the ::ID elements. Now the
Chris Lattner
2002-08-21
1
-0
/
+3
*
- Fix asmparser and bytecode reader to not generate loads/stores with idxs
Chris Lattner
2002-08-21
1
-3
/
+36
*
Add a class that is useful for hacking around linking problem due to
Chris Lattner
2002-08-21
1
-0
/
+10
*
Fixed linking problems that wanted me to link to analyze.o instead of analyze.a
Chris Lattner
2002-08-21
1
-1
/
+1
*
- Split Dominators.h into Dominators.h & PostDominators.h
Chris Lattner
2002-08-21
4
-96
/
+116
*
Emit an obnoxious warning message for bytecode that includes load/store
Chris Lattner
2002-08-21
3
-10
/
+34
*
Remove debugging code accidentally checked in.
Chris Lattner
2002-08-21
1
-4
/
+0
*
Fix store to not index
Chris Lattner
2002-08-21
2
-4
/
+4
*
Convert testcase to not use indexing on loads & stores
Chris Lattner
2002-08-21
2
-14
/
+22
*
Link in all analyses so that we get pointer analysis support built in
Chris Lattner
2002-08-21
1
-1
/
+1
*
- Implement the new AnalysisGroup feature, neccesary for Value#ing and point...
Chris Lattner
2002-08-21
2
-23
/
+171
*
- Implement the new AnalysisGroup feature, neccesary for Value#ing and poin...
Chris Lattner
2002-08-21
1
-6
/
+69
*
Add assertion checks to nail bugs early.
Chris Lattner
2002-08-21
1
-0
/
+2
*
- Make Pass::lookupPassInfo a public member
Chris Lattner
2002-08-21
1
-3
/
+13
*
Do not generate loads/stores with indexing
Chris Lattner
2002-08-21
1
-28
/
+37
*
Remove extraneous #includes
Chris Lattner
2002-08-21
1
-1
/
+0
*
Do not create load/stores with indexes
Chris Lattner
2002-08-21
1
-14
/
+16
*
Remove an optimization that isn't.
Chris Lattner
2002-08-21
1
-5
/
+7
*
Add testcase for the not (setcc A, B) case
Chris Lattner
2002-08-21
1
-0
/
+5
*
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-08-21
9
-15
/
+0
*
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-08-21
14
-48
/
+1
*
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-08-21
1
-4
/
+0
*
- Eliminate the need for analyses to expose an ::ID member.
Chris Lattner
2002-08-21
3
-8
/
+27
*
Add missing forward decl
Chris Lattner
2002-08-21
1
-0
/
+1
*
fixed bug: test/Regression/Linker/2002-08-20-ConstantExpr.ll
Chris Lattner
2002-08-20
3
-33
/
+33
*
Cleanup testsuite
Chris Lattner
2002-08-20
2
-1
/
+4
*
Clean up testcases to make them proper
Chris Lattner
2002-08-20
2
-2
/
+4
*
New testcase for constexpr problem.
Chris Lattner
2002-08-20
1
-0
/
+9
*
Provide a way to actually run tests
Chris Lattner
2002-08-20
1
-0
/
+9
*
Sort -time-passes report first by user+system, then by Wall clock time.
Chris Lattner
2002-08-20
2
-3
/
+12
[next]