| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove some beta code that no longer has an owner. | Chris Lattner | 2005-10-24 | 9 | -3043/+0 |
| * | When a function takes a variable number of pointer arguments, with a zero | Jeff Cohen | 2005-10-23 | 3 | -3/+5 |
| * | Eliminate tabs and trailing spaces | Jeff Cohen | 2005-04-23 | 7 | -205/+205 |
| * | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 8 | -324/+324 |
| * | Add missing createXxxPass functions | Jeff Cohen | 2005-01-07 | 1 | -0/+3 |
| * | Add missing include | Jeff Cohen | 2005-01-07 | 1 | -0/+1 |
| * | Fix link error in PPC optimized build of 'opt'. | Brian Gaeke | 2004-12-13 | 1 | -0/+1 |
| * | Add support for compilers without argument dependent name lookup, contributed | Chris Lattner | 2004-12-08 | 1 | -1/+1 |
| * | Remove unneeded class qualifier, contributed by Bjørn Wennberg | Chris Lattner | 2004-12-08 | 1 | -1/+1 |
| * | Remove dead vars | Chris Lattner | 2004-11-05 | 2 | -2/+0 |
| * | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -1/+1 |
| * | We won't use automake | Reid Spencer | 2004-10-22 | 2 | -700/+0 |
| * | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 1 | -0/+675 |
| * | Correction to allow compilation with Visual C++. | Reid Spencer | 2004-10-18 | 1 | -2/+2 |
| * | Update to reflect changes in Makefile rules. | Reid Spencer | 2004-10-13 | 1 | -4/+3 |
| * | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 1 | -0/+26 |
| * | Add accessor function. | Brian Gaeke | 2004-09-30 | 2 | -0/+8 |
| * | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 3 | -3/+3 |
| * | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman | 2004-07-29 | 7 | -18/+8 |
| * | These files don't need to include <iostream> since they include "Support/Debu... | Brian Gaeke | 2004-07-21 | 3 | -3/+0 |
| * | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer | 2004-07-04 | 4 | -0/+4 |
| * | Expand head-of-file comment. | Brian Gaeke | 2004-06-03 | 1 | -1/+3 |
| * | Use new form of unconditional branch constructor. | Brian Gaeke | 2004-06-01 | 1 | -1/+1 |
| * | Clean up this pass somewhat: | Brian Gaeke | 2004-05-14 | 1 | -42/+38 |
| * | Start cleaning up this pass so that I can debug it. | Brian Gaeke | 2004-03-30 | 1 | -80/+34 |
| * | Start using the nicer terminator auto-insertion API | Chris Lattner | 2003-11-20 | 3 | -11/+5 |
| * | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 8 | -3/+38 |
| * | Be gcc 3.4 clean | Chris Lattner | 2003-11-05 | 1 | -1/+3 |
| * | Added LLVM copyright header. | John Criswell | 2003-10-21 | 1 | -0/+7 |
| * | Added LLVM copyright notice to Makefiles. | John Criswell | 2003-10-20 | 1 | -0/+8 |
| * | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 7 | -0/+49 |
| * | Regularize header file comments | Chris Lattner | 2003-10-13 | 6 | -28/+30 |
| * | Regularize header file comment, eliminate using's | Chris Lattner | 2003-10-13 | 1 | -22/+20 |
| * | Include <cstdio> instead of <stdio.h>. | Brian Gaeke | 2003-10-10 | 1 | -1/+1 |
| * | Don't include Config/stdio.h or <stdio.h>. | Brian Gaeke | 2003-10-10 | 1 | -1/+0 |
| * | Fix spelling. | Misha Brukman | 2003-10-10 | 3 | -11/+11 |
| * | Fixing the spelling of this filename. | Misha Brukman | 2003-10-10 | 1 | -669/+0 |
| * | Do not use BasicBlock::*_iterator, just use *_iterator itself. | Chris Lattner | 2003-09-24 | 4 | -8/+4 |
| * | Rename Function::getEntryNode -> getEntryBlock | Chris Lattner | 2003-09-20 | 1 | -1/+1 |
| * | Update for new UnifyFunction... API | Chris Lattner | 2003-09-10 | 1 | -7/+7 |
| * | Remove #include | Chris Lattner | 2003-09-10 | 2 | -2/+0 |
| * | Correct comments | Brian Gaeke | 2003-09-05 | 2 | -17/+1 |
| * | Use the new interface, simplifies code | Chris Lattner | 2003-08-31 | 2 | -18/+13 |
| * | Use the new interface, simplifies code | Chris Lattner | 2003-08-31 | 1 | -43/+4 |
| * | Give std::map<BasicBlock *, BasicBlock *> the short name BBMap, because | Brian Gaeke | 2003-08-12 | 1 | -63/+27 |
| * | DEBUG got moved to Support/Debug.h | Chris Lattner | 2003-08-01 | 3 | -3/+3 |
| * | A pass to combine multiple backedges that go to same target | Anand Shukla | 2003-07-18 | 1 | -0/+227 |
| * | Added functionality to instrmentation pass | Anand Shukla | 2003-07-10 | 1 | -99/+111 |
| * | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 2 | -2/+2 |
| * | Fixed a bug so initialization code is always inserted in main | Anand Shukla | 2003-06-05 | 2 | -18/+44 |