2008-09-17 |
Dan Gohman | Simplify and generalize X86DAGToDAGISel::CanBeFoldedBy... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Dan Gohman | Add a new MachineInstr-level DCE pass. It is very simpl... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Bill Wendling | Add trampoline support to PPC. GCC simply calls the... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Devang Patel | Fix cut-n-pasto. |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Evan Cheng | When converting a CopyFromReg to a copy instruction... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Devang Patel | Remove. |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Devang Patel | Add -O1, -O2 and -O3 that matches llvm-gcc's -O1, ... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Dan Gohman | Change SelectionDAG::getConstantPool to always set... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Bill Wendling | Reverting r56249. On further investigation, this functi... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Dan Gohman | Include the alignment value when displaying ConstantPoo... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Bill Wendling | - Change "ExternalSymbolSDNode" to "SymbolSDNode". |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Dan Gohman | Fix these comments to reflect current reality. Surprisi... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Dan Gohman | Finally re-apply r46959. This is made feasible by the... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Dan Gohman | Improve instcombine's handling of integer min and max... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Evan Cheng | AllocateRWXMemory -> AllocateRWX. |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Dan Gohman | FCmpInst predicates UNO, ORD, FALSE, and TRUE are commu... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Bill Wendling | Fix test to account for no more whitespace and that... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Bill Wendling | Remove space that was forgotten.` |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Dan Gohman | Don't take the time to CheckDAGForTailCallsAndFixThem... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Dan Gohman | Fix spacing in the grep line for this test, following... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Dan Gohman | Re-enables the new vector select in the bitcode reader... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Dan Gohman | Teach ScalarEvolution to consider loop preheaders in... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Owen Anderson | Live intervals for live-in registers should begin at... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Dan Gohman | Teach LSR to optimize away SMAX operations for tripcoun... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Devang Patel | Extract optimization pass selection code from llvm... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Bruno Cardoso... | Fixed Bug 2751 |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Dan Gohman | Re-enable SelectionDAG CSE for calls. It matters in... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Bruno Cardoso... | Added testcase for bswap allegrexel intrinsic |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Duncan Sands | End of the GlobalsModRef experiment. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Dan Gohman | Update the LLVM polygen grammar for recent language... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Nick Lewycky | Fix documentation for these functions; they do not... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Evan Cheng | Correctly update kill infos after extending a live... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Nick Lewycky | Add "sample" documentation to sample project. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dan Gohman | Fix WriteAsOperand to not emit a leading space characte... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Dale Johannesen | adjust last patch per review feedback |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Gabor Greif | minor correction |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Dan Gohman | Remove isImm(), isReg(), and friends, in favor of |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Duncan Sands | Fix PR2792: treat volatile loads as writing memory... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Evan Cheng | Fix random abort. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Dan Gohman | Define CallSDNode, an SDNode subclass for use with... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Evan Cheng | Typo. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Evan Cheng | Rely on instruction format to determine so_reg operand... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Evan Cheng | Revert 56176. All those instruction formats are still... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Evan Cheng | Accidentially flipped the condition. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Evan Cheng | Add debug dumps. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Evan Cheng | Eliminate unnecessary instruction formats. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Evan Cheng | Addrmode 1 S bit can be dynamically set. Look for CPSR... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Evan Cheng | Rewrite address mode 1 code emission routines. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Duncan Sands | The "alias" keyword comes first. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Evan Cheng | On some targets, non-move instructions can become move... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Dan Gohman | Change ConstantSDNode and ConstantFPSDNode to use Const... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Dale Johannesen | Pass "earlyclobber" bit through to machine |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Dan Gohman | Rename ConstantSDNode::getValue to getZExtValue, for... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Duncan Sands | Give GlobalsModRef a whirl in the nightly testers. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Duncan Sands | Rather than marking all internal globals "Ref" |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Dale Johannesen | The sequence for ppcf128 compares was not IEEE |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dan Gohman | On 64-bit targets, change 32-bit getelementptr indices... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dan Gohman | Fix a vectorshuffle instcombine bug introduced by r55995. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Arnold Schwaighofer | Add indirect tail call (function pointer) examples. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Jim Grosbach | udpate header comment: s/VP/VFP/ |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Arnold Schwaighofer | When tailcallopt is enabled all fastcc calls must have... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Evan Cheng | Fix PR2748. Avoid coalescing physical register with... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Owen Anderson | Fix a bug in ANY_EXTEND handling that was breaking... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Duncan Sands | Fix comment typo. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Duncan Sands | Intrinsics don't touch internal global variables |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dan Gohman | Fix a copy+paste bug that Duncan spotted. For several |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Evan Cheng | Fix PR2783 - coalescer bug. Missing a TargetRegisterInf... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Evan Cheng | Eliminate some unused methods. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Evan Cheng | Indentation. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Jim Grosbach | lib/Target/SubtargetFeature.cpp asserts that the Featur... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Duncan Sands | Intrinsics don't read these kinds of global |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Evan Cheng | Change getSubReg semantics. It now returns zero if... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Evan Cheng | Fix a 80 column violation. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dale Johannesen | The version of AtomicSDNode::AtomicSDNode used (only... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Owen Anderson | If ISD::ANY_EXTEND fails, try ISD::ZERO_EXTEND and... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dale Johannesen | Succumb utterly to compatibility and implement |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Evan Cheng | Propagate subreg index when promoting a load to a copy. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dan Gohman | In my analysis for r56076 I missed the case where the... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Dan Gohman | Fix an icmp+sdiv optimization to check for and handle... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Dan Gohman | Add more documentation advertising the -view-*-dags... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Dan Gohman | X86FastISel support for double->float and float->double... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Dan Gohman | FastISel support for i1 PHI nodes. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Dan Gohman | FastISel support for i1 constants. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Owen Anderson | Fix a bug in the coalescer where it didn't check if... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Dan Gohman | Add X86FastISel support for static allocas, and refences |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Evan Cheng | Fix PR2664 - spiller GetRegForReload wasn't respecting... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Evan Cheng | Fix a fastcc + sret bug. If fastcc and sret, callee... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Dale Johannesen | Handle new intrinsics with vector arguments. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Dan Gohman | Add a break statement that I accidentally deleted when |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Devang Patel | fix white spaces. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Duncan Sands | Fix name. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Duncan Sands | Add trampoline support for the new FastCC calling |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Duncan Sands | Turn off the new FastCC for the moment. It causes |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Bill Wendling | Remove unnecessary bit-wise AND from the limited precis... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Daniel Dunbar | Fix 80 col violation. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Dan Gohman | Fix a warning about comparing signed and unsigned values. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Evan Cheng | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Bill Wendling | Check that both operands are f32 before attempting... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Bill Wendling | Implement "visitPow". This is mainly used to see if... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Evan Cheng | A few more places where FPOW is being ignored. |
commit | commitdiff | tree | snapshot |
next |