oota-llvm.git
2004-11-29 Reid SpencerUse LLVMLIBS=JIT to get JIT libraries
2004-11-29 Reid SpencerIncorporate tools/Makefile.JIT
2004-11-29 Reid SpencerMake sure the program's symbols can be dlsym'd as well.
2004-11-29 Chris LattnerRevamp long/ulong comparisons to use a much more effici...
2004-11-29 Reid Spencer* Allow date command to be printed in verbose mode
2004-11-29 Reid SpencerAdd "docs" as a descendable directory (at the end)
2004-11-29 Reid Spencer* allow doxygen documentation to be enabled/disabled...
2004-11-29 Reid Spencer* Get additional configured values into the makefiles
2004-11-29 Reid SpencerMake the check a little quieter.
2004-11-29 Reid Spencer* Make this makefile compliant with LLVM makefile standards
2004-11-29 Reid SpencerMoved --> doxygen.cfg.in
2004-11-29 Tanya LattnerReworked branching so we don't handle BAs specially...
2004-11-29 Reid Spencer* Get rid of extraneous directories
2004-11-29 Reid Spencer* add llvmc and llvm-ld
2004-11-29 Reid SpencerAdjust this so that doxygen doesn't barf on it.
2004-11-29 Reid Spencer* Adjust so this falls in line with LLVM Makefile stand...
2004-11-29 Reid Spencer* Fix an item list.
2004-11-29 Reid SpencerAdd a link.
2004-11-29 Reid SpencerFor PR393:
2004-11-28 Tanya LattnerFixed bug where instructions in the kernel were not...
2004-11-28 Reid SpencerUpdate the test to match the optimization. The optimiza...
2004-11-28 Reid SpencerFix for PR454:
2004-11-28 Chris LattnerThe LLVM bool type shall have 1 byte alignment on PPC.
2004-11-28 Chris LattnerMake DSE potentially more aggressive by being more...
2004-11-28 Chris LattnerFix DeadStoreElimination/2004-11-28-LiveStoreDeleted.ll
2004-11-28 Chris LattnerNew testcase. The store is not dead here.
2004-11-28 Chris LattnerFix SingleSource/UnitTests/2004-11-28-GlobalBoolLayout...
2004-11-28 Chris Lattnernew testcase for PR463
2004-11-28 Chris LattnerFix PR463
2004-11-28 Reid SpencerCorrect the RUN line to remove unneeded parameters...
2004-11-28 Reid SpencerTest case for PR454
2004-11-28 Reid SpencerCompute the firstFileOffset correctly after reading...
2004-11-28 Chris LattnerBug fixed
2004-11-28 Chris LattnerNew testcase for PR447
2004-11-28 Chris LattnerBug fixed
2004-11-28 Chris LattnerNew testcase for PR360
2004-11-28 Chris LattnerBug fixed
2004-11-28 Chris LattnerNew testcase for PR244
2004-11-27 Chris LattnerBug fixed
2004-11-27 Chris LattnerNew testcase for PR397
2004-11-27 Chris LattnerBug fixed
2004-11-27 Chris Lattnernew testcase
2004-11-27 Reid SpencerRemove a dead check at the end of the configure script...
2004-11-27 Reid SpencerGet the cache variable name right.
2004-11-27 Chris LattnerMove this to the QOI section
2004-11-27 Chris LattnerMention dj
2004-11-27 Chris LattnerBug fixed
2004-11-27 Chris LattnerNew testcase
2004-11-27 Chris LattnerPass in llvmgxx
2004-11-27 Chris LattnerAdd notes
2004-11-27 Chris LattnerNew testcase for PR424
2004-11-27 Chris LattnerAdd some notes
2004-11-27 Chris LattnerAdd bzip2
2004-11-27 Chris LattnerThese have been removed
2004-11-27 Chris LattnerRemove zlib from the llvm tarball. This is only used...
2004-11-27 Chris LattnerRemove zlib from the llvm tarball. This is only used...
2004-11-27 Chris LattnerWhen merging to alias sets, if they are both must alias...
2004-11-27 Chris LattnerChange interface to this method a bit
2004-11-27 Chris LattnerImplement Regression/Transforms/InstCombine/getelementp...
2004-11-27 Chris LattnerNew testcase
2004-11-27 Reid SpencerDon't depend on grep or sed to be portable at all....
2004-11-27 Reid SpencerPut the expected tables of contents of the test archive...
2004-11-27 Reid SpencerUse grep instead of sed because on Solaris sed doesn...
2004-11-27 Reid SpencerAccommodate the braindead Solaris "diff" that doesn...
2004-11-27 Nate BegemanRemove the ISel->AsmPrinter link via the TargetMachine...
2004-11-26 Chris LattnerAdd a new interface
2004-11-26 Chris LattnerProvide size information when checking to see if we...
2004-11-26 Chris LattnerWhen evaluating an AA, pass in size info
2004-11-26 Chris LattnerThere is no reason to store <x,x>, just store <x>.
2004-11-26 Chris LattnerThe trick with globals actually works with allocas...
2004-11-26 Chris LattnerA store or load cannot alias a global if the accessed...
2004-11-26 Chris Lattnernew testcase basicaa should handle
2004-11-25 Reid SpencerIndicate that PR427 won't be fixed.
2004-11-25 Reid Spencer* Add features I implemented this release.
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
2004-11-25 Reid SpencerRemove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2...
2004-11-25 Reid SpencerAlways pass -D_GNU_SOURCE to cc1plus
2004-11-25 Reid SpencerAlways pass -D_GNU_SOURCE to cc1
2004-11-25 Reid SpencerAdd bzip2 subdirectory
2004-11-25 Reid SpencerRemove zlib support in favor of our own bzip2 library
2004-11-25 Reid SpencerAdjust to Compressor interface change
2004-11-25 Reid SpencerRestrict the interface to not allow algorithm selection
2004-11-25 Reid SpencerAdd some instructions about ranlib'ing the CFE runtime...
2004-11-25 Reid SpencerRevise to LLVM makefile standards.
2004-11-25 Reid SpencerInitial Version from bzip2 Release 1.0.2.
2004-11-25 Reid SpencerCorrect the configuration variable used to find the...
2004-11-25 Reid SpencerImplement dependent library linking. It is no longer...
2004-11-25 Reid SpencerRemove blank comment lines for uniformity.
2004-11-25 Reid SpencerAdd a convenience target to build all three modes:...
2004-11-25 Reid SpencerGack. Actually use the correct variable name in setting...
2004-11-25 Nate BegemanEnable optimization suggested by Chris Lattner to not...
2004-11-25 Chris LattnerThe PPC backend is basically stable, and has a JIT...
2004-11-25 Chris LattnerBug fixed
2004-11-25 Chris LattnerNew testcase for PR451
2004-11-25 Chris LattnerFix the build on non ppc machines
2004-11-25 Reid SpencerPR256 fixed.
2004-11-25 Reid SpencerFix the lib/System/platform link by using proper cached...
2004-11-25 Reid SpencerFor PR256:
2004-11-25 Reid SpencerCache the value of this test.
2004-11-25 Reid SpencerTidy up the indentation. Give the cache variable a...
next