aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* include/llvm/DataTypes.h includes this #define so we don't need it anymoreChris Lattner2002-09-131-2/+0
* include/llvm/DataTypes.h includes this #define so we don't need it anymoreChris Lattner2002-09-131-1/+0
* Export symbols for linuxChris Lattner2002-09-132-2/+10
* Tighten up sanity checkingChris Lattner2002-09-131-3/+1
* Factor platform specific makefile directives out into their own makefileChris Lattner2002-09-134-34/+60
* Try to work well on multiple platforms.Chris Lattner2002-09-131-4/+12
* Link .so files correctly on either linux or solarisChris Lattner2002-09-132-10/+34
* Build with -D_GNU_SOURCE to enable gnu extensions in header filesChris Lattner2002-09-132-0/+6
* Add better linux support by using the right macro. This still should beChris Lattner2002-09-131-1/+1
* Submitted by Casey Carter:Chris Lattner2002-09-132-4/+8
* Another portability fix provided via Casey Carter:Chris Lattner2002-09-131-0/+1
* Another portability patch graciously provided by Casey CarterChris Lattner2002-09-131-1/+1
* Checkin patch written by Casey Carter, enabling support for the redhat GCC 2.96Chris Lattner2002-09-132-0/+8
* Fix a bug introduced by the Getelementptr changeChris Lattner2002-09-122-2/+2
* Fix a bug I introduced into the code generator. :(Chris Lattner2002-09-122-2/+2
* Add a </ul> that was missing and caused the document to get a little whackyChris Lattner2002-09-121-2/+2
* Incorporate information about deleting instructions from a basic block,Chris Lattner2002-09-121-3/+19
* Fix bug I introduced with one of my previous changes.Chris Lattner2002-09-121-1/+1
* Add some information about the Instruction class and Instruction.defChris Lattner2002-09-121-1/+20
* Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair ofChris Lattner2002-09-122-17/+77
* Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair ofChris Lattner2002-09-122-4/+22
* Make sure to print a message when linking a toolChris Lattner2002-09-122-0/+4
* Compiling with "gmake" should produce less output. The compilation/linkingMisha Brukman2002-09-122-40/+60
* - Added content to use-def/def-use sectionJoel Stanley2002-09-111-9/+121
* *** empty log message ***Joel Stanley2002-09-111-1/+40
* - Change getelementptr instruction to use long indexes instead of uintChris Lattner2002-09-112-14/+3
* - Change getelementptr instruction to use long indexes instead of uintChris Lattner2002-09-113-9/+9
* - Change getelementptr instruction to use long indexes instead of uintChris Lattner2002-09-119-62/+57
* Give better assertion message for error conditionsChris Lattner2002-09-111-0/+4
* Recently changed getelementptr to use 'long' indexes for sequential typesChris Lattner2002-09-111-0/+10
* Convert index type for getelementptr instruction from uint to longChris Lattner2002-09-111-2/+2
* Allocation insts always have one operandChris Lattner2002-09-111-2/+1
* Add convenience ctor to BranchInstChris Lattner2002-09-101-0/+7
* Add convenience ctor to BranchInstChris Lattner2002-09-101-1/+2
* Fix the last of the silly bugs I just introduced. :(Chris Lattner2002-09-101-3/+3
* Fix bugs in previous checkinsChris Lattner2002-09-101-4/+4
* Fix bug in previous checkinChris Lattner2002-09-101-0/+1
* Add cannonicalization of shl X, 1 -> add X, XChris Lattner2002-09-101-4/+12
* Check for cannonicalization of shl X, 1 -> add X, XChris Lattner2002-09-101-0/+4
* Fix minor problems in previous checkinChris Lattner2002-09-101-1/+1
* Fix minor problems in previous checkinChris Lattner2002-09-101-3/+3
* Fix config file due to directories changingChris Lattner2002-09-102-6/+6
* Clean up code due to auto-insert constructorsChris Lattner2002-09-102-9/+8
* Clean up code due to auto-insert constructorsChris Lattner2002-09-106-61/+31
* Clean up codeChris Lattner2002-09-101-8/+4
* Use explicit ctorChris Lattner2002-09-101-1/+2
* Clean up pointer using testcasesChris Lattner2002-09-103-50/+7
* Tighten up assertion checking for binary operators, not allowing invalidChris Lattner2002-09-101-2/+27
* Tighten up error checking in parser, disallowing instructions that f.e.,Chris Lattner2002-09-101-3/+23
* Remove a testcase that is irrelevant now, fix a pointer adding testcaseChris Lattner2002-09-102-70/+3