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
/
lib
Age
Commit message (
Expand
)
Author
2004-07-07
The bytecode reader wants to be able to read types that are not quite resolved
Chris Lattner
2004-07-07
Headers moved
Chris Lattner
2004-07-07
Move all of the DSA headers into the Analysis/DataStructure subdir.
Chris Lattner
2004-07-07
Moving headers
Chris Lattner
2004-07-07
As much as I hate to say it, the whole setNode interface for DSNodeHandles
Chris Lattner
2004-07-07
When folding constant expr gep's, don't force the use of long indices.
Chris Lattner
2004-07-07
Disable coalescing.
Alkis Evlogimenos
2004-07-06
Make sure people don't make functiontypes with an invalid return type
Chris Lattner
2004-07-06
* Add support for calling vararg functions (must pass doubles in int regs too)
Misha Brukman
2004-07-06
Use the more compact `bl' instead of cryptic (but equivalent) `bcl 20,31'
Misha Brukman
2004-07-06
Work around apparent Apple compiler bug which was making all mangled
Brian Gaeke
2004-07-06
Check to make sure types are sized before calling getTypeSize on them.
Chris Lattner
2004-07-06
It doesn't matter what the 2nd operand is; if the GEP has 2 operands and
Brian Gaeke
2004-07-06
Add helper function.
Brian Gaeke
2004-07-06
Find bugs sooner rather than later. In this case, don't allow the creation
Chris Lattner
2004-07-06
Do not crash when joining two intervals of registers of different
Alkis Evlogimenos
2004-07-06
* Add utility functions: convert SetCC => PPC opcode and invert PPC opcode
Misha Brukman
2004-07-06
Implement rem.ll:test3
Chris Lattner
2004-07-06
Fix a minor bug where we would go into infinite loops on some constants
Chris Lattner
2004-07-06
Implement InstCombine/sub.ll:test15: X % -Y === X % Y
Chris Lattner
2004-07-06
Fix a bug in the unreachable block elim pass. Dropping all references on a
Chris Lattner
2004-07-06
Remove definition and use of OtherVal enumerator. This just fixes a thinko.
Reid Spencer
2004-07-05
Finalize bytecode dumping. The "handleFinish" method was getting called
Reid Spencer
2004-07-04
Correctly compute the ration of iterations/#intervals.
Alkis Evlogimenos
2004-07-04
Add #includes
Chris Lattner
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
- Don't use macros to call the BytecodeHandler
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 efficiency statistic.
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-02
Fix Type::isSized() to realize that "{ opaque }" is not sized
Chris Lattner
[prev]
[next]