1. 6115ed0 Refactor file/directory path in namespace debug info to refer directly to the pair rather than the DIFile by David Blaikie · 12 years ago
  2. a625e82 Enhance debug info namespace test to check for context/scope reference by David Blaikie · 12 years ago
  3. 9dff83d Remove blank line before block comment. by Eric Christopher · 12 years ago
  4. 3fac43d DIBuilder: allow linkage name to be specified for global variables by David Blaikie · 12 years ago
  5. 980b514 Make target-specific test case in r177474 only run when that target is built by David Blaikie · 12 years ago
  6. 0f9b850 Add timing of the IR parsing code with a new -time-ir-parsing flag by Eli Bendersky · 12 years ago
  7. 279ad47 Add some missing SSE annotations. by Jakob Stoklund Olesen · 12 years ago
  8. 374a204 Annotate remaining IIC_BIN_* instructions. by Jakob Stoklund Olesen · 12 years ago
  9. 61aba54 Revert "pre-RA-sched: fix TargetOpcode usage" by Christian Konig · 12 years ago
  10. fa963a8 Move SDNode order propagation to SDNodeOrdering, which also fixes a missed by Justin Holewinski · 12 years ago
  11. 0609151 pre-RA-sched: fix TargetOpcode usage by Christian Konig · 12 years ago
  12. fd060a9 Fix a silly search-and-replace goof with r177495 that only broke by Chandler Carruth · 12 years ago
  13. 05c6d0b [SROA] Don't preserve the IR names in release builds. by Chandler Carruth · 12 years ago
  14. 30ee9c2 Move the endif to the correct line so we don't have warnings about by Chandler Carruth · 12 years ago
  15. f2b649d Introduce some new statistics to help track the exact behavior of the by Chandler Carruth · 12 years ago
  16. 4cf132f Reorder the DIFile parameter in DINameSpace by David Blaikie · 12 years ago
  17. d73795f Add a test case for PR15318 fixed in r177472 by Hao Liu · 12 years ago
  18. 12bcb4b Don't assume the test directory is writable, use %T to find a writable by Nick Lewycky · 12 years ago
  19. 9fb4969 Test DW_TAG_namespace support in the backend by David Blaikie · 12 years ago
  20. 1cd30fd Provide more details for DINameSpace debug info in the IR comment annotations by David Blaikie · 12 years ago
  21. 42317cc Fix PR15296 by Michael Liao · 12 years ago
  22. 5c5f190 Mark all variable shifts needing customizing by Michael Liao · 12 years ago
  23. 4b7ab12 Move scalar immediate shift lowering into a dedicated func by Michael Liao · 12 years ago
  24. e170935 Fix test case regression on ARM & PPC introduced r177239 by David Blaikie · 12 years ago
  25. b631a41 Fix AsmPrinter crashes with assertion. Bug 15318 in Bugzilla by Hao Liu · 12 years ago
  26. 4776bce Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a raw directory/file pair by David Blaikie · 12 years ago
  27. d73dc54 Propagate DAG node ordering during type legalization and instruction selection by Justin Holewinski · 12 years ago
  28. 580f9c8 Fix pr13145 - Naming a function like a register name confuses the asm parser. by Chad Rosier · 12 years ago
  29. a13f3cd Move the DIFile operand to DITypes from the 4th operand to the 2nd. by David Blaikie · 12 years ago
  30. 361706a Annotate various null idioms with SchedRW lists. by Jakob Stoklund Olesen · 12 years ago
  31. f2914c3 Annotate SSE float conversions with SchedRW lists. by Jakob Stoklund Olesen · 12 years ago
  32. fea666b Annotate X86InstrCMovSetCC.td with SchedRW lists. by Jakob Stoklund Olesen · 12 years ago
  33. 61e0b78 Formatting fixups. by Eric Christopher · 12 years ago
  34. 8a9a16b Dead code. by Chad Rosier · 12 years ago
  35. 1b8f277 Dead code. by Chad Rosier · 12 years ago
  36. 811ddf6 [ms-inline asm] Move the immediate asm rewrite into the target specific by Chad Rosier · 12 years ago
  37. 9deb917 Update global merge pass according to Duncan's advices: by Quentin Colombet · 12 years ago
  38. f36a4af Annotate X86InstrCompiler.td with SchedRW lists. by Jakob Stoklund Olesen · 12 years ago
  39. 0f7ccd2 [ms-inline asm] Remove the brackets from X86Operand in the IR. These will be by Chad Rosier · 12 years ago
  40. d3e7416 [ms-inline asm] Create a helper function, CreateMemForInlineAsm, that creates by Chad Rosier · 12 years ago
  41. 1876471 Register the GCOV writeout functions so that they're emitted serially. by Bill Wendling · 12 years ago
  42. 7ab1e60 Add a comment to the CodeGen/PowerPC/asym-regclass-copy.ll test by Hal Finkel · 12 years ago
  43. eb9a42e IndVarSimplify: do not recompute an IV value outside of the loop if : by Arnaud A. de Grandmaison · 12 years ago
  44. dff4d15 Add missing mayLoad flag to LHAUX8 and LWAUX. by Ulrich Weigand · 12 years ago
  45. 8353d1e Rewrite LHAU8 pattern to use standard memory operand. by Ulrich Weigand · 12 years ago
  46. 5882e3d Rewrite pre-increment store patterns to use standard memory operands. by Ulrich Weigand · 12 years ago
  47. ec8d1a5 Extend TableGen instruction selection matcher to improve handling by Ulrich Weigand · 12 years ago
  48. 880d82e Fix sub-operand size mismatch in tocentry operands. by Ulrich Weigand · 12 years ago
  49. 58ebc04 Remove an invalid and unnecessary Pat pattern from the X86 backend: by Ulrich Weigand · 12 years ago
  50. a548afc Prepare to make r0 an allocatable register on PPC by Hal Finkel · 12 years ago
  51. b05130e Optimize sext <4 x i8> and <4 x i16> to <4 x i64>. by Nadav Rotem · 12 years ago
  52. a45a227 Annotate X86InstrExtension.td with SchedRW lists. by Jakob Stoklund Olesen · 12 years ago
  53. 528c761 Annotate a lot of X86InstrInfo.td with SchedRW lists. by Jakob Stoklund Olesen · 12 years ago
  54. 023c880 [ms-inline asm] Move the size directive asm rewrite into the target specific by Chad Rosier · 12 years ago
  55. 7f63f01 Update documentation of llvm-link to reflect recent cleanups. by Eli Bendersky · 12 years ago
  56. 576a0b4 Remove stale comment by Eli Bendersky · 12 years ago
  57. 51283a1 Fix for r177390: map values are pointers, use DeleteContainerSeconds() instead of .clear() by Alexey Samsonov · 12 years ago
  58. 58890d5 The Linker interface has some dead code after the cleanup in r172749 by Eli Bendersky · 12 years ago
  59. ec2e968 Cleanup PPC64 unaligned i64 load/store by Hal Finkel · 12 years ago
  60. 037a4bc [docs] Remove incorrect information about lit. by Sean Silva · 12 years ago
  61. e9e10d1 llvm-symbolizer: flush internal caches functionality by Dmitry Vyukov · 12 years ago
  62. 974cdfb The testing to ensure a vector of zeros of type floating point isn't misclassified as negative zero can be simplified, as pointed out by Duncan Sands. by David Tweed · 12 years ago
  63. 8483b47 Enable -Wnon-virtual-dtor build warning by Alexey Samsonov · 12 years ago
  64. 5ad5f59 Improve long vector sext/zext lowering on ARM by Renato Golin · 12 years ago
  65. 54e57f8 Don't reserve R31 on PPC64 unless the frame pointer is needed by Hal Finkel · 12 years ago
  66. d37c856 Revert "Cleanup some SCEV logic a bit." by Andrew Trick · 12 years ago
  67. 82cd8f7 Cleanup some SCEV logic a bit. by Andrew Trick · 12 years ago
  68. 4b02729 Tighten up an internal LSR API that should check for NULL. by Andrew Trick · 12 years ago
  69. 5d22d02 Emit the linkage name instead of the function name, when available. This means by Nick Lewycky · 12 years ago
  70. 9f2518c Fix a sign-extension bug in PPCCTRLoops by Hal Finkel · 12 years ago
  71. f31034d Move #include of BitVector from .h to .cpp file. by Jakub Staszak · 12 years ago
  72. c2248b0 Add some constantness. by Jakub Staszak · 12 years ago
  73. 02a2d4f Remove unneeded #includes. by Jakub Staszak · 12 years ago
  74. 570cae2 Make methods const. by Jakub Staszak · 12 years ago
  75. 89c4dc6 Make method private. Keep coding standard. by Jakub Staszak · 12 years ago
  76. ee29c16 [ms-inline asm] Avoid emitting a redundant sizing directive, if we've already by Chad Rosier · 12 years ago
  77. 242cec5 Change NULL to 0. by Jakub Staszak · 12 years ago
  78. d195eb6 Register the flush function for each compile unit. by Bill Wendling · 12 years ago
  79. 4a8dbb7 Remove trailing spaces. by Jakub Staszak · 12 years ago
  80. 08a215c Fix PPC unaligned 64-bit loads and stores by Hal Finkel · 12 years ago
  81. bf37bf9 ARM cost model: Make some vector integer to float casts cheaper by Arnold Schwaighofer · 12 years ago
  82. 01f2571 ARM cost model: Correct cost for some cheap float to integer conversions by Arnold Schwaighofer · 12 years ago
  83. e572809 Extend global merge pass to optionally consider global constant variables. by Quentin Colombet · 12 years ago
  84. 09a01e9 Change test cases to handle unaligned references. by Bill Schmidt · 12 years ago
  85. 4388d58 Remove unnecessary leading comment characters in lit-only file by David Blaikie · 12 years ago
  86. 9beae49 Add SchedRW annotations to most of X86InstrSSE.td. by Jakob Stoklund Olesen · 12 years ago
  87. 30d25f0 Annotate X86 arithmetic instructions with SchedRW lists. by Jakob Stoklund Olesen · 12 years ago
  88. 9084242 Check whether a pointer is non-null (isKnownNonNull) in isKnownNonZero. by Manman Ren · 12 years ago
  89. 02fec34 TableGen fix for the new machine model. by Andrew Trick · 12 years ago
  90. e68f0b6 Include '.test' suffix in target specific lit configs that need it by David Blaikie · 12 years ago
  91. afa288d Make the fields in the diagram match the descriptive text above them. by Eric Christopher · 12 years ago
  92. e04b6c6 Update by Bill Wendling · 12 years ago
  93. e39b107 Fix 80-col. violations in PPCCTRLoops by Hal Finkel · 12 years ago
  94. 9887ec3 Fix large count and negative constant count handling in PPCCTRLoops by Hal Finkel · 12 years ago
  95. 1448d06 Cleanup initial-value constants in PPCCTRLoops by Hal Finkel · 12 years ago
  96. a12c674 Fix integer comparison in DIEInteger::BestForm. by Hans Wennborg · 12 years ago
  97. 624ec29 ReleaseNotes: Tweak hexagonv2/hexagonv3 removal note. by Matthew Curtis · 12 years ago
  98. 72f0cde Remove default copy ctor/assignment, makes AttributeSet trivially copyable. by Benjamin Kramer · 12 years ago
  99. 5470e67 Initially forgotten-to-svn-add test case for r177279. by David Tweed · 12 years ago
  100. ec7eb55 The optimization a + (-0.0f) -> a was being misapplied to a + (+0.0f) in the vector case (because by David Tweed · 12 years ago