1. c65317b Define signed const-ext predicates. by Jyotsna Verma · 12 years ago
  2. 3f91af0 Remove 'deplibs' keyword, since it's no longer used. by Bill Wendling · 12 years ago
  3. 56537a5 Clean up, bring up-to-date and apply consistent formatting. by Eli Bendersky · 12 years ago
  4. a569a80 Allow merging multiple store sequences on the same chain. by Nadav Rotem · 12 years ago
  5. f39eab9 Bring vim keyword lists up to date. by Benjamin Kramer · 12 years ago
  6. 4db6511 Fix a bug in FileCheck that wouldn't let define variables as follows: by Eli Bendersky · 12 years ago
  7. e469364 Fix an invalid regex in the test by Eli Bendersky · 12 years ago
  8. afcc374 Simplify the coding standards for #include ordering. The ordering is now by Chandler Carruth · 12 years ago
  9. 19b3f3d Unbreak Sphinx build by Justin Holewinski · 12 years ago
  10. 1f90eb4 Another fix attempt to Makefile.sphinx - copy the PNGs from tutorial/ as well, by Eli Bendersky · 12 years ago
  11. c7ff36a Attempt to fix Makefile.sphinx to not generate errors while trying to copy by Eli Bendersky · 12 years ago
  12. ed04fd2 Update FileCheck's documentation to mention recently added feature of by Eli Bendersky · 12 years ago
  13. fdddf77 [python] Add markup option to disassembler by Gregory Szorc · 12 years ago
  14. 9756ca7 Support referencing variables defined on the same line. by Eli Bendersky · 12 years ago
  15. 4fe6d03 Remove bugzilla link. by James Molloy · 12 years ago
  16. 91cb694 Documentation: convert WritingAnLLVMBackend.html to reST by Dmitri Gribenko · 12 years ago
  17. 4d45b68 Add .arcconfig to the repository. Useful if someone wants to use phabricator's command line tool. by Benjamin Kramer · 12 years ago
  18. 5bded75 SROA: Avoid struct and array types early to avoid creating an overly large integer type. by Benjamin Kramer · 12 years ago
  19. efcdb29 Revert previous check in r168581, r169079 as they are still in code review status. by Zhou Sheng · 12 years ago
  20. 702aa2e The patch is to improve the memory footprint of pass GlobalOpt. by Zhou Sheng · 12 years ago
  21. 2587a8a VMCore/DebugInfo.cpp: DICompileUnit::getSubprograms(): Check numOperands(). by NAKAMURA Takumi · 12 years ago
  22. 4259a1a MC/AsmParser: Avoid unnecessary use of SourceMgr::FindBufferForLoc() by Daniel Dunbar · 12 years ago
  23. 657b75b misched: Fix RegisterPressureTracker handling of DebugVals. by Andrew Trick · 12 years ago
  24. 177d87a misched: Fix the DAG builder to handle an undef operand at ExitSU. by Andrew Trick · 12 years ago
  25. 30fe61a misched: Fix LiveInterval update to better handle DebugVal. by Andrew Trick · 12 years ago
  26. 67bdd42 misched: fix RegionBegin when DebugValues get shuffled to the top. by Andrew Trick · 12 years ago
  27. 8c3dccd Simplify REG_SEQUENCE lowering. by Jakob Stoklund Olesen · 12 years ago
  28. 1854e14 Update the emacs mode to recognize fadd, fsum, fmul, fdiv, frem, fcmp, icmp by Michael Ilseman · 12 years ago
  29. 98e237f Add some first skeleton work for the DWARF5 Fission proposal. Emit by Eric Christopher · 12 years ago
  30. 3e77747 Convert COPY instructions into KILLs if they have implicit defs. by Jakob Stoklund Olesen · 12 years ago
  31. a3959b6 Add support for fission attributes/forms/operations -> string. by Eric Christopher · 12 years ago
  32. 79f09f7 Vim mode updated to recognize fast-math flags by Michael Ilseman · 12 years ago
  33. 5ba39ae Removed redundancy in wording by Michael Ilseman · 12 years ago
  34. 01b3710 Clean up the documentation to have a common description area for fast-math flags. by Michael Ilseman · 12 years ago
  35. a7a26f3 Be more clear on what parts of code I own. by Bill Wendling · 12 years ago
  36. ef2ef3e by Pedro Artigas · 12 years ago
  37. d696474 minor cleanups by Nadav Rotem · 12 years ago
  38. 999d8bc Fix a bug in APFloat.cpp: declare APFloat after fltSemantics it by Alexey Samsonov · 12 years ago
  39. ac9464e Add me as LTO code owner. by Bill Wendling · 12 years ago
  40. 08510b1 Replace r168930 with a more reasonable patch. by Bill Wendling · 12 years ago
  41. c2a08d2 Addresses many style issues with prior checkin (r169025) by Pedro Artigas · 12 years ago
  42. 8820928 Add a -time-compilations=<N> option to llc. by Jakob Stoklund Olesen · 12 years ago
  43. 8244121 Aggregate pass execution time report by pass ID instead of pass instance. by Jakob Stoklund Olesen · 12 years ago
  44. d7956f1 lit: Add a simple test suite for checking test runner parallelism. by Daniel Dunbar · 12 years ago
  45. 89d8611 test/CodeGen/PowerPC/vec_mul.ll: Add a triple. Thanks, Hal. by Chad Rosier · 12 years ago
  46. 84030dc Add fast math inst combine X*log2(Y*0.5)-->X*log2(Y)-X by Pedro Artigas · 12 years ago
  47. cb49530 Codegen failure for vmull with small vectors by Sebastian Pop · 12 years ago
  48. 75cbb00 test/CodeGen/PowerPC/vec_mul.ll: Fix register operands. by Chad Rosier · 12 years ago
  49. f432be0 Use multiclass for the load instructions with MEMri operand. by Jyotsna Verma · 12 years ago
  50. 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 · 12 years ago
  51. 1e5cbcb Clean up whitespace and add comments by Eli Bendersky · 12 years ago
  52. 7f8e76f Make FileCheck return 2 in case of an error as documented, by Eli Bendersky · 12 years ago
  53. 09af5b8 test/CodeGen/PowerPC: Add explicit -march=ppc32. by NAKAMURA Takumi · 12 years ago
  54. 375cbe4 This patch fixes the Altivec addend construction for the fused multiply-add by Adhemerval Zanella · 12 years ago
  55. 98c63d0 [msan] Tests for vector manipulation instructions. by Evgeniy Stepanov · 12 years ago
  56. 4334dd9 Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES. by Chandler Carruth · 12 years ago
  57. a17babb [asan] simplify the code around doesNotReturn call. It now magically works. by Kostya Serebryany · 12 years ago
  58. a5bf44b Separate out the tests for whether the compiler suports R-value by Chandler Carruth · 12 years ago
  59. 58b4553 More strict error checking in parseSpecifier + simplified code. by Patrik Hagglund · 12 years ago
  60. 66ea2f9 Fix non-determinism introduced in r168970 and pointed out by Duncan. by Chandler Carruth · 12 years ago
  61. 06ec721 Rearrange the comments, control flow, and variable names; no by Chandler Carruth · 12 years ago
  62. 67587f4 Add the rest of the experimental fission sections to MC. by Eric Christopher · 12 years ago
  63. b76c710 Use multiclass for the store instructions with MEMri operand. by Jyotsna Verma · 12 years ago
  64. 65502aa Use multiclass for the load instructions with 'base + register offset' by Jyotsna Verma · 12 years ago
  65. 63f932c Move library call simplification statistic to instcombine by Meador Inge · 12 years ago
  66. 84bcf93 Move the InstVisitor utility into VMCore where it belongs. It heavily by Chandler Carruth · 12 years ago
  67. 40eef5f Fix logic to determine whether to turn a switch into a lookup table. When by Evan Cheng · 12 years ago
  68. a4eff77 Modified dump() to provide a little by Preston Briggs · 12 years ago
  69. adf0c3d Add a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION. by Jordan Rose · 12 years ago
  70. 1c83093 Fixed the arm disassembly of invalid BFI instructions to not build a bad MCInst by Kevin Enderby · 12 years ago
  71. 5cf823c More comment. by Eric Christopher · 12 years ago
  72. c63ee60 Update comment for malloc being a library call now, rather than an instruction. by Dan Gohman · 12 years ago
  73. 4b896dd copyFastMathFlags utility and test case by Michael Ilseman · 12 years ago
  74. e883268 Add a FileCheck test that makes sure two different CHECKs won't match the by Eli Bendersky · 12 years ago
  75. 78532fd Update my email address. by Dan Gohman · 12 years ago
  76. 3363483 Whitespace. by Chad Rosier · 12 years ago
  77. a04d6c9 Fix 80-column violations. by Chad Rosier · 12 years ago
  78. f56c3e2 Object: Pass the buffer name through when making a copy. by Benjamin Kramer · 12 years ago
  79. 8facb9e Add cortex-a5 subtarget to the supported ARM architectures by Quentin Colombet · 12 years ago
  80. db62a88 Cleanup recent addition of DAGTypeLegalizer::SplitVecOp_VSELECT by Justin Holewinski · 12 years ago
  81. 84fca61 rdar://12100355 (part 1) by Shuxin Yang · 12 years ago
  82. 7360116 Handle the situation where CodeGenPrepare removes a reference to a BB that has by Bill Wendling · 12 years ago
  83. b53b791 Use multiclass for 'transfer' instructions. by Jyotsna Verma · 12 years ago
  84. 3d1a975 No need to run LICM after loop vectorization because we dont generate invariant code any more. by Nadav Rotem · 12 years ago
  85. dddaad6 When broadcasting invariant scalars into vectors, place the broadcast code in the preheader. by Nadav Rotem · 12 years ago
  86. c8c3dbd Documentation for FileCheck: use 'option' and 'program' directives. by Dmitri Gribenko · 12 years ago
  87. aa8cccf instcombine: Migrate puts optimizations by Meador Inge · 12 years ago
  88. f2c87b1 Documentation for llvm-link: reformat by Dmitri Gribenko · 12 years ago
  89. 596e474 Fix a memory leak in MachOObjectFile. by Jim Grosbach · 12 years ago
  90. 90d0e7e Documentation for llvm-cov: reformat by Dmitri Gribenko · 12 years ago
  91. 7d4253a Follow up to 168711: It's safe to base this analysis on the found compare, just return the value for the right predicate. by Benjamin Kramer · 12 years ago
  92. b36be80 Documentation for llvm-stress: reformat by Dmitri Gribenko · 12 years ago
  93. f03b5e9 Documentation for opt: reformat by Dmitri Gribenko · 12 years ago
  94. ffc9ee4 Improve isImpliedCond comment a bit. by Andrew Trick · 12 years ago
  95. d6f62c8 [ASan] Simplify check added in r168861. Bail out from module pass early if the module is blacklisted. by Alexey Samsonov · 12 years ago
  96. dff966c Documentation for llc: reformat. by Dmitri Gribenko · 12 years ago
  97. cb5d04a Apply Takumi's patch to suppress unused-variable warnings in -Asserts builds. by Matt Beaumont-Gay · 12 years ago
  98. ee54827 Add options to AddressSanitizer passes to make them configurable by frontend. by Alexey Samsonov · 12 years ago
  99. 07149b7 fix a typo by Shuxin Yang · 12 years ago
  100. bc5fb06 Documentation for lit: more formatting: use 'option' and 'program' directives. by Dmitri Gribenko · 12 years ago