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 |
2004-07-28 |
Misha Brukman | Fix grammar, eliminate double parenthesized sentence... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Misha Brukman | * Wrap code listings in <div class="doc_code"> |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Misha Brukman | * Use the doc_code class for code listings to make... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Misha Brukman | Put <tt> around verbatim code elements. |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Chris Lattner | Minor corrections |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Brian Gaeke | TargetInstrInfo::hasOperandInterlock() is always true... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Misha Brukman | Add notes on bug involving casting ulong -> double... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Misha Brukman | Simplify loading (un)signed constants to registers... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Misha Brukman | Remove an extra 8 byte distance penalty. Patch by... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Misha Brukman | Find longs by type, not by their primitive size being... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Misha Brukman | LI can only take signed values, so values > 32767 can... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Misha Brukman | Reorganize tests to place them in proper directories. |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Misha Brukman | UnitTests 2003-05-26-Shorts and 2003-07-09-LoadShorts... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Misha Brukman | Fix printing of immediate operands by looking at their... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Renamed files: |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Brian Gaeke | ConstantTypeMustBeLoaded has been incorporated into... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Brian Gaeke | This was the only user of TargetInstrInfo::ConstantType... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Robert Bocchino | This is the regression test for the change to Instructi... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Robert Bocchino | This change fixed a bug in the function visitMul. ... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Robert Bocchino | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Brian Gaeke | Get rid of the (apparently non-working) filePrinterEmit... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Branch selection support implemented by Nate Begeman... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Fix the nightly tester to default to using gnuplot... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Correctly print out long branches, assert on finding... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Run the branch selection pass right before the asm... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Remove empty unused method processFunctionBeforeFrameFi... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Add COND_BRANCH pseudo instruction, patch by Nate Begeman. |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Build COND_BRANCHes which may become long or short... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Moved definition of invertPPCBranchOpcode() into PowerP... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Add PowerPCBranchSelector to discover which are `long... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Brian Gaeke | TargetInstrInfo::getNOPOpCode() has been replaced by... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Brian Gaeke | Convert many of the virtual TargetInstrInfo methods... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Brian Gaeke | As it happens, none of these TargetInstrInfo methods... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Brian Gaeke | Make the create...() functions for some of these passes... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Fixed saving/restoring LR unconditionally, only done... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Save and restore LR just like any other register and... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | LR is a 32-bit int reg |
commit | commitdiff | tree | snapshot |
next |