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-12-04
Provide more information in the error message that occurs when there are
Reid Spencer
2004-12-04
Check in some patches for better assertions
Chris Lattner
2004-12-04
This patch prevents an infinite recursion while compiling 103.su2cor.
Chris Lattner
2004-12-04
Fix linkage of mismatched weak globals. This unbreaks 300.twolf
Chris Lattner
2004-12-04
Do not allow bytecode files with unresolved references to be read. Doing
Chris Lattner
2004-12-04
Fix compilation error on Darwin.
Chris Lattner
2004-12-04
Check if a block has a terminator first before calling front() on
Alkis Evlogimenos
2004-12-04
Make error msg reflect what exactly went wrong.
Alkis Evlogimenos
2004-12-04
Prevent accessing past the end of the intervals vector, this fixes
Chris Lattner
2004-12-03
Remove darwin specific majik
Chris Lattner
2004-12-03
Move darwin-specific majik here.
Chris Lattner
2004-12-03
Significantly rework linker support for global variables, allowing it to
Chris Lattner
2004-12-03
Fix test/Regression/CodeGen/CBackend/2004-12-03-ExternStatics.ll and
Chris Lattner
2004-12-03
Implement stripping of debug symbols, making the --strip-debug options in
Chris Lattner
2004-12-03
Do not look here for elegance.
Chris Lattner
2004-12-03
This code rotted - change it to call abort() until someone wants
Brian Gaeke
2004-12-03
When writing kernel, save the branches til the end. They are still put in the...
Tanya Lattner
2004-12-03
Fix a regression caused by the previous patch
Chris Lattner
2004-12-02
Initial reimplementation of the -strip pass, with a stub for implementing
Chris Lattner
2004-12-02
This pass is moving to lib IPO
Chris Lattner
2004-12-02
The stripping pass as we know it is about to disappear
Chris Lattner
2004-12-02
Reverting revision 1.209.
John Criswell
2004-12-02
Spill/restore X86 floating point stack registers with 64-bits of precision
Chris Lattner
2004-12-02
Consider 64-bit registers to be FP as well.
Chris Lattner
2004-12-02
PR466:
Reid Spencer
2004-12-02
Fix seriously broken implementation of GetMagicNumber.
Reid Spencer
2004-12-02
Reworked branch adding in prologue. Added check for infinite loops which are ...
Tanya Lattner
2004-12-02
Implement a FIXME by checking to make sure that a malloc is not being used
Chris Lattner
2004-12-02
Fix a minor bug where we set a var to initialized on malloc, not on store.
Chris Lattner
2004-12-01
Reverting this patch:
Tanya Lattner
2004-12-01
Initial support for packed types, contributed by Morten Ofstad
Chris Lattner
2004-12-01
Remove unneeded cast.
Chris Lattner
2004-12-01
Get GEP's working with packed types. Contributed by Morten Ofstad!
Chris Lattner
2004-11-30
Revert version 1.39. It breaks the ordering of the library processing.
Reid Spencer
2004-11-30
Do not let GCC emit a warning for INT64_MIN
Chris Lattner
2004-11-30
Sparcs behave better if we use <alloca.h> and avoid messing with __builtin_al...
Brian Gaeke
2004-11-30
Fix the JIT when being used from llvm-db
Chris Lattner
2004-11-30
This pass is completely broken.
Chris Lattner
2004-11-30
RevisionNum is read by error(), initialize it early.
Chris Lattner
2004-11-30
Update list of failing benchmarks.
Brian Gaeke
2004-11-30
If we're about to emit something like:
Brian Gaeke
2004-11-30
Squelch warning
Chris Lattner
2004-11-30
Fix several bugs in 'op x, imm' handling. Foremost is that we now emit
Chris Lattner
2004-11-30
Up the compression threshold to 64K so we avoid it for all but the largest
Reid Spencer
2004-11-30
Fix test/Regression/Transforms/LICM/2004-09-14-AliasAnalysisInvalidate.llx
Chris Lattner
2004-11-30
Fix CodeGen/PowerPC/2004-11-30-shr-var-crash.ll
Chris Lattner
2004-11-30
Fix test/Regression/CodeGen/PowerPC/2004-11-29-ShrCrash.ll
Chris Lattner
2004-11-30
Fix test/Regression/CodeGen/PowerPC/2004-11-30-shift-crash.ll
Chris Lattner
2004-11-30
Alkis noticed that this variable is dead. Thanks!
Chris Lattner
2004-11-30
Add method
Chris Lattner
[next]