oota-llvm.git
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!
2003-10-29 Dinakar DhurjatiFixed LinkO, LinkP error in TOOLLINKOPTSB
2003-10-29 Brian GaekeExplicitly cast type, so we aren't passing output_vbr...
2003-10-29 Brian GaekeTweak sed commands so that they filter out more # stuff...
2003-10-29 Brian GaekeAdd support for utostr(unsigned long)
2003-10-29 Chris LattnerNew testcase
2003-10-29 Chris LattnerAdd two new bugs
2003-10-29 Chris LattnerFix PR66 & ScalarRepl/2003-10-29-ArrayProblem.ll
2003-10-29 Chris LattnerNew testcase distilled from:
2003-10-29 Dinakar DhurjatiAdded TOOLLINKOPTSB to pass options to the linker ...
2003-10-29 Chris LattnerNew bug fixed
2003-10-29 Chris LattnerAnother bug fixed
2003-10-29 Chris LattnerFix bug: ConstantMerge/2003-10-28-MergeExternalConstant...
2003-10-29 Chris LattnerNew testcase
2003-10-29 Brian GaekePull in stdint.h here, if we have it. Some systems...
2003-10-29 Brian GaekeIn VM::create(), comment out almost the whole function...
2003-10-29 Alkis EvlogimenosAdd more debugging info to help tracing the SlotCalculator.
2003-10-29 Chris LattnerYet another bugfix for 1.1
2003-10-29 Chris LattnerNew testcase
2003-10-28 Chris LattnerCheck in statistifying patch for Bill
2003-10-28 Chris LattnerAdd fixed PR
2003-10-28 Chris LattnerAdd new method
2003-10-28 Chris LattnerFix PR62, and llvm/test/Regression/CBackend/2003-10...
2003-10-28 Brian GaekeNew testcase, reduced from DOOM.
2003-10-28 Chris LattnerCleanup output a bit
2003-10-28 Chris LattnerAdd option for block profiling, pass in the "correct...
2003-10-28 Chris LattnerAdd the ability for users to specify a specific argv...
2003-10-28 Chris LattnerActually save and pass in argument information
2003-10-28 Chris LattnerPass in argc & argv
2003-10-28 Chris LattnerPrint out command lines used to run the programs
2003-10-28 Brian GaekeFix extract to use the right TargetData, like Bugpoint...
2003-10-28 Chris LattnerHelper script for collecting profiling instrumentation...
2003-10-28 Chris LattnerAdd support for reading block frequencies. Fix bug...
2003-10-28 Misha Brukman* Put LLVM in title of page so readers know which CFE...
2003-10-28 Chris LattnerProvide an accessor for getting function count informat...
2003-10-28 Chris LattnerRead in the bytecode and profile information, but don...
2003-10-28 Chris LattnerWe need to output the number of records we have, so...
2003-10-28 John CriswellGenerated autoconf script for Chris.
2003-10-28 Chris LattnerAdd profiling runtime and llvm-prof tools. Would someo...
2003-10-28 Chris LattnerBuild the llvm-prof directory
2003-10-28 Chris LattnerInitial checkin of llvmprof stub
2003-10-28 Brian GaekeRemove __STDC_LIMIT_MACROS from here.
2003-10-28 Brian GaekeAdd __STDC_LIMIT_MACROS here.
2003-10-28 Chris LattnerReorder #includes, drop unneeded one
2003-10-28 Chris LattnerInitial checkin of profiling instrumentation pass....
2003-10-28 Chris LattnerInitial checkin of function and block profiling runtime...
2003-10-28 Misha BrukmanPublications do not get distributed with docs/; hence...
2003-10-28 Chris LattnerI'm tired of the nightly tester stopping, aren't you?
2003-10-27 Chris LattnerEliminate using declarations
2003-10-27 Chris LattnerPropagating constants to arguments can make other argum...
2003-10-27 Chris LattnerClarify what is a bug and what isn't
2003-10-27 John CriswellMerged in RELEASE_1.
2003-10-27 John CriswellMerged in RELEASE_1.
2003-10-27 Chris LattnerAdd a new bugfix
2003-10-27 John CriswellMerged in RELEASE_1.
2003-10-27 Chris LattnerNew testcase which crashes the C++ FE
2003-10-27 John CriswellMerged RELEASE_1.
2003-10-27 John CriswellUpdated with Vikram's comments.
2003-10-27 Chris LattnerUpdate release notes for recent bug fixes
2003-10-27 Chris LattnerFix test: Linker/2003-10-27-LinkOncePromote.ll
2003-10-27 Chris LattnerFix initializers to match
2003-10-27 Chris LattnerNew testcase
2003-10-27 Chris LattnerUpdate release notes
2003-10-27 Chris LattnerGet the list of PHI node values before the basic block...
2003-10-27 Chris LattnerNew testcase.
2003-10-27 Chris LattnerMake sure to syntax hilight the 'unwind' keyword!
2003-10-27 Chris LattnerDo not print out lists with thousands of elements in...
2003-10-27 Chris LattnerBump the release number, add a skeleton to be filled...
next