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
*
Expose API to graph library to allow iteration over all nodes, even unreachab...
Chris Lattner
2002-10-10
1
-1
/
+10
*
Change reference
Chris Lattner
2002-10-10
2
-2
/
+2
*
* Don't only print out reachable nodes in the graph.
Chris Lattner
2002-10-10
2
-14
/
+14
*
Add new getGraphProperties that may be specialized by graphs
Chris Lattner
2002-10-10
2
-0
/
+16
*
Rename DataStructureGraph.h to DSGraphTraits.h
Chris Lattner
2002-10-10
3
-81
/
+8
*
Stop using DataStructureGraph.h
Chris Lattner
2002-10-10
1
-4
/
+1
*
Switch over to the right sparc c frontend
Chris Lattner
2002-10-10
1
-1
/
+1
*
- Dramatically simplify the ConstantMerge code now that
Chris Lattner
2002-10-09
1
-102
/
+3
*
- Make Value::replaceAllUsesWith work with constants correctly. This fixes
Chris Lattner
2002-10-09
1
-16
/
+18
*
- Add new Constant::replaceUsesOfWithOnConstant which has an end result
Chris Lattner
2002-10-09
3
-2
/
+133
*
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
[next]