aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Move MaximumAlignment to Value.h, now that GlobalValue.h needs it.Dan Gohman2010-07-282-4/+4
* Make GlobalValue alignment consistent with load, store, and allocaDan Gohman2010-07-283-5/+13
* Create a fixed stack object for varargs that is as large as any register.Jakob Stoklund Olesen2010-07-281-1/+4
* Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby2010-07-286-1/+178
* RegionInfo: Make sure to free cached nodes; Tobias, please check!Daniel Dunbar2010-07-281-0/+5
* MC: Put back the MCFragment vtable, so subclasses are destroyed properly (duh).Daniel Dunbar2010-07-282-0/+4
* Regenerate.Eric Christopher2010-07-281-0/+12
* Use a C++ compiler for the atomic builtin check since we'llEric Christopher2010-07-281-0/+4
* Define a maximum supported alignment value for load, store, andDan Gohman2010-07-288-1/+46
* Print out the regclass of any virtual registers used by a machine instruction.Jakob Stoklund Olesen2010-07-281-0/+31
* Fix a warning from gcc-4.0 (from the ppc buildbot).Bob Wilson2010-07-281-0/+2
* Instead of abusing swapProgramIn, just add a Module argument toRafael Espindola2010-07-285-36/+28
* Unbreak my CMake build, say you'll compile for me again...Douglas Gregor2010-07-281-0/+1
* Fix this code to avoid decrementing an iterator past the beginningDan Gohman2010-07-281-5/+2
* When user code intentionally dereferences null, the alignment of theDan Gohman2010-07-281-2/+7
* Do GEP offset calculations with unsigned math rather than signed mathDan Gohman2010-07-281-1/+1
* Add some extra friend declarations to fix a gcc-4.0 compile error.Dan Gohman2010-07-282-0/+3
* simplifyGabor Greif2010-07-281-2/+2
* Support: Add CrashRecoveryContext helper object.Daniel Dunbar2010-07-282-0/+170
* simplifyGabor Greif2010-07-281-4/+2
* Update svn:ignore properties.Dan Gohman2010-07-280-0/+0
* use Value* constructor of CallSite to create potentially improper site, and t...Gabor Greif2010-07-281-2/+1
* use Value* constructor of CallSite to create potentially improper site, and t...Gabor Greif2010-07-281-3/+3
* use Value* constructor of CallSite to create potentially improper siteGabor Greif2010-07-281-2/+2
* simplifyGabor Greif2010-07-281-1/+1
* simplifyGabor Greif2010-07-281-2/+1
* we are supposed to only create proper CallSites from an instruction (esp. Cal...Gabor Greif2010-07-281-2/+2
* Filter out patterns that have PredicateOperands.Eric Christopher2010-07-281-0/+12
* Make SCEVCallbackVH::allUsesReplacedWith update the old SCEVUnknownDan Gohman2010-07-281-22/+39
* Make SCEVCallbackVH::allUsesReplacedWith unconditionally deleteDan Gohman2010-07-281-12/+6
* Implement a vectorized algorithm for <16 x i8> << <16 x i8>Nate Begeman2010-07-282-22/+85
* Add a comment.Dan Gohman2010-07-281-0/+2
* Rearrange several datastructures in LazyValueInfo to improve compile time.Owen Anderson2010-07-271-69/+35
* Fill out the interface of DenseSet a bit.Owen Anderson2010-07-271-0/+6
* Testcase for r109556. Radar 8198362.Stuart Hastings2010-07-271-0/+18
* reintroduce original (asserting) semantics of CallSite(Instruction *II)Gabor Greif2010-07-272-1/+3
* ~40% faster vector shl <4 x i32> on SSE 4.1 Larger improvements for smaller ...Nate Begeman2010-07-273-0/+48
* recommit simplification (originally r109504, backed out in r109508) now that ...Gabor Greif2010-07-271-3/+2
* remove bogus assert, use static_cast for additional checkingGabor Greif2010-07-271-5/+4
* It is FE's responsibility to emit proper directory name.Devang Patel2010-07-271-4/+1
* make lookup failures not fatal.Chris Lattner2010-07-271-1/+6
* GrammarJim Grosbach2010-07-271-3/+3
* Update tests to not rely on input file's absolute path.Devang Patel2010-07-273-4/+4
* Fix a crash in the dag combiner caused by ConstantFoldBIT_CONVERTofBUILD_VECT...Nate Begeman2010-07-272-2/+16
* 80 columnJim Grosbach2010-07-271-4/+4
* fix typoJim Grosbach2010-07-271-1/+1
* recommit simplification (r109502, backed out r109509); seems to innocentGabor Greif2010-07-271-1/+1
* back out this too to restore the botsGabor Greif2010-07-271-1/+1
* back out r109504, breaks the botsGabor Greif2010-07-271-2/+3
* simplify: CallSite::get --> CallSite constructorGabor Greif2010-07-271-4/+4