| Commit message (Expand) | Author | Age | Files | Lines |
* | The recalclulate method was a nasty hack that was once used by the -cee pass, | Chris Lattner | 2003-12-07 | 1 | -16/+12 |
* | Completely rewrite domset, idom, and domtree implementation. Now it is based | Chris Lattner | 2003-12-07 | 1 | -159/+266 |
* | Fix const correctness | Chris Lattner | 2003-11-25 | 1 | -1/+1 |
* | Relax constrains on GEP type indexes | Chris Lattner | 2003-11-25 | 2 | -10/+16 |
* | Check return types of functions | Chris Lattner | 2003-11-21 | 2 | -0/+6 |
* | Fix problem Reid was having with external globals and nonexternal linkage | Chris Lattner | 2003-11-21 | 1 | -3/+2 |
* | Finegrainify namespacification | Chris Lattner | 2003-11-21 | 12 | -166/+150 |
* | Fix some problems with assertions printing | Chris Lattner | 2003-11-21 | 1 | -7/+19 |
* | improve error message | Chris Lattner | 2003-11-21 | 1 | -2/+2 |
* | Minor cleanups and simplifications | Chris Lattner | 2003-11-21 | 1 | -28/+26 |
* | Start using the nicer terminator auto-insertion API | Chris Lattner | 2003-11-20 | 1 | -1/+1 |
* | Spew symbolic types! | Chris Lattner | 2003-11-20 | 1 | -3/+8 |
* | Somehow I forgot poor little UnwindInst | Chris Lattner | 2003-11-20 | 1 | -1/+4 |
* | * Finegrainify namespacification | Chris Lattner | 2003-11-20 | 6 | -29/+79 |
* | Don't crash if we are printing an orphaned basic block! | Chris Lattner | 2003-11-20 | 1 | -13/+17 |
* | Really, there was a reason for me factoring that out | Chris Lattner | 2003-11-19 | 1 | -1/+1 |
* | *** Significantly speed up type resultion | Chris Lattner | 2003-11-19 | 1 | -9/+47 |
* | Finegrainify namespacification | Chris Lattner | 2003-11-19 | 1 | -6/+13 |
* | Fix PR130, and testcase test/Regression/Linker/2003-11-18-TypeResolution.ll | Chris Lattner | 2003-11-19 | 1 | -0/+7 |
* | Implement == and != correctly. Before they would incorrectly return != | Chris Lattner | 2003-11-17 | 3 | -26/+48 |
* | The ConstantPointer class is now gone. | Chris Lattner | 2003-11-17 | 1 | -3/+10 |
* | No REALLY, get rid of ConstantPointer references | Chris Lattner | 2003-11-17 | 1 | -2/+2 |
* | Eliminate use of the ConstantPointer class | Chris Lattner | 2003-11-17 | 1 | -35/+23 |
* | Constant folding shalt not be built on annotations | Chris Lattner | 2003-11-17 | 3 | -120/+85 |
* | Be a bit more tolerant of broken code | Chris Lattner | 2003-11-17 | 1 | -3/+3 |
* | When you hand WriteAsOperand a type, it now prints out its symbolic name. | Brian Gaeke | 2003-11-16 | 1 | -0/+3 |
* | When failing a Verifier assertion, use WriteAsOperand to print out the | Brian Gaeke | 2003-11-16 | 1 | -5/+7 |
* | Don't print 'No predecessors!' on the entry block | Chris Lattner | 2003-11-16 | 1 | -11/+13 |
* | Fixes for PR114: Thanks to Reid Spencer! | Chris Lattner | 2003-11-16 | 2 | -4/+6 |
* | Expose the verifier to opt | Chris Lattner | 2003-11-13 | 1 | -1/+1 |
* | Detect problems with PHI node operands! | Chris Lattner | 2003-11-12 | 1 | -0/+6 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 29 | -52/+171 |
* | Fix PR95. I'm checking this patch in for Reid Spencer, who figured it out | Chris Lattner | 2003-11-09 | 1 | -3/+2 |
* | Add an assertion | Chris Lattner | 2003-11-09 | 1 | -0/+1 |
* | Further fixes for PR93 | Chris Lattner | 2003-11-05 | 1 | -1/+7 |
* | Add support for constant expr shifts | Chris Lattner | 2003-11-05 | 1 | -0/+7 |
* | If we're not checking, don't check! | Chris Lattner | 2003-11-05 | 1 | -1/+1 |
* | Make code gcc 3.4 clean | Chris Lattner | 2003-11-05 | 4 | -6/+6 |
* | Fix spello | Chris Lattner | 2003-11-04 | 2 | -2/+10 |
* | Checking in Chris's suggestions: | John Criswell | 2003-11-04 | 1 | -3/+32 |
* | Fix InstCombine/2003-11-03-VarargsCallBug.ll | Chris Lattner | 2003-11-03 | 1 | -4/+3 |
* | Did I mention that I _HATE_ CPRs? | Chris Lattner | 2003-10-31 | 1 | -0/+12 |
* | Constant pointer refs are causing these to fail unnecessarily, which is causing | Chris Lattner | 2003-10-31 | 1 | -0/+31 |
* | Use already existing classes for post order iterator. | Alkis Evlogimenos | 2003-10-31 | 1 | -17/+11 |
* | Make use of the new AssemblyAnnotationWriter interface | Chris Lattner | 2003-10-30 | 1 | -13/+21 |
* | Output types in reverse postorder. This will allow the ByteCode/Reader | Alkis Evlogimenos | 2003-10-30 | 1 | -9/+17 |
* | Print the names of more opaque types | Chris Lattner | 2003-10-30 | 1 | -5/+7 |
* | Make sure to print opaque types names if they are available. | Chris Lattner | 2003-10-30 | 1 | -1/+5 |
* | Add more debugging info to help tracing the SlotCalculator. | Alkis Evlogimenos | 2003-10-29 | 1 | -0/+2 |
* | Fix test: Linker/2003-10-27-LinkOncePromote.ll | Chris Lattner | 2003-10-27 | 1 | -27/+29 |