1. 68b2faf Enable *BasicBlockPass::createPrinterPass() by Sergei Larin · 13 years ago
  2. ea87152 Turn on -new-live-intervals by default. by Jakob Stoklund Olesen · 13 years ago
  3. dbdebe2 CMake: Use check_symbol_exists instead of check_cxx_symbol_exists. by Jordan Rose · 13 years ago
  4. d31bd24 configure: when performing a compiler feature test for a -Wno-foo flag, attempt by Richard Smith · 13 years ago
  5. 1c66a18 ReleaseNotes: Add section for R600 backend by Tom Stellard · 13 years ago
  6. d66bd70 R600: Dump the function name when TargetLowering::LowerCall() fails by Tom Stellard · 13 years ago
  7. f4e471a R600: rework flow creation in the structurizer v2 by Tom Stellard · 13 years ago
  8. 27f5d06 R600: fix loop analyses in the structurizer by Tom Stellard · 13 years ago
  9. 13cf6cb R600: fix PHI value adding in the structurizer by Tom Stellard · 13 years ago
  10. d3da6d5 Minor cleanup. by Dan Gohman · 13 years ago
  11. cb64462 [docs] Tweaks for clarity, readability, and correctness. by Sean Silva · 13 years ago
  12. 5844691 Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>" by Bob Wilson · 13 years ago
  13. b2d1275 Add the 16 bit version of addiu. To the assembler, the 16 and 32 bit are the by Reed Kotler · 13 years ago
  14. 089a5f8 DAGCombiner: Constant folding around pre-increment loads/stores by Hal Finkel · 13 years ago
  15. 0cf5d39 BBVectorize: Use TTI->getAddressComputationCost by Hal Finkel · 13 years ago
  16. 63c61e5 More modifications to PowerPC doc links by Bill Schmidt · 13 years ago
  17. 8f637ad Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects. by Bob Wilson · 13 years ago
  18. b1301e4 Update PowerPC links in CompilerWriterInfo.rst by Hal Finkel · 13 years ago
  19. 0f58dba Refine fix to bug 15041. by Bill Schmidt · 13 years ago
  20. 33daeab [SimplifyLibCalls] Library call simplification doen't work if the call site by Chad Rosier · 13 years ago
  21. 9de31bd Typos. by Jakob Stoklund Olesen · 13 years ago
  22. 0b821ef The patch to fix some issues in r174543 fixed the lines failing the test, but missed a couple by David Tweed · 13 years ago
  23. fb55a8f ARM cost model: Address computation in vector mem ops not free by Arnold Schwaighofer · 13 years ago
  24. f64edf8 Update tests for DWARF parser: store sources next to pre-built object files and provide build instructions by Alexey Samsonov · 13 years ago
  25. bcf60de Test Commit by Michael Kuperstein · 13 years ago
  26. baad55c Parse the attribute group reference on a function. by Bill Wendling · 13 years ago
  27. 61b97b8 When Mips16 frames grow large, the immediate field may exceed the maximum by Reed Kotler · 13 years ago
  28. d2bcda7 Revert "Have InstCombine call SipmlifyCall when handling calls. Test case included." by Andrew Trick · 13 years ago
  29. dc0f8a3 [readobj] Fix memory leak. by Michael J. Spencer · 13 years ago
  30. ea007fa Use ParseFnAttributeValuePairs instead of ParseOptionalFuncAttrs by Bill Wendling · 13 years ago
  31. d1824f2 [Object][ELF] Add a way to get the dynamic symbol table section. by Michael J. Spencer · 13 years ago
  32. 2e0742f [Object][ELF] Add {begin,end}_elf_dynamic_symbols to non-virtually iterate over dynamic symbols. by Michael J. Spencer · 13 years ago
  33. 3854a5d Have InstCombine call SipmlifyCall when handling calls. Test case included. by Michael Ilseman · 13 years ago
  34. 4fae15e fix 80-col violation and fix the docs. by Nadav Rotem · 13 years ago
  35. 83a4cb5 [lit] Add a display function for lit.Test.TestResult. by Daniel Dunbar · 13 years ago
  36. 5dd41c9 [mips] Make Filler a class and reduce indentation. by Akira Hatanaka · 13 years ago
  37. e0501e8 Formatting. by Eric Christopher · 13 years ago
  38. 7a0103c "Clean up" line section symbol emission by emitting the section by Eric Christopher · 13 years ago
  39. df5b330 [patch] bug 15055 Add Unistd.h to OProfileWrapper.cpp by Will Schmidt · 13 years ago
  40. 8f7dc82 Constrain PowerPC autovectorization to fix bug 15041. by Bill Schmidt · 13 years ago
  41. 0c66403 [mips] Add definition of JALR instruction which has two register operands. Change the by Akira Hatanaka · 13 years ago
  42. 184f5c1 R600/SI: cleanup VGPR encoding by Tom Stellard · 13 years ago
  43. 60fc582 R600/SI: Handle VGPR64 destination in copyPhysReg(). by Tom Stellard · 13 years ago
  44. e7384db R600/SI: Add pattern for mul. by Tom Stellard · 13 years ago
  45. fc207d8 R600/SI: simplify and fix SMRD encoding by Tom Stellard · 13 years ago
  46. 75ddd4c R600/SI: add proper 64bit immediate support v2 by Tom Stellard · 13 years ago
  47. b0b1a7f R600: Add an explicit default processor by Tom Stellard · 13 years ago
  48. f89de81 Identify and simplify idempotent intrinsics. Test case included. by Michael Ilseman · 13 years ago
  49. 96a6555 Loop Vectorizer: Refactor Memory Cost Computation by Arnold Schwaighofer · 13 years ago
  50. 35b1423 ADT: Correct APInt::getActiveWords for zero values by Meador Inge · 13 years ago
  51. def0c1f [Object][ELF] Fix crash on no dynamic section. by Michael J. Spencer · 13 years ago
  52. 64dca86 R600/SI: Use proper instructions for array/shadow samplers. by Tom Stellard · 13 years ago
  53. 914e47b R600/SI: Make sample intrinsic address parameter type overloaded. by Tom Stellard · 13 years ago
  54. 36ba909 R600/SI: Add basic support for more integer vector types. by Tom Stellard · 13 years ago
  55. 66f535a ARM cost model: Add costs for vector selects by Arnold Schwaighofer · 13 years ago
  56. 7db31f1 R600/SI: Add pattern for flog2 by Michel Danzer · 13 years ago
  57. d9a8d43 FDE::dumpHeader(): Forgot to fix one more formatting, ... take two! by NAKAMURA Takumi · 13 years ago
  58. 07b59ba R600: Consolidate sub register indices. by Tom Stellard · 13 years ago
  59. 1234c9b R600: Add support for SET*_DX10 instructions by Tom Stellard · 13 years ago
  60. 2a77cf7 R600: Add tests for unsupported condition codes. by Tom Stellard · 13 years ago
  61. b440961 R600: Fix assembly name for SETGT_INT by Tom Stellard · 13 years ago
  62. 8ff0631 FDE::dumpHeader(): Forgot to fix one more formatting. It affected bigendian hosts. by NAKAMURA Takumi · 13 years ago
  63. 55f067d Remove this testcase until I can figure out how to properly conditionalize it. by Owen Anderson · 13 years ago
  64. 54b8fa3 Another attempt at getting the XFAIL line right for this test. by Owen Anderson · 13 years ago
  65. a79535c [ReleaseNotes] tidy up organization and formatting by Sean Silva · 13 years ago
  66. 2119cf0 Update Release notes regarding TTI. by Nadav Rotem · 13 years ago
  67. 87c6157 Document the loop vectorizer changes. by Nadav Rotem · 13 years ago
  68. 24b339d Make sure we call externals from libraries properly when -static. by Reed Kotler · 13 years ago
  69. a170f52 tblgen: Diagnose duplicate includes. by Sean Silva · 13 years ago
  70. 65c46b0 Moved some comments due to the recent refactoring of ObjCARC. by Michael Gottesman · 13 years ago
  71. 6e3443e Enable jumps when in -static mode. by Reed Kotler · 13 years ago
  72. 90e01ac DWARFDebugFrame.cpp: Fix formatting on i686 hosts. by NAKAMURA Takumi · 13 years ago
  73. 727de1e 80-col by Michael J. Spencer · 13 years ago
  74. 0fae64f Preserve fast-math flags after reassociation and commutation. Update test cases by Michael Ilseman · 13 years ago
  75. 9f41a5c whitespace by Michael Ilseman · 13 years ago
  76. 49db469 [Object][ELF] Do the actual devirtualization. by Michael J. Spencer · 13 years ago
  77. 945bc5b [Object][ELF] Devirtualize and simplify dynamic table iteration. by Michael J. Spencer · 13 years ago
  78. 1e8f6f4 Fix CMake detection of various cmath functions, and XFAIL the test on platforms that are known to be missing them. by Owen Anderson · 13 years ago
  79. ec643ab Conditionalize constant folding of math intrinsics on the availability of an implementation on the host. This is a little bit unfortunate, but until someone decides to implement a full libm for APFloat, we don't have a better way to get this functionality. by Owen Anderson · 13 years ago
  80. 42258e0 Signficantly generalize our ability to constant fold floating point intrinsics, including ones on half types. by Owen Anderson · 13 years ago
  81. bfa18fd Fix typo by Eli Bendersky · 13 years ago
  82. 780e900 [Support][ErrorOr] Add support for convertable types. by Michael J. Spencer · 13 years ago
  83. f91b23c Add a comment to the test that points to the source from which the input object by Eli Bendersky · 13 years ago
  84. acb6194 Code Custodian (trivial whitespace cleanup) by Joe Abbey · 13 years ago
  85. 01776a5 Clean up multiple skeleton compile units if we have multiple compile by Eric Christopher · 13 years ago
  86. 231b83d Remove some dead code. by Eric Christopher · 13 years ago
  87. 6c59c9f [mips] Make NOP a pseudo instruction and expand it to "sll $zero, $zero, 0". by Akira Hatanaka · 13 years ago
  88. 62b055f Add a test for checking the current .debug_frame dumping capability. by Eli Bendersky · 13 years ago
  89. 16221a6 This is a follow-up on r174446, now taking Atom processors into by Eli Bendersky · 13 years ago
  90. 4cc74fc Canonicalize line endings to Linux style also when the --strict-whitespace flag is in use. This flag is supposed to affect horizontal whitespaces only. by Guy Benyei · 13 years ago
  91. c3662ee Improve comment. by Bill Wendling · 13 years ago
  92. 212af6a PPC calling convention cleanup. by Bill Schmidt · 13 years ago
  93. c0b0c67 R600: Support for indirect addressing v4 by Tom Stellard · 13 years ago
  94. 8a06229 Implement external weak (ELF) symbols on AArch64 by Tim Northover · 13 years ago
  95. 2e402d5 Add some comments to new frame entries by Eli Bendersky · 13 years ago
  96. cbff068 Add AArch64 CRC32 instructions by Tim Northover · 13 years ago
  97. 9e3b313 Add icache prefetch operations to AArch64 by Tim Northover · 13 years ago
  98. 95ce4c2 Initial submission for the attribute group feature. by Bill Wendling · 13 years ago
  99. 97fe3d9 Remove extra blank line between closing curly brace and 'else' by Craig Topper · 13 years ago
  100. 60309e1 Remove unused private field to suppress a build warning. by Craig Topper · 13 years ago