1. a1514e2 Sort includes for all of the .h files under the 'lib' tree. These were by Chandler Carruth · 12 years ago
  2. e6f2df9 Give scalar if-converted blocks half the score because they are not always executed due to CF. by Nadav Rotem · 12 years ago
  3. 6cb5719 Address review comments from Matt on the sort_includes.py script. by Chandler Carruth · 12 years ago
  4. 8a0ff3a Add a comment about the requirement that the Windows.h header be last. by Chandler Carruth · 12 years ago
  5. a7645a3 Add a 'count' field to the DWARF subrange. by Bill Wendling · 12 years ago
  6. 319d594 by Nadav Rotem · 12 years ago
  7. 6c55412 [asan] add experimental -asan-realign-stack option (true by default, which does not change the current behavior) by Kostya Serebryany · 12 years ago
  8. 69b1e71 Add a 'getCount' method to get the number of elements in the subrange. by Bill Wendling · 12 years ago
  9. ee72115 Add 'using' declarations to suppress -Woverloaded-virtual warnings. by Matt Beaumont-Gay · 12 years ago
  10. 3db6676 Move all operand definitions into HexagonOperands.td by Jyotsna Verma · 12 years ago
  11. 3e91da2 Move generic Hexagon subtarget information into Hexagon.td by Jyotsna Verma · 12 years ago
  12. 821c0e4 docs: Fix broken link. by Sean Silva · 12 years ago
  13. 1bc2bab docs: Fix dead link. by Sean Silva · 12 years ago
  14. bba3eb0 rdar://12329730 (2nd part, revised) by Shuxin Yang · 12 years ago
  15. b715b20 docs: Convert ProgrammersManual to reST. by Sean Silva · 12 years ago
  16. f985f44 ASan: add initial support for handling llvm.lifetime intrinsics in ASan - emit calls into runtime library that poison memory for local variables when their lifetime is over and unpoison memory when their lifetime begins. by Alexey Samsonov · 12 years ago
  17. f94e8c4 Simplify code. No functionality change. by Jakub Staszak · 12 years ago
  18. 69261a6 Stack Alignment: when creating stack objects in MachineFrameInfo, make sure by Manman Ren · 12 years ago
  19. 46608c0 Use dyn_cast instead of isa and cast. No functionality change. by Jakub Staszak · 12 years ago
  20. 915584e LoopVectorize.cpp: Suppress a warning. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  21. 36422d8 Fix whitespace. by NAKAMURA Takumi · 12 years ago
  22. f714156 Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks. by Jakob Stoklund Olesen · 12 years ago
  23. 46f6fe7 Remove VirtRegMap::getRegAllocPref(). by Jakob Stoklund Olesen · 12 years ago
  24. 980bddf Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases. by Jakob Stoklund Olesen · 12 years ago
  25. dc8126b Stack Alignment: move functions from header file MachineFrameInfo.h. by Manman Ren · 12 years ago
  26. 4af1ca5 RuntimeDyld: Fix up r169178. MSVC doesn't like "or". by NAKAMURA Takumi · 12 years ago
  27. c811976 rdar://12329730 (2nd part) by Shuxin Yang · 12 years ago
  28. fc63744 Add VirtRegMap::hasKnownPreference(). by Jakob Stoklund Olesen · 12 years ago
  29. ade0474 Runtime dynamic linker for MCJIT should support MIPS BigEndian architecture. by Akira Hatanaka · 12 years ago
  30. ff0b2cf Classic JIT is still being supported by MIPS, along with MCJIT. by Akira Hatanaka · 12 years ago
  31. cb66b5d Minor tweaking to SmallVector static size. by Michael Ilseman · 12 years ago
  32. b8f842d minor renaming, documentation and cleanups. by Nadav Rotem · 12 years ago
  33. 25752e7 Functions in MipsCodeEmitter.cpp that expand unaligned loads/stores are dead by Akira Hatanaka · 12 years ago
  34. fc29db1 Use the new getRegAllocationHints() hook from AllocationOrder. by Jakob Stoklund Olesen · 12 years ago
  35. e70b268 constify the cost API by Nadav Rotem · 12 years ago
  36. fa72ee7 IF-conversion: teach the cost-model how to grade if-converted loops. by Nadav Rotem · 12 years ago
  37. 303da1b Implement ARMBaseRegisterInfo::getRegAllocationHints(). by Jakob Stoklund Olesen · 12 years ago
  38. bfeecc1 Define store instructions with base+immediate offset addressing mode by Jyotsna Verma · 12 years ago
  39. 6bc8601 [Support] Make FileOutputBuffer work on Windows. by Michael J. Spencer · 12 years ago
  40. 604db31 [Support][FileSystem] Fix open mode in resize_file on Windows. by Michael J. Spencer · 12 years ago
  41. 2b81503 Revert the header sort on this file. by Michael J. Spencer · 12 years ago
  42. 49eb628 moves doInitialization and doFinalization to the Pass class and removes some unreachable code in MachineModuleInfo by Pedro Artigas · 12 years ago
  43. f7e7848 Add a getMemorySize() function for DenseSet. by Argyrios Kyrtzidis · 12 years ago
  44. 56f1ce2 Now that we have a basic if-conversion infrastructure we can rename the by Nadav Rotem · 12 years ago
  45. 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 · 12 years ago
  46. 7eafc3e Add a new hook for providing register allocator hints more flexibly. by Jakob Stoklund Olesen · 12 years ago
  47. b434a81 Define load instructions with base+immediate offset addressing mode by Jyotsna Verma · 12 years ago
  48. dd8b101 Add initial support for IF-conversion. This patch implements the first 1/3, by Nadav Rotem · 12 years ago
  49. 2ae1df7 Define unsigned const-ext predicates. by Jyotsna Verma · 12 years ago
  50. 4fa6582 Removing unnecessary 'else' statement from the predicates defined in HexagonOperards.td. by Jyotsna Verma · 12 years ago
  51. acb8d9f Eliminate redundant bitwise operations when using a llvm/ADT/PointerUnion. by Argyrios Kyrtzidis · 12 years ago
  52. ba917da Simplify this test a bit because DWARF emission/dumping on some platforms by Eli Bendersky · 12 years ago
  53. 9127be8 Add 'getInt64Field()' method to get the signed integer instead of unsigned. by Bill Wendling · 12 years ago
  54. b0dcf61 ASan: add blacklist file to ASan pass options. Clang patch for this will follow. by Alexey Samsonov · 12 years ago
  55. d4a05e0 Fix PR12942: Allow two CUs to be generated from the same source file. by Eli Bendersky · 12 years ago
  56. c699086 Teach the jump threading optimization to stop scanning the basic block when calculating the cost after passing the threshold. by Nadav Rotem · 12 years ago
  57. d30f168 Revert r169039, "Aggregate pass execution time report by pass ID instead of pass instance." by Jakob Stoklund Olesen · 12 years ago
  58. 255f89f Sort the #include lines for the include/... tree with the script. by Chandler Carruth · 12 years ago
  59. 998aae7 Teach the include sorter to not choke on include guards. ;] by Chandler Carruth · 12 years ago
  60. d04a8d4 Use the new script to sort the includes of every file under lib. by Chandler Carruth · 12 years ago
  61. e92a66a clarify that this isn't lld. by Chris Lattner · 12 years ago
  62. 0cd94c7 Add a completely hack-ish tool to sort includes according to the coding by Chandler Carruth · 12 years ago
  63. e74a4a7 Remove some buggy and apparantly unnecessary code from SROA. by Chandler Carruth · 12 years ago
  64. 53916aa fix stats for added checks by Nuno Lopes · 12 years ago
  65. c65317b Define signed const-ext predicates. by Jyotsna Verma · 12 years ago
  66. 3f91af0 Remove 'deplibs' keyword, since it's no longer used. by Bill Wendling · 12 years ago
  67. 56537a5 Clean up, bring up-to-date and apply consistent formatting. by Eli Bendersky · 12 years ago
  68. a569a80 Allow merging multiple store sequences on the same chain. by Nadav Rotem · 12 years ago
  69. f39eab9 Bring vim keyword lists up to date. by Benjamin Kramer · 12 years ago
  70. 4db6511 Fix a bug in FileCheck that wouldn't let define variables as follows: by Eli Bendersky · 12 years ago
  71. e469364 Fix an invalid regex in the test by Eli Bendersky · 12 years ago
  72. afcc374 Simplify the coding standards for #include ordering. The ordering is now by Chandler Carruth · 12 years ago
  73. 19b3f3d Unbreak Sphinx build by Justin Holewinski · 12 years ago
  74. 1f90eb4 Another fix attempt to Makefile.sphinx - copy the PNGs from tutorial/ as well, by Eli Bendersky · 12 years ago
  75. c7ff36a Attempt to fix Makefile.sphinx to not generate errors while trying to copy by Eli Bendersky · 12 years ago
  76. ed04fd2 Update FileCheck's documentation to mention recently added feature of by Eli Bendersky · 12 years ago
  77. fdddf77 [python] Add markup option to disassembler by Gregory Szorc · 12 years ago
  78. 9756ca7 Support referencing variables defined on the same line. by Eli Bendersky · 12 years ago
  79. 4fe6d03 Remove bugzilla link. by James Molloy · 12 years ago
  80. 91cb694 Documentation: convert WritingAnLLVMBackend.html to reST by Dmitri Gribenko · 12 years ago
  81. 4d45b68 Add .arcconfig to the repository. Useful if someone wants to use phabricator's command line tool. by Benjamin Kramer · 12 years ago
  82. 5bded75 SROA: Avoid struct and array types early to avoid creating an overly large integer type. by Benjamin Kramer · 12 years ago
  83. efcdb29 Revert previous check in r168581, r169079 as they are still in code review status. by Zhou Sheng · 12 years ago
  84. 702aa2e The patch is to improve the memory footprint of pass GlobalOpt. by Zhou Sheng · 12 years ago
  85. 2587a8a VMCore/DebugInfo.cpp: DICompileUnit::getSubprograms(): Check numOperands(). by NAKAMURA Takumi · 12 years ago
  86. 4259a1a MC/AsmParser: Avoid unnecessary use of SourceMgr::FindBufferForLoc() by Daniel Dunbar · 12 years ago
  87. 657b75b misched: Fix RegisterPressureTracker handling of DebugVals. by Andrew Trick · 12 years ago
  88. 177d87a misched: Fix the DAG builder to handle an undef operand at ExitSU. by Andrew Trick · 12 years ago
  89. 30fe61a misched: Fix LiveInterval update to better handle DebugVal. by Andrew Trick · 12 years ago
  90. 67bdd42 misched: fix RegionBegin when DebugValues get shuffled to the top. by Andrew Trick · 12 years ago
  91. 8c3dccd Simplify REG_SEQUENCE lowering. by Jakob Stoklund Olesen · 12 years ago
  92. 1854e14 Update the emacs mode to recognize fadd, fsum, fmul, fdiv, frem, fcmp, icmp by Michael Ilseman · 12 years ago
  93. 98e237f Add some first skeleton work for the DWARF5 Fission proposal. Emit by Eric Christopher · 12 years ago
  94. 3e77747 Convert COPY instructions into KILLs if they have implicit defs. by Jakob Stoklund Olesen · 12 years ago
  95. a3959b6 Add support for fission attributes/forms/operations -> string. by Eric Christopher · 12 years ago
  96. 79f09f7 Vim mode updated to recognize fast-math flags by Michael Ilseman · 12 years ago
  97. 5ba39ae Removed redundancy in wording by Michael Ilseman · 12 years ago
  98. 01b3710 Clean up the documentation to have a common description area for fast-math flags. by Michael Ilseman · 12 years ago
  99. a7a26f3 Be more clear on what parts of code I own. by Bill Wendling · 12 years ago
  100. ef2ef3e by Pedro Artigas · 12 years ago