oota-llvm.git
2004-08-04 Chris LattnerFix linkage types
2004-08-04 Chris LattnerImplement a FIXME, by not searching linearly through...
2004-08-04 Chris LattnerNew methods
2004-08-04 Chris LattnerMinor efficiency improvements
2004-08-04 Chris LattnerSquelch warnings in release mode
2004-08-04 Chris LattnerNow that ConstantPointerRef is gone, it is the case...
2004-08-04 Chris LattnerAdd a special version of getType for ConstantPointerNul...
2004-08-04 Chris LattnerAdd a cast
2004-08-04 Reid SpencerAdded note for PR413
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 Reid SpencerChange the package identification to use one less level...
2004-08-04 Chris LattnerMake getGlobalTableValue not use getTypeSlot, this...
2004-08-04 Chris LattnerThe Type* is redundant with the TypeSlot
2004-08-03 Chris LattnerDo not do a linear std::find to reconstruct information...
2004-08-03 Reid SpencerLine length <= 80 cols.
2004-08-03 Reid SpencerFix some indentation (so brg can test commit script).
2004-08-03 Misha BrukmanRemove unused opcodes.
2004-08-03 Reid SpencerFix line lengths.
2004-08-03 Brian GaekeTesting the commit-diffs script again.
2004-08-03 Brian GaekeLet's try it again.
2004-08-03 Brian GaekeAnother test.
2004-08-03 Brian GaekeTesting...one more time.
2004-08-03 Reid SpencerProperly wrap some lines.
2004-08-03 Reid SpencerAdded llvmcs to my list.
2004-08-03 Brian GaekeTesting... One more time...
2004-08-03 Brian GaekeJust testing
2004-08-03 Brian Gaeketesting
2004-08-03 Brian GaekeTesting commit-diffs.pl
2004-08-03 Chris LattnerMoved into SparcV9 directory
2004-08-03 Chris LattnerMove this file out of the top-level docs directory
2004-08-03 Chris LattnerSimplify the first example, as the LLVM IR interfaces...
2004-08-02 John CriswellUse the new prcontext script.
2004-08-02 John CriswellAdd support for using the prcontext python script inste...
2004-08-02 John CriswellNew python script that print a specified number of...
2004-08-02 John CriswellSet a variable so that we can find the python interpreter.
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 LattnerAdd link for IRC
2004-08-02 Chris LattnerWritten by
2004-08-02 Chris Lattnercontinue hacking
2004-08-02 Chris LattnerRevamp the index page
2004-08-02 Chris Lattner... now real HTML 4.01 strict!
2004-08-02 Chris LattnerSubstantially hack on and clean up the release notes
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-02 Chris LattnerThis pass has proven its metal, remove -disable option.
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 Tanya LattnerAdding friend MSSchedule for ModuloScheduling pass.
2004-08-01 Chris LattnerFix warning
2004-08-01 Chris LattnerInitial testcase for bytecode compatibility regression...
2004-08-01 Reid SpencerUpdate.
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 LattnerBe picky
2004-08-01 Chris LattnerInstructions no longer need to have names.
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 LattnerAdd support for asm printing machine instructions that...
2004-08-01 Chris LattnerParse the operand list of the instruction. We currentl...
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 LattnerInitial cut at an asm writer emitter. So far, this...
2004-08-01 Chris LattnerAdd, and start using, the CodeGenInstruction class...
2004-08-01 Chris LattnerAdd the 'ops' marker, add an AsmString initializer
2004-08-01 Chris LattnerRename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h)
2004-08-01 Chris LattnerFinegrainify namespacification
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 breakcriticaledges as a functionpass
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 LattnerNew pass
2004-07-31 Chris LattnerExpose some helpful methods
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 Alkis EvlogimenosChange signature to take two basic blocks: the target...
2004-07-31 Alkis EvlogimenosDoxygenify some comments.
2004-07-31 Alkis EvlogimenosRemove const from iterators passed by value.
2004-07-31 Alkis EvlogimenosAdd declarations for insertGoto and reverseBranchCondition.
next