2004-04-05 |
Chris Lattner | Support getelementptr instructions which use uint's... |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Chris Lattner | Support getelementptr instructions which use uint's... |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Chris Lattner | Implement support for a new LLVM 1.3 bytecode format... |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Chris Lattner | Be more restrictive with the index types we allow for... |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Chris Lattner | PR305 is now fixed |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Chris Lattner | Add ConstantExpr::get(Sign|Zero)Extend methods |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Chris Lattner | In the perhaps not-to-distant future, we might support... |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Chris Lattner | Adjust to new interface |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Chris Lattner | Support iteration over constant instructions |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Chris Lattner | Adjust to new gep_type_iterator prototypes. |
commit | commitdiff | tree | snapshot |
2004-04-03 |
Chris Lattner | Remove a bunch of cruft that was used to be backwards... |
commit | commitdiff | tree | snapshot |
2004-04-03 |
Chris Lattner | Allow for use of arbitrary iterator types... |
commit | commitdiff | tree | snapshot |
2004-04-03 |
Chris Lattner | Implement test/Regression/Transforms/GCSE/undefined_load.ll |
commit | commitdiff | tree | snapshot |
2004-04-03 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-04-03 |
Chris Lattner | Add a break in the default case |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Brian Gaeke | Add autoconf support for isStandardOutAConsole (). |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Brian Gaeke | Regenerated using autoheader-2.57. |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Brian Gaeke | Regenerated using autoconf-2.57. |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Brian Gaeke | check for isatty function |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | Remove obsolete analyses |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | Remove obsolete files |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Brian Gaeke | Add support for many of the MRegisterInfo callbacks. |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Brian Gaeke | Add load, store, and NOP instructions. |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Brian Gaeke | Add support for printing pc-relative displacements... |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Brian Gaeke | Add support for call instructions (0-ary only for now). |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | cleanup some long-dead code |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | Ignore configure produced files |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | Tweak libraries for scev changes |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | Comment out debugging printouts |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | New testcases for the indvars pass |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | Tweak testcase to work with new indvars pass |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | Rewrite the indvars pass to use the ScalarEvolution... |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | Add a new analysis |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | Fix the obvious bug in my previous checkin |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | Implement Transforms/SimplifyCFG/return-merge.ll |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Alkis Evlogimenos | Clean up code a bit. |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Brian Gaeke | Only strip symbols if emitting bytecode to the assembly... |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Brian Gaeke | Add support for constant select expressions. Clarify... |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | Minor speedup |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Alkis Evlogimenos | Fix type in comments |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Alkis Evlogimenos | Fix type in instruction builder instantiation |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | Make the verifier API more complete and useful. |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | Make the verifier API more complete and useful |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Alkis Evlogimenos | Add more ADC and SBB variants |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | minor formatting change |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | Fix two pretty serious bugs: |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | Fix a fairly nasty bug that prevented bugpoint from... |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | If the program returns a non-zero exit value, don't... |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | Fix wonky header |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | Add new function |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Chris Lattner | Add new function, autoconf support required tho |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | Fix PR310 and TailDup/2004-04-01-DemoteRegToStack.llx |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | New testcase for PR310 |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | Remove some assertions that are now bogus with the... |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | Fix PR306: Loop simplify incorrectly updates dominator... |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | New testcase for PR306 |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Misha Brukman | Fix grammar. |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | Add support for select constant expressions to the... |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | Simplify code by using the more powerful BuildMI forms. |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | Wrap at 80 cols |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | Allow converting a builder to an iterator |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | Tests for fp cmov's that I forgot to check in earlier |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Chris Lattner | Clear out all of the changes. Reset version numbers... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Brian Gaeke | Add clear() forwarding method. |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | Generate slightly smaller code, "test R, R" instead... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | The X86 backend no longer needs the select lowering... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | Codegen FP select instructions into X86 conditional... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | Add support for floating point conditional move instruc... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | Add support for FP cmoves |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | Add FP conditional move instructions, which annoyingly... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | Add warning |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | MBB::remove should not modify the iterator passed in |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | MachineBasicBlock::remove should not modify the iterato... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | Improve description, add warning |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | MachineBasicBlock::remove should not change the iterato... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Brian Gaeke | Factor out getStaticStackSize from InsertPrologCode... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Brian Gaeke | Use the true, decoded name of the archive member in... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | Avoid TRUE and FALSE which apparently conflict with... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | Fix linking of constant expr casts due to type resoluti... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | Add support for constant expr casts |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Chris Lattner | Add support for reading constantexpr select instructions |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Fix a latent bug in select constantexpr handling that... |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Alkis Evlogimenos | Correctly update LiveVariables when an instruction... |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Fold comparisons into select instructions, making much... |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Test folding comparisons into select instructions |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | New testcase. This now codegens to: |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Implement spill code folding for all of the conditional... |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Add direct support for integer select instructions... |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | New testcase for select instructions |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Fix bug: Assembler/2004-03-30-UnclosedFunctionCrash.llx |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | New testcase that crashes the assembler |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Fix some serious bugs in the cmov descriptions, which... |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Brian Gaeke | Start cleaning up this pass so that I can debug it. |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Oops, actually USE the previously computed value |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Test general value/value selection which we can do... |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Chris Lattner | Now that all the code generators support the select... |
commit | commitdiff | tree | snapshot |
next |