index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not segfault when the post-dominator tree is empty (ie, there are no return
Chris Lattner
2003-09-15
1
-1
/
+2
*
Add prototype for the lowersetjmp pass
Chris Lattner
2003-09-15
1
-0
/
+7
*
Get rid of the whole "Node2" business, rename getNode() ->getBlock() to
Chris Lattner
2003-09-11
1
-20
/
+15
*
Rework dominator and post dominator information so that we do not have to
Chris Lattner
2003-09-10
2
-20
/
+61
*
Expand the pass to unify all of the unwind blocks as well
Chris Lattner
2003-09-10
1
-12
/
+13
*
Make createVerifierPass return a FunctionPass *.
Brian Gaeke
2003-09-10
1
-2
/
+2
*
Fix spello
Chris Lattner
2003-09-10
1
-1
/
+1
*
Fix spell-o's
Chris Lattner
2003-09-10
1
-1
/
+1
*
Spelling fixes
Chris Lattner
2003-09-10
1
-2
/
+2
*
Fix bug: InstCombine/2003-09-09-VolatileLoadElim.ll
Chris Lattner
2003-09-09
1
-0
/
+2
*
Eliminate the unwind intrinsic, it is now an instruction
Chris Lattner
2003-09-08
1
-2
/
+0
*
add support for the unwind inst
Chris Lattner
2003-09-08
1
-0
/
+1
*
Add the unwind instruction class
Chris Lattner
2003-09-08
1
-1
/
+32
*
Add new unwind instruction. Happily there was a slot leftover from when the
Chris Lattner
2003-09-08
1
-1
/
+2
*
Add support for volatile loads/stores
Chris Lattner
2003-09-08
1
-6
/
+31
*
No longer used
Brian Gaeke
2003-09-05
1
-16
/
+0
*
Make getOperandValue and executeCastOperation methods of Interpreter.
Brian Gaeke
2003-09-05
1
-4
/
+3
*
Make CreateArgv part of lli rather than part of ExecutionEngine.
Brian Gaeke
2003-09-05
1
-4
/
+2
*
Zap some more unused static method decls
Brian Gaeke
2003-09-05
1
-9
/
+0
*
Get friendly
Chris Lattner
2003-09-05
1
-2
/
+11
*
Reshuffling of APIs
Chris Lattner
2003-09-05
1
-1
/
+44
*
Remove method
Chris Lattner
2003-09-04
1
-7
/
+0
*
Interpreter cleanups:
Brian Gaeke
2003-09-04
1
-3
/
+2
*
ExecutionEngine.cpp: Move execution engine creation stuff into a new
Brian Gaeke
2003-09-03
1
-0
/
+3
*
New method
Chris Lattner
2003-09-02
1
-0
/
+3
*
Remove the "recursive bit", not only is it unused by anyone, it was also
Chris Lattner
2003-09-02
1
-9
/
+0
*
Added the MakeFileReadable() method.
John Criswell
2003-09-02
1
-0
/
+17
*
Added the MakeFileExecutable() method. This method takes a filename and
John Criswell
2003-09-02
1
-0
/
+15
*
The description is no longer stored directly in the type.
Chris Lattner
2003-09-02
1
-6
/
+1
*
Dead header file
Chris Lattner
2003-09-01
1
-20
/
+0
*
Add RPR prototype here
Chris Lattner
2003-09-01
1
-0
/
+8
*
Remove dead file
Chris Lattner
2003-09-01
1
-24
/
+0
*
No longer require an OptInfo
Chris Lattner
2003-09-01
1
-2
/
+0
*
Remove header files that were privatized
Chris Lattner
2003-09-01
2
-31
/
+0
*
This file is never #included
Chris Lattner
2003-09-01
1
-15
/
+0
*
This file is just a subset of Cilkifier.h
Chris Lattner
2003-09-01
1
-26
/
+0
*
Other minor cleanups while I'm in the area
Chris Lattner
2003-09-01
1
-10
/
+3
*
Fix spell-o
Chris Lattner
2003-09-01
1
-1
/
+2
*
Change the RaiseAllocations pass from being a BasicBlockPass to being a Pass
Chris Lattner
2003-09-01
2
-3
/
+9
*
Rename TarjanSCCIterator -> scc_iterator
Chris Lattner
2003-08-31
1
-19
/
+18
*
ELIMINATE the SCC class completely. One less thing deriving from std::vector
Chris Lattner
2003-08-31
1
-25
/
+9
*
Move the HasLoop method from the SCC class to the iterator class
Chris Lattner
2003-08-31
1
-12
/
+13
*
Remove explicit passing of SCC's around as objects.
Chris Lattner
2003-08-31
1
-2
/
+2
*
This should use Support/iterator, not <iterator>
Chris Lattner
2003-08-31
1
-3
/
+2
*
Cleanups, move the getAnalysisUsage method to the .cpp file
Chris Lattner
2003-08-31
1
-30
/
+11
*
Fix an FLAT OUT WRONG comment
Chris Lattner
2003-08-31
1
-2
/
+3
*
* Cleanups
Chris Lattner
2003-08-31
1
-21
/
+14
*
Add accessor function for the PruneEH pass
Chris Lattner
2003-08-31
1
-0
/
+6
*
Minor simplification
Chris Lattner
2003-08-31
1
-2
/
+1
*
Initial checkin of the CallGraphSCCPass class
Chris Lattner
2003-08-31
1
-0
/
+42
[next]