Fix another really nasty regression that Anshu pointed out. In cases where
[oota-llvm.git] / lib /
2004-08-08 Chris LattnerFix another really nasty regression that Anshu pointed...
2004-08-08 Chris LattnerAdd standard print/dump methods to CallGraph classes.
2004-08-08 Chris LattnerTwo fixes:
2004-08-08 Chris LattnerThis DEBUG is buggy. comment it out because it's not...
2004-08-07 Reid SpencerGet rid of a warning when compiling optimized. Uninitia...
2004-08-07 Chris LattnerOk get rid of the REST of the tabs
2004-08-07 Chris LattnerDeath to tabs
2004-08-06 Brian GaekedumpSavedState has outlived its usefulness.
2004-08-06 Alkis EvlogimenosSplit assertion to two in order to give better assertio...
2004-08-06 Chris LattnerChanges commited for Nate Begeman:
2004-08-06 Brian GaekeUpdate the To-Do list according to my notes + assertions
2004-08-05 John CriswellAdded Louis Gerbarg. Louis is given credit in the...
2004-08-05 John CriswellAdd additional copyright notice for the PowerPC backend.
2004-08-05 Misha BrukmanSimplify makefile by combining all TableGen dependencie...
2004-08-05 Misha BrukmanPowerPC is a real target now.
2004-08-05 Alkis EvlogimenosMake GlobalVariable constructor assert when an initiali...
2004-08-04 Reid SpencerTurn a use of intptr_t into a reinterpret_cast<uint64_t...
2004-08-04 Chris LattnerFix another minor problem that exists if you ahve multi...
2004-08-04 Chris LattnerFix a typeo
2004-08-04 Chris LattnerAdd a hack to work around a problem my changes exposed
2004-08-04 Misha BrukmanHand-propagate the constant TARGET_NAME which was makin...
2004-08-04 Misha Brukman* Remove unnecessary comment
2004-08-04 Misha BrukmanAlign dependencies so they don't hurt the eyes to look...
2004-08-04 Misha BrukmanRemove unused instruction classes
2004-08-04 Misha BrukmanMake tablegen targets depend on PowerPCInstrFormats...
2004-08-04 Chris LattnerFix a latent bug exposed by my recent changes
2004-08-04 Chris LattnerIt is not possible to catch SIGKILL, don't bother trying.
2004-08-04 Chris LattnergetValues does not exist
2004-08-04 Chris LattnergetValues is gone
2004-08-04 Alkis EvlogimenosClean up whitespace.
2004-08-04 Alkis EvlogimenosConvert indentation to 2 spaces.
2004-08-04 Alkis EvlogimenosStop using getValues().
2004-08-04 Chris LattnerFix a major regression in my previous checkin
2004-08-04 Alkis EvlogimenosStop using getValues().
2004-08-04 Brian GaekeGet rid of the only use of TargetInstrInfo::getResultPo...
2004-08-04 Alkis EvlogimenosStop using getValues().
2004-08-04 Chris LattnerFindGlobalNamed used to take 2.92s out of 8.39s running...
2004-08-04 Brian GaekeInclude SparcV9TmpInstr.h to pick up the def. of TmpIns...
2004-08-04 Brian GaekeTighten up some whitespace. Include SparcV9TmpInstr...
2004-08-04 Brian GaekeInclude SparcV9BurgISel.h, to pick up the definition of
2004-08-04 Brian GaekeInclude SparcV9TmpInstr.h instead of llvm/CodeGen/Instr...
2004-08-04 Brian GaekeInclude SparcV9BurgISel.h, because PreSelection uses...
2004-08-04 Brian GaekeAdd a Doxygen comment, and inline the constructor ...
2004-08-04 Brian GaekeThe InstrForest data type has moved from llvm/CodeGen...
2004-08-04 Brian GaekeAdd a new file containing just TmpInstruction and its...
2004-08-04 Brian GaekeAll the SparcV9 BURG instruction selector pieces have...
2004-08-04 Chris LattnerI swear I compiled this, really I did.
2004-08-04 Chris LattnerFactor some code out, no substantial change.
2004-08-04 Chris LattnerConcisify some code
2004-08-04 Chris LattnerImplement a FIXME, by not searching linearly through...
2004-08-04 Chris LattnerSquelch warnings in release mode
2004-08-04 Chris LattnerAdd a cast
2004-08-04 Chris LattnerChange SymbolTable::insertEntry to be more careful...
2004-08-04 Reid SpencerAdd a --version option for every tool that prints out:
2004-08-04 Chris LattnerMake getGlobalTableValue not use getTypeSlot, this...
2004-08-03 Chris LattnerDo not do a linear std::find to reconstruct information...
2004-08-03 Misha BrukmanRemove unused opcodes.
2004-08-03 Chris LattnerMove this file out of the top-level docs directory
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...
next