aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Compute the firstFileOffset correctly after reading the LLVM symbol table.Reid Spencer2004-11-282-4/+6
* Bug fixedChris Lattner2004-11-281-0/+2
* New testcase for PR447Chris Lattner2004-11-281-0/+9
* Bug fixedChris Lattner2004-11-281-1/+3
* New testcase for PR360Chris Lattner2004-11-281-0/+11
* Bug fixedChris Lattner2004-11-281-0/+2
* New testcase for PR244Chris Lattner2004-11-281-0/+14
* Bug fixedChris Lattner2004-11-271-0/+2
* New testcase for PR397Chris Lattner2004-11-271-0/+26
* Bug fixedChris Lattner2004-11-271-0/+2
* new testcaseChris Lattner2004-11-271-0/+14
* Remove a dead check at the end of the configure script that was a left overReid Spencer2004-11-272-27/+7
* Get the cache variable name right.Reid Spencer2004-11-271-5/+5
* Move this to the QOI sectionChris Lattner2004-11-271-2/+2
* Mention djChris Lattner2004-11-271-0/+1
* Bug fixedChris Lattner2004-11-271-0/+2
* New testcaseChris Lattner2004-11-271-0/+7
* Pass in llvmgxxChris Lattner2004-11-271-1/+1
* Add notesChris Lattner2004-11-271-0/+5
* New testcase for PR424Chris Lattner2004-11-271-0/+10
* Add some notesChris Lattner2004-11-271-0/+3
* Add bzip2Chris Lattner2004-11-271-1/+1
* These have been removedChris Lattner2004-11-271-2/+0
* Remove zlib from the llvm tarball. This is only used (in theory by povray-31Chris Lattner2004-11-27117-26178/+0
* Remove zlib from the llvm tarball. This is only used (in theory by povray-31Chris Lattner2004-11-2735-13470/+0
* When merging to alias sets, if they are both must alias, the result is notChris Lattner2004-11-271-8/+22
* Change interface to this method a bitChris Lattner2004-11-271-1/+1
* Implement Regression/Transforms/InstCombine/getelementptr_cast.ll, whichChris Lattner2004-11-271-0/+15
* New testcaseChris Lattner2004-11-271-0/+9
* Don't depend on grep or sed to be portable at all. Just compare againstReid Spencer2004-11-278-36/+6
* Put the expected tables of contents of the test archives into separateReid Spencer2004-11-274-0/+12
* Use grep instead of sed because on Solaris sed doesn't copy null bytes andReid Spencer2004-11-278-6/+6
* Accommodate the braindead Solaris "diff" that doesn't understand the -qReid Spencer2004-11-274-4/+4
* Remove the ISel->AsmPrinter link via the TargetMachine that was put inNate Begeman2004-11-273-24/+2
* Add a new interfaceChris Lattner2004-11-262-0/+17
* Provide size information when checking to see if we can LICM a load, thisChris Lattner2004-11-261-3/+6
* When evaluating an AA, pass in size infoChris Lattner2004-11-261-28/+38
* There is no reason to store <x,x>, just store <x>.Chris Lattner2004-11-261-5/+3
* The trick with globals actually works with allocas and malloc tooChris Lattner2004-11-261-12/+12
* A store or load cannot alias a global if the accessed amount is larger thenChris Lattner2004-11-261-20/+49
* new testcase basicaa should handleChris Lattner2004-11-261-0/+17
* Indicate that PR427 won't be fixed.Reid Spencer2004-11-251-0/+4
* * Add features I implemented this release.Reid Spencer2004-11-251-67/+100
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-2520-20/+26
* Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now.Reid Spencer2004-11-255-203/+1
* Always pass -D_GNU_SOURCE to cc1plusReid Spencer2004-11-251-1/+2
* Always pass -D_GNU_SOURCE to cc1Reid Spencer2004-11-251-2/+3
* Add bzip2 subdirectoryReid Spencer2004-11-251-0/+1
* Remove zlib support in favor of our own bzip2 libraryReid Spencer2004-11-251-177/+77
* Adjust to Compressor interface changeReid Spencer2004-11-253-6/+3