oota-llvm.git
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...
2004-05-04 Brian GaekeApply simplification suggested by Chris: why assign...
2004-05-04 John CriswellFixed inconsistent indentation.
2004-05-04 Brian GaekeMissing piece of fix for Bug 333
2004-05-04 Brian GaekeBugs fixed
2004-05-04 Brian Gaekeupdate command guide to have --tool-args
2004-05-04 Brian GaekeAdd --tool-args flag which lets you pass arguments...
2004-05-04 Brian GaekeCorrectly mangle function names when they are used...
2004-05-04 Brian GaekeAdd "Args" optional argument to AbstractInterpreter...
2004-05-04 Chris LattnerRemove unneeded check
2004-05-04 Chris LattnerImprove signed division by power of 2 *dramatically...
2004-05-04 Misha BrukmanProvide visit(Module&) and visitModule(Module&) functio...
2004-05-04 Brian GaekeAdd stub support for reading BBTraces.
2004-05-04 Brian GaekeAdd BBTrace accessor method and data member.
2004-05-04 Chris LattnerBug fixed
2004-05-04 Chris LattnerDo not mark instructions in unreachable sections of...
2004-05-04 Chris LattnerNew testcase for PR332
2004-05-04 Brian GaekeNew header file containing profile info enums shared...
2004-05-04 Brian GaekeShare ProfilingType enum with the C profiling runtime...
2004-05-04 Brian GaekeShare the profile info type enum with the C++ analysis...
2004-05-04 Brian GaekeConstants for profile info type changed names to match...
2004-05-04 Brian GaekeConstants for profile info type changed names to match...
2004-05-04 Chris LattnerImprove code generated for integer multiplications...
2004-05-04 Chris LattnerMinor efficiency tweak, suggested by Patrick Meredith
2004-05-03 Brian GaekeFix typo
2004-05-03 Brian GaekeAdd initial implementation of basic block tracing runtime
2004-05-03 Brian GaekeAdd basic block tracing functions as exported symbols.
2004-05-03 Brian GaekeAdd basic block tracing information as a type of "profi...
2004-05-03 Brian GaekeIn InsertProfilingInitCall(), make it legal to pass...
next