2006-07-03 |
Andrew Lenharth | These are already implemented |
tree | commitdiff |
2006-07-03 |
Andrew Lenharth | 0 offsets for memory operands |
tree | commitdiff |
2006-06-29 |
Evan Cheng | Ugly hack! Add helper functions InsertInFlightSetEntry and |
tree | commitdiff |
2006-06-29 |
Evan Cheng | Should just use xorps to clear XMM registers for all... |
tree | commitdiff |
2006-06-29 |
Evan Cheng | Let X86CompilationCallback pass previous frame and... |
tree | commitdiff |
2006-06-29 |
Evan Cheng | Add shift and rotate by 1 instructions / patterns. |
tree | commitdiff |
2006-06-29 |
Evan Cheng | Always use xorps to clear XMM registers. |
tree | commitdiff |
2006-06-29 |
Evan Cheng | Move .literal4 and .literal8 support into AsmPrinter.cpp |
tree | commitdiff |
2006-06-29 |
Evan Cheng | Add support to print 4-, 8-, and 16- byte constant... |
tree | commitdiff |
2006-06-28 |
Chris Lattner | Hide x86 symbols |
tree | commitdiff |
2006-06-28 |
Chris Lattner | Use hidden visibility to make symbols in an anonymous... |
tree | commitdiff |
2006-06-28 |
Chris Lattner | Use hidden visibility to reduce codesize |
tree | commitdiff |
2006-06-28 |
Chris Lattner | Shave another 27K off libllvmgcc.dylib with visibility... |
tree | commitdiff |
2006-06-28 |
Chris Lattner | Shrink libllvmgcc.dylib by another 23K |
tree | commitdiff |
2006-06-28 |
Chris Lattner | shrink libllvmgcc.dylib another 25K |
tree | commitdiff |
2006-06-28 |
Chris Lattner | Mark these two classes as hidden, shrinking libllbmgcc... |
tree | commitdiff |
2006-06-28 |
Chris Lattner | Use hidden visibility to reduce the sizes of some ... |
tree | commitdiff |
2006-06-28 |
Chris Lattner | Fix CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll |
tree | commitdiff |
2006-06-28 |
Evan Cheng | Doh. |
tree | commitdiff |
2006-06-28 |
Owen Anderson | Switch to a very conservative heuristic for determining... |
tree | commitdiff |
2006-06-28 |
Chris Lattner | Fix Transforms/InstCombine/2006-06-28-infloop.ll |
tree | commitdiff |
2006-06-28 |
Chris Lattner | Don't unswitch really large loops even if they are... |
tree | commitdiff |
2006-06-28 |
Evan Cheng | Oops. Need to keep CP index. |
tree | commitdiff |
2006-06-28 |
Evan Cheng | Darwin puts float and double literal constants into... |
tree | commitdiff |
2006-06-28 |
Andrew Lenharth | add some missing externals |
tree | commitdiff |
2006-06-28 |
Andrew Lenharth | Catch more function pointer casting problems |
tree | commitdiff |
2006-06-27 |
Chris Lattner | Handle alias sets that have been unified, and thus... |
tree | commitdiff |
2006-06-27 |
Chris Lattner | Don't implement AliasSetTracker::remove in terms of... |
tree | commitdiff |
2006-06-27 |
Andrew Lenharth | this case isn't handled |
tree | commitdiff |
2006-06-27 |
Owen Anderson | Fix for 2006-06-27-DeadSwitchCase.ll |
tree | commitdiff |
2006-06-27 |
Rafael Espindola | handle the "mov reg1, reg2" case in isMoveInstr |
tree | commitdiff |
2006-06-27 |
Chris Lattner | Don't match 64-bit bitfield inserts into rlwimi's.... |
tree | commitdiff |
2006-06-27 |
Chris Lattner | Fix Transforms/DeadArgElim/2006-06-27-struct-ret.ll... |
tree | commitdiff |
2006-06-27 |
Chris Lattner | Fix ppc64 jump tables |
tree | commitdiff |
2006-06-27 |
Evan Cheng | Remove dead code. |
tree | commitdiff |
2006-06-27 |
Chris Lattner | Print stubs for external globals right. |
tree | commitdiff |
2006-06-27 |
Chris Lattner | Implement 64-bit select, bswap, etc. |
tree | commitdiff |
2006-06-27 |
Chris Lattner | Add a pattern for i64 sra. Print 8-byte units with... |
tree | commitdiff |
2006-06-27 |
Chris Lattner | Fix rewriting frame offsets with ixaddr instructions... |
tree | commitdiff |
2006-06-27 |
Chris Lattner | PPC doesn't have bit converts to/from i64 |
tree | commitdiff |
2006-06-27 |
Chris Lattner | Add 64-bit MTCTR so that indirect calls work. |
tree | commitdiff |
2006-06-27 |
Chris Lattner | Fix an incorrect store pattern. This fixes em3d. |
tree | commitdiff |
2006-06-27 |
Chris Lattner | Implement 64-bit undef, sub, shl/shr, srem/urem |
tree | commitdiff |
2006-06-27 |
Chris Lattner | Use i32 for shift amounts instead of i64. This gets... |
tree | commitdiff |
2006-06-27 |
Chris Lattner | Add zextload from i32 -> i64, with this, perimeter... |
tree | commitdiff |
2006-06-27 |
Reid Spencer | For PR801: |
tree | commitdiff |
2006-06-27 |
Owen Anderson | De-pessimize the handling of LCSSA Phi nodes in IndVarS... |
tree | commitdiff |
2006-06-27 |
Chris Lattner | Print darwin stub stuff correctly in 64-bit mode. ... |
tree | commitdiff |
2006-06-27 |
Chris Lattner | Fix variable shadowing issue |
tree | commitdiff |
2006-06-27 |
Chris Lattner | Implement a bunch of 64-bit cleanliness work. With... |
tree | commitdiff |
2006-06-26 |
Chris Lattner | Rearrange compares, add ADDI8, add sext from 32-to... |
tree | commitdiff |
2006-06-26 |
Chris Lattner | Improve PPC64 calling convention support |
tree | commitdiff |
2006-06-26 |
Chris Lattner | Remove two more definitions |
tree | commitdiff |
2006-06-26 |
Chris Lattner | remove two unused instructions. |
tree | commitdiff |
2006-06-26 |
Chris Lattner | Fix a stale pointer issue that caused 300.twolf to... |
tree | commitdiff |
2006-06-26 |
Chris Lattner | random code cleanups, no functionality change |
tree | commitdiff |
2006-06-26 |
Owen Anderson | Make LoopUnswitch able to unswitch loops with live... |
tree | commitdiff |
2006-06-24 |
Evan Cheng | Simplify X86CompilationCallback: always align to 16... |
tree | commitdiff |
2006-06-23 |
Jim Laskey | Add and sort "sections" in debug lines. This always... |
tree | commitdiff |
2006-06-23 |
Evan Cheng | Added jump table address relocation. |
tree | commitdiff |
2006-06-22 |
Evan Cheng | Eliminate unneeded parameter. |
tree | commitdiff |
2006-06-21 |
Evan Cheng | variable_ops instructions such as call can have any... |
tree | commitdiff |
2006-06-21 |
Chris Lattner | Add more anonymous namespaces to make it clear that... |
tree | commitdiff |
2006-06-21 |
Chris Lattner | Add some out-of-line virtual dtors so that the class... |
tree | commitdiff |
2006-06-21 |
Chris Lattner | fix typo |
tree | commitdiff |
2006-06-21 |
Andrew Lenharth | Add memory operand and int regs |
tree | commitdiff |
2006-06-21 |
Andrew Lenharth | inline asm, at least for floats |
tree | commitdiff |
2006-06-21 |
Andrew Lenharth | fix argument problem |
tree | commitdiff |
2006-06-21 |
Chris Lattner | Correct returns of 64-bit values, though they seemed... |
tree | commitdiff |
2006-06-20 |
Chris Lattner | Make these predicates correct in 64-bit mode too. |
tree | commitdiff |
2006-06-20 |
Chris Lattner | Rename OR4 -> OR. Move some PPC64-specific stuff to... |
tree | commitdiff |
2006-06-20 |
Chris Lattner | remove unused flag |
tree | commitdiff |
2006-06-20 |
Chris Lattner | add some logical ops |
tree | commitdiff |
2006-06-20 |
Chris Lattner | remove some unused patterns |
tree | commitdiff |
2006-06-20 |
Chris Lattner | Add some more immediate patterns. This allows us to... |
tree | commitdiff |
2006-06-20 |
Chris Lattner | Instead of li/xoris use li/oris. Note that this doesn... |
tree | commitdiff |
2006-06-20 |
Chris Lattner | Add some 64-bit logical ops. |
tree | commitdiff |
2006-06-20 |
Evan Cheng | __i386__, __i386, etc. are not defined for x86-64.... |
tree | commitdiff |
2006-06-20 |
Chris Lattner | 64-bit bugfix: 0xFFFF0000 cannot be formed with a singl... |
tree | commitdiff |
2006-06-20 |
Chris Lattner | Add some patterns for globals, so we can now compile... |
tree | commitdiff |
2006-06-20 |
Jim Laskey | Add support for function types. |
tree | commitdiff |
2006-06-20 |
Chris Lattner | Remove some now-unneeded casts from instruction pattern... |
tree | commitdiff |
2006-06-20 |
Chris Lattner | Add some patterns for ppc64 |
tree | commitdiff |
2006-06-20 |
Chris Lattner | Remove some ugly now-redundant casts. |
tree | commitdiff |
2006-06-20 |
Chris Lattner | Fix some mismatched type constraints |
tree | commitdiff |
2006-06-19 |
Jim Laskey | References need to be section relative. |
tree | commitdiff |
2006-06-19 |
Evan Cheng | Minor clean up. |
tree | commitdiff |
2006-06-19 |
Andrew Lenharth | Do partial inlining in BU. This resolves more call... |
tree | commitdiff |
2006-06-19 |
Jim Laskey | References need to be section relative. |
tree | commitdiff |
2006-06-19 |
Andrew Lenharth | Fix a bug, don't drop indirect call sites, especially... |
tree | commitdiff |
2006-06-19 |
Jim Laskey | Handle versioning of compile unit. |
tree | commitdiff |
2006-06-18 |
Rafael Espindola | initial implementation of ARMRegisterInfo::eliminateFra... |
tree | commitdiff |
2006-06-17 |
Chris Lattner | Constant fold sqrtf |
tree | commitdiff |
2006-06-17 |
Chris Lattner | Fix IndVarsSimplify/2006-06-16-Indvar-LCSSA-Crash.ll... |
tree | commitdiff |
2006-06-17 |
Evan Cheng | A new entry. |
tree | commitdiff |
2006-06-17 |
Chris Lattner | Implement the getPointerRegClass method, which is requi... |
tree | commitdiff |
2006-06-16 |
Jim Laskey | Forgot operands were hard coded for compile unit. |
tree | commitdiff |
2006-06-16 |
Evan Cheng | Later models likely to have Yonah like attributes. |
tree | commitdiff |
2006-06-16 |
Chris Lattner | Upgrade some load/store instructions to use the proper... |
tree | commitdiff |
2006-06-16 |
Chris Lattner | In 64-bit mode, addr mode operands use G8RC instead... |
tree | commitdiff |
next |