oota-llvm.git
2004-05-17 Brian GaekeDefine erase forwarding method on traces
2004-05-17 Brian GaekeFold two assertions with backwards error messages into...
2004-05-14 Brian GaekeClean up this pass somewhat:
2004-05-14 Misha BrukmanRename "User's Guide" to "Command Guide" to be consiste...
2004-05-14 Misha BrukmanIgnore generated ps files.
2004-05-14 Misha BrukmanIgnore generated man files.
2004-05-14 Misha BrukmanIgnore generated HTML files.
2004-05-14 Misha BrukmanThis is the stylesheet used by perldoc.com; we shall...
2004-05-14 Misha BrukmanPut outputs of each type into a separate subdirectory.
2004-05-14 Brian GaekeMore pods... work in progress
2004-05-14 Misha BrukmanUse <pre> instead of <p><tt> combo to decrease space...
2004-05-14 Misha BrukmanMention the --tool-args option that Brian and Chris...
2004-05-14 Misha BrukmanMake link to HowToSubmitABug.html local instead of...
2004-05-14 Brian GaekeNAME section is supposed to have a brief description...
2004-05-14 Brian GaekeThis seems like as good a place as any to keep POD...
2004-05-14 Brian GaekeDon't keep track of references to LLVM BasicBlocks...
2004-05-14 Brian GaekeSupport MachineBasicBlock operands on RawFrm instructions.
2004-05-14 Brian GaekeGenerate branch machine instructions with MachineBasicB...
2004-05-13 Chris LattnerThis was not meant to be committed
2004-05-13 Chris LattnerFix a nasty bug that caused us to unroll EXTREMELY...
2004-05-13 Chris LattnerNew testcase that used to cause the unroller to try...
2004-05-13 Misha BrukmanSpecify units in padding length.
2004-05-13 Misha BrukmanMake page HTML-4.01 compliant (& => &amp; in URL).
2004-05-13 Chris LattnerTwo more improvements for null pointer handling: storin...
2004-05-13 Chris LattnerSecond half of my fixed-sized-alloca patch. This folds...
2004-05-13 Chris LattnerSubstantially improve code generation for address expos...
2004-05-13 Reid SpencerReduce line length to about 80 chars.
2004-05-13 Misha BrukmanInsert spacing between the table and the next section.
2004-05-13 Misha Brukman* Use stylesheets for table borders so we factor out...
2004-05-12 Brian GaekeFix a comment.
2004-05-12 Chris LattnerFix a really nasty bug from my changes on Monday to...
2004-05-12 Misha BrukmanBreak lines at 80 cols; eliminate extra space caused...
2004-05-12 Brian GaekeStart NextMBBNumber out at zero.
2004-05-12 Brian GaekeAdd non-const MachineBasicBlock::getParent() accessor...
2004-05-12 Brian GaekeAdd a NextMBBNumber field w/ incrementing accessor...
2004-05-12 Brian GaekeAdd a Number field w/ accessor method, for function...
2004-05-12 Chris LattnerMake the subsubsections stand out a bit more
2004-05-12 Misha BrukmanThese images have been moved to img/
2004-05-12 Misha BrukmanUse the images in the img/ directory.
2004-05-12 Misha BrukmanFinally, switch to a stylesheet that makes the document...
2004-05-12 Misha BrukmanCentralize images in this dir; add lines.gif from websi...
2004-05-12 Misha BrukmanMake file use stylesheets and be HTML-4.01 (Strict...
2004-05-12 Misha BrukmanMade document HTML-4.01 (Strict)-compliant.
2004-05-12 Misha BrukmanMake file standard-compliant once again.
2004-05-12 Misha BrukmanMade file comply with HTML-4.01 (Strict)
2004-05-12 Chris LattnerTurn the block extractor on by default now that it...
2004-05-12 Misha BrukmanMade file HTML-4.01 (Strict)-compliant.
2004-05-12 Misha BrukmanMade to be HTML-4.01 (Strict)-compliant.
2004-05-12 Misha BrukmanMade to be HTML-4.01 (Strict) -compliant.
2004-05-12 Misha BrukmanAdd proper footer since this file is HTML-4.01 compliant.
2004-05-12 Misha BrukmanMake document HTML-4.01 (Strict) compliant.
2004-05-12 Misha BrukmanFix grammar: remove `the' before LLVM.
2004-05-12 Misha Brukman* Make the document format follow the stringent purple...
2004-05-12 Chris LattnerPass boolean constants into function calls more efficie...
2004-05-12 Chris LattnerDo not pass in the same argument to the extracted funct...
2004-05-12 Chris LattnerCheck to see if all blocks are extractible first.
2004-05-12 Chris LattnerImplement support for code extracting basic blocks...
2004-05-12 Chris LattnerImplement splitting of PHI nodes, allowing block extrac...
2004-05-12 Chris Lattner* Pull some code out into the definedInRegion/definedIn...
2004-05-12 Chris LattnerGenerate substantially better code when there are a...
2004-05-12 Chris LattnerTwo minor improvements:
2004-05-12 Chris LattnerDon't leave dead bytecode.output files around if the...
2004-05-12 Misha BrukmanThis file has been superseded by docs/index.html .
2004-05-12 Chris LattnerImplement the final missing bits for block extractor...
2004-05-12 Misha BrukmanAdd link to Valgrind.
2004-05-11 Chris LattnerImplement basic block extraction for the miscompilation...
2004-05-11 Chris LattnerA class that is meant to be a base class should have...
2004-05-11 Chris LattnerAdd a note to make sure the program is memory correct
2004-05-11 John CriswellAdded obsequi.
2004-05-11 Brian GaekeUse inttypes.h, which exists on all of Linux, Solaris...
2004-05-11 Chris LattnerUnbreak the build on X86.
2004-05-11 Brian GaekeSquash warnings on Solaris/sparc... the test suite...
2004-05-11 Brian GaekeDo not hardcode the name of gcc, because its full pathn...
2004-05-11 Brian GaekeDo not depend on the path to bash
2004-05-11 Brian GaekeInclude <sys/types.h> to get the definition of int64_t...
2004-05-10 Chris LattnerSwitch this from using an std::map to using a DenseMap...
2004-05-10 Chris LattnerUse a new VRegPHIUseCount to compute uses of PHI values...
2004-05-10 Chris LattnerNow that we use an ilist of machine instructions, itera...
2004-05-10 Chris LattnerFix a fairly serious pessimizaion that was preventing...
2004-05-10 Chris LattnerBug fixed
2004-05-10 Chris LattnerPatch to fix PR337. Make sure to mark all aliased...
2004-05-10 Chris LattnerTestcase for PR337, which was reduced by Reid Spencer.
2004-05-09 Reid SpencerBug 178 Fixed
2004-05-09 Reid SpencerChanges to make the Stacker Stack use 64 bit values...
2004-05-09 Chris LattnerFix some comments, avoid sign extending booleans when...
2004-05-09 Chris LattnerGenerate more efficient code for casting booleans to...
2004-05-09 Chris Lattnersyntactically loopify natural loops so that the GCC...
2004-05-09 Chris LattnerDo not emit prototypes for setjmp/longjmp, as they...
2004-05-09 Chris LattnerFine grainify namespacification
2004-05-09 Chris LattnerMake the floating point constant pools local to each...
2004-05-09 Brian GaekeBug fixed.
2004-05-09 Chris LattnerGet this looking more like a function pass.
2004-05-09 Chris LattnerImplement the AddPrototypes method
2004-05-09 Chris LattnerAdd support for inserting all prototypes up-front
2004-05-09 Chris LattnerPrint all PHI copies for successor blocks before the...
2004-05-08 Chris LattnerFix stupid bug in my checkin yesterday
2004-05-08 Tanya LattnerFixed up sched graph.
2004-05-08 Tanya LattnerRegistering the ModuloScheduling pass.
2004-05-08 Tanya LattnerChanged CPUResource to allow access to max num users...
2004-05-08 Tanya LattnerChanged CPUResource to allow access to maxnum users.
next