oota-llvm.git
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...
2004-11-25 Reid SpencerEliminate duplicate "checking" message.
2004-11-25 Chris LattnerThe JIT works enough
2004-11-25 Chris LattnerFix encoding of fsel, fixing olden/power, McCat/bisort...
2004-11-25 Chris LattnerFix encoding of fneg instruction
2004-11-25 Chris LattnerFix encoding of swari, fixing several programs, includi...
2004-11-25 Reid SpencerMake the check print something, give the cache var...
2004-11-25 Chris LattnerThere is not a 1-1 mappign between llvm blocks and...
2004-11-24 Chris Lattner* Rename existing relocations to be more specific
2004-11-24 Nate BegemanAdd the same optimization that we do loading from fixed...
2004-11-24 Chris LattnerWrite CompilationCallback as an explicit assembly stub...
2004-11-24 Chris LattnerWhen rewriting the original call instruction, make...
2004-11-24 Chris LattnerForce the intregs ptr into R2 and the FPregs ptr into...
2004-11-24 Reid SpencerImplement and document prefix options with arbitrary...
2004-11-24 Brian GaekeUpdate list of failing benchmarks.
2004-11-24 Brian GaekeFix bug in emitGEPOperation with large struct-member...
2004-11-24 Chris LattnerFix a few more tests by encoding the extsb and other...
2004-11-24 Chris LattnerFix the encoding of ORi and other DForm4 instructions...
2004-11-24 Chris LattnerLoads are relocatable too
2004-11-24 Chris LattnerCalls do not need a MovPCtoLR instruction
2004-11-24 Chris LattnerGet constant pools working. This fixes even more progr...
2004-11-24 Tanya LattnerForced branches to be first to be scheduled.
2004-11-24 Chris LattnerRewrite branches more closely to correct. This makes...
2004-11-24 Chris LattnerBranch instructions explicitly represent CRx in them...
2004-11-24 Nate BegemanFix encoding of bctrl, and remove some unused instructions
2004-11-24 Reid SpencerMake sure additional C++ suffixes are recognized by...
2004-11-23 Reid SpencerAdd the configurable configuration files for llvmc.
2004-11-23 Reid Spencer* Adjust the options to make them either accept multipl...
2004-11-23 Reid Spencer* Don't pass empty arguments to ExecuteAndWait because...
2004-11-23 Reid SpencerConfiguration data now supports a vector of library...
2004-11-23 Reid SpencerAdd the c and cpp configuration files.
2004-11-23 Reid SpencerRemoved in favor of configurable (*.in) versions.
2004-11-23 Reid SpencerMake various adjustments to parsing so that the separat...
2004-11-23 Reid SpencerSPACE is a legitimate token now, to separate option...
2004-11-23 Reid SpencerHandle space, separators, bad substitutions, and librar...
2004-11-23 Reid SpencerConfigurable language configuration files.
2004-11-23 Reid SpencerAllow reading of member names that begin with an _...
2004-11-23 Chris LattnerFix encoding of blr and bctr
2004-11-23 John CriswellAdded remark about GCC 3.2.2. Someone with more knowle...
2004-11-23 Nate BegemanUse the correct register class as a constaint to gcc...
2004-11-23 Nate BegemanSave/Restore arg regs and nonvolatile regs the compiler...
2004-11-23 Chris LattnerFix the encoding of OR, AND and many other instructions
2004-11-23 Brian GaekeSupport shr long/ulong.
2004-11-23 Brian GaekeSupport printing ConstantAggregateZeros.
2004-11-23 Brian GaekeUpdate failing SingleSource test-case list.
2004-11-23 Chris LattnerRemove argtype and argcount magic, which was used by...
2004-11-23 Chris LattnerGet rid of flags that are dead
2004-11-23 Misha BrukmanWe also provide a source distribution of the GCC front-end
2004-11-23 Chris LattnerFix encoding of rlwinm?
2004-11-23 Chris LattnerFix encodings
2004-11-23 Chris LattnerEnumerate CR registers
2004-11-23 Chris LattnerInitial implementation of exiting CompilationCallback
2004-11-23 Chris LattnerThis method is dead
next