1. 412df0b Fix a bunch of places where operator-> was used directly on the return from dyn_cast. by Craig Topper · 7 years ago
  2. 3c0d607 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
  3. 816047d [IR] De-virtualize ~Value to save a vptr by Reid Kleckner · 8 years ago
  4. bca8aba Fix constant folding of addrspacecast of null by Matt Arsenault · 9 years ago
  5. 8be7707 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 9 years ago
  6. cca8dbe Reorganize the C API headers to improve build times. by Eric Christopher · 10 years ago
  7. 1d7a679 [ConstantFold] Fix bitcast to gep constant folding transform. by David Majnemer · 10 years ago
  8. 4381284 IR: Make ConstantDataArray::getFP actually return a ConstantDataArray by Justin Bogner · 10 years ago
  9. e32f0e2 IR: Allow vectors of halfs to be ConstantDataVectors by Justin Bogner · 10 years ago
  10. 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
  11. 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
  12. 59764b9 Constfold insertelement to undef when index is out-of-bounds by Pawel Bylica · 10 years ago
  13. 8d00f2a Correct extractelement constant folding by Pawel Bylica · 10 years ago
  14. 19443c1 [opaque pointer type] API migration for GEP constant factories by David Blaikie · 10 years ago
  15. 198d8ba [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction by David Blaikie · 10 years ago
  16. 38ce6c7 Fix invalid cast. by Rafael Espindola · 10 years ago
  17. 8db4ddb IR: Fix a missed case when threading OnlyIfReduced through ConstantExpr by Duncan P. N. Exon Smith · 11 years ago
  18. b03916a IR: Fix ConstantExpr::replaceUsesOfWithOnConstant() by Duncan P. N. Exon Smith · 11 years ago
  19. 7116af6 Reapply r215966, r215965, r215964, r215963, r215960, r215959, r215958, and r215957 by Duncan P. N. Exon Smith · 11 years ago
  20. 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
  21. 3b666f3 IR: Fix ConstantArray::replaceUsesOfWithOnConstant() by Duncan P. N. Exon Smith · 11 years ago
  22. 2d21b25 Allow alias to point to an arbitrary ConstantExpr. by Rafael Espindola · 11 years ago
  23. c86235f Use create methods since msvc doesn't handle delegating constructors. by Rafael Espindola · 11 years ago
  24. fbd8cc0 Reduce abuse of default values in the GlobalAlias constructor. by Rafael Espindola · 11 years ago
  25. 27c076a Fix most of PR10367. by Rafael Espindola · 11 years ago
  26. e2b3744 Assert that we don't RAUW a Constant with a ConstantExpr that contains it. by Rafael Espindola · 11 years ago
  27. f4ccd11 Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 11 years ago
  28. 023d97d llvm/unittests: Use OwningPtr to fix --vg-leak. by NAKAMURA Takumi · 13 years ago
  29. 6bf3e46 IRTests/ConstantsTest.cpp: AsInstructionsTest: Delete each instruction immediately if it is not linked. by NAKAMURA Takumi · 13 years ago
  30. 655578f Allow vectors in CreatePointerCast of constants. by Evgeniy Stepanov · 13 years ago
  31. 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]
  32. 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  33. 5a88dda Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
  34. 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
  35. db125cf land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  36. e562dba fix PR8867: a crash handling fp128. Thanks to Nick for the testcase. by Chris Lattner · 15 years ago
  37. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  38. 9e9a0d5 Move more code back to 2.5 APIs. by Owen Anderson · 16 years ago
  39. 9138b19 Update unittest for LLVM API change. by Benjamin Kramer · 16 years ago
  40. 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
  41. 6084326 Port this unittest to use LLVMContext. by Dan Gohman · 16 years ago
  42. f3b0aac "I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1, by Chris Lattner · 16 years ago
  43. b9ca608 Fixed compiler warning. by Misha Brukman · 16 years ago
  44. 2e73426 Converted a1.ll to unittests. by Misha Brukman · 16 years ago