1. f73f809 Revert "[Option] Store arg strings in a set backed by a BumpPtrAllocator" by Reid Kleckner · 11 years ago
  2. 95695c8 [Option] Store arg strings in a set backed by a BumpPtrAllocator by Reid Kleckner · 11 years ago
  3. 6c5ae22 Add DW_AT_GNU_odr_signature to the set of dwarf attributes. by Eric Christopher · 11 years ago
  4. a0ec3f9 Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. by Craig Topper · 11 years ago
  5. 36dbbf0 Remove unneeded forward declarations. by Craig Topper · 11 years ago
  6. 12c74dc Revert commit r186217 -- this is breaking bots: by Chandler Carruth · 11 years ago
  7. bee07bd Fixed 80+ violation and added C++ to header. by Michael Gottesman · 11 years ago
  8. 8a50013 Use the function attributes to pass along the stack protector buffer size. by Bill Wendling · 11 years ago
  9. 34ac52d Change llvm-ar to use lib/Object. by Rafael Espindola · 11 years ago
  10. c0a11ed TargetTransformInfo: address calculation parameter for gather/scather by Arnold Schwaighofer · 11 years ago
  11. 4ff87aa Fixed comment in header of Block Frequency Impl and added text for C++ mode. by Michael Gottesman · 11 years ago
  12. 7ffc422 Mark MDNode::getOperand as readonly. by Benjamin Kramer · 11 years ago
  13. a103699 Stylistic change. by Shuxin Yang · 11 years ago
  14. ac226bb Target/X86: Add explicit Win64 and System V/x86-64 calling conventions. by Charles Davis · 11 years ago
  15. 459d7bf Sync SmallBitVector with BitVector. Add unit tests for the missing methods. by Benjamin Kramer · 11 years ago
  16. 7042aa5 Fixed up comments in TargetLowering.h to conform to the LLVM Style Guide. by Michael Gottesman · 11 years ago
  17. 9e639e8 Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. by Craig Topper · 11 years ago
  18. 318b7cc Use move semantics if possible to construct ConstantRanges. by Benjamin Kramer · 11 years ago
  19. f121a61 Changed "mode: c++" => "C++" at the suggestion of Nick Lewycky. by Michael Gottesman · 11 years ago
  20. dbe3efb Update doxygen comment to match renamed parameters. by Benjamin Kramer · 11 years ago
  21. ac2de33 Use status to implement file_size. by Rafael Espindola · 11 years ago
  22. 10b2997 Remove llvm/ADT/NullablePtr.h, there are no uses of it in-tree. by Argyrios Kyrtzidis · 11 years ago
  23. 46e11c4 Implement categories for special case lists. by Peter Collingbourne · 11 years ago
  24. c5afb9e Introduce a SpecialCaseList ctor which takes a MemoryBuffer to make by Peter Collingbourne · 11 years ago
  25. 405515d Rename BlackList class to SpecialCaseList and move it to Transforms/Utils. by Peter Collingbourne · 11 years ago
  26. 3517640 Reapply an improved version of r180816/180817. by Adrian Prantl · 11 years ago
  27. 7d185e4 Fixed up the comments in FastISel.h so that they conform to the LLVM style guide. by Michael Gottesman · 11 years ago
  28. bdaa599 Added "mode: c++" to FastISel.h header. by Michael Gottesman · 11 years ago
  29. e54885a AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all by Stephen Lin · 11 years ago
  30. bcd5a0f IRBuilder: add an assertion that checks if we try to get a debug loc from ->end(); by Nadav Rotem · 11 years ago
  31. 7a34599 by Ulrich Weigand · 11 years ago
  32. 9941bdd Add missing getters. They will be used in llvm-ar. by Rafael Espindola · 11 years ago
  33. 2012593 Archive members cannot be larger than 4GB. Return a uint32_t. by Rafael Espindola · 11 years ago
  34. 92f7386 We never compare iterators from two archives. Assert that. by Rafael Espindola · 11 years ago
  35. c5f8757 Add getHeader helper and move ToHeader to the cpp file. by Rafael Espindola · 11 years ago
  36. be6b910 Compute the size of an archive member in the constructor. by Rafael Espindola · 11 years ago
  37. 3d84b07 Remove declare but not implemented methods. by Rafael Espindola · 11 years ago
  38. 5263d0a Move some code out of line. No functionality change. by Rafael Espindola · 11 years ago
  39. 7bb386a Revert "DebugInfo: remove unused helper function getDICompositeType." by Eric Christopher · 11 years ago
  40. 7b93407 Fix a bug in IRBuilder::ClearInsertionPoint. The IR Builder needs to reset both the BB and the insert point inside the BB. by Nadav Rotem · 11 years ago
  41. 6cf7246 DebugInfo: remove unused helper function getDICompositeType. by Manman Ren · 11 years ago
  42. 6afede5 Revert r185852. by Manman Ren · 11 years ago
  43. e1e7310 Find xdot or xdot.py. by Matt Arsenault · 11 years ago
  44. f856249 StringRef: add DenseMapInfo for StringRef. by Manman Ren · 11 years ago
  45. 7426a3b [ADT/NullablePtr] Allow implicit conversion of NullablePtr<OtherT> -> NullablePtr<T> if OtherT is derived from T. by Argyrios Kyrtzidis · 11 years ago
  46. ca4ed88 Reland "Use Clang's __has_* macros in Compiler.h ..." with fixes by Reid Kleckner · 11 years ago
  47. 5e915e6 Fix a SCEV update problem. by Shuxin Yang · 11 years ago
  48. 7b42bed Revert: "Use Clang's __has_* macros in Compiler.h to test for features" by Quentin Colombet · 11 years ago
  49. 9f43905 clang-format this enum. by Rafael Espindola · 11 years ago
  50. 1cce797 We now always create files with the correct permissions. Simplify the interface. by Rafael Espindola · 11 years ago
  51. a2030ee Attempt to fix Compiler.h for some self-hosting bots by Reid Kleckner · 11 years ago
  52. 221f6d7 Use Clang's __has_* macros in Compiler.h to test for features by Reid Kleckner · 11 years ago
  53. 6bd46a4 Add missing per-argument doesNotAccessMemory accessors. No functionality change by Nick Lewycky · 11 years ago
  54. 8064628 MC: Implement COFF .linkonce directive by Nico Rieck · 11 years ago
  55. dc89737 Extend 'readonly' and 'readnone' to work on function arguments as well as by Nick Lewycky · 11 years ago
  56. 1f2415e Remove dead function. by Jakob Stoklund Olesen · 11 years ago
  57. 01c9d28 Remove unique_file now that it is unused. by Rafael Espindola · 11 years ago
  58. 200c748 Add a createUniqueFile function and switch llvm's users of unique_file. by Rafael Espindola · 11 years ago
  59. e11874f Add a higher level createTemporaryFile function. by Rafael Espindola · 11 years ago
  60. 7180414 [SystemZ] Remove no-op MVCs by Richard Sandiford · 11 years ago
  61. 7271ac2 [SystemZ] Clean up register scavenging code by Richard Sandiford · 11 years ago
  62. 4a0bf54 Use the raw member names in Archive::Archive. by Rafael Espindola · 11 years ago
  63. 5679d7d Remove use of asymmetric std::lower_bound comparator. by Ahmed Bougacha · 11 years ago
  64. 764a3d5 Changing long to int for consistency. by Aaron Ballman · 11 years ago
  65. 98abba7 Supporting ssize_t on WIN64 with its proper size. Patch thanks to David Cournapeau! by Aaron Ballman · 11 years ago
  66. f349a6e Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes. by Jakob Stoklund Olesen · 11 years ago
  67. 918b7c8 Simplify landing pad lowering. by Jakob Stoklund Olesen · 11 years ago
  68. c589a5f Reapply r185601 with a fix for the cmake build. by Eric Christopher · 11 years ago
  69. 2333a31 Temporarily revert 185601 as it caused cmake build regressions. by Eric Christopher · 11 years ago
  70. d1280c1 Add support for futimens for platforms that don't support futimes. by Eric Christopher · 11 years ago
  71. c938229 Revert r185595-185596 which broke buildbots. by Jakob Stoklund Olesen · 11 years ago
  72. 6220422 Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes. by Jakob Stoklund Olesen · 11 years ago
  73. 9c0e921 Simplify landing pad lowering. by Jakob Stoklund Olesen · 11 years ago
  74. f647652 Add MachineBasicBlock::addLiveIn(). by Jakob Stoklund Olesen · 11 years ago
  75. 365ef0b Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size. by Craig Topper · 11 years ago
  76. f22fd3f Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily. by Craig Topper · 11 years ago
  77. d0a3916 Use SmallVectorImpl::iterator/const_iterator instead of SmallVector by Eric Christopher · 11 years ago
  78. 9f4c379 Return SmallVectorImpl& instead of SmallVector& in a couple places to avoid having to specify the vector size in multiple places. by Craig Topper · 11 years ago
  79. 1c3751c Add a space between type and variable name. No functional change. by Craig Topper · 11 years ago
  80. f0f85ea Added posix function gettimeofday to LibFunc::Func for all platforms but Windows. by Michael Gottesman · 11 years ago
  81. 0e6783f Debug Info: use module flag to set up Dwarf version. by Manman Ren · 11 years ago
  82. 58fc1f5 by Ulrich Weigand · 11 years ago
  83. 716a94f by Ulrich Weigand · 11 years ago
  84. a3863ea Remove address spaces from MC. by Rafael Espindola · 11 years ago
  85. 2a210b7 Fix typo in comment by Tobias Grosser · 11 years ago
  86. f801b8f Fix up some asserts that are within an if statement. This removes the need by Richard Trieu · 11 years ago
  87. 228e0af by Ulrich Weigand · 11 years ago
  88. 74d2a3e Remove floating point computations form SpillPlacement.cpp. by Jakob Stoklund Olesen · 11 years ago
  89. bbeba2c by Ulrich Weigand · 11 years ago
  90. a35ae96 PR16493: DebugInfo with TLS on PPC crashing due to invalid relocation by David Blaikie · 11 years ago
  91. 99666cb extending the interface of Dependence slightly to support future work by Preston Briggs · 11 years ago
  92. 2d6e3bd Fix extra whitespace / formatting by Matt Arsenault · 11 years ago
  93. 37cb687 Try to unbreak Linux buildbots. by Jakob Stoklund Olesen · 11 years ago
  94. 97be1d6 Minimize precision loss when computing cyclic probabilities. by Jakob Stoklund Olesen · 11 years ago
  95. c093244 Fix broken asserts that never fire. by Richard Trieu · 11 years ago
  96. 40d8171 Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaining references to returned objects by Andrew Kaylor · 11 years ago
  97. 59eaa38 DebugInfo: PR14728: TLS support by David Blaikie · 11 years ago
  98. aadaf9f Remove limitation on DebugIR that made it require existing debug metadata. by Daniel Malea · 11 years ago
  99. d7648ff Add a division operator to BlockFrequency. by Jakob Stoklund Olesen · 11 years ago
  100. 1c07dae [NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rather poor and we're better off just ignoring it and letting LLVM expand all i8 ops out to i16. by Justin Holewinski · 11 years ago