- 2a4dd68 Fix typo. Add more comment. Avoid extra hash_map search. by Devang Patel · 19 years ago
- 34ea076 add two helper methods by Chris Lattner · 19 years ago
- f2ca21f Add removeModule(). by Devang Patel · 19 years ago
- a4bcfe1 Enable tail merging by default. by Chris Lattner · 19 years ago
- 2cd931f Update test case. by Evan Cheng · 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
- 9a9aa4c change this back by Andrew Lenharth · 19 years ago
- 21c04a3 restore these tests by Andrew Lenharth · 19 years ago
- ddaaa37 Handle fallout from the recent branch-on-undef changes. This fixes by Chris Lattner · 19 years ago
- e285d59 new testcase 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
- 937e87a Fix test case. by Evan Cheng · 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
- 96f5362 new testcase for PR964 by Chris Lattner · 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
- cd5bad3 New, wonderful isSuccessor method 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
- 846c1b4 typo by Chris Lattner · 19 years ago
- 8ace2cd implement MachineOperand::isIdenticalTo by Chris Lattner · 19 years ago
- fcfcb6c add isIdenticalTo method to machineinstr/operand. 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
- 3cb0f54 Changed the pattern matching so that it will hopefully work on Linux. by Bill Wendling · 19 years ago
- 9eb43f2 Test case for by Devang Patel · 19 years ago
- 34ab4d4 Make flag and chain edges visually distinguishable from value edges in DOT by Chris Lattner · 19 years ago
- 986cc38 add method by Chris Lattner · 19 years ago
- 7fbe972 Implement branch analysis/xform hooks required by the branch folding pass. by Chris Lattner · 19 years ago
- a009838 Fix a comment to be accurate. by Reid Spencer · 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
- 8a53688 new testcase for PR957 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
- e617474 Testcase for P926 by Bill Wendling · 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
- 93c456c 80 cols fix. by Reid Spencer · 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
- 2cee6b5 Add llvm.spec, a generated file. 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
- a6fc501 Add LCSSA to the LLVM lexicon. by Owen Anderson · 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
- 9935dd9 new testcase by Chris Lattner · 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
- 72dc585 update comment 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