- fcc1d94 Tighter data structure for deleted debug labels. by Jim Laskey · 19 years ago
- ae5d51c Fix Transforms/ScalarRepl/2006-10-23-PointerUnionCrash.ll by Chris Lattner · 19 years ago
- 7d09784 move single basic blocks that are neither fallen into nor fall out of into by Chris Lattner · 19 years ago
- e90c537 Add intrinsics for the rest of the DCB* instructions. by Chris Lattner · 19 years ago
- ef2aa19 Revert back to r1.21, which was the last revision of predsimplify that by Chris Lattner · 19 years ago
- c585a3f add moveBefore/moveAfter helper methods by Chris Lattner · 19 years ago
- a4bcfe1 Enable tail merging by default. by Chris Lattner · 19 years ago
- c391d16 implement STRB and STRH by Rafael Espindola · 19 years ago
- d8ed7f8 expand ISD::MEMSET by Rafael Espindola · 19 years ago
- 12711df Make these hack flags hidden, like other dsa hack flags by Andrew Lenharth · 19 years ago
- 72be6e6 Revert the aggressive inlining for now, it doesn't handle external correctly by Andrew Lenharth · 19 years ago
- ddaaa37 Handle fallout from the recent branch-on-undef changes. This fixes by Chris Lattner · 19 years ago
- b354343 Minor tweak. Instead of generating: by Chris Lattner · 19 years ago
- 66ebf09 More complete solution to deleting blocks and debug info. by Jim Laskey · 19 years ago
- 978b35e [SU]int update - inactive code may get activated someday by Jim Laskey · 19 years ago
- c17229d Remove the Backwards operation. Resolving now works at the time when a by Nick Lewycky · 19 years ago
- b2e806e Fix phi node updating for switches lowered to linear sequences of branches. by Chris Lattner · 19 years ago
- e236ac6 disable this code for now, it's not yet safely updating phi nodes by Chris Lattner · 19 years ago
- 7e189d0 Fix similar missing optimization opportunity in XOR. by Nick Lewycky · 19 years ago
- ecb8d06 this part implemented. by Chris Lattner · 19 years ago
- 92a8b71 Whoops! Add missing NULL check. by Nick Lewycky · 19 years ago
- 1a3ecbb Do section switching right way for Mingw\Cygwin and Linux. by Anton Korobeynikov · 19 years ago
- d2c1d22 Implement PR964 and Regression/CodeGen/Generic/SwitchLowering.ll by Chris Lattner · 19 years ago
- 5062250 Handle "if ((x|y) != 0)" for ints like we do for bools. Fixes missed by Nick Lewycky · 19 years ago
- 802fe27 AllocaInst can't return a null pointer. Fixes missed optimization by Nick Lewycky · 19 years ago
- 32b1e87 Add a workaround for PR962, disabling the more aggressive form of this by Chris Lattner · 19 years ago
- 2cb46e1 Don't generate a prototype for _setjmp. At least on Linux, this function by Reid Spencer · 19 years ago
- 21be865 Regenerate. by Reid Spencer · 19 years ago
- fd6131b Remove unneeded CHECK_FOR_ERROR invocations. by Reid Spencer · 19 years ago
- 1ae022f regenerate by Chris Lattner · 19 years ago
- 10b2711 change keyword to datalayout by Chris Lattner · 19 years ago
- d2f9e60 Change keyword to datalayout by Chris Lattner · 19 years ago
- d2d8670 3 Changes: by Chris Lattner · 19 years ago
- 4bc135e don't break infinite loops by Chris Lattner · 19 years ago
- 7c4fe25 Implement support for branch reversal, fix a bug in branch analysis. by Chris Lattner · 19 years ago
- a2d7995 Use branch reversal to do stuff like this: by Chris Lattner · 19 years ago
- 9cd6875 Implement support for branch condition reversal. by Chris Lattner · 19 years ago
- 2d47bd9 Transform code like: by Chris Lattner · 19 years ago
- 879d09c Simplify code, no functionality change by Chris Lattner · 19 years ago
- 5410806 implement support for inserting a cond branch by Chris Lattner · 19 years ago
- 34a84ac allow insertion of a conditional branch with fall-through by Chris Lattner · 19 years ago
- 386e290 Three changes: by Chris Lattner · 19 years ago
- 2a445ad update assert message by Chris Lattner · 19 years ago
- 1214305 Add an experimental cross-jumping implementation. by Chris Lattner · 19 years ago
- 8ace2cd implement MachineOperand::isIdenticalTo by Chris Lattner · 19 years ago
- 9dcbf0d llvm-extract should remove module-level asm by Chris Lattner · 19 years ago
- 5860715 bugfix by Chris Lattner · 19 years ago
- 6734bff Fix an ugly problem in SCCP. This fixes Benchmarks/Misc-C++/mandel-text.cpp by Chris Lattner · 19 years ago
- 87d8429 Fix miscompilation of MallocBench/espresso which code review pointed out by Chris Lattner · 19 years ago
- 34ab4d4 Make flag and chain edges visually distinguishable from value edges in DOT by Chris Lattner · 19 years ago
- 7fbe972 Implement branch analysis/xform hooks required by the branch folding pass. by Chris Lattner · 19 years ago
- b83eb64 For PR950: by Reid Spencer · 19 years ago
- 6e7dd9d While creating mask, use 1ULL instead of 1. by Devang Patel · 19 years ago
- b74b181 Fix SimplifyCFG/2006-10-19-UncondDiv.ll by disabling a bad xform. by Chris Lattner · 19 years ago
- 35b89fa add a method to determine whether evaluation of a constant can trap. by Chris Lattner · 19 years ago
- c70ddad Partially in response to PR926: insert the newly created machine basic by Bill Wendling · 19 years ago
- 002e499 It is OK to remove extra cast if operation is EQ/NE even though source by Devang Patel · 19 years ago
- df308fa Typo Typo. by Devang Patel · 19 years ago
- 85415ed Typo. by Devang Patel · 19 years ago
- 6ce890b Fix bug in PR454 resolution. Added new test case. by Devang Patel · 19 years ago
- 2435786 use Pat to implement extloadi8 and extloadi16 by Rafael Espindola · 19 years ago
- 2079311 implement undef by Rafael Espindola · 19 years ago
- b97809c print common symbols by Rafael Espindola · 19 years ago
- 3692c7a implement extloadi8 and extloadi16 by Rafael Espindola · 19 years ago
- 6495bdd expand SIGN_EXTEND_INREG by Rafael Espindola · 19 years ago
- 4749aa4 expand brind so that we don't have to implement jump tables right now by Rafael Espindola · 19 years ago
- bfb8eaf Beef up the output from DiffFilesWithTolerance by setting the error code by Reid Spencer · 19 years ago
- 07a2709 Add option for controlling inclusion of global AA. by Jim Laskey · 19 years ago
- 9189777 fit in 80 cols by Chris Lattner · 19 years ago
- f4879d4 add a note by Chris Lattner · 19 years ago
- 71d94d8 add blx by Rafael Espindola · 19 years ago
- 70673a1 add isTerminatortto b and bcond by Rafael Espindola · 19 years ago
- 096c22e Use global info for alias analysis. by Jim Laskey · 19 years ago
- 5f1b698 implement CallingConv::Fast as CallingConv::C by Rafael Espindola · 19 years ago
- b1c8802 Fixed mingw\cygwin linkonce linkage once again. by Anton Korobeynikov · 19 years ago
- 1dc6969 Add support for the new "target data" information in .ll files. This provides by Owen Anderson · 19 years ago
- cf7ff2b Add support for the new "target data" information in .ll files. This provides by Owen Anderson · 19 years ago
- 10da957 set the ppc64 stack pointer right, dynamic alloca now works for ppc64 by Chris Lattner · 19 years ago
- 56a752e Expand alloca for ppc64 by Chris Lattner · 19 years ago
- 683747a Teach the branch folder to update debug info if it removes blocks with line by Chris Lattner · 19 years ago
- a97906b add a method to remove a line # record. by Chris Lattner · 19 years ago
- ae1dc40 expose DWARF_LABEL opcode# so the branch folder can update debug info properly. by Chris Lattner · 19 years ago
- 8466b21 Do not leak all of the SourceLineInfo objects. Do not bother mallocing each by Chris Lattner · 19 years ago
- b360729 Trivial patch to speed up legalizing common i64 constants. by Chris Lattner · 19 years ago
- 50662be Fix CodeGen/PowerPC/2006-10-17-brcc-miscompile.ll by Chris Lattner · 19 years ago
- 649b7ef Fix printer for StoreSDNode. by Evan Cheng · 19 years ago
- 2caccca Reflect MemOpAddrMode change; added a helper to create pre-indexed load. by Evan Cheng · 19 years ago
- 226f8bc expand ISD::SDIV, ISD::UDIV, ISD::SREM and ISD::UREM by Rafael Espindola · 19 years ago
- 04d88ff add the FPUnaryOp and DFPUnaryOp classes by Rafael Espindola · 19 years ago
- c01c87c add FABSS and FABSD by Rafael Espindola · 19 years ago
- b7188b1 Adding linkonce linkage codegeneration support for mingw32\cygwin targets. by Anton Korobeynikov · 19 years ago
- 26f7fa7 Make it simplier to dump DAGs while in DAGCombiner. Remove a nasty optimization. by Jim Laskey · 19 years ago
- 3f3a6f6 remove extra [] in stores by Rafael Espindola · 19 years ago
- ffddf6b Enable deleting branches to successor blocks. With the previous patches, by Chris Lattner · 19 years ago
- 2dc7723 add support for inserting an uncond branch by Chris Lattner · 19 years ago
- 32bd5f4 initial implementation of addressing mode 5 by Rafael Espindola · 19 years ago
- 99e41ee Clean up interface to getGlobalLinkName. by Jim Laskey · 19 years ago
- c50ffcb Reenable this pass, fixing the bugs in it. by Chris Lattner · 19 years ago
- 5d04a1a Make sure operand does have size and element type operands. by Evan Cheng · 19 years ago
- 0d479ec add the immediate to the Offset in eliminateFrameIndex by Rafael Espindola · 19 years ago