2003-10-29 |
Chris Lattner | Print the top 20 most frequently executed blocks. ... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Chris Lattner | Refactor code, initial implementation of -insert-block... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Chris Lattner | More bugs fixed! |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Dinakar Dhurjati | Fixed LinkO, LinkP error in TOOLLINKOPTSB |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Brian Gaeke | Explicitly cast type, so we aren't passing output_vbr... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Brian Gaeke | Tweak sed commands so that they filter out more # stuff... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Brian Gaeke | Add support for utostr(unsigned long) |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Chris Lattner | Add two new bugs |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Chris Lattner | Fix PR66 & ScalarRepl/2003-10-29-ArrayProblem.ll |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Chris Lattner | New testcase distilled from: |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Dinakar Dhurjati | Added TOOLLINKOPTSB to pass options to the linker ... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Chris Lattner | New bug fixed |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Chris Lattner | Another bug fixed |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Chris Lattner | Fix bug: ConstantMerge/2003-10-28-MergeExternalConstant... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Brian Gaeke | Pull in stdint.h here, if we have it. Some systems... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Brian Gaeke | In VM::create(), comment out almost the whole function... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Alkis Evlogimenos | Add more debugging info to help tracing the SlotCalculator. |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Chris Lattner | Yet another bugfix for 1.1 |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Chris Lattner | Check in statistifying patch for Bill |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Chris Lattner | Add fixed PR |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Chris Lattner | Add new method |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Chris Lattner | Fix PR62, and llvm/test/Regression/CBackend/2003-10... |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Brian Gaeke | New testcase, reduced from DOOM. |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Chris Lattner | Cleanup output a bit |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Chris Lattner | Add option for block profiling, pass in the "correct... |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Chris Lattner | Add the ability for users to specify a specific argv... |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Chris Lattner | Actually save and pass in argument information |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Chris Lattner | Pass in argc & argv |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Chris Lattner | Print out command lines used to run the programs |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Brian Gaeke | Fix extract to use the right TargetData, like Bugpoint... |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Chris Lattner | Helper script for collecting profiling instrumentation... |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Chris Lattner | Add support for reading block frequencies. Fix bug... |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Misha Brukman | * Put LLVM in title of page so readers know which CFE... |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Chris Lattner | Provide an accessor for getting function count informat... |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Chris Lattner | Read in the bytecode and profile information, but don... |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Chris Lattner | We need to output the number of records we have, so... |
commit | commitdiff | tree | snapshot |
2003-10-28 |
John Criswell | Generated autoconf script for Chris. |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Chris Lattner | Add profiling runtime and llvm-prof tools. Would someo... |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Chris Lattner | Build the llvm-prof directory |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Chris Lattner | Initial checkin of llvmprof stub |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Brian Gaeke | Remove __STDC_LIMIT_MACROS from here. |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Brian Gaeke | Add __STDC_LIMIT_MACROS here. |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Chris Lattner | Reorder #includes, drop unneeded one |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Chris Lattner | Initial checkin of profiling instrumentation pass.... |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Chris Lattner | Initial checkin of function and block profiling runtime... |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Misha Brukman | Publications do not get distributed with docs/; hence... |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Chris Lattner | I'm tired of the nightly tester stopping, aren't you? |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Chris Lattner | Eliminate using declarations |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Chris Lattner | Propagating constants to arguments can make other argum... |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Chris Lattner | Clarify what is a bug and what isn't |
commit | commitdiff | tree | snapshot |
2003-10-27 |
John Criswell | Merged in RELEASE_1. |
commit | commitdiff | tree | snapshot |
2003-10-27 |
John Criswell | Merged in RELEASE_1. |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Chris Lattner | Add a new bugfix |
commit | commitdiff | tree | snapshot |
2003-10-27 |
John Criswell | Merged in RELEASE_1. |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Chris Lattner | New testcase which crashes the C++ FE |
commit | commitdiff | tree | snapshot |
2003-10-27 |
John Criswell | Merged RELEASE_1. |
commit | commitdiff | tree | snapshot |
2003-10-27 |
John Criswell | Updated with Vikram's comments. |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Chris Lattner | Update release notes for recent bug fixes |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Chris Lattner | Fix test: Linker/2003-10-27-LinkOncePromote.ll |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Chris Lattner | Fix initializers to match |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Chris Lattner | Update release notes |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Chris Lattner | Get the list of PHI node values before the basic block... |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Chris Lattner | New testcase. |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Chris Lattner | Make sure to syntax hilight the 'unwind' keyword! |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Chris Lattner | Do not print out lists with thousands of elements in... |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Chris Lattner | Bump the release number, add a skeleton to be filled... |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Chris Lattner | This file is obsolete |
commit | commitdiff | tree | snapshot |
2003-10-26 |
Vikram S. Adve | Gotta use gmake, not make. make on Solaris is Sun... |
commit | commitdiff | tree | snapshot |
2003-10-25 |
Chris Lattner | Add a link to the bug tracker |
commit | commitdiff | tree | snapshot |
2003-10-25 |
Vikram S. Adve | Rephrase the OSI answer. |
commit | commitdiff | tree | snapshot |
2003-10-25 |
Vikram S. Adve | Dang...these different file locations make it a pain... |
commit | commitdiff | tree | snapshot |
2003-10-25 |
Vikram S. Adve | Fix license URL and typo. |
commit | commitdiff | tree | snapshot |
2003-10-25 |
Vikram S. Adve | Improve formatting of licensing section. |
commit | commitdiff | tree | snapshot |
2003-10-25 |
Vikram S. Adve | Add a section on licensing questions. |
commit | commitdiff | tree | snapshot |
2003-10-25 |
Chris Lattner | Attempt to provide support for those without RTLD_DEFAULT. |
commit | commitdiff | tree | snapshot |
2003-10-25 |
Chris Lattner | Unbreak the build |
commit | commitdiff | tree | snapshot |
2003-10-24 |
John Criswell | Added answers to test suite questions. |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Brian Gaeke | Publicize the type of FnAllocState. |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Chris Lattner | standardize command line option names |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Brian Gaeke | TraceMode, as you may have heard, is history. |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Brian Gaeke | lli -q is history. Rebuild your gccld shell scripts... |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Brian Gaeke | ExecutionEngine::create no longer takes a TraceMode... |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Brian Gaeke | ExecutionEngine::create no longer takes a TraceMode... |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Misha Brukman | * Use stylesheets and <div>s for layout instead of... |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Brian Gaeke | The ExecutionAnnotations (SlotNumber, InstNumber, and... |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Brian Gaeke | Reduce the number of #includes. |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Brian Gaeke | ExecutionEngine::create no longer takes a TraceMode... |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Misha Brukman | Added a style for making test red, which is used in... |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Chris Lattner | Turn on the inliner by default at link-time |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Misha Brukman | This is now valid HTML 4.01 Strict. |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Misha Brukman | * Use HTML 4.01 Strict DTD |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Misha Brukman | Add a style for document footers. |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Misha Brukman | * Made into valid CSS that W3C accepts |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Chris Lattner | Add note about multilibs. THis should go into the... |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Chris Lattner | Update list of passes and buglist. |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Brian Gaeke | Destroy MachineFunction for any Function that we are... |
commit | commitdiff | tree | snapshot |
next |