1. 39a09d2 IR: Change inalloca's grammar a bit by David Majnemer · 12 years ago
  2. 3e07f8a Revert "Clean up SmallString a bit" by David Blaikie · 12 years ago
  3. ed8ba2e Clean up SmallString a bit by David Blaikie · 12 years ago
  4. 873c589 [C++11] Fix break due to MSVC bug. by Ahmed Charles · 12 years ago
  5. 9c3328f Fix build break. by Ahmed Charles · 12 years ago
  6. 36b699f [C++11] Add range based accessors for the Use-Def chain of a Value. by Chandler Carruth · 12 years ago
  7. b033b03 Update comment from r203315 based on review by Adam Nemet · 12 years ago
  8. 29b1962 Adding some includes to appease build bots. Amends r203354 by Aaron Ballman · 12 years ago
  9. 5c47b58 Adding range-based STL-like helper APIs. llvm::distance() is the range version of std::distance. llvm::copy is the range version of std::copy. by Aaron Ballman · 12 years ago
  10. f089b84 Make createObjectImage and createObjectImageFromFile static methods on the by Lang Hames · 12 years ago
  11. f911d52 Change else if => if after return, after r203265 by Duncan P. N. Exon Smith · 12 years ago
  12. 783b222 Fix 80 cols. by Ahmed Charles · 12 years ago
  13. c83e68f [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  14. 838cb74 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  15. 1829d9d [bugpoint] Don't ignore arg in -compile-commad="tool arg" by Adam Nemet · 12 years ago
  16. 5dc48d7 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  17. ad1b194 De-virtualize a method since it doesn't override anything (yay 'override' keyword) and its class is in an anonymous namespace. by Craig Topper · 12 years ago
  18. 5747a14 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  19. d659d34 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  20. 50b59c7 DebugInfo: further improvements to test following up on r203329 by David Blaikie · 12 years ago
  21. 5c31033 DebugInfo: Fix test fallout from r203323 by David Blaikie · 12 years ago
  22. 5af111c DebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in DW_TAG_lexical_blocks by David Blaikie · 12 years ago
  23. b1c8844 Add support for hashing location information for CU level hashes. by Eric Christopher · 12 years ago
  24. d07494f [DAGCombiner] Distribute TRUNC through AND in rotation amount by Adam Nemet · 12 years ago
  25. 316d3e3 [DAGCombiner] Recognize another rotation idiom by Adam Nemet · 12 years ago
  26. 622f350 [DAGCombiner] Slightly improve readability of matchRotateSub by Adam Nemet · 12 years ago
  27. aa5b17b ISel: Make VSELECT selection terminate in cases where the condition type has to by Arnold Schwaighofer · 12 years ago
  28. bd86fbe Remove unnecessary test for Darwin and update testcase to be a little less by Adrian Prantl · 12 years ago
  29. e373dfa Add a virtual destructor to quiet a warning. by Eric Christopher · 12 years ago
  30. 7cf32a7 Range-ify some for loops. by Owen Anderson · 12 years ago
  31. a8c247c Actually add the header file. by Eric Christopher · 12 years ago
  32. 096eaf8 Two part patch: by Eric Christopher · 12 years ago
  33. a8d9fe2 Add include guards and make public a few routines that add values to the hash. by Eric Christopher · 12 years ago
  34. 32643e3 Remove unused method declaration by Eli Bendersky · 12 years ago
  35. d013411 Revert "Remove unnecessary check for Darwin. rdar://problem/16264854" by Adrian Prantl · 12 years ago
  36. fa14948 Moved test file from test/MC/Mips to test/CodeGen/Mips. by Sasa Stankovic · 12 years ago
  37. 1630c3c Remove unnecessary check for Darwin. rdar://problem/16264854 by Adrian Prantl · 12 years ago
  38. 9623e46 DebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in inlined functions by David Blaikie · 12 years ago
  39. 0afacf1 DebugInfo: Update test to cover linux (with a FIXME...) too by David Blaikie · 12 years ago
  40. ba2a549 [C++11] Revert uses of lambdas with array_pod_sort. by Benjamin Kramer · 12 years ago
  41. e1362f1 [C++11] Convert sort predicates into lambdas. by Benjamin Kramer · 12 years ago
  42. 856eb29 Actually include the ArrayRef header rather than rely on the forward by Eric Christopher · 12 years ago
  43. 6a90a1e Fix up formatting. by Eric Christopher · 12 years ago
  44. 2195ed6 Fix EXPECT_* to not produce a compile warning. by Eli Bendersky · 12 years ago
  45. 6cadd40 R600/SI: Using SGPRs is illegal for instructions that read carry-out from VCC by Tom Stellard · 12 years ago
  46. 7e06370 R600/SI: Custom lower i1 stores by Tom Stellard · 12 years ago
  47. adb294d [C++11] DwarfDebug: Turn single-use functors into lambdas. by Benjamin Kramer · 12 years ago
  48. bc3b242 [ADT] Update PointerIntPair to handle pointer types with more than 31 bits free. by Jordan Rose · 12 years ago
  49. fac2487 [docs] Teach CMake docs build how to generate Qt Creator help/documentation files. by Michael Gottesman · 12 years ago
  50. 3bfc4d8 [C++11] DwarfDebug: Use range-based for loops. by Benjamin Kramer · 12 years ago
  51. 5abd466 Don't avoid cfi instructions on the bg/p. by Rafael Espindola · 12 years ago
  52. 1a763b0 Remove dead 'break' (dominated by 'return'). by Ted Kremenek · 12 years ago
  53. af0c5ed Remove dead 'return'. by Ted Kremenek · 12 years ago
  54. f5955c7 MC: Use MachO::SectionType for MCSectionMachO::getType's return type by David Majnemer · 12 years ago
  55. 5ba79a9 DebugInfo: Refactor high_pc/low_pc construction into reusable function by David Blaikie · 12 years ago
  56. f456d37 "Mac OS/X" -> "Mac OS X" spelling fixes for llvm. by Nico Weber · 12 years ago
  57. feed880 C++11: Remove const from in auto guidelines by Duncan P. N. Exon Smith · 12 years ago
  58. f7952d3 DebugInfo: Restrict DW_AT_high_pc encoding as data4 offset to DWARF 4 as per spec by David Blaikie · 12 years ago
  59. fc9031c C++11: Copy pointers with const auto * by Duncan P. N. Exon Smith · 12 years ago
  60. ac4c4a8 ARM: Make .unreq directives case-insensitive by Duncan P. N. Exon Smith · 12 years ago
  61. 1dd3111 [C++11] Now that the users are gone, rip out the duplicated traits from type_traits.h by Benjamin Kramer · 12 years ago
  62. 8eccde8 Add missing std:: qualifiers by Dmitri Gribenko · 12 years ago
  63. a6a3d4d Make header standalone for libstdc++. by Benjamin Kramer · 12 years ago
  64. c1dafe8 [C++11] Replace LLVM-style type traits with C++11 standard ones. by Benjamin Kramer · 12 years ago
  65. 122a970 [SystemZ] Move sign_extend optimization to PerformDAGCombine by Richard Sandiford · 12 years ago
  66. fa9e4b5 CodeGenPrep: sink extends of illegal types into use block. by Tim Northover · 12 years ago
  67. 69d2b2a InstCombine: form shuffles from wider range of insert/extractelements by Tim Northover · 12 years ago
  68. cd68cff Change MCDisassembler::setSymbolizer to take unique_ptr by value. by Ahmed Charles · 12 years ago
  69. 490750b Remove unused method. by Craig Topper · 12 years ago
  70. 9f998de [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  71. 177c1ef Enable FeatureFastUAMem for Silvermont processor by Alexey Volkov · 12 years ago
  72. adaa3e5 Test commit Removed whitespace by Alexey Volkov · 12 years ago
  73. 508e0c4 MC: Remove superfluous section attribute flag definitions by David Majnemer · 12 years ago
  74. 6a2154e [Typo] Fix sentence in CMake documentation. by Ahmed Charles · 12 years ago
  75. 7d7d996 Replace PROLOG_LABEL with a new CFI_INSTRUCTION. by Rafael Espindola · 12 years ago
  76. ec7ab53 clang-format a bit of code to make the next patch easier to read. by Rafael Espindola · 12 years ago
  77. 49dd5e8 Simplify. No functionality change. by Rafael Espindola · 12 years ago
  78. ab5573e Simplify. No functionality change. by Rafael Espindola · 12 years ago
  79. 70957b9 Allow constant folding of round function whenever feasible by Karthik Bhat · 12 years ago
  80. 40e107d Add missing "[unnamed_addr]" to LangRef.rst#functions. by Rafael Espindola · 12 years ago
  81. 4b10252 DebugInfo: Limit r203187 to non-darwin as lldb can't handle this yet by David Blaikie · 12 years ago
  82. d5c1fb9 Move some dwarf emission routines to AsmPrinterDwarf.cpp. by Eric Christopher · 12 years ago
  83. 0e42ae9 80-column fixups. by Eric Christopher · 12 years ago
  84. 34fa564 DebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as an offset from the low_pc by David Blaikie · 12 years ago
  85. e2bb4f4 DebugInfo: Refactor test to not rely on fixed DIE offsets by David Blaikie · 12 years ago
  86. 63557bf DebugInfo: Improve test to not depend on the specific naming of temporary symbols by David Blaikie · 12 years ago
  87. 83710e7 Add iterator_range support for MachineInstr's operand and memoperand iterators. by Owen Anderson · 12 years ago
  88. aa558a7 Reapply "MC: simplify object file selection for Windows" by Saleem Abdulrasool · 12 years ago
  89. b52d0c0 Remove shouldEmitUsedDirectiveFor. by Rafael Espindola · 12 years ago
  90. e7147c1 Convert test to FileCheck. by Rafael Espindola · 12 years ago
  91. 93998f3 Remove unreachable 'return true' always dominated by 'return Error' or 'return false'. by Ted Kremenek · 12 years ago
  92. 046c8e1 [Support/LockFileManager] Re-apply r203137 and r203138 but use symbolic links only on unix. by Argyrios Kyrtzidis · 12 years ago
  93. 4eb048a Support: split object format out of environment by Saleem Abdulrasool · 12 years ago
  94. 5219b0f MC: simplify object file selection for Windows by Saleem Abdulrasool · 12 years ago
  95. e541585 [X86] Teach the DAGCombiner how to fold a OR of two shufflevector nodes. by Andrea Di Biagio · 12 years ago
  96. d0d94d6 Fix warning about mismatched signs in comparison. by Rafael Espindola · 12 years ago
  97. abb1fad Fix the printing of n_type. by Rafael Espindola · 12 years ago
  98. 7ed86b0 Use the existing N_STAB from the MachO namespace. by Rafael Espindola · 12 years ago
  99. 27cfb7a Constify a few things with DotDebugLocEntry. by Eric Christopher · 12 years ago
  100. 9035f6b MS asm: The initial dot in struct access is optional by Reid Kleckner · 12 years ago