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-24
Merged revision 1.19.
John Criswell
2003-10-23
This commit was manufactured by cvs2svn to create branch 'release_1'.
cvs2svn
2003-10-23
Include new prototype
Chris Lattner
2003-10-23
Actually share constants local to a function!
Chris Lattner
2003-10-23
Fix apparent typo in head-of-file comment.
Brian Gaeke
2003-10-22
I think this file is not included by anything.
Brian Gaeke
2003-10-22
Add two new function stubs for viewing the CFG of a function inside of the
Chris Lattner
2003-10-20
Add a new map
Chris Lattner
2003-10-20
This #include is no longer necessary
Chris Lattner
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
Oops. Typo.
John Criswell
2003-10-20
Added LLVM header notice.
John Criswell
2003-10-20
Added LLVM notice.
John Criswell
2003-10-20
Make replaceMachineCodeForFunction return void.
Brian Gaeke
2003-10-19
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...
Chris Lattner
2003-10-19
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...
Chris Lattner
2003-10-18
New revised variable argument handling support
Chris Lattner
2003-10-17
Return the Module being materialized to avoid always calling getModule().
Misha Brukman
2003-10-17
Add stub version of replaceMachineCodeForFunction. It will live here until
Brian Gaeke
2003-10-17
Eliminate some extraneous code in SlotCalculator::insertVal().
Alkis Evlogimenos
2003-10-16
This file has funny include guards and funny extra whitespace.
Brian Gaeke
2003-10-16
If we move the constructors to the .cpp file, we can drop the #include
Misha Brukman
2003-10-16
Add weak linking type
Chris Lattner
2003-10-16
Completely rewrite support for the Value::use_* list. Now, all operations on
Chris Lattner
2003-10-15
Vector is my friend, do you like vector?
Chris Lattner
2003-10-15
lalala
Chris Lattner
2003-10-15
We'll need this soon as well
Chris Lattner
2003-10-15
This file uses assert and doesn't include anything which already #includes <c...
Chris Lattner
2003-10-15
Remove usage of use_size()
Chris Lattner
2003-10-15
Add new hasOneUse() method. Remove explicit inline qualifiers
Chris Lattner
2003-10-14
Generalize abstract interpreter interface to allow linking in an arbitrary nu...
Chris Lattner
2003-10-14
Enabling incremental bytecode loading in the JIT:
Misha Brukman
2003-10-14
Enabling incremental bytecode loading in the JIT:
Misha Brukman
2003-10-14
Substantial cleanups:
Chris Lattner
2003-10-13
Adding additional license information to these files.
John Criswell
2003-10-13
Add missing default argument
Chris Lattner
2003-10-13
add support for "external" depth first iterators, which store the 'visited' set
Chris Lattner
2003-10-13
Added a macro and code that checks for the %a format string in sprintf().
John Criswell
2003-10-13
Extricate the "reverse" support from the depth-first iterator. This is really
Chris Lattner
2003-10-13
Add operator= for type iterators to make them assignable
Chris Lattner
2003-10-13
Remove explicit inline qualifiers when the implicit ones work just as well
Chris Lattner
2003-10-13
Add new op_erase method
Chris Lattner
2003-10-12
Rename loop preheaders pass to loop simplify
Chris Lattner
2003-10-12
Rename method to indicate what it does
Chris Lattner
2003-10-10
No longer used anywhere.
Brian Gaeke
2003-10-10
Fix spelling.
Misha Brukman
2003-10-10
Use 'F' for Function instead of 'M'.
Misha Brukman
2003-10-10
Add my abstracted dynamic linker support files.
Brian Gaeke
2003-10-09
Add a method to reserve space for operands
Chris Lattner
2003-10-09
Kill warning when compiling in optimized mode
Chris Lattner
[next]