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-10-08
Forward declare class Type since it is used in this class and Type.h is not i...
Alkis Evlogimenos
2003-10-07
Regenerated with (at top-level llvm directory):
Brian Gaeke
2003-10-06
Moved to llvm/include/llvm/Support because it is LLVM-specific.
Misha Brukman
2003-10-06
Remove unneeded dtors
Chris Lattner
2003-10-06
Doxygenize class comments. Add new NamedRegionTimer class
Chris Lattner
2003-10-05
Change the interface to PromoteMemToReg to also take a DominatorTree
Chris Lattner
2003-10-05
Add new prototype for createLowerInvokePass(). Make simplifycfg be a
Chris Lattner
2003-10-05
Output a very high-precision number
Chris Lattner
2003-10-05
Add some new methods to forward to
Chris Lattner
2003-10-04
Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,
Chris Lattner
2003-10-03
Minor cleanups
Chris Lattner
2003-10-03
This checkin basically amounts to a complete rewrite of the type-resolution
Chris Lattner
2003-10-03
These methods are dead, remove them
Chris Lattner
2003-10-02
Make the PATypeHolder use a simple union-find implementation to handle
Chris Lattner
2003-10-02
There is no reason for Value to be an AbstractTypeUser. This just makes things
Chris Lattner
2003-10-02
There is no reason for the PATypeHolder class to derive from the
Chris Lattner
2003-10-02
Moved enum and command-line option in separate file. Also added function that...
Alkis Evlogimenos
2003-10-02
Change llc command line for register allocators
Alkis Evlogimenos
2003-10-01
Remove obsolete scoped pred and succ iterator typedefs
Chris Lattner
2003-10-01
Use graph traits to perform generic interval construction
Chris Lattner
2003-10-01
Add graph traits specializations for intervals
Chris Lattner
2003-09-30
Forward declare a class
Chris Lattner
2003-09-30
This got merged into Passes.h
Chris Lattner
2003-09-30
Include the sparc register in this file
Chris Lattner
2003-09-30
Update comment
Chris Lattner
2003-09-30
Standardize header file comments
Chris Lattner
2003-09-30
Add a file header
Chris Lattner
2003-09-30
Remove unused header
Chris Lattner
2003-09-30
Fix header comment
Chris Lattner
2003-09-30
Fix header, remove dead decl
Chris Lattner
2003-09-30
Fix header file comment
Chris Lattner
2003-09-30
make the header comment more useful
Chris Lattner
2003-09-29
Abstracted away the process of running our tools + gcc from bugpoint.
Misha Brukman
2003-09-29
Tersified and fixed whitespace (tabs -> spaces).
Misha Brukman
2003-09-24
Fix a typo I happened to notice.
Brian Gaeke
2003-09-22
Added doxygen comments for the streaming module provider.
Misha Brukman
2003-09-22
Added functions to perform streaming function loading, doxygenified comments.
Misha Brukman
2003-09-22
Converted tabs to spaces.
Misha Brukman
2003-09-22
Materialize the module before releasing it.
Misha Brukman
2003-09-21
Add prototype
Chris Lattner
2003-09-20
Switch from using CallInst's to represent call sites to using the LLVM
Chris Lattner
2003-09-20
Rename Function::getEntryNode -> getEntryBlock
Chris Lattner
2003-09-20
Rename getEntryNode -> getEntryBlock()
Chris Lattner
2003-09-20
Cleanup header file
Chris Lattner
2003-09-20
Expose the TCE pass
Chris Lattner
2003-09-20
Fix header, fix broken friend decl
Chris Lattner
2003-09-20
Unsquishify
Chris Lattner
2003-09-18
Abstract interface for module providers, e.g. streaming bytecode reader.
Misha Brukman
2003-09-17
In ExecWait(), made the child process exit if it can't execve() the new
John Criswell
2003-09-17
Added the ExecWait() function.
John Criswell
[next]