1. 781aa18 Fix a bunch of places where operator-> was used directly on the return from dyn_cast. by Craig Topper · 7 years ago
  2. 9a67b07 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
  3. 96ab872 [IR] De-virtualize ~Value to save a vptr by Reid Kleckner · 8 years ago
  4. 2907e51 Fix constant folding of addrspacecast of null by Matt Arsenault · 9 years ago
  5. 03b42e4 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 9 years ago
  6. a6b9600 Reorganize the C API headers to improve build times. by Eric Christopher · 10 years ago
  7. 59be1d6 [ConstantFold] Fix bitcast to gep constant folding transform. by David Majnemer · 10 years ago
  8. b7389d671 IR: Make ConstantDataArray::getFP actually return a ConstantDataArray by Justin Bogner · 10 years ago
  9. 0ebc860 IR: Allow vectors of halfs to be ConstantDataVectors by Justin Bogner · 10 years ago
  10. 16a2f3e 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. f64246b [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. c25918a Constfold insertelement to undef when index is out-of-bounds by Pawel Bylica · 10 years ago
  13. bce9c2e Correct extractelement constant folding by Pawel Bylica · 10 years ago
  14. 4a2e73b [opaque pointer type] API migration for GEP constant factories by David Blaikie · 10 years ago
  15. 79e6c74 [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction by David Blaikie · 11 years ago
  16. 993502e Fix invalid cast. by Rafael Espindola · 11 years ago
  17. 35de5b8 IR: Fix a missed case when threading OnlyIfReduced through ConstantExpr by Duncan P. N. Exon Smith · 11 years ago
  18. 33de00c IR: Fix ConstantExpr::replaceUsesOfWithOnConstant() by Duncan P. N. Exon Smith · 11 years ago
  19. 317c139 Reapply r215966, r215965, r215964, r215963, r215960, r215959, r215958, and r215957 by Duncan P. N. Exon Smith · 11 years ago
  20. e4b91dc 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. b11cd6f IR: Fix ConstantArray::replaceUsesOfWithOnConstant() by Duncan P. N. Exon Smith · 11 years ago
  22. 64c1e18 Allow alias to point to an arbitrary ConstantExpr. by Rafael Espindola · 11 years ago
  23. f1bedd374 Use create methods since msvc doesn't handle delegating constructors. by Rafael Espindola · 11 years ago
  24. 8370565 Reduce abuse of default values in the GlobalAlias constructor. by Rafael Espindola · 11 years ago
  25. 6b23863 Fix most of PR10367. by Rafael Espindola · 11 years ago
  26. 7e2b756 Assert that we don't RAUW a Constant with a ConstantExpr that contains it. by Rafael Espindola · 11 years ago
  27. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  28. 508baf7 llvm/unittests: Use OwningPtr to fix --vg-leak. by NAKAMURA Takumi · 13 years ago
  29. 0c8f08d IRTests/ConstantsTest.cpp: AsInstructionsTest: Delete each instruction immediately if it is not linked. by NAKAMURA Takumi · 13 years ago
  30. 2338264 Allow vectors in CreatePointerCast of constants. by Evgeniy Stepanov · 13 years ago
  31. 74b6a77 Rename the VMCore unittest tree to IR. Somehow was missed when doing the by Chandler Carruth · 13 years ago[Renamed (98%) from llvm/unittests/VMCore/ConstantsTest.cpp]
  32. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  33. 130cec2 Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
  34. ce54568 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. 229907c land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  36. 1be1fe0 fix PR8867: a crash handling fp128. Thanks to Nick for the testcase. by Chris Lattner · 15 years ago
  37. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  38. b292b8c Move more code back to 2.5 APIs. by Owen Anderson · 16 years ago
  39. 9a59b2a Update unittest for LLVM API change. by Benjamin Kramer · 16 years ago
  40. edb4a70 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. 734759e Port this unittest to use LLVMContext. by Dan Gohman · 16 years ago
  42. a776fc7 "I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1, by Chris Lattner · 16 years ago
  43. f02d62d Fixed compiler warning. by Misha Brukman · 16 years ago
  44. d1d2c50 Converted a1.ll to unittests. by Misha Brukman · 17 years ago