index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2003-09-05
No longer used
Brian Gaeke
2003-09-05
Make getOperandValue and executeCastOperation methods of Interpreter.
Brian Gaeke
2003-09-05
Make CreateArgv part of lli rather than part of ExecutionEngine.
Brian Gaeke
2003-09-05
Zap some more unused static method decls
Brian Gaeke
2003-09-05
Get friendly
Chris Lattner
2003-09-05
Reshuffling of APIs
Chris Lattner
2003-09-04
Remove method
Chris Lattner
2003-09-04
Interpreter cleanups:
Brian Gaeke
2003-09-03
ExecutionEngine.cpp: Move execution engine creation stuff into a new
Brian Gaeke
2003-09-02
New method
Chris Lattner
2003-09-02
Remove the "recursive bit", not only is it unused by anyone, it was also
Chris Lattner
2003-09-02
Added the MakeFileReadable() method.
John Criswell
2003-09-02
Added the MakeFileExecutable() method. This method takes a filename and
John Criswell
2003-09-02
The description is no longer stored directly in the type.
Chris Lattner
2003-09-01
Dead header file
Chris Lattner
2003-09-01
Add RPR prototype here
Chris Lattner
2003-09-01
Remove dead file
Chris Lattner
2003-09-01
No longer require an OptInfo
Chris Lattner
2003-09-01
Remove header files that were privatized
Chris Lattner
2003-09-01
This file is never #included
Chris Lattner
2003-09-01
This file is just a subset of Cilkifier.h
Chris Lattner
2003-09-01
Other minor cleanups while I'm in the area
Chris Lattner
2003-09-01
Fix spell-o
Chris Lattner
2003-09-01
Change the RaiseAllocations pass from being a BasicBlockPass to being a Pass
Chris Lattner
2003-08-31
Rename TarjanSCCIterator -> scc_iterator
Chris Lattner
2003-08-31
ELIMINATE the SCC class completely. One less thing deriving from std::vector
Chris Lattner
2003-08-31
Move the HasLoop method from the SCC class to the iterator class
Chris Lattner
2003-08-31
Remove explicit passing of SCC's around as objects.
Chris Lattner
2003-08-31
This should use Support/iterator, not <iterator>
Chris Lattner
2003-08-31
Cleanups, move the getAnalysisUsage method to the .cpp file
Chris Lattner
2003-08-31
Fix an FLAT OUT WRONG comment
Chris Lattner
2003-08-31
* Cleanups
Chris Lattner
2003-08-31
Add accessor function for the PruneEH pass
Chris Lattner
2003-08-31
Minor simplification
Chris Lattner
2003-08-31
Initial checkin of the CallGraphSCCPass class
Chris Lattner
2003-08-31
Remove usage of unsigned long: unsigned should be enough!
Chris Lattner
2003-08-31
This file uses cerr without including <iostream>. Since it's just for debugg...
Chris Lattner
2003-08-31
s/Meth/F
Chris Lattner
2003-08-31
Add new helper function which makes it even easier to do this sort of thing
Chris Lattner
2003-08-29
Remove automagic support for Modules. Noone uses it now anyways, and GCC 3.4...
Chris Lattner
2003-08-29
Move getAnalysisToUpdate to after the definition of AnalysisResolver.
Chris Lattner
2003-08-29
Fix compilation problems with G++ 3.4
Chris Lattner
2003-08-29
Allow for "unsafe" replaceAllUsesWith operatations, for use during type resol...
Chris Lattner
2003-08-29
Add new method
Chris Lattner
2003-08-28
Moved index in BB to common graph class.
Tanya Lattner
2003-08-27
Spell `incompatible' correctly.
Misha Brukman
2003-08-27
*** empty log message ***
Tanya Lattner
2003-08-27
Cleaned up the code (spacing, not needed headers) and changed ostream functio...
Tanya Lattner
2003-08-25
SchedGraphCommon header file. Contains class definition for SchedGraphCommon ...
Tanya Lattner
2003-08-25
As it turns out, things will be simpler than I first expected. We no longer
Chris Lattner
[next]