2007-04-08 |
Chris Lattner | this xform is correct, not an xfail |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Chris Lattner | reenable this xform, whoops :) |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Chris Lattner | make xfail info more nice |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Chris Lattner | Fix regression on Instcombine/apint-or2.ll |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Chris Lattner | tweak this to test the right thing. |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Chris Lattner | testrunner should print out xfail info. |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Chris Lattner | Generalize the code that handles (A&B)|(A&C) to work... |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Chris Lattner | new testcase, should simplify down to a xor/and/xor... |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Chris Lattner | implement a fixme: move optimizations for fwrite out... |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Nick Lewycky | Remove DominatorSet usage from LoopSimplify. Patch... |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Nick Lewycky | Don't crash when encountering a BasicBlock that hasn... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Chris Lattner | Significantly simplify the clients of GetConstantString... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Chris Lattner | Fix problems in the sprintf optimizer |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Chris Lattner | Change CastToCStr to take a pointer instead of a reference. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Jeff Cohen | Unbreak VC++ build. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Chris Lattner | these test a pass that no longer exists. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Chris Lattner | Fix an off-by-one error that broke Prolangs/deriv2... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Chris Lattner | xfail these until owen can figure out the right fix |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Reid Spencer | Avoid a useless temporary constrution. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Reid Spencer | For PR1291: |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Reid Spencer | Update for PathWithStatus |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Reid Spencer | Fix another PathWithStatus issue. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Reid Spencer | For PR1291: |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Reid Spencer | For PR1291: |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Owen Anderson | Add DomSet back, and revert the changes to LoopSimplify... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Zhou Sheng | Eliminate unnecessary APInt construction. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Duncan Sands | Rephrase linker explanation. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Zhou Sheng | Make APInt variables do the computation stuffs instead of |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Zhou Sheng | Eliminate unnecessary zext/trunc stuffs. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Reid Spencer | For PR1312: |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Nick Lewycky | Add support for cast instructions. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Nick Lewycky | Add signExtend to ConstantRange, to complement zeroExte... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Jeff Cohen | Unbreak VC++ build. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Owen Anderson | Completely purge DomSet. This is the (hopefully) final... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Owen Anderson | Completely purge DomSet from LoopSimplify. This is... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Owen Anderson | BreakCriticalEdges does still preserve DominatorTree. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Owen Anderson | Expunge DomSet from BreakCriticalEdges. This is part... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Chris Lattner | Fix a bug in my earlier commit which exposed positional... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Owen Anderson | Expunge DomSet from CodeExtractor. This is part of... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Reid Spencer | Terminate some lines that need to be. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Nick Lewycky | Support NE inequality in ValueRanges. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Owen Anderson | Expunge DomSet from LoadValueNumbering. This is part... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Chris Lattner | add loop rot |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Reid Spencer | Reinstate the SVN capability without requiring Date... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Owen Anderson | Expunge a bunch of uses of DomSet from LoopSimplify... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Nick Lewycky | Cleanup. Refactor out the applying of value ranges... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Nick Lewycky | Use TargetData to find the size of a type. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Nick Lewycky | Strengthen icmp snuggling by doing 'compare-or-equal... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Devang Patel | Add loop rotation pass. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Chris Lattner | fix a miscompilation in printf optimizer. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Chris Lattner | trunc to bool no longer compares against zero |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Chris Lattner | cleanups for strlen optimizer |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Chris Lattner | Introduce a new ReplaceCallWith method, which simplifie... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Chris Lattner | fixes for strcpy optimizer |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Chris Lattner | Fix bugs in strncmp. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Chris Lattner | fix 3 miscompilations and several compielr crashes... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Chris Lattner | Fix several nasty bugs in the strchr optimizer, this... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Chris Lattner | testcase for PR1307 |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Chris Lattner | clean up strcat optimizer, no functionality change. |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Chris Lattner | rename getConstantStringLength -> GetConstantStringInfo... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Jeff Cohen | Track new header file. |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Chris Lattner | rearchitect the registration mechanism used by the... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Chris Lattner | implement Transforms/InstCombine/malloc2.ll and PR1313 |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Chris Lattner | new testcase, update old one. |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Chris Lattner | Switch some vectors to smallvectors. This reduces... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Chris Lattner | Eliminate unneeded virtual methods |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Chris Lattner | minor comment fix |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Reid Spencer | For PR1209: |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Reid Spencer | XFAIL this test for now. It will be a while before... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Chris Lattner | eliminate a virtual method |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Chris Lattner | remove the dead removeArgument method, rename Options... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Chris Lattner | Fix Transforms/GlobalOpt/2007-04-05-Crash.ll |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Chris Lattner | new testcase that crashes globalopt |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Dale Johannesen | testcase for padding before zero-length fields. |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Devang Patel | New tests for Packed structs. |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Devang Patel | New tests for Packed structs. |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Chris Lattner | run a late dce pass to clean up extra cruft. |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Anton Korobeynikov | Fix test |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Chris Lattner | Add a helper class (APSInt) which can represent an... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Chris Lattner | Use a worklist-driven algorithm instead of a recursive... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Reid Spencer | Change the bit_part_select (non)implementation from... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Reid Spencer | Implement the llvm.bit.part_select.iN.iN.iN overloaded... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Reid Spencer | Ignore some things generated by bugpoint. |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Lauro Ramos... | Fix release build. |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Jeff Cohen | Fix some FreeBSD/amd64 regressions. |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Reid Spencer | Squelch a warning about mismatch between sign of consta... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Anton Korobeynikov | Fix test |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Anton Korobeynikov | Properly emit range comparisons for switch cases, where... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Jeff Cohen | Any add is wrong, regardless of type. |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Jeff Cohen | Get it right... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Dale Johannesen | Test for transformConstExprCastCall fix. |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Dale Johannesen | Prevent transformConstExprCastCall from generating... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Reid Spencer | Remove the part_set intrinsic. It won't get implemented... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Chris Lattner | stringmap memory managed with malloc now |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Jeff Cohen | Fix 2007-04-04-BadFoldBitcastIntoMalloc.ll |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Jeff Cohen | Add new test. |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Evan Cheng | Better still. |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Evan Cheng | Fix test case. |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Evan Cheng | These got better. |
commit | commitdiff | tree | snapshot |
next |