summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Fix encoding of fneg instructionChris Lattner2004-11-25
* Fix encoding of swari, fixing several programs, including Olden/mstChris Lattner2004-11-25
* Make the check print something, give the cache var an llvm specific name.Reid Spencer2004-11-25
* There is not a 1-1 mappign between llvm blocks and PPC blocks, do not useChris Lattner2004-11-25
* * Rename existing relocations to be more specificChris Lattner2004-11-24
* Add the same optimization that we do loading from fixed alloca slots toNate Begeman2004-11-24
* Write CompilationCallback as an explicit assembly stub to avoid getting GCC'sChris Lattner2004-11-24
* When rewriting the original call instruction, make sure to rewrite it toChris Lattner2004-11-24
* Force the intregs ptr into R2 and the FPregs ptr into R3. This fixes a reallyChris Lattner2004-11-24
* Implement and document prefix options with arbitrary values including anReid Spencer2004-11-24
* Update list of failing benchmarks.Brian Gaeke2004-11-24
* Fix bug in emitGEPOperation with large struct-member offsets.Brian Gaeke2004-11-24
* Fix a few more tests by encoding the extsb and other XForm11 instructionsChris Lattner2004-11-24
* Fix the encoding of ORi and other DForm4 instructions. This brings us toChris Lattner2004-11-24
* Loads are relocatable tooChris Lattner2004-11-24
* Calls do not need a MovPCtoLR instructionChris Lattner2004-11-24
* Get constant pools working. This fixes even more programs, allowing us toChris Lattner2004-11-24
* Forced branches to be first to be scheduled.Tanya Lattner2004-11-24
* Rewrite branches more closely to correct. This makes more stuff pass, andChris Lattner2004-11-24
* Branch instructions explicitly represent CRx in them. bEcause of this, encodeChris Lattner2004-11-24
* Fix encoding of bctrl, and remove some unused instructionsNate Begeman2004-11-24
* Make sure additional C++ suffixes are recognized by llvmc.Reid Spencer2004-11-24