- d23a35b Simplify interface to parsers. by Chris Lattner · 22 years ago
- c1ae40c * Write the "Custom parser" section by Chris Lattner · 22 years ago
- e76d4ab Write the reference section, make other minor editing changes elsewhere. by Chris Lattner · 22 years ago
- 5acd166 added Mapping and Function Pass by Mehwish Nagda · 22 years ago
- b8a45c9 Add function GetConstantValueAsUnsignedInt. by Vikram S. Adve · 22 years ago
- a40cbb3 Bug fix in CreateCodeToLoadConst(): use sign of dest, not operand, by Vikram S. Adve · 22 years ago
- 7894d56 Add a sequence of GEPs with constant indices, for folding. by Vikram S. Adve · 22 years ago
- ed0030e Bug fix in TargetData::getIndexedOffset(): handle struct offset by Vikram S. Adve · 22 years ago
- 99d4a38 Bug fix in SetOperandsForMemInstr: handle leading zeros correctly by Vikram S. Adve · 22 years ago
- 1b51b1b Add function GetConstantValueAsUnsignedInt. by Vikram S. Adve · 22 years ago
- 75ac4e5 Fix compilation problem. IsIndexZero doesn't exist, use IsZero instead. by Chris Lattner · 22 years ago
- 7d20fe3 Testcase for stuff instcombine should do eventually by Chris Lattner · 22 years ago
- d3e7929 Add some more features that we could instcombine away by Chris Lattner · 22 years ago
- e853548 *** empty log message *** by Chris Lattner · 22 years ago
- 9dd794e Comment options that may be enabled by Chris Lattner · 22 years ago
- ed3fefb Simplified handling of array indexes in SetMemOperands_Internal. by Vikram S. Adve · 22 years ago
- 607bfad Add MemAccessInst::getNumIndices(). by Vikram S. Adve · 22 years ago
- 900fd63 Eliminate cast instructions: use only GEPs in decomposed sequence. by Vikram S. Adve · 22 years ago
- a1396a1 Run both *.ll and *.c tests. by Vikram S. Adve · 22 years ago
- 6ae7d3c Added expected decomposed sequence in comments, plus a couple of new cases. by Vikram S. Adve · 22 years ago
- 69ab7a8 Fix problem where lli would not print out a 64 bit value when the client code by Chris Lattner · 22 years ago
- 1bbd361 Fix one real nasty bug by Chris Lattner · 22 years ago
- b490c20 Fix lli with no arguments by Chris Lattner · 22 years ago
- 8fd217c Fix bug: test/Regression/Transforms/InstCombine/2002-08-02-CastTest.ll by Chris Lattner · 22 years ago
- 7b572ef Fix yet another bug in the testcase by Chris Lattner · 22 years ago
- 77c1462 Fix bug in testcase by Chris Lattner · 22 years ago
- 90ac28c * Cleanups of instcombine by Chris Lattner · 22 years ago
- 4a6e4b3 These tests should not run -dce pass to cleanup instcombine. by Chris Lattner · 22 years ago
- c7f9637 Add another testcase that isn't failing because of another bug in instcombine by Chris Lattner · 22 years ago
- d656922 Change test to really test the cases we can hit by Chris Lattner · 22 years ago
- b01a8d0 New testcase by Chris Lattner · 22 years ago
- 60f5606 Don't build Debug/ versions when ENABLE_OPTIMIZED is on. by Vikram S. Adve · 22 years ago
- be1ecf6 Fix bug: test/Regression/Transforms/GCSE/2002-05-21-NoSharedDominator.ll by Chris Lattner · 22 years ago
- 9ce231f Implement dominator checking in the verifier, so that we check that all by Chris Lattner · 22 years ago
- a915ef0 Fix bug: test/Regression/Other/2002-08-02-DomSetProblem.ll by Chris Lattner · 22 years ago
- caa27e2 Add a note about where to put miscompilation tests. by Chris Lattner · 22 years ago
- 4c9df7c Split dominance calculation and post dominance calculation stuff by Chris Lattner · 22 years ago
- f201495 New testcase for dominator problem by Chris Lattner · 22 years ago
- e7e764c The verify pass is implicit by Chris Lattner · 22 years ago
- 20f15aa New test by Chris Lattner · 22 years ago
- 50d29c9 Tweak makefile after moving by Chris Lattner · 22 years ago
- 5315599 Verify is implicit for opt by Chris Lattner · 22 years ago
- 51ed58d Fix makefile to work. by Chris Lattner · 22 years ago
- d86cbea Fix broken testcase by Chris Lattner · 22 years ago
- 92ae901 Make testcase legal LLVM by Chris Lattner · 22 years ago
- cc8d8fb Remove unneccesary #inlcude by Chris Lattner · 22 years ago
- ca0a1f7 Enhance -time-passes to be more detailed and useful by Chris Lattner · 22 years ago
- a470404 Bug fix: incorrect SAVE instruction when using register for stack size. by Vikram S. Adve · 22 years ago
- 747b3bd Feature test for stack size bigger than immed. field of SAVE instruction. by Vikram S. Adve · 22 years ago
- 2fd5b3d Reorder tool building sequence to more closely match the reality of what by Chris Lattner · 22 years ago
- fc94446 Fix bug: test/Regression/Assembler/2002-07-31-SlashInString.llx by Chris Lattner · 22 years ago
- fdd0fba NEw testcase by Chris Lattner · 22 years ago
- 280b09b Implement the other half of a feature advertised by OperandConvertableToType. by Chris Lattner · 22 years ago
- 1917e95 Cleanup Makefile a bit by Chris Lattner · 22 years ago
- c190c01 Just improved comments and assertions. by Vikram S. Adve · 22 years ago
- 15de8f6 Trim down testcase a bit by Chris Lattner · 22 years ago
- 69cea54 New testcase for level-raise crash inspired by SPEC by Chris Lattner · 22 years ago
- 1e60669 Add a missing case: converting float/double to unsigned integer types. by Vikram S. Adve · 22 years ago
- 8633a48 by Chris Lattner · 22 years ago
- 7541b89 Changes to be GCC3.1 friendly by Chris Lattner · 22 years ago
- 1b0a63f *** empty log message *** by Chris Lattner · 22 years ago
- 49af5e4 Changes to be GCC 3.1 friendly by Chris Lattner · 22 years ago
- 7a40d6d We need iostream in PassManagerT.h to use cerr by Chris Lattner · 22 years ago
- e540dda Fix testcase by Chris Lattner · 22 years ago
- 3fb21e5 New testcase by Chris Lattner · 22 years ago
- 8aaee32 Testcase that was triggering an incorrect assertion failure by Chris Lattner · 22 years ago
- 134c316 Verify pass has been run for a long time now by Chris Lattner · 22 years ago
- dadd49b Add new -only-print-main-ds option that causes mains ds graph to be by Chris Lattner · 22 years ago
- f9e173e Change command line option message on -q to make it more accurate by Chris Lattner · 22 years ago
- d16714b Fix bug that was causing problems for lli by Chris Lattner · 22 years ago
- 01c7f6d Remove obsolete, confusing, method by Chris Lattner · 22 years ago
- aff7898 This testcase is independant of varargsness Simplify. by Chris Lattner · 22 years ago
- 358fc38 Add GlobalDSGraph -- a common graph that holds externally visible nodes. by Vikram S. Adve · 22 years ago
- dfd2f32 Print globals graph after either the BU or the TD pass. by Vikram S. Adve · 22 years ago
- aaeee75 This file implements the top-down propagation pass for data structure graphs. by Vikram S. Adve · 22 years ago
- 355e2ca Use a separate globals graph to hold externally visible nodes. by Vikram S. Adve · 22 years ago
- 3b43b77 Add GlobalDSGraph -- a common graph that holds externally visible nodes. by Vikram S. Adve · 22 years ago
- d4c7f27 by Chris Lattner · 22 years ago
- 50e3a20 Print the tool name when an error comes from so that I can tell which by Chris Lattner · 22 years ago
- fa03cc7 Print the tool name when an error comes from so that I can tell which by Chris Lattner · 22 years ago
- 48c1bc7 Implement new -debug-pass=Arguments option that causes PassManager to by Chris Lattner · 22 years ago
- 55b45bf Add hooks to get information out of concrete pass manager implementations by Chris Lattner · 22 years ago
- 55e41ba * Indent class into anonymous namespace, filling up the diff with garbage by Chris Lattner · 22 years ago
- 5e1f7ec Remove extraneous #includes by Chris Lattner · 22 years ago
- c188eeb by Chris Lattner · 22 years ago
- e8e4605 Cleanup ConstantExpr handling: by Chris Lattner · 22 years ago
- 53b7f26 Remove invokation of cleangcc pass which has been renamed, and is unneccesary anyway by Chris Lattner · 22 years ago
- ad772a7 Remove FIXME's that aren't really needed after all. by Chris Lattner · 22 years ago
- 17689df Declare that these passes only depend on the CFG of the function by Chris Lattner · 22 years ago
- 6b5fe19 * Implement stuff so that code can declare that they only depend on the CFG of by Chris Lattner · 22 years ago
- 37d66c4 * Move some code from Pass.cpp to PassManagerT.h by Chris Lattner · 22 years ago
- 5fa829c by Chris Lattner · 22 years ago
- e56096a Implement constant propogation of logical (and, or, xor) expressions. by Chris Lattner · 22 years ago
- 72de9ae Test that logical operators are correctly constant propogated! by Chris Lattner · 22 years ago
- 731240c Add test of newly checked in Union support! by Chris Lattner · 22 years ago
- f40e0c4 Simplify testcase a bit by Chris Lattner · 22 years ago
- a7e2dd4 New testcase found when working on union support *sigh* by Chris Lattner · 22 years ago
- fd5951c New testcase distilled from trying to compile burg with LLVM by Chris Lattner · 22 years ago
- 2e1749b * Move InstructionSelection Pass here instead of living in Sparc.cpp. It by Chris Lattner · 22 years ago
- 057430d * Move InstructionSelection pass to lib/CodeGen/InstrSelection so it is by Chris Lattner · 22 years ago