Age | Commit message (Expand) | Author |
2004-05-28 | Remove some more dead code resulting from adding setTypeName(). | Reid Spencer |
2004-05-27 | Remove an assertion that uses Type::TypeTy that is never hit and will | Reid Spencer |
2004-05-27 | Add support for dos-style files | Chris Lattner |
2004-05-26 | Provide the correct patch for bug 345. The solution is to add a setTypeName | Reid Spencer |
2004-05-26 | A quick and ugly hack to fix PR345. I used TypeTy specifically to make | Chris Lattner |
2004-05-25 | Changed to use SymbolTable's new lookup interface. | Reid Spencer |
2004-04-17 | Fix a memory leak. We leaked the vector holding the entries in switch tables. | Chris Lattner |
2004-04-05 | Support getelementptr instructions which use uint's to index into structure | Chris Lattner |
2004-03-31 | Avoid TRUE and FALSE which apparently conflict with some macros on OSX | Chris Lattner |
2004-03-30 | Fix bug: Assembler/2004-03-30-UnclosedFunctionCrash.llx | Chris Lattner |
2004-03-19 | Hrm, we were leaking ~1M of garbage that valgrind never told us about because | Chris Lattner |
2004-03-12 | Allow parsing select instruction and constant expr | Chris Lattner |
2004-03-08 | Insert functions into the module promptly, not lazily. This fixes a bug | Chris Lattner |
2004-03-08 | Eliminate a REALLY HORRIBLE API: mutateReferences, which is gross gross gross. | Chris Lattner |
2004-02-09 | It turns out that the two dimensional vectors were causing big slowdowns | Chris Lattner |
2004-02-09 | When resolving upreferences, if multiple uprefs will be resolved to the same | Chris Lattner |
2004-02-09 | Adjust to the changed StructType interface. In particular, getElementTypes()... | Chris Lattner |
2004-02-09 | Start using the new and improve interface to FunctionType arguments | Chris Lattner |
2004-02-09 | This #include is not needed, it should have been removed with the last patch | Chris Lattner |
2004-02-09 | Instead of searching the entire type graph for a type to determine if it | Chris Lattner |
2004-02-09 | Upreferences are always OpaqueTypes, meaning that it is impossible for a non-... | Chris Lattner |
2004-02-08 | Change the 'exception' destination to the 'unwind' destination. We will always | Chris Lattner |
2004-01-12 | Don't use ConstantExpr::getShift anymore | Chris Lattner |
2003-12-31 | Minor code cleanups. The only bugfix is to the UR_DEBUG stuff which didn't | Chris Lattner |
2003-12-23 | Right, fix the problem with invoke instructions, not just call instructions | Chris Lattner |
2003-12-23 | Do not delete the type holder until after the call instruction has been | Chris Lattner |
2003-12-23 | Minor cleanups, plug a minor memory leak | Chris Lattner |
2003-11-26 | To not barf when an error occurs. | Chris Lattner |
2003-11-25 | Fix PR147 | Chris Lattner |
2003-11-21 | Check return types of functions | Chris Lattner |
2003-11-21 | Don't crash on bogus source value | Chris Lattner |
2003-11-12 | Fix bug PR107, patch contributed by Reid Spencer! | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-30 | Make sure that PHI node operands are first class types | Chris Lattner |
2003-10-23 | * Eliminate `using' directive | Misha Brukman |
2003-10-21 | Added LLVM copyright header. | John Criswell |
2003-10-20 | Added LLVM copyright notice to Makefiles. | John Criswell |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-10-19 | Eliminate unused class | Chris Lattner |
2003-10-19 | Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct... | Chris Lattner |
2003-10-18 | New revised variable argument handling support | Chris Lattner |
2003-10-17 | Tighten up handling of checks for shift instructions | Chris Lattner |
2003-10-16 | Minor cleanups | Chris Lattner |
2003-10-16 | Add support for 'weak' linkage. | Chris Lattner |
2003-10-15 | Decrease usage of use_size() | Chris Lattner |
2003-10-13 | Regularize header file comments | Chris Lattner |
2003-10-10 | Include <cctype> and <cstdlib> instead of <ctype.h> and "Config/stdlib.h". | Brian Gaeke |
2003-10-10 | Reserve space for PHI operands | Chris Lattner |
2003-10-10 | Accept 'weak' as a linkage type. For now, just turn it into linkonce linkage | Chris Lattner |
2003-10-10 | Add better checking | Chris Lattner |