- 412df0b Fix a bunch of places where operator-> was used directly on the return from dyn_cast. by Craig Topper · 7 years ago
- 3c0d607 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
- 816047d [IR] De-virtualize ~Value to save a vptr by Reid Kleckner · 8 years ago
- bca8aba Fix constant folding of addrspacecast of null by Matt Arsenault · 9 years ago
- 8be7707 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 9 years ago
- cca8dbe Reorganize the C API headers to improve build times. by Eric Christopher · 10 years ago
- 1d7a679 [ConstantFold] Fix bitcast to gep constant folding transform. by David Majnemer · 10 years ago
- 4381284 IR: Make ConstantDataArray::getFP actually return a ConstantDataArray by Justin Bogner · 10 years ago
- e32f0e2 IR: Allow vectors of halfs to be ConstantDataVectors by Justin Bogner · 10 years ago
- 2d35348 Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather than decomposing it into pointee type + address space" by David Blaikie · 10 years ago
- 39e7388 [opaque pointer type] Pass GlobalAlias the actual pointer type rather than decomposing it into pointee type + address space by David Blaikie · 10 years ago
- 59764b9 Constfold insertelement to undef when index is out-of-bounds by Pawel Bylica · 10 years ago
- 8d00f2a Correct extractelement constant folding by Pawel Bylica · 10 years ago
- 19443c1 [opaque pointer type] API migration for GEP constant factories by David Blaikie · 10 years ago
- 198d8ba [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction by David Blaikie · 10 years ago
- 38ce6c7 Fix invalid cast. by Rafael Espindola · 10 years ago
- 8db4ddb IR: Fix a missed case when threading OnlyIfReduced through ConstantExpr by Duncan P. N. Exon Smith · 11 years ago
- b03916a IR: Fix ConstantExpr::replaceUsesOfWithOnConstant() by Duncan P. N. Exon Smith · 11 years ago
- 7116af6 Reapply r215966, r215965, r215964, r215963, r215960, r215959, r215958, and r215957 by Duncan P. N. Exon Smith · 11 years ago
- 93710f0 Reverting r215966, r215965, r215964, r215963, r215960, r215959, r215958, and r215957 (these commits all rely on previous commits) due to build breakage. These commits cause failed assertions when testing Clang using MSVC 2013. The asserts are triggered from the std::equal call within ArrayRef::equals due to being passed invalid input (ArrayRef.begin() is returning a nullptr which is problematic). by Aaron Ballman · 11 years ago
- 3b666f3 IR: Fix ConstantArray::replaceUsesOfWithOnConstant() by Duncan P. N. Exon Smith · 11 years ago
- 2d21b25 Allow alias to point to an arbitrary ConstantExpr. by Rafael Espindola · 11 years ago
- c86235f Use create methods since msvc doesn't handle delegating constructors. by Rafael Espindola · 11 years ago
- fbd8cc0 Reduce abuse of default values in the GlobalAlias constructor. by Rafael Espindola · 11 years ago
- 27c076a Fix most of PR10367. by Rafael Espindola · 11 years ago
- e2b3744 Assert that we don't RAUW a Constant with a ConstantExpr that contains it. by Rafael Espindola · 11 years ago
- f4ccd11 Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 11 years ago
- 023d97d llvm/unittests: Use OwningPtr to fix --vg-leak. by NAKAMURA Takumi · 13 years ago
- 6bf3e46 IRTests/ConstantsTest.cpp: AsInstructionsTest: Delete each instruction immediately if it is not linked. by NAKAMURA Takumi · 13 years ago
- 655578f Allow vectors in CreatePointerCast of constants. by Evgeniy Stepanov · 13 years ago
- c779e96 Rename the VMCore unittest tree to IR. Somehow was missed when doing the by Chandler Carruth · 13 years ago[Renamed (98%) from unittests/VMCore/ConstantsTest.cpp]
- 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
- 5a88dda Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
- b9478c2 Add a new function to ConstantExpr - getAsInstruction. This returns its Instruction* corollary, which may be useful if a user by James Molloy · 13 years ago
- db125cf land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
- e562dba fix PR8867: a crash handling fp128. Thanks to Nick for the testcase. by Chris Lattner · 15 years ago
- 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
- 9e9a0d5 Move more code back to 2.5 APIs. by Owen Anderson · 16 years ago
- 9138b19 Update unittest for LLVM API change. by Benjamin Kramer · 16 years ago
- eed707b Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 16 years ago
- 6084326 Port this unittest to use LLVMContext. by Dan Gohman · 16 years ago
- f3b0aac "I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1, by Chris Lattner · 16 years ago
- b9ca608 Fixed compiler warning. by Misha Brukman · 16 years ago
- 2e73426 Converted a1.ll to unittests. by Misha Brukman · 16 years ago