- 67b36e4 Bugpoint has the ability of generating a plethora of core files, so to by Misha Brukman · 21 years ago
- a497748 Make sure to cannonicalize loops before running indvar simplify by Chris Lattner · 21 years ago
- 46d5bca New testcase, this should be simplified by Chris Lattner · 21 years ago
- 39e8389 Caught a few misses in the last modification. by John Criswell · 21 years ago
- 48e3cb9 Updated for the re-organization of llvm/test/Programs/MultiSource. by John Criswell · 21 years ago
- 8fce16e Do not return success after checking only the FIRST USE of a gep instruction. by Chris Lattner · 21 years ago
- 69d903d Initial go at documentation for llc. Pretty crufty. by John Criswell · 21 years ago
- cfeb64b New testcase, bug distilled from bc by Chris Lattner · 21 years ago
- fe7ea0d Minor optimization efficiency improvement: by Chris Lattner · 21 years ago
- 37f92e2 Fixed spelling and grammar. by Misha Brukman · 21 years ago
- 515c97c Simplify code Implement InstCombine/mul.ll:test9 by Chris Lattner · 21 years ago
- 53dce0c New testcase by Chris Lattner · 21 years ago
- 0afe825 Added the SetjmpLongjmp Makefile. by John Criswell · 21 years ago
- 3200330 Modified the footer to be a link to the LLVM web page. by John Criswell · 21 years ago
- ecf32e5 Adding a skeleton for the LLVM Command Guide. by John Criswell · 21 years ago
- 2f2d065 Fixed spelling and grammar. by Misha Brukman · 21 years ago
- 0043e46 Fixed SPEC so that it would run correctly with the new autoconf-style object by John Criswell · 21 years ago
- 27bb35e Fixed SPEC so that it would run correctly with the new autoconf-style object by John Criswell · 21 years ago
- 613758d Fixed SPEC so that it would run correctly with the new autoconf-style object by John Criswell · 21 years ago
- 3cfb6b1 Apostrophes are only used for possession and quoting. by Misha Brukman · 21 years ago
- b3e8fe4 scalarrepl now includes mem2reg by Chris Lattner · 21 years ago
- 38aec32 Integrate functionality of the mem2reg pass directly into this pass to make by Chris Lattner · 21 years ago
- 4732052 Move the -indvars pass much later to where it is more likely to do good stuff by Chris Lattner · 21 years ago
- c444a42 Renamed DominatorTree::Node::getNode() -> getBlock() by Chris Lattner · 21 years ago
- 317a61b Get rid of the whole "Node2" business, rename getNode() ->getBlock() to by Chris Lattner · 21 years ago
- 352361b Spell `definite' correctly. by Misha Brukman · 21 years ago
- 7bc439a Spell `definitely' correctly. by Misha Brukman · 21 years ago
- b2f76bf Removed the aposthrophes endings and the elipses suffixes from build output. by John Criswell · 21 years ago
- d1a85a7 Check in the fix I meant to apply here, but mistakenly applied to by Brian Gaeke · 21 years ago
- 36d10ef * Move include files from middle of file to the top where they belong, moving by Misha Brukman · 21 years ago
- 545a76c Unwind instructions are intrinsically alive, just like returns by Chris Lattner · 21 years ago
- b884f59 Rework dominator interfaces to handle changes in the post-dominance by Chris Lattner · 21 years ago
- 706e61e Rework post dominator information so that we do not have to by Chris Lattner · 21 years ago
- 420a8bf Rework dominator and post dominator information so that we do not have to by Chris Lattner · 21 years ago
- 1df2998 Update for new UnifyFunction... API Remove using decl by Chris Lattner · 21 years ago
- 4ea31ca Remove #include by Chris Lattner · 21 years ago
- f46057be Expand the pass to unify all of the unwind blocks as well by Chris Lattner · 21 years ago
- d0b52cf Remove a bunch of warnings from the CBE generated C code by Chris Lattner · 21 years ago
- 4b2a71d "the one true solution for compatibility with GCC 3.3+" by Chris Lattner · 21 years ago
- b787e13 Be a little more specific about what is begin generated. Only print by Chris Lattner · 21 years ago
- b3aad5d Only emit inter-field-padding if the amount of padding is != 0 by Chris Lattner · 21 years ago
- 2148bcb Clean up header, remove extra #include by Chris Lattner · 21 years ago
- ad2be6c Avoid dumping runtime library bytecode files into lib/Bytecode if building by Chris Lattner · 21 years ago
- 053134a Make createVerifierPass return a FunctionPass *. by Brian Gaeke · 21 years ago
- ffaaf3b Updated to reflect the new locations of SingleSource tests. by John Criswell · 21 years ago
- 2446b0a Remove using declarations by Chris Lattner · 21 years ago
- 54bda7e New testcase by Chris Lattner · 21 years ago
- 0c38eaf Regenerated for Chris's updates, which adds several runtime library directories. by John Criswell · 21 years ago
- dd2116d Add missing runtime directories by Chris Lattner · 21 years ago
- 88b4855 Fix warning when _POSIX_MAPPED_FILES is already defined in unistd.h by Misha Brukman · 21 years ago
- a176a8b another trivial cleanup by Chris Lattner · 21 years ago
- 44abf85 Simplification of trip counting machinery. by Chris Lattner · 21 years ago
- 1a51956 Don't explicitly use $SourceDir to find the tblgen files. This causes make by John Criswell · 21 years ago
- 776f776 Fix spello by Chris Lattner · 21 years ago
- 065a616 Fix spell-o's by Chris Lattner · 21 years ago
- 3adf51d Spelling fixes. I think that "cannonical" is ok, but "canonical" appears to by Chris Lattner · 21 years ago
- 69ecd0d Spelling fixes by Chris Lattner · 21 years ago
- c01ccfd Fix up file header by Chris Lattner · 21 years ago
- f6e5233f clean up file header comment by Chris Lattner · 21 years ago
- 36836a6 Simplify some code by Chris Lattner · 21 years ago
- dfa5f83 Spell `occurrence' correctly. by Misha Brukman · 21 years ago
- 410d1b5 Updated to find source files using VPATH. This makes writing build rules by John Criswell · 21 years ago
- d9cd144 Removed Makefiles for directories that no longer exist. by John Criswell · 21 years ago
- 76b5f88 Fix bug: InstCombine/2003-09-09-VolatileLoadElim.ll by Chris Lattner · 21 years ago
- ffd340c New testcase: do not DCE volatile loads! by Chris Lattner · 21 years ago
- 30e2d91 Update testcases to be more modern by Chris Lattner · 21 years ago
- 531922a Reverting back to the previous revision. by John Criswell · 21 years ago
- 21ca6ee Modified the check for intrinsic functions. All intrinsic functions have to by John Criswell · 21 years ago
- ad20071 * Simplify printConstantValueOnly by moving the tail padding stuff directly by Chris Lattner · 21 years ago
- 38dc918 Updated the log of changes (as required by the Burg copyright) to give an by John Criswell · 21 years ago
- 2d93003 Modified the code so that we exit() with a non-zero value instead of calling by John Criswell · 21 years ago
- f780f77 Added the .t implicit rule. You can now run an individual set of QMTests by by John Criswell · 21 years ago
- 79ad1380 Oops, look at the VOLATILE marker, not the opcode by Chris Lattner · 21 years ago
- 8d8d361 Eliminate the unwind intrinsic, it is now an instruction by Chris Lattner · 21 years ago
- ee5457c Eliminate support for the llvm.unwind intrinisic, using the Unwind instruction instead by Chris Lattner · 21 years ago
- da73bea Fix bug by Chris Lattner · 21 years ago
- e4d9096 Should invokify is always true by Chris Lattner · 21 years ago
- 36143fc Add support for the unwind instruction by Chris Lattner · 21 years ago
- a6ce898 Add support for unwind by Chris Lattner · 21 years ago
- 3cd5c1d add support for the unwind inst by Chris Lattner · 21 years ago
- 47f3a94 Add the unwind instruction class by Chris Lattner · 21 years ago
- 9b7f42d Add new unwind instruction. Happily there was a slot leftover from when the by Chris Lattner · 21 years ago
- f065107 Add info about volatile loads/stores by Chris Lattner · 21 years ago
- 15c9c03 Parse volatile loads/stores by Chris Lattner · 21 years ago
- dba2b22 Read volatile loads/stores by Chris Lattner · 21 years ago
- bd9df30 Remove a bunch of unneeded stuph by Chris Lattner · 21 years ago
- 61c1e7e Do not hoist volatile loads by Chris Lattner · 21 years ago
- bd70a31 Fix bug: RLE-Preserve-Volatile.ll by Chris Lattner · 21 years ago
- 09b47f9 syntax highlightify by Chris Lattner · 21 years ago
- f9de593 Syntax hilight by Chris Lattner · 21 years ago
- 09bd025 Remove a gross hack that was there to support bytecode files that are over a year old. by Chris Lattner · 21 years ago
- 0fe56f4 Add support for writing volatile load/stores by Chris Lattner · 21 years ago
- e5e475e Add support for volatile loads/stores by Chris Lattner · 21 years ago
- ebd2220 Fix grammar-o by Chris Lattner · 21 years ago
- 680f6a4 New testcase by Chris Lattner · 21 years ago
- b4b8f7c Fix old style test by Chris Lattner · 21 years ago
- ec6867e Fix syntax error when makellvm is run in an invalid directory. by Vikram S. Adve · 21 years ago
- c6315d9 Spell `occurrence' correctly. by Misha Brukman · 21 years ago
- 737af82 Fixed spelling of `intentionally'. by Misha Brukman · 21 years ago
- 6cb0f4d Remove unneeded #include by Chris Lattner · 21 years ago