1. 183c627 Fixed MC encoding for index_align for VLD1/VST1 (single element from one lane) for size 32 by Mon P Wang · 14 years ago
  2. c356f33 Indent properly, no functionality change. by Duncan Sands · 14 years ago
  3. 8a1f2b2 Eliminate an unused line to fix a warning. by NAKAMURA Takumi · 14 years ago
  4. cf724f0 Remove an assertion to fix PR9872. by Jakob Stoklund Olesen · 14 years ago
  5. f51190b X86: Add a bunch of peeps for add and sub of SETB. by Benjamin Kramer · 14 years ago
  6. 4eafe10 Don't force relaxation of AdvanceLoc instructions on OS X. gdb is happy with by Rafael Espindola · 14 years ago
  7. 6a61834 PR9869: Add explicit destructor declarations to Operator subclasses, to allow by Eli Friedman · 14 years ago
  8. ca66226 Eliminate the ARM sub-register indexes that are not needed by the sources. by Jakob Stoklund Olesen · 14 years ago
  9. 123cab9 Teach TableGen to automatically generate missing SubRegIndex instances. by Jakob Stoklund Olesen · 14 years ago
  10. aec038f Fix comments per Duncan's review. by Eli Friedman · 14 years ago
  11. 5d23b42 Zap unnecessary svn:ignore. by Eli Friedman · 14 years ago
  12. e864b5b The comparision "max(x,y)==x" is equivalent to "x>=y". Since the max is by Duncan Sands · 14 years ago
  13. 33c110e Fix the non-MC encoding of pkhbt and pkhtb. by Eric Christopher · 14 years ago
  14. 701529b Revert ExecutionEngine patches, they either failed to build or broke unit tests. by Jakob Stoklund Olesen · 14 years ago
  15. be91117c Switch Darwin to the generic CIE/FDE printer. by Rafael Espindola · 14 years ago
  16. 226c34b ExecutionEngine: delete duplicated files by Dylan Noblesmith · 14 years ago
  17. e629701 ExecutionEngine: add missing file by Dylan Noblesmith · 14 years ago
  18. 325e66d 1. Keep lines in 80 columns. 2. Remove unused function. 3. Correct indentation. by Akira Hatanaka · 14 years ago
  19. bfb8705 ExecutionEngine: move createJIT() definition by Dylan Noblesmith · 14 years ago
  20. c06b511 ExecutionEngine: push TargetMachine creation into clients by Dylan Noblesmith · 14 years ago
  21. 71cbac6 ExecutionEngine: fix JIT/MCJIT selectTarget() duplication by Dylan Noblesmith · 14 years ago
  22. bf4e10f Emit a proper error message when register allocators run out of registers. by Jakob Stoklund Olesen · 14 years ago
  23. 9b66853 Added an assertion, and updated a comment. by Andrew Trick · 14 years ago
  24. 308fba5 It's valid to take the blockaddress of a different function, so remove this by Nick Lewycky · 14 years ago
  25. ce1cdac 80 col violations. by Evan Cheng · 14 years ago
  26. fc5d305 Make the logic for determining function alignment more explicit. No functionality change. by Eli Friedman · 14 years ago
  27. 8265e6a Use array_lengthof. No functional change. by Eli Friedman · 14 years ago
  28. 6212f9a Iterate backwards over debug locations when splitting them so they can be safely erased. by Jakob Stoklund Olesen · 14 years ago
  29. 5d754bf Improve diagnostics for some parse errors. Not asserting when a user input by Jim Grosbach · 14 years ago
  30. 96883ec ParseFile() may throw, so extend the try/catch to handle that. by Jim Grosbach · 14 years ago
  31. 9dabb78 Move few target-dependant tests to appropriate directories. by Galina Kistanova · 14 years ago
  32. 89fd437 Typo: Reviewed by Alistair. by Andrew Trick · 14 years ago
  33. 8b3db73 Pass -disable-cfi to llc. by Rafael Espindola · 14 years ago
  34. f42b661 Update LiveDebugVariables after live range splitting. by Jakob Stoklund Olesen · 14 years ago
  35. e77150b Use TargetMachine hooks to properly print debug variable locations. by Jakob Stoklund Olesen · 14 years ago
  36. cf5e5f3 Also count identity copies. by Jakob Stoklund Olesen · 14 years ago
  37. e38c615 Pass -disable-cfi. by Rafael Espindola · 14 years ago
  38. 15ab359 Post-RA scheduler compile time fix. Quadratic computation of DAG node depth. by Andrew Trick · 14 years ago
  39. 31c5d05 Move CompileUnit::getOrCreateNameSpace() and CompileUnit::addPubType() from DwarfDebug.cpp to DwarfCompileUnit.cpp by Devang Patel · 14 years ago
  40. af25768 Nothing else uses this label. by Rafael Espindola · 14 years ago
  41. 0125d50 Yet more dead code. by Rafael Espindola · 14 years ago
  42. ffa6408 Update comments. by Rafael Espindola · 14 years ago
  43. ba39f88 More dead code elimination. by Rafael Espindola · 14 years ago
  44. f2b0423 Dead code elimination. by Rafael Espindola · 14 years ago
  45. ab0145d PTX: add PTX 2.3 language target by Justin Holewinski · 14 years ago
  46. 5389210 Fix PR9820: a read-only call differs from a load in that a load doesn't by Duncan Sands · 14 years ago
  47. 5e926ac Re-revert r130877; it's apparently causing a regression on 197.parser, by Eli Friedman · 14 years ago
  48. d363ff3 The computation of string length is not that complicated. Fix it, again. :) by Nick Lewycky · 14 years ago
  49. 97a1216 Remove DwarfTableException. by Rafael Espindola · 14 years ago
  50. 254784f Remove the DwarfTable enum. by Rafael Espindola · 14 years ago
  51. ef7b468 In debug output, clearly list new instructions without DebugLoc. by Devang Patel · 14 years ago
  52. 51a04ad Remove little used statistical counter. by Devang Patel · 14 years ago
  53. b6e7cd6 PR9838: Fix transform introduced in r127064 to not trigger when only one side of the icmp is an exact shift. by Eli Friedman · 14 years ago
  54. 108709d Move PPC Linux to CFI. by Rafael Espindola · 14 years ago
  55. 10c6612 Fix typo. No functional change. by Nick Lewycky · 14 years ago
  56. ecf58b9 Implement a really simple DwarfSjLjException. by Rafael Espindola · 14 years ago
  57. 2d57a64 List all exception types in a switch. by Rafael Espindola · 14 years ago
  58. ee10915 ARM post RA scheduler compile time fix. by Andrew Trick · 14 years ago
  59. f405b1a whitespace by Andrew Trick · 14 years ago
  60. 7af1a59 Don't produce a __debug_frame. by Rafael Espindola · 14 years ago
  61. 300c1a1 Many LLVM tests relies on standard output stream be in the binary mode. Which is not always the case (on Windows in particular). The patch adds a test to verify that the standard output stream is actually in the binary mode. by Galina Kistanova · 14 years ago
  62. d71867a Allow FastISel of three-register-operand instructions. by Owen Anderson · 14 years ago
  63. d96efb8 If debug info for inlined function is missing then handle it gracefully. by Devang Patel · 14 years ago
  64. 2970159 PR9848: pandn is not commutative. by Eli Friedman · 14 years ago
  65. e9bd4ea Add some statistics to the splitting and spilling frameworks. by Jakob Stoklund Olesen · 14 years ago
  66. 23d3243 Avoid extra vreg copies for arguments passed in registers. Specifically, this can make MachineCSE more effective in some cases (especially in small functions). PR8361 / part of rdar://problem/8259436 . by Eli Friedman · 14 years ago
  67. d41bd04 Fix test to be less sensitive to coalescing. by Jakob Stoklund Olesen · 14 years ago
  68. 6005b87 Small syntax cleanup; we don't need to #define constants in C++. No functionality change intended. by Eli Friedman · 14 years ago
  69. 5f6bf5d Minor correction to r130877; fixes PR9846 and hopefully the buildbot failures. by Eli Friedman · 14 years ago
  70. f262e16 Minor change: Fix the typo in RegionPass.h and RegionPass.cpp. by Hongbin Zheng · 14 years ago
  71. 087aad4 Remove a flag that would set the ".eh" symbol as .globl. MachO was the only one by Bill Wendling · 14 years ago
  72. 8193761 llvmc: Make 'true' and 'false' instances of a 'Bool' class. by Mikhail Glushenkov · 14 years ago
  73. 3a21c55 llvmc: Make it possible to provide an argument to (join). by Mikhail Glushenkov · 14 years ago
  74. 5409a18 Update the gcov version used slightly, to make it stop causing modern gcov's to by Nick Lewycky · 14 years ago
  75. 7a75a9a Remove dead function. by Nick Lewycky · 14 years ago
  76. fcf74ed When the path wasn't emitted by the frontend, discard any path on the source by Nick Lewycky · 14 years ago
  77. 7a2718a Disable physical register coalescing by default. by Jakob Stoklund Olesen · 14 years ago
  78. 0f18d97 Set debug loc for new instructions. by Devang Patel · 14 years ago
  79. a922ba7 Set debug location for new PHI nodes created in exit block. by Devang Patel · 14 years ago
  80. 49b2803 Prepare remaining tests for -join-physreg going away. by Jakob Stoklund Olesen · 14 years ago
  81. 4f5de9b Fix X86RegisterInfo::getMatchingSuperRegClass for sub_8bit_hi. by Jakob Stoklund Olesen · 14 years ago
  82. 61396ae Fix a batch of x86 tests to be coalescer independent. by Jakob Stoklund Olesen · 14 years ago
  83. 3f58a51 Document the automatic alias printing of InstAliases. by Bill Wendling · 14 years ago
  84. 2169ad8 Add explicit 'unregister' method to CrashRecoveryConextCleanupRegistrar. by Ted Kremenek · 14 years ago
  85. becfb88 Give this test an explicit register allocator, so that it can work even if by Dan Gohman · 14 years ago
  86. d29052b SjLj EH could produce a machine basic block that legitimately has more than one by Bill Wendling · 14 years ago
  87. 95a7de6 Preserve line number information while threading jumps. by Devang Patel · 14 years ago
  88. 5e436b3 Create the parent directories to place the .gcda files in if they don't exist. by Nick Lewycky · 14 years ago
  89. baf717a Re-commit r130862 with a minor change to avoid an iterator running off the edge in some cases. by Eli Friedman · 14 years ago
  90. b90584a Preserve line number info. by Devang Patel · 14 years ago
  91. ff4f6ea This test fails on ARM. The test shouldn't explicitly specify alignment (and alignment 4 is wrong) and requires hard-float. by Galina Kistanova · 14 years ago
  92. 6a0ce75 If builder is initialized using an instruction as insertion point, then use the instruction's debug location as current debug location. by Devang Patel · 14 years ago
  93. af35841 preserve line number info. by Devang Patel · 14 years ago
  94. 24d4c99 Back out r130862; it appears to be breaking bootstrap. by Eli Friedman · 14 years ago
  95. 49cec1d Teach MachineCSE how to do simple cross-block CSE involving physregs. This allows, for example, eliminating duplicate cmpl's on x86. Part of rdar://problem/8259436 . by Eli Friedman · 14 years ago
  96. 2abb82b Remove an unused variable. by Duncan Sands · 14 years ago
  97. 96169b1 Fix more register and coalescing dependencies. by Jakob Stoklund Olesen · 14 years ago
  98. 28e104b Explicitly request physreg coalesing for a bunch of Thumb2 unit tests. by Jakob Stoklund Olesen · 14 years ago
  99. 21f7902 Implement SystemZRegisterInfo::getMatchingSuperRegClass to enable cross-class joins. by Jakob Stoklund Olesen · 14 years ago
  100. 14c76fe FileCheckize and break dependence on coalescing order. by Jakob Stoklund Olesen · 14 years ago