summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* These have been removedChris Lattner2004-11-27
* Remove zlib from the llvm tarball. This is only used (in theory by povray-31Chris Lattner2004-11-27
* Remove zlib from the llvm tarball. This is only used (in theory by povray-31Chris Lattner2004-11-27
* When merging to alias sets, if they are both must alias, the result is notChris Lattner2004-11-27
* Change interface to this method a bitChris Lattner2004-11-27
* Implement Regression/Transforms/InstCombine/getelementptr_cast.ll, whichChris Lattner2004-11-27
* New testcaseChris Lattner2004-11-27
* Don't depend on grep or sed to be portable at all. Just compare againstReid Spencer2004-11-27
* Put the expected tables of contents of the test archives into separateReid Spencer2004-11-27
* Use grep instead of sed because on Solaris sed doesn't copy null bytes andReid Spencer2004-11-27
* Accommodate the braindead Solaris "diff" that doesn't understand the -qReid Spencer2004-11-27
* Remove the ISel->AsmPrinter link via the TargetMachine that was put inNate Begeman2004-11-27
* Add a new interfaceChris Lattner2004-11-26
* Provide size information when checking to see if we can LICM a load, thisChris Lattner2004-11-26
* When evaluating an AA, pass in size infoChris Lattner2004-11-26
* There is no reason to store <x,x>, just store <x>.Chris Lattner2004-11-26
* The trick with globals actually works with allocas and malloc tooChris Lattner2004-11-26
* A store or load cannot alias a global if the accessed amount is larger thenChris Lattner2004-11-26
* new testcase basicaa should handleChris Lattner2004-11-26
* Indicate that PR427 won't be fixed.Reid Spencer2004-11-25
* * Add features I implemented this release.Reid Spencer2004-11-25
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-25
* Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now.Reid Spencer2004-11-25
* Always pass -D_GNU_SOURCE to cc1plusReid Spencer2004-11-25
* Always pass -D_GNU_SOURCE to cc1Reid Spencer2004-11-25
* Add bzip2 subdirectoryReid Spencer2004-11-25
* Remove zlib support in favor of our own bzip2 libraryReid Spencer2004-11-25
* Adjust to Compressor interface changeReid Spencer2004-11-25
* Restrict the interface to not allow algorithm selectionReid Spencer2004-11-25
* Add some instructions about ranlib'ing the CFE runtime libraries so thatReid Spencer2004-11-25
* Revise to LLVM makefile standards.Reid Spencer2004-11-25
* Initial Version from bzip2 Release 1.0.2.Reid Spencer2004-11-25
* Correct the configuration variable used to find the bin directory.Reid Spencer2004-11-25
* Implement dependent library linking. It is no longer required that -lstdc++Reid Spencer2004-11-25
* Remove blank comment lines for uniformity.Reid Spencer2004-11-25
* Add a convenience target to build all three modes: Debug, Release, ProfileReid Spencer2004-11-25
* Gack. Actually use the correct variable name in setting the JIT support.Reid Spencer2004-11-25
* Enable optimization suggested by Chris Lattner to not emit reloc stubs forNate Begeman2004-11-25
* The PPC backend is basically stable, and has a JIT now.Chris Lattner2004-11-25
* Bug fixedChris Lattner2004-11-25
* New testcase for PR451Chris Lattner2004-11-25
* Fix the build on non ppc machinesChris Lattner2004-11-25
* PR256 fixed.Reid Spencer2004-11-25
* Fix the lib/System/platform link by using proper cached variable name.Reid Spencer2004-11-25
* For PR256:Reid Spencer2004-11-25
* Cache the value of this test.Reid Spencer2004-11-25
* Tidy up the indentation. Give the cache variable a proper name.Reid Spencer2004-11-25
* Eliminate duplicate "checking" message.Reid Spencer2004-11-25
* The JIT works enoughChris Lattner2004-11-25
* Fix encoding of fsel, fixing olden/power, McCat/bisort and several others.Chris Lattner2004-11-25