aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add an erase() method to llvm::ThreadLocal.Owen Anderson2010-07-283-0/+9
* Get rid of LVIQuery as a distinct data structure, so that we don't have to in...Owen Anderson2010-07-281-93/+66
* Make GlobalValue alignment consistent with load, store, and allocaDan Gohman2010-07-281-1/+8
* 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-284-1/+99
* 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-281-0/+3
* Define a maximum supported alignment value for load, store, andDan Gohman2010-07-283-1/+16
* Print out the regclass of any virtual registers used by a machine instruction.Jakob Stoklund Olesen2010-07-281-0/+31
* 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
* simplifyGabor Greif2010-07-281-2/+2
* Support: Add CrashRecoveryContext helper object.Daniel Dunbar2010-07-281-0/+88
* simplifyGabor Greif2010-07-281-4/+2
* 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
* 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-281-21/+73
* Rearrange several datastructures in LazyValueInfo to improve compile time.Owen Anderson2010-07-271-69/+35
* reintroduce original (asserting) semantics of CallSite(Instruction *II)Gabor Greif2010-07-271-1/+1
* ~40% faster vector shl <4 x i32> on SSE 4.1 Larger improvements for smaller ...Nate Begeman2010-07-272-0/+34
* recommit simplification (originally r109504, backed out in r109508) now that ...Gabor Greif2010-07-271-3/+2
* It is FE's responsibility to emit proper directory name.Devang Patel2010-07-271-4/+1
* GrammarJim Grosbach2010-07-271-3/+3
* Fix a crash in the dag combiner caused by ConstantFoldBIT_CONVERTofBUILD_VECT...Nate Begeman2010-07-271-2/+10
* 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
* simplifyGabor Greif2010-07-271-3/+2
* use ImmutableCallSite for const-corrgoodnessGabor Greif2010-07-271-4/+4
* simplifyGabor Greif2010-07-271-1/+1
* Fix silent failure with no input files.Mikhail Glushenkov2010-07-271-0/+7
* Return -1 only on failure to execute a program.Mikhail Glushenkov2010-07-272-20/+22
* RegionInfo: Add getMaxRegionExit()Tobias Grosser2010-07-271-0/+39
* After updating value handles for RAUW, check that no weak or tracking handlesDuncan Sands2010-07-271-1/+19
* Make MC use Windows COFF on Windows and add tests.Michael J. Spencer2010-07-272-0/+23
* Add function to query RegionInfo about loops.Tobias Grosser2010-07-271-0/+65
* The isLoadFromStackSlot and isStoreToStackSlot have no way of reportingJakob Stoklund Olesen2010-07-271-2/+3
* Add assertions that expose the PR7713 miscompilation: Accessing a stack slotJakob Stoklund Olesen2010-07-271-0/+4
* It's better to have the arrays, which would trigger the creation of stackBill Wendling2010-07-273-3/+33
* Add SplitEditor to SplitKit. This class will be used to edit live intervals andJakob Stoklund Olesen2010-07-264-10/+305