New python script that print a specified number of lines surrounding a
[oota-llvm.git] / lib /
2004-08-02 Misha Brukman* Use simpler instruction templates to define instructions
2004-08-02 Misha BrukmanReplace patterns 0, 4, and 5 with simpler heirarchical...
2004-08-02 Chris LattnerHide this option
2004-08-02 Misha BrukmanSeparate instruction formats from instruction definitions.
2004-08-02 Misha BrukmanAdd #include <cstdlib> and abort() to silence a warning
2004-08-02 Misha Brukman* ceil() requires #include <cmath> for compilation
2004-08-01 Chris LattnerFix a regression in InstCombine/xor.ll
2004-08-01 Chris LattnerFix a warning
2004-08-01 Tanya LattnerAdding ModuloScheduling so that it compiles for everyone.
2004-08-01 Chris LattnerConvert all I<> instructions to asmformat.
2004-08-01 Chris LattnerDereferencing end() is bad.
2004-08-01 Chris LattnerAdd some immediate forms, make name optional
2004-08-01 Chris LattnerEliminate 3 of the X86 printImplicit* flags.
2004-08-01 Chris LattnerGet rid of 3 of the 4 'printimplicit' flags. Implicit...
2004-08-01 Chris LattnerConvert more instructions over to the asmprinter
2004-08-01 Chris LattnerHandle registers a bit more efficiently
2004-08-01 Chris Lattnergive FP stack registers names
2004-08-01 Chris LattnerSwitch more instructions over to using the asmprinter...
2004-08-01 Chris LattnerThe tblgen'erated asmparser wants a way to print operands.
2004-08-01 Chris LattnerRename the Printer class -> X86AsmPrinter.
2004-08-01 Chris LattnerFactor a bunch of the rules and add support for generat...
2004-08-01 Chris LattnerSpecify an asm string and operands lists for a bunch...
2004-08-01 Chris LattnerAdd the 'ops' marker, add an AsmString initializer
2004-08-01 Chris LattnerCompletely disable the pattern isel until it is more...
2004-08-01 Chris LattnerEntirely eliminate all patterns and expanders from...
2004-08-01 Chris LattnerMove the 'Expander' node to later in the file, with...
2004-08-01 Chris LattnerRemove obsolete file
2004-07-31 Alkis EvlogimenosMake OptimizeBlock take a MachineFunction::iterator...
2004-07-31 Chris LattnerNext on a pointer increments the pointer, not an iterator
2004-07-31 Alkis EvlogimenosUse next() helper to make code more readable. Use
2004-07-31 Alkis EvlogimenosUse MachineFunction::iterator instead of a MachineBasic...
2004-07-31 Alkis EvlogimenosAlign breaks.
2004-07-31 Chris LattnerExpose this as a functionpass
2004-07-31 Chris LattnerImplement a simple target-independent CFG cleanup pass
2004-07-31 Chris LattnerAdd breaks
2004-07-31 Alkis EvlogimenosSimplify code a bit.
2004-07-31 Alkis EvlogimenosCorrectly spell 'unconditional'.
2004-07-31 Alkis EvlogimenosImplement insertGoto and reverseBranchCondition for...
2004-07-31 Chris LattnerI'm pretty sure that ba is branch always, which is...
2004-07-31 Chris LattnerMark barrier instructions. Execution does not fall...
2004-07-31 Chris LattnerNew flag
2004-07-30 Tanya LattnerUpdated ModuloScheduling. It makes it all the wya...
2004-07-30 Misha Brukman* Conditional save/restore of LR disabled as it's not...
2004-07-30 Misha BrukmanDo not mark LR as callee-save: not quite correctly...
2004-07-30 Misha Brukman* Temporarily suspend LR save/restore optimization...
2004-07-30 Misha BrukmanFix De Morgan's name.
2004-07-30 Chris LattnerStart using the PatternMatcher a bit.
2004-07-29 Brian GaekeConvert a few assertions with side-effects into regular...
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-29 Chris LattnerFix #includes of i*.h => Instructions.h as per PR403:
2004-07-29 Chris LattnerHeader moved
2004-07-29 Chris LattnerFix #includes of i*.h => Instructions.h as per PR403:
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-29 Misha BrukmanFix #includes of i*.h files => Instructions.h as per...
2004-07-29 Alkis EvlogimenosMerge i*.cpp definitions into Instructions.cpp as part...
2004-07-29 Alkis EvlogimenosMerge i*.h headers into Instructions.h as part of bug403.
2004-07-29 Chris LattnerFix test/Regression/Analysis/BasicAA/2004-07-28-MustAli...
2004-07-29 Brian GaekeGet rid of a few dead method declarations.
2004-07-29 Brian GaekeGet rid of calls to void llvm::printSet(const ValueSet &).
2004-07-29 Brian GaekeGet rid of calls to void llvm::printSet(const ValueSet &).
2004-07-29 Brian GaekeDon't derive from ValueSet to implement class LiveRange...
2004-07-29 Brian GaekeFix a few typoes and grammaroes in comments.
2004-07-29 Brian GaekeRemove mustSaveAcrossCalls flag, which isn't ever read...
2004-07-28 Chris LattnerMinor corrections
2004-07-28 Brian GaekeTargetInstrInfo::hasOperandInterlock() is always true...
2004-07-28 Misha BrukmanAdd notes on bug involving casting ulong -> double...
2004-07-28 Misha BrukmanSimplify loading (un)signed constants to registers...
2004-07-28 Misha BrukmanRemove an extra 8 byte distance penalty. Patch by...
2004-07-28 Misha BrukmanFind longs by type, not by their primitive size being...
2004-07-28 Misha BrukmanLI can only take signed values, so values > 32767 can...
2004-07-28 Misha BrukmanReorganize tests to place them in proper directories.
2004-07-28 Misha BrukmanUnitTests 2003-05-26-Shorts and 2003-07-09-LoadShorts...
2004-07-28 Misha BrukmanFix printing of immediate operands by looking at their...
2004-07-27 Misha BrukmanRenamed files:
2004-07-27 Brian GaekeConstantTypeMustBeLoaded has been incorporated into...
2004-07-27 Brian GaekeThis was the only user of TargetInstrInfo::ConstantType...
2004-07-27 Robert BocchinoThis change fixed a bug in the function visitMul. ...
2004-07-27 Brian GaekeGet rid of the (apparently non-working) filePrinterEmit...
2004-07-27 Misha BrukmanBranch selection support implemented by Nate Begeman...
2004-07-27 Misha BrukmanCorrectly print out long branches, assert on finding...
2004-07-27 Misha BrukmanRun the branch selection pass right before the asm...
2004-07-27 Misha BrukmanRemove empty unused method processFunctionBeforeFrameFi...
2004-07-27 Misha BrukmanAdd COND_BRANCH pseudo instruction, patch by Nate Begeman.
2004-07-27 Misha BrukmanBuild COND_BRANCHes which may become long or short...
2004-07-27 Misha BrukmanMoved definition of invertPPCBranchOpcode() into PowerP...
2004-07-27 Misha BrukmanAdd PowerPCBranchSelector to discover which are `long...
2004-07-27 Brian GaekeTargetInstrInfo::getNOPOpCode() has been replaced by...
2004-07-27 Brian GaekeConvert many of the virtual TargetInstrInfo methods...
2004-07-27 Brian GaekeAs it happens, none of these TargetInstrInfo methods...
2004-07-27 Brian GaekeMake the create...() functions for some of these passes...
2004-07-27 Misha BrukmanFixed saving/restoring LR unconditionally, only done...
2004-07-27 Misha BrukmanSave and restore LR just like any other register and...
2004-07-27 Misha BrukmanLR is a 32-bit int reg
2004-07-27 Misha BrukmanMovePCtoLR (which is `bl' in disguise) modifies LR...
2004-07-27 Misha BrukmanRegister LR is callee-saved
2004-07-27 Misha BrukmanAdd IMPLICIT_DEF of LR for branch-and-link instrs ...
2004-07-27 Chris Lattnernuke pointless -debug output
2004-07-27 Chris LattnerFix conservative assumption, which was quite broken...
2004-07-27 Chris LattnerFix hoisting of void typed values, e.g. calls
next