2007-04-10 |
Devang Patel | Enable loop rotate pass. |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Chris Lattner | add missing methods, mark stuff const |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Chris Lattner | getLimitedValue now just forward to APInt's getLimitedV... |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Chris Lattner | add a method |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Chris Lattner | restore support for negative strides |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Chris Lattner | apparently some people commit without building the... |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Chris Lattner | unbreak the build :( |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Jeff Cohen | Fix build problem. |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Reid Spencer | Drop the "bit" prefix for the part.select intrinsic. |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Reid Spencer | Fix name of an intrinsic: bit.part_select -> part.select |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | Strengthen the boundary conditions of this fold, implem... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Jeff Cohen | No longer needed. |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Devang Patel | Add check for opt crash. |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Owen Anderson | Re-constify things that don't break the build. Last... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | remove dead target hooks. |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | remove dead target hooks |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | remove some dead hooks |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | eliminate the last uses of some TLI methods. |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Owen Anderson | Unconst-ify stuff that broke the build. |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Owen Anderson | Const-ify some parameters, and some cosmetic cleanups... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Owen Anderson | Tabs -> Spaces |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | remove some dead target hooks, subsumed by isLegalAddre... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Owen Anderson | Improve some _slow_ behavior introduced in my patches... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Devang Patel | Add Loop Rotate test cases. |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | switch LSR to use isLegalAddressingMode instead of... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Devang Patel | Check _all_ PHINodes. |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | Fix a bug in PPCTargetLowering::isLegalAddressingMode... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Anton Korobeynikov | Use integer log for metric calculation |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Devang Patel | Insert new pre-header before new header. Original pre... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | add a default ctor for AddrMode. |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | Fix a bug where calling materializeModule could corrupt... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Devang Patel | Preserve canonical loop form. |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Jeff Cohen | When the number of elements is zero, don't malloc 32GB... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Reid Spencer | Don't link against System or Support library. These... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Reid Spencer | Speed up installation a bit by ignoring .svn directories. |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Devang Patel | Do not create new pre-header. Reuse original pre-header. |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Reid Spencer | For PR1146: |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Reid Spencer | Remove a memory leak, until ParamAttrsList is uniqued. |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Devang Patel | Simpler for() loops. |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Devang Patel | Fix future bug. Of course, Chris spotted this. |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Devang Patel | More cosmetic changes. |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Devang Patel | Only cosmetic changes. Zero functionality Change. |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Reid Spencer | For PR1146: |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Jeff Cohen | Unbreak VC++ build. |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Anton Korobeynikov | Next stage into switch lowering refactoring |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | Convert ImmediateDominators::DFSPass from being recursi... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Reid Spencer | For PR1146: |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Reid Spencer | Regenerate |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Reid Spencer | For PR1146: |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Reid Spencer | For PR1146: |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Reid Spencer | For PR1146: |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Reid Spencer | For PR1146: |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Reid Spencer | For PR1146: |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | minor cleanups |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Reid Spencer | For PR1146: |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Reid Spencer | For PR1146: |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | move a bunch of register constraints from being handled by |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | implement support for CodeGen/X86/inline-asm-x-scalar... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | implement CodeGen/X86/inline-asm-x-scalar.ll:test3 |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | add another test |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | add some assertions |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | implement CodeGen/X86/inline-asm-x-scalar.ll |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | The x constraint allows scalar FP values as well as... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Owen Anderson | Move isReachableFromEntry out of line to avoid an unnec... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | Fix a bug that caused alignment information to occasion... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Reid Spencer | Regenerate |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Reid Spencer | Drop the implementation keyword. |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Reid Spencer | Chris convinced me that the default size of the SmallVe... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | Fix PR1304 and Transforms/InstCombine/2007-04-08-Single... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | new testcase for PR1304 |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Reid Spencer | Remove redundancy. |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | Fix a bug introduced with my previous patch, where... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | Eliminate useless insertelement instructions. This... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | new testcase for PR1286 |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Owen Anderson | Cleanup some from my DomSet-removal changes. Add a new |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | Fix CodeGen/Generic/2007-04-08-MultipleFrameIndices... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | new testcase for PR1308 |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Chris Lattner | Fix PR1316 |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Reid Spencer | No functional change, this is just easier to read and... |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Reid Spencer | Fix a typo. |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Reid Spencer | Implement more feedback: |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Chris Lattner | Fix for CodeGen/X86/2007-04-08-InlineAsmCrash.ll and... |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Chris Lattner | testcase for PR1314 |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Reid Spencer | Implement review feedback. |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Nick Lewycky | Fix this testcase to fail if the bug were reintroduced. |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Owen Anderson | Remove DomSet completely. This concludes work on PR1171. |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Jeff Cohen | Track new header file. |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Reid Spencer | Make sure temporary data is not used past its life... |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Reid Spencer | Make TempDir a PathWithStatus so we don't have to cast... |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Reid Spencer | Avoid temporary construction and potential for corrupte... |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Reid Spencer | Implement the output inserter for PathWithStatus |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Reid Spencer | Don't rely on destructed local storage. Thanks, Chris. |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Chris Lattner | Fix a typo that broke SimplifyLibCalls/SPrintF.ll ... |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Reid Spencer | For PR1146: |
commit | commitdiff | tree | snapshot |
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 |
next |