1. 915584e LoopVectorize.cpp: Suppress a warning. [-Wunused-variable] by NAKAMURA Takumi · 13 years ago
  2. 36422d8 Fix whitespace. by NAKAMURA Takumi · 13 years ago
  3. f714156 Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks. by Jakob Stoklund Olesen · 13 years ago
  4. 46f6fe7 Remove VirtRegMap::getRegAllocPref(). by Jakob Stoklund Olesen · 13 years ago
  5. 980bddf Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases. by Jakob Stoklund Olesen · 13 years ago
  6. dc8126b Stack Alignment: move functions from header file MachineFrameInfo.h. by Manman Ren · 13 years ago
  7. 4af1ca5 RuntimeDyld: Fix up r169178. MSVC doesn't like "or". by NAKAMURA Takumi · 13 years ago
  8. c811976 rdar://12329730 (2nd part) by Shuxin Yang · 13 years ago
  9. fc63744 Add VirtRegMap::hasKnownPreference(). by Jakob Stoklund Olesen · 13 years ago
  10. ade0474 Runtime dynamic linker for MCJIT should support MIPS BigEndian architecture. by Akira Hatanaka · 13 years ago
  11. ff0b2cf Classic JIT is still being supported by MIPS, along with MCJIT. by Akira Hatanaka · 13 years ago
  12. cb66b5d Minor tweaking to SmallVector static size. by Michael Ilseman · 13 years ago
  13. b8f842d minor renaming, documentation and cleanups. by Nadav Rotem · 13 years ago
  14. 25752e7 Functions in MipsCodeEmitter.cpp that expand unaligned loads/stores are dead by Akira Hatanaka · 13 years ago
  15. fc29db1 Use the new getRegAllocationHints() hook from AllocationOrder. by Jakob Stoklund Olesen · 13 years ago
  16. e70b268 constify the cost API by Nadav Rotem · 13 years ago
  17. fa72ee7 IF-conversion: teach the cost-model how to grade if-converted loops. by Nadav Rotem · 13 years ago
  18. 303da1b Implement ARMBaseRegisterInfo::getRegAllocationHints(). by Jakob Stoklund Olesen · 13 years ago
  19. bfeecc1 Define store instructions with base+immediate offset addressing mode by Jyotsna Verma · 13 years ago
  20. 6bc8601 [Support] Make FileOutputBuffer work on Windows. by Michael J. Spencer · 13 years ago
  21. 604db31 [Support][FileSystem] Fix open mode in resize_file on Windows. by Michael J. Spencer · 13 years ago
  22. 2b81503 Revert the header sort on this file. by Michael J. Spencer · 13 years ago
  23. 49eb628 moves doInitialization and doFinalization to the Pass class and removes some unreachable code in MachineModuleInfo by Pedro Artigas · 13 years ago
  24. f7e7848 Add a getMemorySize() function for DenseSet. by Argyrios Kyrtzidis · 13 years ago
  25. 56f1ce2 Now that we have a basic if-conversion infrastructure we can rename the by Nadav Rotem · 13 years ago
  26. dbd7b95 Since this SmallVector immediately grows on the next line, don't waste stack space. SmallVector is still needed due to existing APIs growing their arguments by Michael Ilseman · 13 years ago
  27. 7eafc3e Add a new hook for providing register allocator hints more flexibly. by Jakob Stoklund Olesen · 13 years ago
  28. b434a81 Define load instructions with base+immediate offset addressing mode by Jyotsna Verma · 13 years ago
  29. dd8b101 Add initial support for IF-conversion. This patch implements the first 1/3, by Nadav Rotem · 13 years ago
  30. 2ae1df7 Define unsigned const-ext predicates. by Jyotsna Verma · 13 years ago
  31. 4fa6582 Removing unnecessary 'else' statement from the predicates defined in HexagonOperards.td. by Jyotsna Verma · 13 years ago
  32. acb8d9f Eliminate redundant bitwise operations when using a llvm/ADT/PointerUnion. by Argyrios Kyrtzidis · 13 years ago
  33. ba917da Simplify this test a bit because DWARF emission/dumping on some platforms by Eli Bendersky · 13 years ago
  34. 9127be8 Add 'getInt64Field()' method to get the signed integer instead of unsigned. by Bill Wendling · 13 years ago
  35. b0dcf61 ASan: add blacklist file to ASan pass options. Clang patch for this will follow. by Alexey Samsonov · 13 years ago
  36. d4a05e0 Fix PR12942: Allow two CUs to be generated from the same source file. by Eli Bendersky · 13 years ago
  37. c699086 Teach the jump threading optimization to stop scanning the basic block when calculating the cost after passing the threshold. by Nadav Rotem · 13 years ago
  38. d30f168 Revert r169039, "Aggregate pass execution time report by pass ID instead of pass instance." by Jakob Stoklund Olesen · 13 years ago
  39. 255f89f Sort the #include lines for the include/... tree with the script. by Chandler Carruth · 13 years ago
  40. 998aae7 Teach the include sorter to not choke on include guards. ;] by Chandler Carruth · 13 years ago
  41. d04a8d4 Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  42. e92a66a clarify that this isn't lld. by Chris Lattner · 13 years ago
  43. 0cd94c7 Add a completely hack-ish tool to sort includes according to the coding by Chandler Carruth · 13 years ago
  44. e74a4a7 Remove some buggy and apparantly unnecessary code from SROA. by Chandler Carruth · 13 years ago
  45. 53916aa fix stats for added checks by Nuno Lopes · 13 years ago
  46. c65317b Define signed const-ext predicates. by Jyotsna Verma · 13 years ago
  47. 3f91af0 Remove 'deplibs' keyword, since it's no longer used. by Bill Wendling · 13 years ago
  48. 56537a5 Clean up, bring up-to-date and apply consistent formatting. by Eli Bendersky · 13 years ago
  49. a569a80 Allow merging multiple store sequences on the same chain. by Nadav Rotem · 13 years ago
  50. f39eab9 Bring vim keyword lists up to date. by Benjamin Kramer · 13 years ago
  51. 4db6511 Fix a bug in FileCheck that wouldn't let define variables as follows: by Eli Bendersky · 13 years ago
  52. e469364 Fix an invalid regex in the test by Eli Bendersky · 13 years ago
  53. afcc374 Simplify the coding standards for #include ordering. The ordering is now by Chandler Carruth · 13 years ago
  54. 19b3f3d Unbreak Sphinx build by Justin Holewinski · 13 years ago
  55. 1f90eb4 Another fix attempt to Makefile.sphinx - copy the PNGs from tutorial/ as well, by Eli Bendersky · 13 years ago
  56. c7ff36a Attempt to fix Makefile.sphinx to not generate errors while trying to copy by Eli Bendersky · 13 years ago
  57. ed04fd2 Update FileCheck's documentation to mention recently added feature of by Eli Bendersky · 13 years ago
  58. fdddf77 [python] Add markup option to disassembler by Gregory Szorc · 13 years ago
  59. 9756ca7 Support referencing variables defined on the same line. by Eli Bendersky · 13 years ago
  60. 4fe6d03 Remove bugzilla link. by James Molloy · 13 years ago
  61. 91cb694 Documentation: convert WritingAnLLVMBackend.html to reST by Dmitri Gribenko · 13 years ago
  62. 4d45b68 Add .arcconfig to the repository. Useful if someone wants to use phabricator's command line tool. by Benjamin Kramer · 13 years ago
  63. 5bded75 SROA: Avoid struct and array types early to avoid creating an overly large integer type. by Benjamin Kramer · 13 years ago
  64. efcdb29 Revert previous check in r168581, r169079 as they are still in code review status. by Zhou Sheng · 13 years ago
  65. 702aa2e The patch is to improve the memory footprint of pass GlobalOpt. by Zhou Sheng · 13 years ago
  66. 2587a8a VMCore/DebugInfo.cpp: DICompileUnit::getSubprograms(): Check numOperands(). by NAKAMURA Takumi · 13 years ago
  67. 4259a1a MC/AsmParser: Avoid unnecessary use of SourceMgr::FindBufferForLoc() by Daniel Dunbar · 13 years ago
  68. 657b75b misched: Fix RegisterPressureTracker handling of DebugVals. by Andrew Trick · 13 years ago
  69. 177d87a misched: Fix the DAG builder to handle an undef operand at ExitSU. by Andrew Trick · 13 years ago
  70. 30fe61a misched: Fix LiveInterval update to better handle DebugVal. by Andrew Trick · 13 years ago
  71. 67bdd42 misched: fix RegionBegin when DebugValues get shuffled to the top. by Andrew Trick · 13 years ago
  72. 8c3dccd Simplify REG_SEQUENCE lowering. by Jakob Stoklund Olesen · 13 years ago
  73. 1854e14 Update the emacs mode to recognize fadd, fsum, fmul, fdiv, frem, fcmp, icmp by Michael Ilseman · 13 years ago
  74. 98e237f Add some first skeleton work for the DWARF5 Fission proposal. Emit by Eric Christopher · 13 years ago
  75. 3e77747 Convert COPY instructions into KILLs if they have implicit defs. by Jakob Stoklund Olesen · 13 years ago
  76. a3959b6 Add support for fission attributes/forms/operations -> string. by Eric Christopher · 13 years ago
  77. 79f09f7 Vim mode updated to recognize fast-math flags by Michael Ilseman · 13 years ago
  78. 5ba39ae Removed redundancy in wording by Michael Ilseman · 13 years ago
  79. 01b3710 Clean up the documentation to have a common description area for fast-math flags. by Michael Ilseman · 13 years ago
  80. a7a26f3 Be more clear on what parts of code I own. by Bill Wendling · 13 years ago
  81. ef2ef3e by Pedro Artigas · 13 years ago
  82. d696474 minor cleanups by Nadav Rotem · 13 years ago
  83. 999d8bc Fix a bug in APFloat.cpp: declare APFloat after fltSemantics it by Alexey Samsonov · 13 years ago
  84. ac9464e Add me as LTO code owner. by Bill Wendling · 13 years ago
  85. 08510b1 Replace r168930 with a more reasonable patch. by Bill Wendling · 13 years ago
  86. c2a08d2 Addresses many style issues with prior checkin (r169025) by Pedro Artigas · 13 years ago
  87. 8820928 Add a -time-compilations=<N> option to llc. by Jakob Stoklund Olesen · 13 years ago
  88. 8244121 Aggregate pass execution time report by pass ID instead of pass instance. by Jakob Stoklund Olesen · 13 years ago
  89. d7956f1 lit: Add a simple test suite for checking test runner parallelism. by Daniel Dunbar · 13 years ago
  90. 89d8611 test/CodeGen/PowerPC/vec_mul.ll: Add a triple. Thanks, Hal. by Chad Rosier · 13 years ago
  91. 84030dc Add fast math inst combine X*log2(Y*0.5)-->X*log2(Y)-X by Pedro Artigas · 13 years ago
  92. cb49530 Codegen failure for vmull with small vectors by Sebastian Pop · 13 years ago
  93. 75cbb00 test/CodeGen/PowerPC/vec_mul.ll: Fix register operands. by Chad Rosier · 13 years ago
  94. f432be0 Use multiclass for the load instructions with MEMri operand. by Jyotsna Verma · 13 years ago
  95. f735a7f Remove the use of LPPassManager. We can remove LPM because we dont need to run any additional loop passes on the new vector loop. by Nadav Rotem · 13 years ago
  96. 1e5cbcb Clean up whitespace and add comments by Eli Bendersky · 13 years ago
  97. 7f8e76f Make FileCheck return 2 in case of an error as documented, by Eli Bendersky · 13 years ago
  98. 09af5b8 test/CodeGen/PowerPC: Add explicit -march=ppc32. by NAKAMURA Takumi · 13 years ago
  99. 375cbe4 This patch fixes the Altivec addend construction for the fused multiply-add by Adhemerval Zanella · 13 years ago
  100. 98c63d0 [msan] Tests for vector manipulation instructions. by Evgeniy Stepanov · 13 years ago