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
Age
Commit message (
Expand
)
Author
2004-07-04
Add #include <iostream> since Value.h doesn't include it any more.
Reid Spencer
2004-07-04
Add #include <iostream> since Value.h does not include it any more.
Reid Spencer
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-04
- remove use of isa<Type>(Val) since there's no inheritance relationship
Reid Spencer
2004-07-04
Remove use of Type::TypeTy which is no longer defined. This change needed
Reid Spencer
2004-07-04
Correct syntax typo .. ; -> :
Reid Spencer
2004-07-04
- Changes for bug 122
Reid Spencer
2004-07-04
- #include <iostream> since its not in Value.h any more.
Reid Spencer
2004-07-04
Constify SymbolTable's use of Type* so that it never modifies them.
Reid Spencer
2004-07-04
- #include <iostream> since its not in Value.h any more.
Reid Spencer
2004-07-04
#include <iostream> since its not in Value.h any more.
Reid Spencer
2004-07-04
Adjust the slot machine to handle Types separately from Values. This was
Reid Spencer
2004-07-04
Implementation of SlotTable went into header file. Note that this header
Reid Spencer
2004-07-04
Remove Tabs.
Reid Spencer
2004-07-04
Implement new output functions for types and compacted type planes. Also
Reid Spencer
2004-07-04
Add new methods outputTypes and outputCompactionTypes for handling Types
Reid Spencer
2004-07-04
For bug 122:
Reid Spencer
2004-07-04
- Type::TypeTyID doesn't exist any more (bug 122)
Reid Spencer
2004-07-04
Move SlotCalculator.h to lib/Bytecode/Writer since that is the only place
Reid Spencer
2004-07-04
- Don't use macros to call the BytecodeHandler
Reid Spencer
2004-07-04
Make all the virtual function (except destructor) inline so there are
Reid Spencer
2004-07-04
- Make ValueList an "OtherVal" user of Values to ensure it doesn't get
Reid Spencer
2004-07-04
Remove tabs. Move function declaration to Reader.h where it belongs.
Reid Spencer
2004-07-04
Add #include <iostream> which is needed now that Value.h doesn't include it
Reid Spencer
2004-07-04
Excise tabs.
Reid Spencer
2004-07-04
Add a new, compatible, interface function for writing types as operands.
Reid Spencer
2004-07-04
Added #include <iostream> since this header is no longer picked up from
Reid Spencer
2004-07-04
- Remove enumerator TypeVal since Values can't be types any more
Reid Spencer
2004-07-04
There is no longer a "Type" primitive type because Values and Types are
Reid Spencer
2004-07-04
Constify usage of Type* on the interface to ensure SymbolTable doesn't
Reid Spencer
2004-07-04
Remove all of the classof(const Value*) methods of the derived types since
Reid Spencer
2004-07-04
Make Type have no base classes. Previously it inherited Value. Also
Reid Spencer
2004-07-04
Add efficiency statistic.
Alkis Evlogimenos
2004-07-04
Add more operators.
Alkis Evlogimenos
2004-07-03
Fix compilation on internix
Chris Lattner
2004-07-03
Implement add.ll:test22, a common case in MSIL files
Chris Lattner
2004-07-03
Add a new testcase for folding an add into a switch
Chris Lattner
2004-07-02
Fix Type::isSized() to realize that "{ opaque }" is not sized
Chris Lattner
2004-07-02
Do not call getTypeSize on a type that has no size
Chris Lattner
2004-07-02
Modernize example, so that you can paste it right into llvm-as
Brian Gaeke
2004-07-02
Since we are in the department of redundancy department, at least be correct
Chris Lattner
2004-07-02
Add FIXME notes for spilling int/fp regs (need to calculate stack space).
Misha Brukman
2004-07-02
* Wrap long lines
Misha Brukman
2004-07-02
* Standardize manpage output: program name bold, options italic/emphasized
Misha Brukman
2004-07-02
The HTML documentation is now automatically generated from POD source.
Misha Brukman
2004-07-02
* Link to the POD-generated HTML documentation
Misha Brukman
2004-07-02
Make `args' stand out as bold, delete confusing elipsis at the end of cmdline.
Misha Brukman
2004-07-02
HTML links in PODs must be absolute.
Misha Brukman
2004-07-02
Simplify wording: `the bugpoint tool' can just become `bugpoint'.
Misha Brukman
2004-07-02
llvm-abcd has become llvm-bcanalyzer
Misha Brukman
[next]