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
*
Make isExtern() be a virtual function inherited from GlobalValue
Chris Lattner
2002-10-09
3
-5
/
+10
*
Table with current status of tests in the /test/Programs/ directory
Nick Hildenbrandt
2002-10-09
1
-0
/
+72
*
Almost a complete rewrite of FunctionResolution to now resolve functions
Chris Lattner
2002-10-09
1
-122
/
+213
*
Add check to see if opt aborts
Chris Lattner
2002-10-09
1
-0
/
+5
*
New testcase
Chris Lattner
2002-10-09
1
-0
/
+23
*
Avoid having testcases spit out bytecode on error
Chris Lattner
2002-10-09
2
-2
/
+2
*
Cleanup testcase a lot to test JUST funcresolve of globals
Chris Lattner
2002-10-09
1
-12
/
+9
*
- Detemplatize UseTy<> in Value.h, because it's only instantiated for one
Chris Lattner
2002-10-09
1
-26
/
+21
*
Added a major mode for Emacs to edit LLVM assembler code with syntax
Misha Brukman
2002-10-09
1
-0
/
+130
*
Minor, non-functionality changing, formatting fix
Chris Lattner
2002-10-09
1
-6
/
+6
*
- Remove Value::use_remove
Chris Lattner
2002-10-09
1
-7
/
+0
*
- Remove Value::use_push_back & Value::use_remove
Chris Lattner
2002-10-09
1
-3
/
+2
*
- Rename MTy to FTy (no methods exist anymore)
Chris Lattner
2002-10-09
1
-9
/
+13
*
New testcase for infinite loop that the raise pass is getting into
Chris Lattner
2002-10-09
1
-0
/
+10
*
Fix NASTY N^2 behavior that was causing the gzip benchmark to take forever to
Chris Lattner
2002-10-08
1
-6
/
+12
*
Fix bug: Assembler/2002-10-08-LargeArrayPerformance.ll by using
Chris Lattner
2002-10-08
1
-2
/
+4
*
New testcase that the assembler is unacceptably slow on
Chris Lattner
2002-10-08
1
-0
/
+12
*
- Fix bug: LevelRaise/2002-10-08-VarArgCall.ll
Chris Lattner
2002-10-08
1
-1
/
+39
*
New testcase for bug that messes up the CWriter
Chris Lattner
2002-10-08
1
-0
/
+12
*
- Fix bug: cee/2002-10-07-NoImmediateDominator.ll
Chris Lattner
2002-10-08
2
-2
/
+4
*
Changes to support PHINode::removeIncoming changes
Chris Lattner
2002-10-08
2
-9
/
+8
*
Changes to support PHINode::removeIncoming changes
Chris Lattner
2002-10-08
1
-9
/
+2
*
- Change PHINode::removeIncomingValue to delete the phi node if the last
Chris Lattner
2002-10-08
1
-1
/
+10
*
- Checkin LARGE number of Changes to CEE pass that will make it much more
Chris Lattner
2002-10-08
1
-53
/
+394
*
By default PHINode::removeIncomingValue will delete the phi node if the last
Chris Lattner
2002-10-08
1
-1
/
+8
*
Expose isCriticalEdge & SplitCriticalEdge methods from crit-edges pass
Chris Lattner
2002-10-08
3
-18
/
+36
*
Expose new "recalculate" method from dominatorset
Chris Lattner
2002-10-08
2
-4
/
+13
*
Cleanup testcase
Chris Lattner
2002-10-08
1
-3
/
+2
*
Make test more interesting by adding dummy phi node
Chris Lattner
2002-10-08
1
-1
/
+2
*
It is illegal for PHI nodes to have zero values, delete the code to handle them
Chris Lattner
2002-10-08
1
-2
/
+0
*
Fold ashr -1, X into -1
Chris Lattner
2002-10-08
1
-0
/
+6
*
Add new testcase for arithmetic shr of -1
Chris Lattner
2002-10-08
1
-0
/
+5
*
This test was mistakenly matching 'predecessors' that the new asmwriter
Chris Lattner
2002-10-08
1
-1
/
+1
*
LLVM syntax highlighting for VIM.
Nick Hildenbrandt
2002-10-07
1
-0
/
+59
*
Don't rotate paper.
Chris Lattner
2002-10-07
2
-4
/
+2
*
New testcase
Chris Lattner
2002-10-07
1
-0
/
+17
*
Fix testcase to run correctly, add description
Chris Lattner
2002-10-07
1
-1
/
+4
*
Finally I'm able to distill a testcase for a problem I'm seeing!
Chris Lattner
2002-10-07
1
-0
/
+24
*
- Implement a new -print-cfg option for analyze, that causes it to print the
Chris Lattner
2002-10-07
2
-0
/
+176
*
- Allow printing generic LLVM graphs to 'dot' files, so they can be
Chris Lattner
2002-10-07
4
-0
/
+376
*
Non-functionality change just to make it more clear what is going on
Chris Lattner
2002-10-07
1
-1
/
+1
*
Avoid making external global variables internal
Chris Lattner
2002-10-07
2
-2
/
+4
*
Fix bug in last checkin
Chris Lattner
2002-10-07
1
-0
/
+1
*
Update testcase to be legal llvm
Chris Lattner
2002-10-07
1
-5
/
+3
*
Remove really old testcase
Chris Lattner
2002-10-07
1
-39
/
+0
*
Implement operator= for SuccIterators
Chris Lattner
2002-10-07
1
-0
/
+5
*
Checkin new "feature" test for cee
Chris Lattner
2002-10-06
1
-0
/
+48
*
NEw "feature" test that cee should eventually handle
Chris Lattner
2002-10-06
1
-0
/
+44
*
Global variables are now external if they don't have initializers, not
Chris Lattner
2002-10-06
1
-1
/
+1
*
Check that we don't have external varaibles with internal linkage
Chris Lattner
2002-10-06
1
-1
/
+5
[next]