- 73b21b7 Make the header self-contained and follow #include guidelines. by John McCall · 14 years ago
- 618898e PR7750: !CExpr->isNullValue() only properly computes whether CExpr is nonnull by Eli Friedman · 14 years ago
- 2a5892f Make un-named values legible in certain vim configurations. by Owen Anderson · 14 years ago
- 692433b Add intrinsics __builtin_arm_qadd & __builtin_arm_qsub to allow access to the QADD & QSUB instructions. by Nate Begeman · 14 years ago
- e5cbaf1 Switch to using the LLVM CommandLine library so that our help by John McCall · 14 years ago
- 1abcd06 Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownership of the TargetAsmBackend and the MCCodeEmitter. by Benjamin Kramer · 14 years ago
- c46a5f2 Comment typo. by Dale Johannesen · 14 years ago
- b2eeed7 Revert r109652, and remove the offending assert in loadRegFromStackSlot instead. by Jakob Stoklund Olesen · 14 years ago
- a685582 CrashRecovery: Use ThreadLocal::erase() instead of set(0). by Daniel Dunbar · 14 years ago
- 115a932 Make the test while reducing blocks functional. This avoids accessing freed by Rafael Espindola · 14 years ago
- 3bce5ad Stop leaking std::strings in GetDwarfFile. by Benjamin Kramer · 14 years ago
- 808ecfc COFFObjectWriter: Don't leak COFFSymbols and COFFSections. by Benjamin Kramer · 14 years ago
- 82bd5ea Centralize the logic to permanently unify two instructions and make sure by John McCall · 14 years ago
- e292143 Diagnose non-structural differences in the case where blocks were by John McCall · 14 years ago
- 02e116c When unifying instructions during a block diff, actually complain about by John McCall · 14 years ago
- dfb44ac Somehow I was getting reasonable results for the test cases I was interested by John McCall · 14 years ago
- 62dc1f3 Cache the result of errs() and implement formatted logging. by John McCall · 14 years ago
- 3dd706b Add the llvm-diff tool, which performs a relatively naive structural by John McCall · 14 years ago
- dade28e Make sure to include config.h, to pickup LLVM_ON_WIN32. by Daniel Dunbar · 14 years ago
- 5649130 MC: Destroy Macro instances. by Daniel Dunbar · 14 years ago
- e6cbfa6 Speculatively revert r109705 since it seems to be causing some build bot angst. by Eric Christopher · 14 years ago
- d9082df CrashRecoveryContext: Add a simple POSIX implementation. by Daniel Dunbar · 14 years ago
- 4bd94f7 Fix a bug in the -regalloc=fast handling of exotic two-address instruction with by Jakob Stoklund Olesen · 14 years ago
- 887b703 Use the right gcc tool args for IsARMArchitecture. by Jakob Stoklund Olesen · 14 years ago
- c674320 Factor out some of the code for updating old SCEVUnknown values, and by Dan Gohman · 14 years ago
- e2fb451 Pass the queried value by argument rather than in a member, in preparation for supporting PHI translation. by Owen Anderson · 14 years ago
- 542f642 ARM mode version of r109693. Remove incorrect substitution pattern for UXTB16. It wrongly assumed the input shift was actually a rotate. rdar://8240138 by Jim Grosbach · 14 years ago
- 7946494 Remove incorrect substitution pattern for UXTB16. It wrongly assumed the input shift was actually a rotate. rdar://8240138 by Jim Grosbach · 14 years ago
- f0d7e36 Remove dead prototype by Jim Grosbach · 14 years ago
- 7d3056b simplify by using CallSite constructors; virtually eliminates CallSite::get from the tree by Gabor Greif · 14 years ago
- 826c148 Add an erase() method to llvm::ThreadLocal. by Owen Anderson · 14 years ago
- e850e6e Add more doxygen comments for llvm::ThreadLocal. by Owen Anderson · 14 years ago
- 9da5c99 Get rid of LVIQuery as a distinct data structure, so that we don't have to initialize a new set of maps on every query. by Owen Anderson · 14 years ago
- 5d414b4 Move MaximumAlignment to Value.h, now that GlobalValue.h needs it. by Dan Gohman · 14 years ago
- 6bbe671 Make GlobalValue alignment consistent with load, store, and alloca by Dan Gohman · 14 years ago
- 4c010ec Create a fixed stack object for varargs that is as large as any register. by Jakob Stoklund Olesen · 14 years ago
- 7cbf73a Added first bit of support for the dwarf .file directive. This patch collects by Kevin Enderby · 14 years ago
- 329878f RegionInfo: Make sure to free cached nodes; Tobias, please check! by Daniel Dunbar · 14 years ago
- 36880e7 MC: Put back the MCFragment vtable, so subclasses are destroyed properly (duh). by Daniel Dunbar · 14 years ago
- f759841 Regenerate. by Eric Christopher · 14 years ago
- 475b3d3 Use a C++ compiler for the atomic builtin check since we'll by Eric Christopher · 14 years ago
- 138aa2a Define a maximum supported alignment value for load, store, and by Dan Gohman · 14 years ago
- a0c5bf1 Print out the regclass of any virtual registers used by a machine instruction. by Jakob Stoklund Olesen · 14 years ago
- fdb530d Fix a warning from gcc-4.0 (from the ppc buildbot). by Bob Wilson · 14 years ago
- bae1b71 Instead of abusing swapProgramIn, just add a Module argument to by Rafael Espindola · 14 years ago
- c19d865 Unbreak my CMake build, say you'll compile for me again... by Douglas Gregor · 14 years ago
- 6d3b922 Fix this code to avoid decrementing an iterator past the beginning by Dan Gohman · 14 years ago
- 33591af When user code intentionally dereferences null, the alignment of the by Dan Gohman · 14 years ago
- 67d0498 Do GEP offset calculations with unsigned math rather than signed math by Dan Gohman · 14 years ago
- dc7a235 Add some extra friend declarations to fix a gcc-4.0 compile error. by Dan Gohman · 14 years ago
- f5e1309 simplify by Gabor Greif · 14 years ago
- a309dac Support: Add CrashRecoveryContext helper object. by Daniel Dunbar · 14 years ago
- 5d4b32e simplify by Gabor Greif · 14 years ago
- 69b777b Update svn:ignore properties. by Dan Gohman · 14 years ago
- d09475c use Value* constructor of CallSite to create potentially improper site, and test that by Gabor Greif · 14 years ago
- ce4a626 use Value* constructor of CallSite to create potentially improper site, and test that by Gabor Greif · 14 years ago
- 3737984 use Value* constructor of CallSite to create potentially improper site by Gabor Greif · 14 years ago
- 30ae792 simplify by Gabor Greif · 14 years ago
- b0686ea simplify by Gabor Greif · 14 years ago
- 756f0d2 we are supposed to only create proper CallSites from an instruction (esp. CallInst and InvokeInst) by Gabor Greif · 14 years ago
- bc16827 Filter out patterns that have PredicateOperands. by Eric Christopher · 14 years ago
- 81f9121 Make SCEVCallbackVH::allUsesReplacedWith update the old SCEVUnknown by Dan Gohman · 14 years ago
- 59846ac Make SCEVCallbackVH::allUsesReplacedWith unconditionally delete the old value. by Dan Gohman · 14 years ago
- 5140921 Implement a vectorized algorithm for <16 x i8> << <16 x i8> by Nate Begeman · 14 years ago
- f374ba2 Add a comment. by Dan Gohman · 14 years ago
- 9a65dc9 Rearrange several datastructures in LazyValueInfo to improve compile time. by Owen Anderson · 14 years ago
- cf85c96 Fill out the interface of DenseSet a bit. by Owen Anderson · 14 years ago
- 3c73a6b Testcase for r109556. Radar 8198362. by Stuart Hastings · 14 years ago
- b344a34 reintroduce original (asserting) semantics of CallSite(Instruction *II) by Gabor Greif · 14 years ago
- bdcb5af ~40% faster vector shl <4 x i32> on SSE 4.1 Larger improvements for smaller types coming in future patches. by Nate Begeman · 14 years ago
- 622b7cf recommit simplification (originally r109504, backed out in r109508) now that problem in CallSiteBase is fixed by Gabor Greif · 14 years ago
- a675844 remove bogus assert, use static_cast for additional checking by Gabor Greif · 14 years ago
- 3703235 It is FE's responsibility to emit proper directory name. by Devang Patel · 14 years ago
- 90f8795 make lookup failures not fatal. by Chris Lattner · 14 years ago
- 977fa34 Grammar by Jim Grosbach · 14 years ago
- 8b5749d Update tests to not rely on input file's absolute path. by Devang Patel · 14 years ago
- e0efc21 Fix a crash in the dag combiner caused by ConstantFoldBIT_CONVERTofBUILD_VECTOR calling itself by Nate Begeman · 14 years ago
- 57cb4f8 80 column by Jim Grosbach · 14 years ago
- ae64eed fix typo by Jim Grosbach · 14 years ago
- a292b2f recommit simplification (r109502, backed out r109509); seems to innocent by Gabor Greif · 14 years ago
- 5b0c253 back out this too to restore the bots by Gabor Greif · 14 years ago
- 49d0bca back out r109504, breaks the bots by Gabor Greif · 14 years ago
- 8609934 simplify: CallSite::get --> CallSite constructor by Gabor Greif · 14 years ago
- c0d4aed simplify by Gabor Greif · 14 years ago
- 0de11e0 use ImmutableCallSite for const-corrgoodness by Gabor Greif · 14 years ago
- 50da181 simplify by Gabor Greif · 14 years ago
- b482f23 Fix silent failure with no input files. by Mikhail Glushenkov · 14 years ago
- 67d985f Return -1 only on failure to execute a program. by Mikhail Glushenkov · 14 years ago
- 978bb87 In commit 91421, isPod was changed from false to true for these value handles. by Duncan Sands · 14 years ago
- 5602927 Make coff-dump.py executable and add python as executable for this script. by Tobias Grosser · 14 years ago
- 0e6fcf4 RegionInfo: Add getMaxRegionExit() by Tobias Grosser · 14 years ago
- 2c11046 After updating value handles for RAUW, check that no weak or tracking handles by Duncan Sands · 14 years ago
- dfd3018 Make MC use Windows COFF on Windows and add tests. by Michael J. Spencer · 14 years ago
- 082d587 Add function to query RegionInfo about loops. by Tobias Grosser · 14 years ago
- 81c7b19 The isLoadFromStackSlot and isStoreToStackSlot have no way of reporting by Jakob Stoklund Olesen · 14 years ago
- 516cd45 Add assertions that expose the PR7713 miscompilation: Accessing a stack slot by Jakob Stoklund Olesen · 14 years ago
- dfc2c51 It's better to have the arrays, which would trigger the creation of stack by Bill Wendling · 14 years ago
- ab28928 Use AssertingVH for InsertedValues and InsertedPostIncValues, to verify by Dan Gohman · 14 years ago
- 05cfd33 (Hopefully) One last test. by Owen Anderson · 14 years ago
- 3debf27 Another test. by Owen Anderson · 14 years ago