oota-llvm.git
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
2003-11-02 Chris LattnerCheckin an initial version of the llvm-prof documentation
2003-11-02 Chris LattnerFix PR78
2003-11-02 Chris LattnerThe "correct" fix for CBackend/2003-10-23-UnusedType...
2003-11-02 Chris LattnerIncluding the symbol table in the FindUsedTypes analysi...
2003-11-02 Chris LattnerNew testcase for PR79
2003-11-02 Chris Lattnernew testcase, for PR 81
2003-11-01 Chris LattnerRegression test for PR 80
2003-10-31 Chris LattnerEscape "'s, which are frequent visitors to C++ types
2003-10-31 Chris LattnerStrip off CPR's manually, because if we don't, the...
2003-10-31 Chris LattnerMake the call graph more precise despite the hated...
2003-10-31 Chris LattnerDid I mention that I _HATE_ CPRs?
2003-10-31 Misha BrukmanUse stylesheets as much as we can. I admit, I still...
2003-10-31 Chris LattnerObsolete file goes byebye
2003-10-31 Misha BrukmanUse some style(sheets).
2003-10-31 Chris LattnerConstant pointer refs are causing these to fail unneces...
2003-10-31 Brian GaekeWell, to be honest, -array-checks and -trace are gone...
2003-10-31 Alkis EvlogimenosUse already existing classes for post order iterator.
2003-10-31 Misha Brukman* Not much point to indent the whole file
2003-10-31 Misha BrukmanThe `-q' option has gone away.
2003-10-31 Chris Lattnernever print zero executions blocks
2003-10-31 Chris LattnerSimplify code
2003-10-31 Chris LattnerAdd percentage info
2003-10-31 Chris LattnerHrm, some of my counters are wrapping around 32 bits
2003-10-30 Chris LattnerIf only have function profile, don't print out "not...
2003-10-30 Chris LattnerAdd the ability to print out llvm code when the -annota...
2003-10-30 Chris LattnerExpose new print methods
2003-10-30 Chris LattnerMake use of the new AssemblyAnnotationWriter interface
2003-10-30 Chris LattnerNew interface
2003-10-30 Brian GaekeInclude llvm/CodeGen/MachineCodeForInstruction.h. ...
2003-10-30 Brian GaekeMake AllocState an enum.
2003-10-30 Alkis EvlogimenosOutput types in reverse postorder. This will allow...
2003-10-30 Alkis EvlogimenosPut DEBUG_OUTPUT at the top along with TRACE_LEVEL...
2003-10-30 Chris LattnerBugz fixed
2003-10-30 Brian GaekeApparently my Mac OS X fixes were not entirely compatib...
2003-10-30 Chris LattnerWhen someone includes CallGraph.h, make sure that they...
2003-10-30 Chris LattnerFix typo
2003-10-30 Chris LattnerNew bug
2003-10-30 Chris LattnerTighten up what we consider to be first class types.
2003-10-30 Chris LattnerMake sure that PHI node operands are first class types
2003-10-30 Chris LattnerClarify that all manipulatable values must be of first...
2003-10-30 Misha Brukman* Send people to the LLVMdev archive/subscription page...
2003-10-30 Chris LattnerAnother day, another bug
2003-10-30 Misha BrukmanAdd a link to the C/C++ front-end building instructions.
2003-10-30 Misha BrukmanThe answer to this question is "Yes". Let's make that...
2003-10-30 Misha BrukmanCall me picky, but it's not the state of Illinois'...
2003-10-30 Chris LattnerFix bug: 2003-10-29-CallSiteResolve.ll & PR70
2003-10-30 Chris LattnerNew testcase crashing the instruction combiner
2003-10-30 Chris LattnerPrint the names of more opaque types
2003-10-30 Chris LattnerMake sure to print opaque types names if they are avail...
2003-10-29 Chris LattnerPass unrecognized options into llvmprof
2003-10-29 Chris LattnerAdd the ability to synthesize function counts from...
2003-10-29 Chris LattnerPrint the top 20 most frequently executed blocks. ...
2003-10-29 Chris LattnerRefactor code, initial implementation of -insert-block...
2003-10-29 Chris LattnerMore bugs fixed!
next