1. c462db6 Revert "Revert "PR14606: debug info imported_module support"" by David Blaikie · 12 years ago
  2. 80a1caa Convert windows line endings to linux/unix line endings. by Craig Topper · 12 years ago
  3. 955d1e9 Fix indentation. No functional change. by Craig Topper · 12 years ago
  4. efa703d Put 'else' on same line as preceding curly brace per coding standards. No functional change. by Craig Topper · 12 years ago
  5. 007b40f Remove an unreachable 'break' following a 'return'. by Craig Topper · 12 years ago
  6. 0cb1019 Legalize vector truncates by parts rather than just splitting. by Jim Grosbach · 12 years ago
  7. 5eabdf2 ARM: Split out cost model vcvt testcases. by Jim Grosbach · 12 years ago
  8. ddb14ce Passing arguments to varags functions under the SPARC v9 ABI. by Jakob Stoklund Olesen · 12 years ago
  9. 1e48093 Tidy up comment grammar. by Jim Grosbach · 12 years ago
  10. 2c6b5a8 Fix the SETHIimm pattern for 64-bit code. by Jakob Stoklund Olesen · 12 years ago
  11. 94a720c Remove unused, undefined ArgFlagsTy::getArgFlagsString; add a comment about 'returned' by Stephen Lin · 12 years ago
  12. d81a0de SROA: Don't crash on a select with two identical operands. by Benjamin Kramer · 12 years ago
  13. 54d9a3e Revert "SimplifyCFG: If convert single conditional stores" by Arnold Schwaighofer · 12 years ago
  14. c3a9301 ARM: fix part of test which actually needed an asserts build by Tim Northover · 12 years ago
  15. 4cc1407 ARM: Use ldrd/strd to spill 64-bit pairs when available. by Tim Northover · 12 years ago
  16. 7aad829 Remove the executable bit on cmake files by Sylvestre Ledru · 12 years ago
  17. b86dff8 SLPVectorize: Add support for vectorization of casts. by Nadav Rotem · 12 years ago
  18. bd65805 SLPVectorizer: Fix a bug in the code that scans the tree in search of nodes with multiple users. by Nadav Rotem · 12 years ago
  19. 899b2f9 [objc-arc] Cleaned up tail-call-invariant-enforcement.ll. by Michael Gottesman · 12 years ago
  20. bf9cac7 [objc-arc] Check that objc-arc-expand properly handles all strictly forwarding calls and does not touch calls which are not strictly forwarding (i.e. objc_retainBlock). by Michael Gottesman · 12 years ago
  21. 755aabc [objc-arc] Renamed the test file clang-arc-used-intrinsic-removed-if-isolated.ll -> intrinsic-use-isolated.ll to match the other test file intrinsic-use.ll. by Michael Gottesman · 12 years ago
  22. d868af7 Remove tbaa metadata. by Bill Wendling · 12 years ago
  23. fca9d95 When we strength reduce an objc_retainBlock call to objc_retain, increment NumPeeps and make sure that Changed is set to true. by Michael Gottesman · 12 years ago
  24. 8c87177 Fixed comment typo. by Michael Gottesman · 12 years ago
  25. d4adf8a [objc-arc] Fixed typo in debug message. by Michael Gottesman · 12 years ago
  26. ee37359 [objc-arc] Fixed comment typo. by Michael Gottesman · 12 years ago
  27. 9f2b618 [objc-arc] Refactored OptimizeReturns so that it uses continue instead of a large multi-level nested if statement. by Michael Gottesman · 12 years ago
  28. 7e48a92 [objc-arc] Added debug statement saying when we are resetting a sequence's progress. by Michael Gottesman · 12 years ago
  29. da8768b Compile varargs functions for SPARCv9. by Jakob Stoklund Olesen · 12 years ago
  30. 4f38e16 Fix PR15800. Do not try to vectorize vectors and structs. by Nadav Rotem · 12 years ago
  31. f7af198 SimplifyCFG: If convert single conditional stores by Arnold Schwaighofer · 12 years ago
  32. 335dd0d ARM: don't add FrameIndex offset for LDMIA (has no immediate) by Tim Northover · 12 years ago
  33. bf9fba9 recommit tests by Nuno Lopes · 12 years ago
  34. 514d514 Minor renaming of tests (for consistency with an in-development patch) by Stephen Lin · 12 years ago
  35. 75f0138 AArch64: remove useless comment by Tim Northover · 12 years ago
  36. b0aeb3e Move 'kw_align' case to proper section, reorganize function attribute keyword case statements to be consistent with r179119 by Stephen Lin · 12 years ago
  37. 8b71994 Remove unused ShouldFoldAtomicFences flag. by Tim Northover · 12 years ago
  38. 6265d5c Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE. by Tim Northover · 12 years ago
  39. 972b26b Remove dead code. by Rafael Espindola · 12 years ago
  40. d9f82b7 Don't litter .s files in test directory. by Benjamin Kramer · 12 years ago
  41. d760c08 VecUtils: Clean up uses of dyn_cast. by Benjamin Kramer · 12 years ago
  42. 6fe5cc4 SLPVectorizer: Strength reduce SmallVectors to ArrayRefs. by Benjamin Kramer · 12 years ago
  43. cd94971 SLPVectorizer: Reduce the compile time by eliminating the search for some of the more expensive patterns. After this change will only check basic arithmetic trees that start at cmpinstr. by Nadav Rotem · 12 years ago
  44. 444e33e refactor tryToVectorizePair to a new method that supports vectorization of lists. by Nadav Rotem · 12 years ago
  45. d7e8cce Fix an unused variable warning. by Nadav Rotem · 12 years ago
  46. 1d2ad83 SLPVectorizer: Improve the cost model for loop invariant broadcast values. by Nadav Rotem · 12 years ago
  47. ef332b1 Report the number of stores that were found in the debug message. by Nadav Rotem · 12 years ago
  48. 2aaa269 Fix the header comment. by Nadav Rotem · 12 years ago
  49. fbcaf59 Use 64bit arithmetic for calculating distance between pointers. by Nadav Rotem · 12 years ago
  50. abe64dc Move PPC getSwappedPredicate for reuse by Hal Finkel · 12 years ago
  51. 456ca04 Add CodeGen support for functions that always return arguments via a new parameter attribute 'returned', which is taken advantage of in target-independent tail call opportunity detection and in ARM call lowering (when placed on an integral first parameter). by Stephen Lin · 12 years ago
  52. 5c34e08 Allow tail call opportunity detection through nested and/or multiple iterations of extractelement/insertelement indirection by Stephen Lin · 12 years ago
  53. d0ec6dd These can be void. by Rafael Espindola · 12 years ago
  54. daf0f44 Rename obj2yaml local namespace to avoid conflicts with llvm::yaml. by Rafael Espindola · 12 years ago
  55. 9e39d0b Remove local namespace yaml to avoid confusion with llvm::yaml. by Rafael Espindola · 12 years ago
  56. da177ce Small obj2yaml cleanups. by Rafael Espindola · 12 years ago
  57. f59a2a8 Remove COFFYAML::Header. by Rafael Espindola · 12 years ago
  58. 69394f2 Test commit by Stephen Lin · 12 years ago
  59. 462123f Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comment. by Eli Bendersky · 12 years ago
  60. 97a62bf [mips] Instruction selection patterns for DSP-ASE vector shifts. by Akira Hatanaka · 12 years ago
  61. 24a5f30 MergeFunc: Make pointer and integer types generate the same hash. by Benjamin Kramer · 12 years ago
  62. df0d185 Make variable match any name. by Bill Wendling · 12 years ago
  63. 75299e3 Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'm by Eli Bendersky · 12 years ago
  64. 2a8bea7 ArrayRefize getMachineNode(). No functionality change. by Michael Liao · 12 years ago
  65. 87c1e42 Fix PPC optimizeCompareInstr swapped-sub argument handling by Hal Finkel · 12 years ago
  66. a58d67a Add an MRI::verifyUseLists() function. by Jakob Stoklund Olesen · 12 years ago
  67. 03494e0 Use dbgs() consistently for -debug printouts by Eli Bendersky · 12 years ago
  68. 7a7e83a Remove COFFYAML::Relocation. by Rafael Espindola · 12 years ago
  69. 9c32678 Try explicitly setting the target triple to see if this gets it to pass on ARM. by Bill Wendling · 12 years ago
  70. 8caffc1 Do not mangle in MS-way the globals with magic \001 in the name. by Anton Korobeynikov · 12 years ago
  71. a317eb8 Make test slightly more readable. by Bill Wendling · 12 years ago
  72. bb41803 Add a testcase to make sure we generate the proper compact unwind section for a function that cannot produce a compact unwind encoding. by Bill Wendling · 12 years ago
  73. d717e20 LoopVectorizer: Use matcher from PatternMatch.h for the min/max patterns by Arnold Schwaighofer · 12 years ago
  74. 09b7981 80-col fixup. by Eric Christopher · 12 years ago
  75. 32dc092 Reformat and nuke trailing whitespace. by Eric Christopher · 12 years ago
  76. 2f445be Rename ClassType to the more accurate UnderlyingType and document its purpose. by Adrian Prantl · 12 years ago
  77. 4acef77 [ms-inline asm] Make code layout more canonical with iniline asm handled last. by Chad Rosier · 12 years ago
  78. 76bb21b Attempt to pacify this test for the buildbots. by Chad Rosier · 12 years ago
  79. f530aff [mips] First patch which adds support for micromips. by Akira Hatanaka · 12 years ago
  80. 8d99ec5 [mips] Fix InstAlias of XOR and OR macros. Set EmitAlias flag and change by Akira Hatanaka · 12 years ago
  81. e43624e [ms-inline asm] Refactor the parsing of identifiers. No functional change by Chad Rosier · 12 years ago
  82. f341dac Add test to make sure that a int-to-ptr can be merged correctly. by Bill Wendling · 12 years ago
  83. d386843 [ms-inline asm] Remove these asserts. C++ variables that use namespace by Chad Rosier · 12 years ago
  84. 3031ac0 [ms-inline asm] Move this variable into the scope in which it is used. by Chad Rosier · 12 years ago
  85. fea1f8e [ms-inline asm] Make this a hard error. by Chad Rosier · 12 years ago
  86. eb733d2 ConstantFolding: ComputeMaskedBits wants the scalar size for vectors. by Benjamin Kramer · 12 years ago
  87. 89ab4e4 [ms-inline asm] Cleanup the dot operator implementation. by Chad Rosier · 12 years ago
  88. d3af696 ARM: Permit "sp" in ARM variant of STREXD instructions by Tim Northover · 12 years ago
  89. 143d223 refactor the struct byte swapping to a helper function. by Rafael Espindola · 12 years ago
  90. baecbb8 Only run the tests in test/Object/ARM if we have ARM support. by Rafael Espindola · 12 years ago
  91. e94e4ca Attributes: Don't print trailing whitespace on the function attribute comment. by Benjamin Kramer · 12 years ago
  92. db5f927 Don't read one command past the end. by Rafael Espindola · 12 years ago
  93. 4521019 ARM: permit "sp" in ARM variants of MOVW/MOVT instructions by Tim Northover · 12 years ago
  94. a7e3701 Revert 179826. Tests were worthless. by Jakub Staszak · 12 years ago
  95. 41201ed Revert "PR14606: debug info imported_module support" by Eric Christopher · 12 years ago
  96. bcb8136 PR14606: debug info imported_module support by David Blaikie · 12 years ago
  97. 6436227 Add support for index resources (for a SlotIndex) to be relinquished. by Lang Hames · 12 years ago
  98. 0ee1700 Use 'array_lengthof' as possible to avoid magic numbers by Michael Liao · 12 years ago
  99. 48b809e R600: Add pattern for the BFI_INT instruction by Tom Stellard · 12 years ago
  100. ae2a892 R600/SI: Use InstFlag for VOP3 modifier operands by Tom Stellard · 12 years ago