oota-llvm.git
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...
2003-10-27 Chris LattnerThis file is obsolete
2003-10-26 Vikram S. AdveGotta use gmake, not make. make on Solaris is Sun...
2003-10-25 Chris LattnerAdd a link to the bug tracker
2003-10-25 Vikram S. AdveRephrase the OSI answer.
2003-10-25 Vikram S. AdveDang...these different file locations make it a pain...
2003-10-25 Vikram S. AdveFix license URL and typo.
2003-10-25 Vikram S. AdveImprove formatting of licensing section.
2003-10-25 Vikram S. AdveAdd a section on licensing questions.
2003-10-25 Chris LattnerAttempt to provide support for those without RTLD_DEFAULT.
2003-10-25 Chris LattnerUnbreak the build
2003-10-24 John CriswellAdded answers to test suite questions.
2003-10-24 Brian GaekePublicize the type of FnAllocState.
2003-10-24 Chris Lattnerstandardize command line option names
2003-10-24 Brian GaekeTraceMode, as you may have heard, is history.
2003-10-24 Brian Gaekelli -q is history. Rebuild your gccld shell scripts...
2003-10-24 Brian GaekeExecutionEngine::create no longer takes a TraceMode...
2003-10-24 Brian GaekeExecutionEngine::create no longer takes a TraceMode...
2003-10-24 Misha Brukman* Use stylesheets and <div>s for layout instead of...
2003-10-24 Brian GaekeThe ExecutionAnnotations (SlotNumber, InstNumber, and...
2003-10-24 Brian GaekeReduce the number of #includes.
2003-10-24 Brian GaekeExecutionEngine::create no longer takes a TraceMode...
2003-10-24 Misha BrukmanAdded a style for making test red, which is used in...
2003-10-24 Chris LattnerTurn on the inliner by default at link-time
2003-10-24 Misha BrukmanThis is now valid HTML 4.01 Strict.
2003-10-24 Misha Brukman* Use HTML 4.01 Strict DTD
2003-10-24 Misha BrukmanAdd a style for document footers.
2003-10-24 Misha Brukman* Made into valid CSS that W3C accepts
2003-10-24 Chris LattnerAdd note about multilibs. THis should go into the...
2003-10-24 Chris LattnerUpdate list of passes and buglist.
2003-10-24 Brian GaekeDestroy MachineFunction for any Function that we are...
2003-10-24 Vikram S. AdveOrganized in 4 parts. The last two are the same as...
2003-10-23 Brian GaekeMove the implementations of ==, != on AllocInfos here...
2003-10-23 Brian GaekeMove AllocInfo structure to a private AllocInfo.h heade...
2003-10-23 Brian GaekeMake FnAllocState contain vectors of AllocInfo, instead...
2003-10-23 Brian GaekeNew file, containing AllocInfo structure.
2003-10-23 Chris LattnerRecommend using -z3
2003-10-23 Chris LattnerRemove explicit paths
2003-10-23 Chris LattnerAdd assertions
2003-10-23 Chris LattnerFix bug in eon hopefully
2003-10-23 Chris LattnerFix bug: CBackend/2003-10-23-UnusedType.ll and hopefull...
2003-10-23 Chris LattnerNew testcase, which failes to compile. 252.eon hits...
2003-10-23 John CriswellUpdated configure script.
2003-10-23 Chris LattnerWe might as well strip off any CPRs before propagation
2003-10-23 Chris LattnerFail gracefully if we have a zero arg varargs function
2003-10-23 Chris LattnerTurn on the IPCP pass by default. It has passed all...
2003-10-23 Brian GaekeReformat. A few minor edits.
2003-10-23 Misha Brukman* Eliminate `using' directive
2003-10-23 Misha Brukman* Fix order of #include files
2003-10-23 Misha Brukman* Order #includes as per style guide
2003-10-23 Misha Brukman* Use C++ style comments instead of C-style
2003-10-23 Misha Brukman* Eliminate `using' directive
2003-10-23 Chris Lattner* We were forgetting to pass varargs arguments through...
2003-10-23 Misha Brukman* Eliminate `using' directive
2003-10-23 Misha BrukmanMake code layout more consistent.
2003-10-23 Chris LattnerZero arg varargs functions are legal in LLVM, but not...
2003-10-23 Chris LattnerDelete unused EmitByteSwap method
2003-10-23 Chris LattnerCheck in initial version of ipcp
2003-10-23 Chris LattnerInclude new prototype
2003-10-23 Misha BrukmanMake code layout more consistent.
2003-10-23 Chris LattnerActually share constants local to a function!
2003-10-23 Misha Brukman* Order includes according to style guide
2003-10-23 Misha Brukman* Stop referring to llvmbugs mailing list, point them...
2003-10-23 Chris LattnerUpdate test
2003-10-23 Chris Lattnerdocument real source of bug
2003-10-23 John CriswellAdded new license information in preparation for LLVM...
2003-10-23 Chris Lattnerfix test
next