| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an erase() method to llvm::ThreadLocal. | Owen Anderson | 2010-07-28 | 3 | -0/+9 |
* | Get rid of LVIQuery as a distinct data structure, so that we don't have to in... | Owen Anderson | 2010-07-28 | 1 | -93/+66 |
* | Make GlobalValue alignment consistent with load, store, and alloca | Dan Gohman | 2010-07-28 | 1 | -1/+8 |
* | Create a fixed stack object for varargs that is as large as any register. | Jakob Stoklund Olesen | 2010-07-28 | 1 | -1/+4 |
* | Added first bit of support for the dwarf .file directive. This patch collects | Kevin Enderby | 2010-07-28 | 4 | -1/+99 |
* | RegionInfo: Make sure to free cached nodes; Tobias, please check! | Daniel Dunbar | 2010-07-28 | 1 | -0/+5 |
* | MC: Put back the MCFragment vtable, so subclasses are destroyed properly (duh). | Daniel Dunbar | 2010-07-28 | 1 | -0/+3 |
* | Define a maximum supported alignment value for load, store, and | Dan Gohman | 2010-07-28 | 3 | -1/+16 |
* | Print out the regclass of any virtual registers used by a machine instruction. | Jakob Stoklund Olesen | 2010-07-28 | 1 | -0/+31 |
* | Unbreak my CMake build, say you'll compile for me again... | Douglas Gregor | 2010-07-28 | 1 | -0/+1 |
* | Fix this code to avoid decrementing an iterator past the beginning | Dan Gohman | 2010-07-28 | 1 | -5/+2 |
* | When user code intentionally dereferences null, the alignment of the | Dan Gohman | 2010-07-28 | 1 | -2/+7 |
* | Do GEP offset calculations with unsigned math rather than signed math | Dan Gohman | 2010-07-28 | 1 | -1/+1 |
* | simplify | Gabor Greif | 2010-07-28 | 1 | -2/+2 |
* | Support: Add CrashRecoveryContext helper object. | Daniel Dunbar | 2010-07-28 | 1 | -0/+88 |
* | simplify | Gabor Greif | 2010-07-28 | 1 | -4/+2 |
* | use Value* constructor of CallSite to create potentially improper site, and t... | Gabor Greif | 2010-07-28 | 1 | -2/+1 |
* | use Value* constructor of CallSite to create potentially improper site, and t... | Gabor Greif | 2010-07-28 | 1 | -3/+3 |
* | use Value* constructor of CallSite to create potentially improper site | Gabor Greif | 2010-07-28 | 1 | -2/+2 |
* | simplify | Gabor Greif | 2010-07-28 | 1 | -1/+1 |
* | simplify | Gabor Greif | 2010-07-28 | 1 | -2/+1 |
* | Make SCEVCallbackVH::allUsesReplacedWith update the old SCEVUnknown | Dan Gohman | 2010-07-28 | 1 | -22/+39 |
* | Make SCEVCallbackVH::allUsesReplacedWith unconditionally delete | Dan Gohman | 2010-07-28 | 1 | -12/+6 |
* | Implement a vectorized algorithm for <16 x i8> << <16 x i8> | Nate Begeman | 2010-07-28 | 1 | -21/+73 |
* | Rearrange several datastructures in LazyValueInfo to improve compile time. | Owen Anderson | 2010-07-27 | 1 | -69/+35 |
* | reintroduce original (asserting) semantics of CallSite(Instruction *II) | Gabor Greif | 2010-07-27 | 1 | -1/+1 |
* | ~40% faster vector shl <4 x i32> on SSE 4.1 Larger improvements for smaller ... | Nate Begeman | 2010-07-27 | 2 | -0/+34 |
* | recommit simplification (originally r109504, backed out in r109508) now that ... | Gabor Greif | 2010-07-27 | 1 | -3/+2 |
* | It is FE's responsibility to emit proper directory name. | Devang Patel | 2010-07-27 | 1 | -4/+1 |
* | Grammar | Jim Grosbach | 2010-07-27 | 1 | -3/+3 |
* | Fix a crash in the dag combiner caused by ConstantFoldBIT_CONVERTofBUILD_VECT... | Nate Begeman | 2010-07-27 | 1 | -2/+10 |
* | 80 column | Jim Grosbach | 2010-07-27 | 1 | -4/+4 |
* | fix typo | Jim Grosbach | 2010-07-27 | 1 | -1/+1 |
* | recommit simplification (r109502, backed out r109509); seems to innocent | Gabor Greif | 2010-07-27 | 1 | -1/+1 |
* | back out this too to restore the bots | Gabor Greif | 2010-07-27 | 1 | -1/+1 |
* | back out r109504, breaks the bots | Gabor Greif | 2010-07-27 | 1 | -2/+3 |
* | simplify: CallSite::get --> CallSite constructor | Gabor Greif | 2010-07-27 | 1 | -4/+4 |
* | simplify | Gabor Greif | 2010-07-27 | 1 | -3/+2 |
* | use ImmutableCallSite for const-corrgoodness | Gabor Greif | 2010-07-27 | 1 | -4/+4 |
* | simplify | Gabor Greif | 2010-07-27 | 1 | -1/+1 |
* | Fix silent failure with no input files. | Mikhail Glushenkov | 2010-07-27 | 1 | -0/+7 |
* | Return -1 only on failure to execute a program. | Mikhail Glushenkov | 2010-07-27 | 2 | -20/+22 |
* | RegionInfo: Add getMaxRegionExit() | Tobias Grosser | 2010-07-27 | 1 | -0/+39 |
* | After updating value handles for RAUW, check that no weak or tracking handles | Duncan Sands | 2010-07-27 | 1 | -1/+19 |
* | Make MC use Windows COFF on Windows and add tests. | Michael J. Spencer | 2010-07-27 | 2 | -0/+23 |
* | Add function to query RegionInfo about loops. | Tobias Grosser | 2010-07-27 | 1 | -0/+65 |
* | The isLoadFromStackSlot and isStoreToStackSlot have no way of reporting | Jakob Stoklund Olesen | 2010-07-27 | 1 | -2/+3 |
* | Add assertions that expose the PR7713 miscompilation: Accessing a stack slot | Jakob Stoklund Olesen | 2010-07-27 | 1 | -0/+4 |
* | It's better to have the arrays, which would trigger the creation of stack | Bill Wendling | 2010-07-27 | 3 | -3/+33 |
* | Add SplitEditor to SplitKit. This class will be used to edit live intervals and | Jakob Stoklund Olesen | 2010-07-26 | 4 | -10/+305 |