2006-06-29 |
Evan Cheng | Ugly hack! Add helper functions InsertInFlightSetEntry and |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Chris Lattner | Allow specifying an explicit list of architectures... |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Evan Cheng | Should just use xorps to clear XMM registers for all... |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Owen Anderson | Describe my newest work. |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Evan Cheng | Let X86CompilationCallback pass previous frame and... |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Evan Cheng | Added -disable-cbe to disable C backend testing. |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Evan Cheng | Add shift and rotate by 1 instructions / patterns. |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Evan Cheng | Always use xorps to clear XMM registers. |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Evan Cheng | Move .literal4 and .literal8 support into AsmPrinter.cpp |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Evan Cheng | Add support to print 4-, 8-, and 16- byte constant... |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Chris Lattner | Hide x86 symbols |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Chris Lattner | Use hidden visibility to make symbols in an anonymous... |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Chris Lattner | Use hidden visibility to reduce codesize |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Chris Lattner | Shave another 27K off libllvmgcc.dylib with visibility... |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Chris Lattner | Shrink libllvmgcc.dylib by another 23K |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Chris Lattner | shrink libllvmgcc.dylib another 25K |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Chris Lattner | Mark these two classes as hidden, shrinking libllbmgcc... |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Chris Lattner | Use hidden visibility to reduce the sizes of some ... |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Chris Lattner | Add support for hidden visibility |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Andrew Lenharth | not really XFailing these, as only incompleteness is... |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Andrew Lenharth | change I flag on test |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Chris Lattner | Fix CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Chris Lattner | Testcase that crashes the ppc backend. |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Evan Cheng | Doh. |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Owen Anderson | Switch to a very conservative heuristic for determining... |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Chris Lattner | Fix Transforms/InstCombine/2006-06-28-infloop.ll |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Chris Lattner | Infinite loop in instcombine that nate hit. |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Chris Lattner | Don't unswitch really large loops even if they are... |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Evan Cheng | Oops. Need to keep CP index. |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Evan Cheng | Darwin puts float and double literal constants into... |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Andrew Lenharth | add some missing externals |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Andrew Lenharth | Catch more function pointer casting problems |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Evan Cheng | Allow EmitConstantPool to be redefined by derived classes. |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Chris Lattner | Handle alias sets that have been unified, and thus... |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Chris Lattner | Don't implement AliasSetTracker::remove in terms of... |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Chris Lattner | New testcase, reduced by nate, which crashes DSE |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Andrew Lenharth | this case isn't handled |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Owen Anderson | Fix for 2006-06-27-DeadSwitchCase.ll |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Owen Anderson | Testcase that Nate found where LoopUnswitch chokes... |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Rafael Espindola | handle the "mov reg1, reg2" case in isMoveInstr |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Chris Lattner | Don't match 64-bit bitfield inserts into rlwimi's.... |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Chris Lattner | Fix Transforms/DeadArgElim/2006-06-27-struct-ret.ll... |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Chris Lattner | testcase that crashes dead arg elim. |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Chris Lattner | Fix ppc64 jump tables |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Chris Lattner | Pass -Xlinker flags to gcc when it builds the shared... |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Evan Cheng | Remove dead code. |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Evan Cheng | Fix -extraflags |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Chris Lattner | Print stubs for external globals right. |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Chris Lattner | Implement 64-bit select, bswap, etc. |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Chris Lattner | Add a pattern for i64 sra. Print 8-byte units with... |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Chris Lattner | Fix rewriting frame offsets with ixaddr instructions... |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Chris Lattner | PPC doesn't have bit converts to/from i64 |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Chris Lattner | Add 64-bit MTCTR so that indirect calls work. |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Chris Lattner | Fix an incorrect store pattern. This fixes em3d. |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Chris Lattner | Implement 64-bit undef, sub, shl/shr, srem/urem |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Devang Patel | Fix cut-n-pasto in comments. |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Chris Lattner | Use i32 for shift amounts instead of i64. This gets... |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Chris Lattner | Add zextload from i32 -> i64, with this, perimeter... |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Reid Spencer | For PR801: |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Owen Anderson | De-pessimize the handling of LCSSA Phi nodes in IndVarS... |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Chris Lattner | Print darwin stub stuff correctly in 64-bit mode. ... |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Chris Lattner | Fix variable shadowing issue |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Chris Lattner | Implement a bunch of 64-bit cleanliness work. With... |
commit | commitdiff | tree | snapshot |
2006-06-26 |
Chris Lattner | Rearrange compares, add ADDI8, add sext from 32-to... |
commit | commitdiff | tree | snapshot |
2006-06-26 |
Chris Lattner | Improve PPC64 calling convention support |
commit | commitdiff | tree | snapshot |
2006-06-26 |
Chris Lattner | Remove two more definitions |
commit | commitdiff | tree | snapshot |
2006-06-26 |
Chris Lattner | remove two unused instructions. |
commit | commitdiff | tree | snapshot |
2006-06-26 |
Chris Lattner | Fix a stale pointer issue that caused 300.twolf to... |
commit | commitdiff | tree | snapshot |
2006-06-26 |
Chris Lattner | Add a new method. |
commit | commitdiff | tree | snapshot |
2006-06-26 |
Chris Lattner | random code cleanups, no functionality change |
commit | commitdiff | tree | snapshot |
2006-06-26 |
Owen Anderson | Make LoopUnswitch able to unswitch loops with live... |
commit | commitdiff | tree | snapshot |
2006-06-24 |
Evan Cheng | Simplify X86CompilationCallback: always align to 16... |
commit | commitdiff | tree | snapshot |
2006-06-23 |
Jim Laskey | Add and sort "sections" in debug lines. This always... |
commit | commitdiff | tree | snapshot |
2006-06-23 |
Evan Cheng | Added jump table address relocation. |
commit | commitdiff | tree | snapshot |
2006-06-22 |
Evan Cheng | Eliminate unneeded parameter. |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Evan Cheng | variable_ops instructions such as call can have any... |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Reid Spencer | Whoops, missed a couple more C-style casts. |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Reid Spencer | Use C++ style casts instead of C-style casts to shut... |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Chris Lattner | Add targets for generating .s file in addition to ... |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Chris Lattner | Factor a bunch of rules together, no functionality... |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Chris Lattner | Add more anonymous namespaces to make it clear that... |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Chris Lattner | Remove unneeded libs |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Reid Spencer | For PR811: |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Chris Lattner | Add some out-of-line virtual dtors so that the class... |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Andrew Lenharth | Add memory operand and int regs |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Andrew Lenharth | inline asm, at least for floats |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Jim Laskey | fix typos |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Andrew Lenharth | fix argument problem |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Chris Lattner | Correct returns of 64-bit values, though they seemed... |
commit | commitdiff | tree | snapshot |
2006-06-21 |
Evan Cheng | Fix non-64-bit clean code. |
commit | commitdiff | tree | snapshot |
2006-06-20 |
Chris Lattner | Make these predicates correct in 64-bit mode too. |
commit | commitdiff | tree | snapshot |
2006-06-20 |
Chris Lattner | Rename OR4 -> OR. Move some PPC64-specific stuff to... |
commit | commitdiff | tree | snapshot |
2006-06-20 |
Chris Lattner | remove unused flag |
commit | commitdiff | tree | snapshot |
2006-06-20 |
Chris Lattner | add some logical ops |
commit | commitdiff | tree | snapshot |
2006-06-20 |
Chris Lattner | remove some unused patterns |
commit | commitdiff | tree | snapshot |
2006-06-20 |
Chris Lattner | Add some more immediate patterns. This allows us to... |
commit | commitdiff | tree | snapshot |
2006-06-20 |
Chris Lattner | Instead of li/xoris use li/oris. Note that this doesn... |
commit | commitdiff | tree | snapshot |
2006-06-20 |
Chris Lattner | Add some 64-bit logical ops. |
commit | commitdiff | tree | snapshot |
2006-06-20 |
Evan Cheng | Added --with-extra-options=opts to specify additional... |
commit | commitdiff | tree | snapshot |
next |