| Commit message (Expand) | Author | Age | Files | Lines |
* | CrashRecoveryContext: Add a simple POSIX implementation. | Daniel Dunbar | 2010-07-29 | 1 | -1/+102 |
* | Fix a bug in the -regalloc=fast handling of exotic two-address instruction with | Jakob Stoklund Olesen | 2010-07-29 | 1 | -3/+11 |
* | Use the right gcc tool args for IsARMArchitecture. | Jakob Stoklund Olesen | 2010-07-29 | 1 | -3/+3 |
* | Factor out some of the code for updating old SCEVUnknown values, and | Dan Gohman | 2010-07-29 | 6 | -33/+162 |
* | Pass the queried value by argument rather than in a member, in preparation fo... | Owen Anderson | 2010-07-28 | 1 | -36/+25 |
* | ARM mode version of r109693. Remove incorrect substitution pattern for UXTB16... | Jim Grosbach | 2010-07-28 | 1 | -2/+6 |
* | Remove incorrect substitution pattern for UXTB16. It wrongly assumed the inpu... | Jim Grosbach | 2010-07-28 | 1 | -2/+6 |
* | Remove dead prototype | Jim Grosbach | 2010-07-28 | 1 | -1/+0 |
* | simplify by using CallSite constructors; virtually eliminates CallSite::get f... | Gabor Greif | 2010-07-28 | 9 | -26/+26 |
* | Add an erase() method to llvm::ThreadLocal. | Owen Anderson | 2010-07-28 | 4 | -0/+13 |
* | Add more doxygen comments for llvm::ThreadLocal. | Owen Anderson | 2010-07-28 | 1 | -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 |
* | Move MaximumAlignment to Value.h, now that GlobalValue.h needs it. | Dan Gohman | 2010-07-28 | 2 | -4/+4 |
* | Make GlobalValue alignment consistent with load, store, and alloca | Dan Gohman | 2010-07-28 | 3 | -5/+13 |
* | 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 | 6 | -1/+178 |
* | 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 | 2 | -0/+4 |
* | Regenerate. | Eric Christopher | 2010-07-28 | 1 | -0/+12 |
* | Use a C++ compiler for the atomic builtin check since we'll | Eric Christopher | 2010-07-28 | 1 | -0/+4 |
* | Define a maximum supported alignment value for load, store, and | Dan Gohman | 2010-07-28 | 8 | -1/+46 |
* | Print out the regclass of any virtual registers used by a machine instruction. | Jakob Stoklund Olesen | 2010-07-28 | 1 | -0/+31 |
* | Fix a warning from gcc-4.0 (from the ppc buildbot). | Bob Wilson | 2010-07-28 | 1 | -0/+2 |
* | Instead of abusing swapProgramIn, just add a Module argument to | Rafael Espindola | 2010-07-28 | 5 | -36/+28 |
* | 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 |
* | Add some extra friend declarations to fix a gcc-4.0 compile error. | Dan Gohman | 2010-07-28 | 2 | -0/+3 |
* | simplify | Gabor Greif | 2010-07-28 | 1 | -2/+2 |
* | Support: Add CrashRecoveryContext helper object. | Daniel Dunbar | 2010-07-28 | 2 | -0/+170 |
* | simplify | Gabor Greif | 2010-07-28 | 1 | -4/+2 |
* | Update svn:ignore properties. | Dan Gohman | 2010-07-28 | 0 | -0/+0 |
* | 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 |
* | we are supposed to only create proper CallSites from an instruction (esp. Cal... | Gabor Greif | 2010-07-28 | 1 | -2/+2 |
* | Filter out patterns that have PredicateOperands. | Eric Christopher | 2010-07-28 | 1 | -0/+12 |
* | 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 | 2 | -22/+85 |
* | Add a comment. | Dan Gohman | 2010-07-28 | 1 | -0/+2 |
* | Rearrange several datastructures in LazyValueInfo to improve compile time. | Owen Anderson | 2010-07-27 | 1 | -69/+35 |
* | Fill out the interface of DenseSet a bit. | Owen Anderson | 2010-07-27 | 1 | -0/+6 |
* | Testcase for r109556. Radar 8198362. | Stuart Hastings | 2010-07-27 | 1 | -0/+18 |
* | reintroduce original (asserting) semantics of CallSite(Instruction *II) | Gabor Greif | 2010-07-27 | 2 | -1/+3 |
* | ~40% faster vector shl <4 x i32> on SSE 4.1 Larger improvements for smaller ... | Nate Begeman | 2010-07-27 | 3 | -0/+48 |
* | recommit simplification (originally r109504, backed out in r109508) now that ... | Gabor Greif | 2010-07-27 | 1 | -3/+2 |