2004-08-02 |
Misha Brukman | Replace patterns 0, 4, and 5 with simpler heirarchical... |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Chris Lattner | Add link for IRC |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Chris Lattner | Written by |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Chris Lattner | continue hacking |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Chris Lattner | Revamp the index page |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Chris Lattner | ... now real HTML 4.01 strict! |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Chris Lattner | Substantially hack on and clean up the release notes |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Chris Lattner | Hide this option |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Misha Brukman | Separate instruction formats from instruction definitions. |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Misha Brukman | Add #include <cstdlib> and abort() to silence a warning |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Misha Brukman | * ceil() requires #include <cmath> for compilation |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Chris Lattner | This pass has proven its metal, remove -disable option. |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Fix a regression in InstCombine/xor.ll |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Fix a warning |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Tanya Lattner | Adding ModuloScheduling so that it compiles for everyone. |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Tanya Lattner | Adding friend MSSchedule for ModuloScheduling pass. |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Fix warning |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Initial testcase for bytecode compatibility regression... |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Reid Spencer | Update. |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Convert all I<> instructions to asmformat. |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Dereferencing end() is bad. |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Add some immediate forms, make name optional |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Be picky |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Instructions no longer need to have names. |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Eliminate 3 of the X86 printImplicit* flags. |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Get rid of 3 of the 4 'printimplicit' flags. Implicit... |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Convert more instructions over to the asmprinter |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Handle registers a bit more efficiently |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | give FP stack registers names |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Switch more instructions over to using the asmprinter... |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | The tblgen'erated asmparser wants a way to print operands. |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Add support for asm printing machine instructions that... |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Parse the operand list of the instruction. We currentl... |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Rename the Printer class -> X86AsmPrinter. |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Factor a bunch of the rules and add support for generat... |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Specify an asm string and operands lists for a bunch... |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Initial cut at an asm writer emitter. So far, this... |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Add, and start using, the CodeGenInstruction class... |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Add the 'ops' marker, add an AsmString initializer |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h) |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Completely disable the pattern isel until it is more... |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Entirely eliminate all patterns and expanders from... |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Move the 'Expander' node to later in the file, with... |
commit | commitdiff | tree | snapshot |
2004-08-01 |
Chris Lattner | Remove obsolete file |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Alkis Evlogimenos | Make OptimizeBlock take a MachineFunction::iterator... |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Chris Lattner | Next on a pointer increments the pointer, not an iterator |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Alkis Evlogimenos | Use next() helper to make code more readable. Use |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Alkis Evlogimenos | Use MachineFunction::iterator instead of a MachineBasic... |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Alkis Evlogimenos | Align breaks. |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Chris Lattner | Expose breakcriticaledges as a functionpass |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Chris Lattner | Expose this as a functionpass |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Chris Lattner | Implement a simple target-independent CFG cleanup pass |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Chris Lattner | New pass |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Chris Lattner | Expose some helpful methods |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Chris Lattner | Add breaks |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Alkis Evlogimenos | Simplify code a bit. |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Alkis Evlogimenos | Correctly spell 'unconditional'. |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Alkis Evlogimenos | Implement insertGoto and reverseBranchCondition for... |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Alkis Evlogimenos | Change signature to take two basic blocks: the target... |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Alkis Evlogimenos | Doxygenify some comments. |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Alkis Evlogimenos | Remove const from iterators passed by value. |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Alkis Evlogimenos | Add declarations for insertGoto and reverseBranchCondition. |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Chris Lattner | I'm pretty sure that ba is branch always, which is... |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Chris Lattner | Mark barrier instructions. Execution does not fall... |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Chris Lattner | Support new flag |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Chris Lattner | New flag |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Chris Lattner | Add new M_BARRIER_FLAG flag, and isBarrier() method... |
commit | commitdiff | tree | snapshot |
2004-07-31 |
Chris Lattner | Add some machine CFG related stuff |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Tanya Lattner | Updated ModuloScheduling. It makes it all the wya... |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Misha Brukman | * Conditional save/restore of LR disabled as it's not... |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Misha Brukman | Do not mark LR as callee-save: not quite correctly... |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Misha Brukman | * Temporarily suspend LR save/restore optimization... |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Misha Brukman | Enable compilation. |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Misha Brukman | Fix De Morgan's name. |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Chris Lattner | Start using the PatternMatcher a bit. |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Chris Lattner | Check in some useful helper routines for doing ML-style... |
commit | commitdiff | tree | snapshot |
2004-07-30 |
Chris Lattner | I demand the ability to say 'if (isa<Value>(V))'! |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Brian Gaeke | Convert a few assertions with side-effects into regular... |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Chris Lattner | Fix #includes of i*.h => Instructions.h as per PR403: |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Misha Brukman | Fix #includes of i*.h => Instructions.h as per PR403. |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Misha Brukman | Fix #includes of i*.h => Instructions.h as per PR403. |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Chris Lattner | Fix #includes of i*.h => Instructions.h as per PR403: |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Chris Lattner | Header moved |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Chris Lattner | Fix #includes of i*.h => Instructions.h as per PR403: |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Misha Brukman | Fix #includes of i*.h => Instructions.h as per PR403. |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Misha Brukman | Fix #includes of i*.h files => Instructions.h as per... |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Alkis Evlogimenos | Merge i*.cpp definitions into Instructions.cpp as part... |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Alkis Evlogimenos | Merge i*.h headers into Instructions.h as part of bug403. |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Chris Lattner | Fix test/Regression/Analysis/BasicAA/2004-07-28-MustAli... |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Brian Gaeke | Get rid of a few dead method declarations. |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Brian Gaeke | Get rid of calls to void llvm::printSet(const ValueSet &). |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Brian Gaeke | Get rid of calls to void llvm::printSet(const ValueSet &). |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Brian Gaeke | Don't derive from ValueSet to implement class LiveRange... |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Brian Gaeke | Fix a few typoes and grammaroes in comments. |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Brian Gaeke | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Brian Gaeke | Remove mustSaveAcrossCalls flag, which isn't ever read... |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Chris Lattner | Move Transforms/BasicAA to Analysis/BasicAA |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Chris Lattner | Due to a bug in BasicAA, DSE is incorrectly deleting... |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Reid Spencer | Updates to reflect most recent changes to bytecode... |
commit | commitdiff | tree | snapshot |
next |