oota-llvm.git
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.
2004-05-08 Tanya LattnerUpdating my versions of ModuloScheduling in cvs. Still...
2004-05-08 Brian GaekeAdd support for widening integral casts.
2004-05-08 Brian GaekeAdd a bunch more branches
2004-05-08 Brian GaekeFlesh out GEP support
2004-05-08 Brian GaekeAdd ADD with immediate
2004-05-08 Brian GaekeAdd forms of CMP, SUBCC, and a few branches, and some...
2004-05-08 Brian GaekeAdd stub support for GEPs.
2004-05-08 Alkis EvlogimenosAdd required header
2004-05-08 Alkis EvlogimenosRemove unneeded header
2004-05-07 Chris LattnerImplement folding of GEP's like:
2004-05-07 Brian GaekeAllow the user to set the LLVMINTERP environment variab...
2004-05-07 Brian GaekeAdd support for copying bool constants to registers.
2004-05-07 Chris LattnerCodegen floating point stores of constants into integer...
2004-05-07 Brian GaekeAdd more casts. You can never have enough casts.
2004-05-07 Chris LattnerMake comparisons against the null pointer as efficient...
2004-05-07 Chris LattnerPR implemented
2004-05-07 Chris LattnerBug fixed
2004-05-07 Chris LattnerNew testcase
2004-05-07 Chris LattnerNew testcase for PR336
2004-05-07 Chris LattnerFix PR336: The instcombine pass asserts when visiting...
2004-05-07 John CriswellRegression test for PR#330.
2004-05-07 Chris LattnerAdd the enum corresponding to the source change I made...
2004-05-06 John CriswellBug fixed.
2004-05-06 John CriswellDon't call getForwardedType() twice, as recommended...
2004-05-06 Chris LattnerUse the new commandline flag to allow us to call bugpoi...
2004-05-06 Chris LattnerImplement the new cl::PositionalEatsArgs flag, refactor...
2004-05-06 Chris LattnerAdd a new cl::PositionalEatsArgs flag
2004-05-06 John CriswellFix for PR#330.
2004-05-06 Chris LattnerRemove a really old comment
2004-05-06 Reid SpencerJust testing the "Reid has CVS commit access" system
2004-05-06 Misha BrukmanGive props to Vladimir Prus for the inst_iterator patch.
2004-05-06 Chris Lattnernumeric_limits::infinity() apparently does not work...
2004-05-06 Alkis EvlogimenosFix for gcc3.4: invalid use of forward delacred class...
2004-05-05 Brian GaekeMove the stuff that fixes the size, orientation & fonts...
next