| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| * | Add support for the new varargs intrinsics and instructions | Chris Lattner | 2003-10-18 | 1 | -3/+4 |
| * | Fix spelling/grammar. | Misha Brukman | 2003-10-10 | 1 | -3/+3 |
| * | Be more careful handling PHI nodes, which might be of potentially high degree. | Chris Lattner | 2003-10-05 | 1 | -93/+80 |
| * | Rename Function::getEntryNode -> getEntryBlock | Chris Lattner | 2003-09-20 | 1 | -3/+4 |
| * | Make createVerifierPass return a FunctionPass *. | Brian Gaeke | 2003-09-10 | 1 | -1/+1 |
| * | Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio... | Chris Lattner | 2003-09-08 | 1 | -2/+0 |
| * | As it turns out, things will be simpler than I first expected. We no longer | Chris Lattner | 2003-08-25 | 1 | -2/+0 |
| * | rethrow is really the language independent primitive here. "throw" can be wr... | Chris Lattner | 2003-08-24 | 1 | -2/+2 |
| * | Initial support for recognizing LLVM exception handling intrinsics | Chris Lattner | 2003-08-24 | 1 | -0/+7 |
| * | Add intrinsics for the llvm.sig(set|long)jmp functions | Chris Lattner | 2003-08-18 | 1 | -4/+6 |
| * | Spell `necessary' correctly. | Misha Brukman | 2003-08-18 | 1 | -1/+1 |
| * | Add a bunch of new Alpha Intrinsics for Rahul Joshi | Chris Lattner | 2003-08-06 | 1 | -4/+15 |
| * | Add support for Alpha intrinsics, contributed by Rahul Joshi | Chris Lattner | 2003-07-28 | 1 | -0/+6 |
| * | Fix (bogus) possibly uninitialized warning | Chris Lattner | 2003-06-05 | 1 | -1/+1 |
| * | Add support for setjmp/longjmp primitives | Chris Lattner | 2003-05-17 | 1 | -1/+3 |
| * | llvm.va_start only takes on argument now | Chris Lattner | 2003-05-08 | 1 | -11/+5 |
| * | Add more support for intrinsic functions and for varargs stuff | Chris Lattner | 2003-05-08 | 1 | -0/+37 |
| * | Add support for the new va_arg instruction | Chris Lattner | 2003-05-08 | 1 | -1/+7 |
| * | Remove arbitrary limitation | Chris Lattner | 2003-04-19 | 1 | -1/+0 |
| * | Add code to verify correctly linkages | Chris Lattner | 2003-04-16 | 1 | -2/+16 |
| * | Fix bug Regression/Verifier/2002-11-05-GetelementptrPointers.ll | Chris Lattner | 2003-01-14 | 1 | -1/+0 |
| * | User defined operators are not supposed to live beyond the lifetime of the | Chris Lattner | 2002-11-21 | 1 | -0/+9 |
| * | - Eliminated the deferred symbol table stuff in Module & Function, it really | Chris Lattner | 2002-11-20 | 1 | -5/+3 |
| * | - Change Function's so that their argument list is populated when they are | Chris Lattner | 2002-10-13 | 1 | -16/+14 |
| * | Check that we don't have external varaibles with internal linkage | Chris Lattner | 2002-10-06 | 1 | -1/+5 |
| * | PHI nodes are not allowed to exist with zero incoming values, check that | Chris Lattner | 2002-10-06 | 1 | -0/+7 |
| * | Make sure that we abort if an error happens as early as neccesary. Before | Chris Lattner | 2002-09-19 | 1 | -5/+27 |
| * | Fix typeo in assertion message | Chris Lattner | 2002-09-10 | 1 | -1/+1 |
| * | Do not allow adds of pointer types, or many other operations on pointer types. | Chris Lattner | 2002-09-09 | 1 | -8/+47 |
| * | Eliminated the MemAccessInst class, folding contents into GEP class. | Chris Lattner | 2002-08-22 | 1 | -2/+3 |
| * | Load & StoreInst no longer derive from MemAccessInst, so we don't have | Chris Lattner | 2002-08-22 | 1 | -6/+4 |
| * | - Cleaned up the interface to AnalysisUsage to take analysis class names | Chris Lattner | 2002-08-08 | 1 | -1/+1 |
| * | Implement dominator checking in the verifier, so that we check that all | Chris Lattner | 2002-08-02 | 1 | -22/+57 |
| * | Register Verifier pass | Chris Lattner | 2002-07-23 | 1 | -2/+2 |
| * | Add a hack to check for a subset of true dominance properties | Chris Lattner | 2002-07-18 | 1 | -4/+22 |
| * | changes for 64bit gcc | Anand Shukla | 2002-06-25 | 1 | -1/+2 |
| * | * Update to work with Megapatch | Chris Lattner | 2002-06-25 | 1 | -105/+153 |
| * | Verify that function call arguments match the function signature | Chris Lattner | 2002-05-08 | 1 | -0/+17 |
| * | Eliminate duplicate or unneccesary #include's | Chris Lattner | 2002-04-29 | 1 | -2/+0 |
| * | Add new optional getPassName() virtual function that a Pass can override | Chris Lattner | 2002-04-29 | 1 | -0/+2 |
| * | Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica... | Chris Lattner | 2002-04-28 | 1 | -0/+4 |
| * | Remove extra unused argument from CheckFailed method | Chris Lattner | 2002-04-28 | 1 | -10/+10 |
| * | The check to see if an external function was marked internal was not reachable! | Chris Lattner | 2002-04-28 | 1 | -4/+6 |
| * | * Rename MethodPass class to FunctionPass | Chris Lattner | 2002-04-27 | 1 | -2/+2 |
| * | * Abort program on verification errors | Chris Lattner | 2002-04-24 | 1 | -1/+41 |
| * | Add some basic checks of CallInst's. | Chris Lattner | 2002-04-18 | 1 | -8/+17 |
| * | * Convert the verifier to use an InstVisitor to be better structured | Chris Lattner | 2002-04-18 | 1 | -137/+154 |
| * | * Fix bug: test/Regression/Verifier/2002-04-13-RetTypes.ll | Chris Lattner | 2002-04-13 | 1 | -22/+47 |
| * | Add new check of return value type matching ret instruction values types | Chris Lattner | 2002-04-12 | 1 | -2/+17 |