1. 442c59f Fix reg mask slot test, and preserve LiveIntervals and VirtRegMap in the PBQP by Lang Hames · 13 years ago
  2. 9609878 docs: Fix typo on front page by Sean Silva · 13 years ago
  3. 9d577c8 Implement methods that enable expansion of load immediate by Jack Carter · 13 years ago
  4. 34c6b7e docs: Sphinxify GoldPlugin document. by Sean Silva · 13 years ago
  5. 30116cd This patch is a partial implementation of mips .set assembler directive. Directive is defined as follows: by Jack Carter · 13 years ago
  6. 047d361 tblgen: Whitespace and 80-col cleanup. by Sean Silva · 13 years ago
  7. 81be6bf Make sure 'prefix-clang++' is aliased to 'prefix-clang', not 'clang'. by Jordan Rose · 13 years ago
  8. 72fd0a9 Enable -schedmodel, but prefer itineraries until we have more benchmark data. by Andrew Trick · 13 years ago
  9. 395c150 Fix PR13967. by Jakub Staszak · 13 years ago
  10. 10181ae Add an explicit -object_path_lto flag during linking with a uniquified temporary by Bill Wendling · 13 years ago
  11. 471b917 Clean up tailing whitespaces by Michael Liao · 13 years ago
  12. 1374526 Added instregex support to TableGen subtarget emitter. by Andrew Trick · 13 years ago
  13. 2062b12 TableGen subtarget emitter, nearly first class support for SchedAlias. by Andrew Trick · 13 years ago
  14. fe05d98 Cleanup TableGen subtarget emitter. by Andrew Trick · 13 years ago
  15. d494a3b [ms-inline asm] Default to the 'm' constraint. This matches the behavior of the by Chad Rosier · 13 years ago
  16. 34448ae [ms-inline asm] Add support in the X86AsmPrinter for printing memory references by Chad Rosier · 13 years ago
  17. 42faefc This patch moves from using a hard coded number (4) by Jack Carter · 13 years ago
  18. 3c09628 tblgen: Remove last traces of old TableGenMain API. by Sean Silva · 13 years ago
  19. 9e21138 tblgen: Migrate llvm-tblgen to new TableGenMain API. by Sean Silva · 13 years ago
  20. f42a674 tblgen: Put new TableGenMain API in place. by Sean Silva · 13 years ago
  21. ec7559d Add function to return return attributes. by Bill Wendling · 13 years ago
  22. 4c230b3 Update to use the predicate methods to query if an attribute exists. by Bill Wendling · 13 years ago
  23. 2e7d381 Fix a cycle in the DAG. In this code we replace multiple loads with a single load and by Nadav Rotem · 13 years ago
  24. 436eaa8 Use unsigned long long instead of uin64_t for OS where that matters. by Nick Kledzik · 13 years ago
  25. 7f74ead Typos. by Chad Rosier · 13 years ago
  26. e25de4a Don't call getAsUnsignedInteger directly, it fails to compile if uint64_t is not "unsigned long long". by Benjamin Kramer · 13 years ago
  27. 7a0f86f Add getAsUnsignedInteger test case that checks that known bad values are rejected by Nick Kledzik · 13 years ago
  28. 739dc6e No need to call functions which do the same thing as the default. by Bill Wendling · 13 years ago
  29. 3bd59a9 Remove assert that's too restrictive. by Bill Wendling · 13 years ago
  30. 847d165 Add methods which query for the specific attribute instead of using the by Bill Wendling · 13 years ago
  31. 565ebde Implement .rel relocation for R_ARM_ABS32 in MCJIT. by Tim Northover · 13 years ago
  32. fcf0628 This Patch corrects a problem whereby the optimization to use a faster divide by Preston Gurd · 13 years ago
  33. c653de6 A DAGCombine optimization for mergeing consecutive stores to memory. The optimization by Nadav Rotem · 13 years ago
  34. bfcb4aa Set up MCSchedModel after detecting the CPU type in X86SubTarget. by Preston Gurd · 13 years ago
  35. 6afc7cb tsan: update the test for new atomic enums by Dmitry Vyukov · 13 years ago
  36. 03fe214 tsan: update the test for new atomic enums by Dmitry Vyukov · 13 years ago
  37. 9a8c112 tsan: prepare for migration to new memory_order enum values (ABI compatible) by Dmitry Vyukov · 13 years ago
  38. 541a858 Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to not propagate through implicit defs. by Silviu Baranga · 13 years ago
  39. 322e9ba Fix an issue where we failed to adjust the alignment constraint on by Chandler Carruth · 13 years ago
  40. f710fb1 Try to use a better set of abstractions for computing the alignment by Chandler Carruth · 13 years ago
  41. 76ad43c Revert 165051-165049 while looking into the foreach.m failure in more detail. by Eric Christopher · 13 years ago
  42. 8e8f872 Fix doxygen comment to match function name. by Craig Topper · 13 years ago
  43. 3138659 Remove unused function that used to get itineraries from SubTargetFeatures. This is done from MCSubTargetInfo these days. by Craig Topper · 13 years ago
  44. 12d57c0 Fix 80-column violation by Craig Topper · 13 years ago
  45. 44a1fd4 test/ExecutionEngine/MCJIT: MCJIT should work also on mingw. by NAKAMURA Takumi · 13 years ago
  46. de2fae4 Third try at fixing this. ;] Go back to using std::remove_if, which has by Chandler Carruth · 13 years ago
  47. 0d141f8 The early if conversion pass is ready to be used as an opt-in. by Jakob Stoklund Olesen · 13 years ago
  48. 75eac5f Switch the SetVector::remove_if implementation to use partition which by Chandler Carruth · 13 years ago
  49. 2b87e06 Fix a serious X86 instruction selection bug. In by Evan Cheng · 13 years ago
  50. 394820b Revert "Don't use a debug location for frame setup instructions in the" by Eric Christopher · 13 years ago
  51. f9e008b Revert 165057, per Jim's request. This requires further discussion. by Chad Rosier · 13 years ago
  52. 8e71e61 The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed by the assembler or through codegen direct object output to other variants based on the value of the immediate values of the operands. by Jack Carter · 13 years ago
  53. 5c5b3cf Teach the new SROA to handle cases where an alloca that has already been by Chandler Carruth · 13 years ago
  54. 5d37976 Clean up these doxygen comments to follow the proposed new style. This by Chandler Carruth · 13 years ago
  55. b09649b Make sure to put our sret argument into %rax on x86-64. Fixes PR13563! by Nick Lewycky · 13 years ago
  56. 6c0c6d6 Remove the old coalescer algorithm. by Jakob Stoklund Olesen · 13 years ago
  57. d4919a9 Handle reserved registers more accurately in handleMove(). by Jakob Stoklund Olesen · 13 years ago
  58. 95707c9 [ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This type by Chad Rosier · 13 years ago
  59. 27cb347 Make sure the whole live range is covered when values are pruned twice. by Jakob Stoklund Olesen · 13 years ago
  60. abe7043 Allow alternate instructions to silence bot. by Eric Christopher · 13 years ago
  61. 55c86c6 80-col. by Eric Christopher · 13 years ago
  62. 3f23cef Clean-up of memory buffer and object ownership model in MCJIT by Andrew Kaylor · 13 years ago
  63. 9fd3046 Don't use a debug location for frame setup instructions in the by Eric Christopher · 13 years ago
  64. 138f206 Use the existing DebugLoc. by Eric Christopher · 13 years ago
  65. 2d4d0f0 Make the location a parameter since we may not want the next one in the block. by Eric Christopher · 13 years ago
  66. 96bd441 Remove the SavePoint infrastructure from fast isel, replace by Eric Christopher · 13 years ago
  67. df5f0fb Set the 'build clang only' flag when we're building only clang. by Bill Wendling · 13 years ago
  68. 6e033d6 Improve overflow detection in StringRef::getAsUnsignedInteger(). by Nick Kledzik · 13 years ago
  69. fdb1585 Fix another crasher in SROA, reported by Joel. by Chandler Carruth · 13 years ago
  70. 7bbd6e3 Support for generating ELF objects on Windows. by Andrew Kaylor · 13 years ago
  71. a346f46 Fix a silly coding error on my part. The whole point of the speculator by Chandler Carruth · 13 years ago
  72. fba80d9 Fix broken tests. by Benjamin Kramer · 13 years ago
  73. 48da0be Fix PR13991: legalizing an overflowing multiplication operation is harder than by Duncan Sands · 13 years ago
  74. 9e36496 Add default JIT LIT variable. by James Molloy · 13 years ago
  75. 1fe4fae Turn the new SROA pass back on. Let's see if it sticks this time. =] by Chandler Carruth · 13 years ago
  76. c69bb70 Fix 80-column violations. Cleanup whitespace in generated code. by Chad Rosier · 13 years ago
  77. 2268587 [ms-inline asm] Add the convertToMapAndConstraints() function that is used to by Chad Rosier · 13 years ago
  78. 3fc42fd test/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64-linux, and FileCheck-ize. by NAKAMURA Takumi · 13 years ago
  79. b431602 MachO: direct-to-object attribute for data-in-code markers. by Jim Grosbach · 13 years ago
  80. 0585b38 checking test case for r164811. was an omission to not check this in. this was already approved by Reed Kotler · 13 years ago
  81. 17be8a5 [ms-inline asm] Expose the getReg() function in the base class. by Chad Rosier · 13 years ago
  82. 06d9981 [Docs] Update File Headers section to cover doxygen style file level docs. by Michael J. Spencer · 13 years ago
  83. 9208052 Re-enable support for --program-prefix. by Jordan Rose · 13 years ago
  84. 7744345 Forgot the SPIR test case. by Micah Villmow · 13 years ago
  85. e53d605 Add in support for SPIR to LLVM core. This adds a new target and two new calling conventions. by Micah Villmow · 13 years ago
  86. 3118937 Fix PR13899 by Michael Liao · 13 years ago
  87. f0070f2 Provide a shortcut for MCObjectStreamer when emitting fills. by Benjamin Kramer · 13 years ago
  88. cfb6529 Fix more misspellings found by Duncan during review. by Chandler Carruth · 13 years ago
  89. c7a4ca7 Make this plural. Spotted by Duncan in review (and a very old typo, this by Chandler Carruth · 13 years ago
  90. 0a7ca31 Prune some unnecessary includes. by Chandler Carruth · 13 years ago
  91. 673850a Fix several issues with alignment. We weren't always accounting for type by Chandler Carruth · 13 years ago
  92. 9001258 TargetData: s/uint32_t/unsigned/ per Kuba's request. by Benjamin Kramer · 13 years ago
  93. 64f27e7 SimplifyCFG: Don't crash when forming a switch bitmap with an undef default value. by Benjamin Kramer · 13 years ago
  94. 1e1b16c Factor the PHI and select speculation into a separate rewriter. This by Chandler Carruth · 13 years ago
  95. 363d1c3 Use constants for all return values in switch. Allows clang to optimize it into a lookup table. by Craig Topper · 13 years ago
  96. 77c1270 Refactor the PartitionUse structure to actually use the Use* instead of by Chandler Carruth · 13 years ago
  97. 554c676 Use dyn_cast instead of isa and cast. by Jakub Staszak · 13 years ago
  98. fdb9606 SimplifyCFG: Enumerating all predecessors of a BB can be expensive (switches), avoid it if possible. by Benjamin Kramer · 13 years ago
  99. 8bd5e35 RST docs: convert HTML escapes to plain text in code examples. by Dmitri Gribenko · 13 years ago
  100. 58c7ea7 Sphinx CSS: remove negative letter-spacing, it makes some fonts look really by Dmitri Gribenko · 13 years ago