| Commit message (Expand) | Author | Age | Files | Lines |
* | include/llvm/DataTypes.h includes this #define so we don't need it anymore | Chris Lattner | 2002-09-13 | 1 | -2/+0 |
* | include/llvm/DataTypes.h includes this #define so we don't need it anymore | Chris Lattner | 2002-09-13 | 1 | -1/+0 |
* | Export symbols for linux | Chris Lattner | 2002-09-13 | 2 | -2/+10 |
* | Tighten up sanity checking | Chris Lattner | 2002-09-13 | 1 | -3/+1 |
* | Factor platform specific makefile directives out into their own makefile | Chris Lattner | 2002-09-13 | 4 | -34/+60 |
* | Try to work well on multiple platforms. | Chris Lattner | 2002-09-13 | 1 | -4/+12 |
* | Link .so files correctly on either linux or solaris | Chris Lattner | 2002-09-13 | 2 | -10/+34 |
* | Build with -D_GNU_SOURCE to enable gnu extensions in header files | Chris Lattner | 2002-09-13 | 2 | -0/+6 |
* | Add better linux support by using the right macro. This still should be | Chris Lattner | 2002-09-13 | 1 | -1/+1 |
* | Submitted by Casey Carter: | Chris Lattner | 2002-09-13 | 2 | -4/+8 |
* | Another portability fix provided via Casey Carter: | Chris Lattner | 2002-09-13 | 1 | -0/+1 |
* | Another portability patch graciously provided by Casey Carter | Chris Lattner | 2002-09-13 | 1 | -1/+1 |
* | Checkin patch written by Casey Carter, enabling support for the redhat GCC 2.96 | Chris Lattner | 2002-09-13 | 2 | -0/+8 |
* | Fix a bug introduced by the Getelementptr change | Chris Lattner | 2002-09-12 | 2 | -2/+2 |
* | Fix a bug I introduced into the code generator. :( | Chris Lattner | 2002-09-12 | 2 | -2/+2 |
* | Add a </ul> that was missing and caused the document to get a little whacky | Chris Lattner | 2002-09-12 | 1 | -2/+2 |
* | Incorporate information about deleting instructions from a basic block, | Chris Lattner | 2002-09-12 | 1 | -3/+19 |
* | Fix bug I introduced with one of my previous changes. | Chris Lattner | 2002-09-12 | 1 | -1/+1 |
* | Add some information about the Instruction class and Instruction.def | Chris Lattner | 2002-09-12 | 1 | -1/+20 |
* | Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair of | Chris Lattner | 2002-09-12 | 2 | -17/+77 |
* | Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair of | Chris Lattner | 2002-09-12 | 2 | -4/+22 |
* | Make sure to print a message when linking a tool | Chris Lattner | 2002-09-12 | 2 | -0/+4 |
* | Compiling with "gmake" should produce less output. The compilation/linking | Misha Brukman | 2002-09-12 | 2 | -40/+60 |
* | - Added content to use-def/def-use section | Joel Stanley | 2002-09-11 | 1 | -9/+121 |
* | *** empty log message *** | Joel Stanley | 2002-09-11 | 1 | -1/+40 |
* | - Change getelementptr instruction to use long indexes instead of uint | Chris Lattner | 2002-09-11 | 2 | -14/+3 |
* | - Change getelementptr instruction to use long indexes instead of uint | Chris Lattner | 2002-09-11 | 3 | -9/+9 |
* | - Change getelementptr instruction to use long indexes instead of uint | Chris Lattner | 2002-09-11 | 9 | -62/+57 |
* | Give better assertion message for error conditions | Chris Lattner | 2002-09-11 | 1 | -0/+4 |
* | Recently changed getelementptr to use 'long' indexes for sequential types | Chris Lattner | 2002-09-11 | 1 | -0/+10 |
* | Convert index type for getelementptr instruction from uint to long | Chris Lattner | 2002-09-11 | 1 | -2/+2 |
* | Allocation insts always have one operand | Chris Lattner | 2002-09-11 | 1 | -2/+1 |
* | Add convenience ctor to BranchInst | Chris Lattner | 2002-09-10 | 1 | -0/+7 |
* | Add convenience ctor to BranchInst | Chris Lattner | 2002-09-10 | 1 | -1/+2 |
* | Fix the last of the silly bugs I just introduced. :( | Chris Lattner | 2002-09-10 | 1 | -3/+3 |
* | Fix bugs in previous checkins | Chris Lattner | 2002-09-10 | 1 | -4/+4 |
* | Fix bug in previous checkin | Chris Lattner | 2002-09-10 | 1 | -0/+1 |
* | Add cannonicalization of shl X, 1 -> add X, X | Chris Lattner | 2002-09-10 | 1 | -4/+12 |
* | Check for cannonicalization of shl X, 1 -> add X, X | Chris Lattner | 2002-09-10 | 1 | -0/+4 |
* | Fix minor problems in previous checkin | Chris Lattner | 2002-09-10 | 1 | -1/+1 |
* | Fix minor problems in previous checkin | Chris Lattner | 2002-09-10 | 1 | -3/+3 |
* | Fix config file due to directories changing | Chris Lattner | 2002-09-10 | 2 | -6/+6 |
* | Clean up code due to auto-insert constructors | Chris Lattner | 2002-09-10 | 2 | -9/+8 |
* | Clean up code due to auto-insert constructors | Chris Lattner | 2002-09-10 | 6 | -61/+31 |
* | Clean up code | Chris Lattner | 2002-09-10 | 1 | -8/+4 |
* | Use explicit ctor | Chris Lattner | 2002-09-10 | 1 | -1/+2 |
* | Clean up pointer using testcases | Chris Lattner | 2002-09-10 | 3 | -50/+7 |
* | Tighten up assertion checking for binary operators, not allowing invalid | Chris Lattner | 2002-09-10 | 1 | -2/+27 |
* | Tighten up error checking in parser, disallowing instructions that f.e., | Chris Lattner | 2002-09-10 | 1 | -3/+23 |
* | Remove a testcase that is irrelevant now, fix a pointer adding testcase | Chris Lattner | 2002-09-10 | 2 | -70/+3 |