oota-llvm.git
2003-11-06 Misha Brukman* Added a "contents"-like list of questions at the...
2003-11-06 Chris Lattnerfix warnings on sparc
2003-11-06 Chris LattnerFix warnings building on sparc
2003-11-06 Brian GaekeAll 'llvmgcc' tests should specify %llvmgcc so that...
2003-11-06 Chris LattnerNo wonder noone can set up LLVMGCCDIR correctly!
2003-11-06 Chris LattnerAdd new commandline option
2003-11-06 Chris LattnerAdd new command line option
2003-11-06 Chris LattnerVarious cleanups and efficiency improvements
2003-11-06 Chris LattnerFix bug: PR93
2003-11-06 Misha Brukman* Make the comment header 80 columns long
2003-11-06 Misha BrukmanLet's not forget about our friends -- Constant Pool...
2003-11-05 Brian GaekeGive this header file an Emacs mode-line.
2003-11-05 Brian GaekeDo not assume the first file is a bytecode file. Instea...
2003-11-05 Brian GaekeShorten and correct some function-header comments.
2003-11-05 Chris Lattnernew testcase
2003-11-05 Chris LattnerFix the problem with running cleanups in bugpoint:...
2003-11-05 Chris LattnerBugpoint no longer has this option
2003-11-05 Chris LattnerI hate it when bugpoint is all ready to give me a bytec...
2003-11-05 Chris LattnerSplit the DAE pass into DAE and DAH passes
2003-11-05 Chris LattnerSplit behavior into two pieces
2003-11-05 Chris LattnerSimplify the performFinalCleanups interface
2003-11-05 Chris LattnerYet more fixes for constant expr shifts
2003-11-05 Chris LattnerFurther fixes for PR93
2003-11-05 Brian GaekeA few handy methods that seem to mesh well with what...
2003-11-05 Chris Lattnerno need for endl
2003-11-05 Chris LattnerAdd support for constant expr shifts
2003-11-05 Misha BrukmanSince this function returns an int, let's actually...
2003-11-05 Chris LattnerNew testcase
2003-11-05 Chris LattnerIf we're not checking, don't check!
2003-11-05 Chris LattnerFix flawed logic that was breaking several SPEC benchma...
2003-11-05 Misha BrukmanWe know exactly what the value of $< is, so instead...
2003-11-05 Misha BrukmanOutput only the .y filename, not the full path to it...
2003-11-05 Chris LattnerAdd three more bugs
2003-11-05 Chris LattnerDo not use a class before it is defined.
2003-11-05 Chris LattnerBe friendly to gcc 3.4... good compiler. Nice compiler.
2003-11-05 Chris LattnerBe gcc 3.4 clean
2003-11-05 Chris LattnerMake -r work, fixing PR 91
2003-11-05 Alkis EvlogimenosAdd std::pair tier. This is a much simplified version...
2003-11-05 Chris LattnerFix name collision
2003-11-05 Chris LattnerAdd a dtor to ensure that they are called the right...
2003-11-05 Chris LattnerNEw testcase
2003-11-05 Chris LattnerMake code gcc 3.4 clean
2003-11-05 Chris LattnerNew testcase
2003-11-05 Chris LattnerThis works with GCC 3.4 also
2003-11-05 Brian GaekeAbort when the user program calls abort, instead of...
2003-11-05 Chris LattnerFix bug with previous implementation:
2003-11-05 Chris LattnerNew testcase for the other side
2003-11-05 Brian GaekeUse regular old malloc to emulate malloc/alloca instruc...
2003-11-05 Brian GaekeRemove a comment which no longer applies.
2003-11-04 Chris LattnerMinor cleanup, plus implement InstCombine/xor.ll:test17
2003-11-04 Chris LattnerSince we're in the neighborhood, test for the inverse
2003-11-04 Chris LattnerFix spello
2003-11-04 Chris LattnerImplement InstCombine/xor.ll:test(15|16)
2003-11-04 Chris LattnerAdd a generalization of the previous case
2003-11-04 Chris LattnerNew testcase for masking operation that frequently...
2003-11-04 Alkis EvlogimenosUpdate documentation since it was misleading: make...
2003-11-04 Alkis EvlogimenosChange all machine basic block modifier functions in...
2003-11-04 Brian GaekeUpdate verifySavedState()'s comment, so that it reflect...
2003-11-04 Chris LattnerNew file, for use by the pool allocator project
2003-11-04 Chris LattnerSubstantial release notes updates
2003-11-04 Chris LattnerNew testcase for PR80
2003-11-04 Chris LattnerNew testcase
2003-11-04 Brian GaekeAdd comments.
2003-11-04 Chris LattnerWhile working on the pool allocator, I noticed that...
2003-11-04 Chris LattnerFix problems in previous changes. This fixes several...
2003-11-04 John CriswellChecking in Chris's suggestions:
2003-11-03 Chris LattnerNew testcase for PR84
2003-11-03 John CriswellModified build rules so that a messages appears before...
2003-11-03 Chris LattnerSignificantly simplify constant emission by unifying...
2003-11-03 Chris Lattnerupdates to release notes
2003-11-03 Chris LattnerIncorporate printSingleConstantValue into its single...
2003-11-03 Chris Lattner* Reformat some code
2003-11-03 Chris LattnerNew testcase
2003-11-03 Chris LattnerFix InstCombine/2003-11-03-VarargsCallBug.ll
2003-11-03 Chris LattnerNew testcase for a bug in instcombine
2003-11-03 Chris LattnerWork around a bug in GCC where it can't handle common...
2003-11-03 Chris LattnerFix bugs with attribute weak emission
2003-11-03 Chris LattnerIf linking a library, do not link other libraries,...
2003-11-03 John CriswellClosed the h2 header for the LLVM Test Suite Organizati...
2003-11-03 Chris LattnerMore testcases
2003-11-03 Chris LattnerMove a test from cast-set to a new bit-tracking.ll...
2003-11-03 Chris LattnerImplement InstCombine/cast-set.ll:test6[a]. This impro...
2003-11-03 Chris LattnerAdd another case, which an implementation of test6...
2003-11-03 Chris LattnerThis simplifies the CWriter code, makes the generated...
2003-11-03 Chris LattnerImplement InstCombine/cast-set.ll: test1, test2, test7
2003-11-03 Chris LattnerAdd the testcase from PR8
2003-11-03 Chris LattnerAdd another case, which occurs in em3d
2003-11-03 Chris LattnerFix bug with zero sized casts
2003-11-03 Chris LattnerEliminate the silly namedContext member of printType
2003-11-02 Chris LattnerAllow CallSites to be used as the key of a map
2003-11-02 Chris LattnerAll DSGraphs keep a reference to the targetdata they...
2003-11-02 Chris LattnerFix bug: test/Regression/Analysis/DSGraph/2003-11-02...
2003-11-02 Chris LattnerNew testcase for DSA which is improperly collapsed!
2003-11-02 Chris LattnerFix bug in previous checkin
2003-11-02 Chris LattnerThe 'thefunc' function should not have weak linkage...
2003-11-02 Chris LattnerImplement transmogriphication of allocation instructions
2003-11-02 Chris LattnerAdd test for instcombine transmogrifying allocation...
2003-11-02 Chris LattnerAdd note about profile.sh
2003-11-02 Chris LattnerAdd -help option
2003-11-02 Chris LattnerBugz fixed
next