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
2006-07-06
Modify the SlowOperationInformer interface to not throw exceptions.
Chris Lattner
2006-07-06
Change the ModuleProvider interface to not throw exceptions.
Chris Lattner
2006-07-06
Print LLVM version info like this:
Chris Lattner
2006-07-06
Change the verifier to never throw an exception. Instead verifyModule canopt...
Chris Lattner
2006-07-06
Undisable ppc64 jit
Chris Lattner
2006-07-06
Added option -code-model to set code model (only used in 64-bit) mode. Valid
Evan Cheng
2006-07-05
Reorg. No functionality change.
Evan Cheng
2006-07-05
Fix JIT on non MacOS X i386 systems.
Evan Cheng
2006-07-03
These are already implemented
Andrew Lenharth
2006-07-03
0 offsets for memory operands
Andrew Lenharth
2006-06-29
Ugly hack! Add helper functions InsertInFlightSetEntry and
Evan Cheng
2006-06-29
Should just use xorps to clear XMM registers for all data types. pxor is also...
Evan Cheng
2006-06-29
Let X86CompilationCallback pass previous frame and return address to X86Compi...
Evan Cheng
2006-06-29
Add shift and rotate by 1 instructions / patterns.
Evan Cheng
2006-06-29
Always use xorps to clear XMM registers.
Evan Cheng
2006-06-29
Move .literal4 and .literal8 support into AsmPrinter.cpp
Evan Cheng
2006-06-29
Add support to print 4-, 8-, and 16- byte constant literals in special
Evan Cheng
2006-06-28
Hide x86 symbols
Chris Lattner
2006-06-28
Use hidden visibility to make symbols in an anonymous namespace get
Chris Lattner
2006-06-28
Use hidden visibility to reduce codesize
Chris Lattner
2006-06-28
Shave another 27K off libllvmgcc.dylib with visibility hidden
Chris Lattner
2006-06-28
Shrink libllvmgcc.dylib by another 23K
Chris Lattner
2006-06-28
shrink libllvmgcc.dylib another 25K
Chris Lattner
2006-06-28
Mark these two classes as hidden, shrinking libllbmgcc.dylib by 25K
Chris Lattner
2006-06-28
Use hidden visibility to reduce the sizes of some .o files. This chops 60K o...
Chris Lattner
2006-06-28
Fix CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll
Chris Lattner
2006-06-28
Doh.
Evan Cheng
2006-06-28
Switch to a very conservative heuristic for determining when loop-unswitching
Owen Anderson
2006-06-28
Fix Transforms/InstCombine/2006-06-28-infloop.ll
Chris Lattner
2006-06-28
Don't unswitch really large loops even if they are mostly filled with empty
Chris Lattner
2006-06-28
Oops. Need to keep CP index.
Evan Cheng
2006-06-28
Darwin puts float and double literal constants into literal4 and literal8 sec...
Evan Cheng
2006-06-28
add some missing externals
Andrew Lenharth
2006-06-28
Catch more function pointer casting problems
Andrew Lenharth
2006-06-27
Handle alias sets that have been unified, and thus can have other references
Chris Lattner
2006-06-27
Don't implement AliasSetTracker::remove in terms of deleteValue. deleteValue
Chris Lattner
2006-06-27
this case isn't handled
Andrew Lenharth
2006-06-27
Fix for 2006-06-27-DeadSwitchCase.ll
Owen Anderson
2006-06-27
handle the "mov reg1, reg2" case in isMoveInstr
Rafael Espindola
2006-06-27
Don't match 64-bit bitfield inserts into rlwimi's. todo add rldimi. :)
Chris Lattner
2006-06-27
Fix Transforms/DeadArgElim/2006-06-27-struct-ret.ll. -deadargelim should not
Chris Lattner
2006-06-27
Fix ppc64 jump tables
Chris Lattner
2006-06-27
Remove dead code.
Evan Cheng
2006-06-27
Print stubs for external globals right.
Chris Lattner
2006-06-27
Implement 64-bit select, bswap, etc.
Chris Lattner
2006-06-27
Add a pattern for i64 sra. Print 8-byte units with a space between the .quad
Chris Lattner
2006-06-27
Fix rewriting frame offsets with ixaddr instructions, which implicitly shift
Chris Lattner
2006-06-27
PPC doesn't have bit converts to/from i64
Chris Lattner
2006-06-27
Add 64-bit MTCTR so that indirect calls work.
Chris Lattner
2006-06-27
Fix an incorrect store pattern. This fixes em3d.
Chris Lattner
[next]