2010-07-29 |
John McCall | Switch to using the LLVM CommandLine library so that... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Benjamin Kramer | Plug the remaining MC leaks by giving MCObjectStreamer... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Dale Johannesen | Comment typo. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Jakob Stoklund... | Revert r109652, and remove the offending assert in... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Daniel Dunbar | CrashRecovery: Use ThreadLocal::erase() instead of... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Rafael Espindola | Make the test while reducing blocks functional. This... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Benjamin Kramer | Stop leaking std::strings in GetDwarfFile. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Benjamin Kramer | COFFObjectWriter: Don't leak COFFSymbols and COFFSections. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
John McCall | Centralize the logic to permanently unify two instructi... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
John McCall | Diagnose non-structural differences in the case where... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
John McCall | When unifying instructions during a block diff, actuall... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
John McCall | Somehow I was getting reasonable results for the test... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
John McCall | Cache the result of errs() and implement formatted... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
John McCall | Add the llvm-diff tool, which performs a relatively... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Daniel Dunbar | Make sure to include config.h, to pickup LLVM_ON_WIN32. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Daniel Dunbar | MC: Destroy Macro instances. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Eric Christopher | Speculatively revert r109705 since it seems to be causi... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Daniel Dunbar | CrashRecoveryContext: Add a simple POSIX implementation. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Jakob Stoklund... | Fix a bug in the -regalloc=fast handling of exotic... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Jakob Stoklund... | Use the right gcc tool args for IsARMArchitecture. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Dan Gohman | Factor out some of the code for updating old SCEVUnknow... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Owen Anderson | Pass the queried value by argument rather than in a... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Jim Grosbach | ARM mode version of r109693. Remove incorrect substitut... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Jim Grosbach | Remove incorrect substitution pattern for UXTB16. It... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Jim Grosbach | Remove dead prototype |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Gabor Greif | simplify by using CallSite constructors; virtually... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Owen Anderson | Add an erase() method to llvm::ThreadLocal. |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Owen Anderson | Add more doxygen comments for llvm::ThreadLocal. |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Owen Anderson | Get rid of LVIQuery as a distinct data structure, so... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Dan Gohman | Move MaximumAlignment to Value.h, now that GlobalValue... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Dan Gohman | Make GlobalValue alignment consistent with load, store... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Jakob Stoklund... | Create a fixed stack object for varargs that is as... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Kevin Enderby | Added first bit of support for the dwarf .file directiv... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Daniel Dunbar | RegionInfo: Make sure to free cached nodes; Tobias... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Daniel Dunbar | MC: Put back the MCFragment vtable, so subclasses are... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Eric Christopher | Regenerate. |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Eric Christopher | Use a C++ compiler for the atomic builtin check since... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Dan Gohman | Define a maximum supported alignment value for load... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Jakob Stoklund... | Print out the regclass of any virtual registers used... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Bob Wilson | Fix a warning from gcc-4.0 (from the ppc buildbot). |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Rafael Espindola | Instead of abusing swapProgramIn, just add a Module... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Douglas Gregor | Unbreak my CMake build, say you'll compile for me again... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Dan Gohman | Fix this code to avoid decrementing an iterator past... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Dan Gohman | When user code intentionally dereferences null, the... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Dan Gohman | Do GEP offset calculations with unsigned math rather... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Dan Gohman | Add some extra friend declarations to fix a gcc-4.0... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Gabor Greif | simplify |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Daniel Dunbar | Support: Add CrashRecoveryContext helper object. |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Gabor Greif | simplify |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Dan Gohman | Update svn:ignore properties. |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Gabor Greif | use Value* constructor of CallSite to create potentiall... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Gabor Greif | use Value* constructor of CallSite to create potentiall... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Gabor Greif | use Value* constructor of CallSite to create potentiall... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Gabor Greif | simplify |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Gabor Greif | simplify |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Gabor Greif | we are supposed to only create proper CallSites from... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Eric Christopher | Filter out patterns that have PredicateOperands. |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Dan Gohman | Make SCEVCallbackVH::allUsesReplacedWith update the... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Dan Gohman | Make SCEVCallbackVH::allUsesReplacedWith unconditionall... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Nate Begeman | Implement a vectorized algorithm for <16 x i8> << ... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Dan Gohman | Add a comment. |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Owen Anderson | Rearrange several datastructures in LazyValueInfo to... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Owen Anderson | Fill out the interface of DenseSet a bit. |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Stuart Hastings | Testcase for r109556. Radar 8198362. |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Gabor Greif | reintroduce original (asserting) semantics of CallSite... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Nate Begeman | ~40% faster vector shl <4 x i32> on SSE 4.1 Larger... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Gabor Greif | recommit simplification (originally r109504, backed... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Gabor Greif | remove bogus assert, use static_cast for additional... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Devang Patel | It is FE's responsibility to emit proper directory... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Chris Lattner | make lookup failures not fatal. |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Jim Grosbach | Grammar |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Devang Patel | Update tests to not rely on input file's absolute path. |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Nate Begeman | Fix a crash in the dag combiner caused by ConstantFoldB... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Jim Grosbach | 80 column |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Jim Grosbach | fix typo |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Gabor Greif | recommit simplification (r109502, backed out r109509... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Gabor Greif | back out this too to restore the bots |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Gabor Greif | back out r109504, breaks the bots |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Gabor Greif | simplify: CallSite::get --> CallSite constructor |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Gabor Greif | simplify |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Gabor Greif | use ImmutableCallSite for const-corrgoodness |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Gabor Greif | simplify |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Mikhail Glushenkov | Fix silent failure with no input files. |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Mikhail Glushenkov | Return -1 only on failure to execute a program. |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Duncan Sands | In commit 91421, isPod was changed from false to true... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Tobias Grosser | Make coff-dump.py executable and add python as executab... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Tobias Grosser | RegionInfo: Add getMaxRegionExit() |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Duncan Sands | After updating value handles for RAUW, check that no... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Michael J.... | Make MC use Windows COFF on Windows and add tests. |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Tobias Grosser | Add function to query RegionInfo about loops. |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Jakob Stoklund... | The isLoadFromStackSlot and isStoreToStackSlot have... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Jakob Stoklund... | Add assertions that expose the PR7713 miscompilation... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Bill Wendling | It's better to have the arrays, which would trigger... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Dan Gohman | Use AssertingVH for InsertedValues and InsertedPostIncV... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Owen Anderson | (Hopefully) One last test. |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Owen Anderson | Another test. |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Owen Anderson | Another test. |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Jakob Stoklund... | Add SplitEditor to SplitKit. This class will be used... |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Dan Gohman | Fix a use-after-free. |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Bill Wendling | Using llvm.eh.catch.all.value instead of .llvm.eh.catch... |
commit | commitdiff | tree | snapshot |
next |