1. ab4649b Fast-math flags added to FPMathOperator. by Michael Ilseman · 12 years ago
  2. 400581a Move Clang code owners list from llvm/ to cfe/. by Richard Smith · 12 years ago
  3. 8ba0117 Reorder section output ordering. by Eric Christopher · 12 years ago
  4. bdab800 Whitespace cleanup. by Eric Christopher · 12 years ago
  5. 0d30d30 Step towards implementation of pass manager with doInitialization and doFinalization per module detangled from runOn?? calls, still has temporary code not to break ASAN to be removed when that pass conforms to the proposed model by Owen Anderson · 12 years ago
  6. 8d20b5f Add an assertion to ensure freezeReservedRegs() is only ever called once. by Chad Rosier · 12 years ago
  7. 527ba9c Make this test less sensitive. by Eli Bendersky · 12 years ago
  8. 728aede Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e., by Chad Rosier · 12 years ago
  9. 216532a Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e., by Chad Rosier · 12 years ago
  10. 0c617e6 Get rid of the getPointeeAlignment helper function from by Eli Friedman · 12 years ago
  11. 1243922 Remove the X86 Maximal Stack Alignment Check pass as it is no longer necessary. by Chad Rosier · 12 years ago
  12. bb8ddc7 Don't use iterator after being erased. by Jakub Staszak · 12 years ago
  13. 8a66b6a Correct copy-pasto where we're talking about function attributes and not parameter attributes. by Bill Wendling · 12 years ago
  14. 5c1f3d1 Fix comments in HexagonOperands.td. by Jyotsna Verma · 12 years ago
  15. b30e256 rdar://12329730 (defect 2) by Shuxin Yang · 12 years ago
  16. ec66ac5 Remove unneeded #includes. by Jakub Staszak · 12 years ago
  17. d6d6859 Fix a comment bug in toascii simplifier by Meador Inge · 12 years ago
  18. d7aa323 instcombine: Migrate printf optimizations by Meador Inge · 12 years ago
  19. 22689b6 Move the code that uses SCEVs prior to creating the new loops. by Nadav Rotem · 12 years ago
  20. d642baf Normalize splat 256bit vectors with 8 elements. by Jakub Staszak · 12 years ago
  21. ed9e442 Decouple MCInstBuilder from the streamer per Eli's request. by Benjamin Kramer · 12 years ago
  22. 70af909 Remove stray trailing backslash by Matt Beaumont-Gay · 12 years ago
  23. 9a33f9f tsan: fix lint warnings by Dmitry Vyukov · 12 years ago
  24. a5cf16f Rewrite test to not use a FileCheck variable and redefine it on the same line. by Eli Bendersky · 12 years ago
  25. 391271f Add MCInstBuilder, a utility class to simplify MCInst creation similar to MachineInstrBuilder. by Benjamin Kramer · 12 years ago
  26. 6702e53 [tsan] add fail order to compare_exchange by Dmitry Vyukov · 12 years ago
  27. 9853db7 Fix a PassManager pointer use-after-free bug. by Zhou Sheng · 12 years ago
  28. 38c4441 instcombine: Migrate toascii optimizations by Meador Inge · 12 years ago
  29. 017bb75 instcombine: Migrate isascii optimizations by Meador Inge · 12 years ago
  30. a0798ec instcombine: Migrate isdigit optimizations by Meador Inge · 12 years ago
  31. d6a9307 Removing SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG by Joe Abbey · 12 years ago
  32. 250ab62 Fix gcc's -Wunused-but-set-variable warnings. by Rafael Espindola · 12 years ago
  33. 48bb786 Fix bogus comment; no functional change. by Meador Inge · 12 years ago
  34. dfb3b1a instcombine: Migrate *abs optimizations by Meador Inge · 12 years ago
  35. 15d099a instcombine: Migrate ffs* optimizations by Meador Inge · 12 years ago
  36. 6bfc348 Move the max vector width to a constant parameter. No functionality change. by Nadav Rotem · 12 years ago
  37. 00e8074 Fix the document style. by Nadav Rotem · 12 years ago
  38. 8c6b736 Refactor the ptr runtime check generation code. No functionality change. by Nadav Rotem · 12 years ago
  39. 170a15e Code Custodian: by Joe Abbey · 12 years ago
  40. f4f14f6 Add support for .cfi_register now that it is easy to extent the representation by Rafael Espindola · 12 years ago
  41. a91eead Move semantics are great, don't destroy the optimization opportunity with trivial copy ctors. by Benjamin Kramer · 12 years ago
  42. a8e2b2b Rename method. No functionality change. by Nadav Rotem · 12 years ago
  43. d7e0b7c The induction-pointer work is inspired by a research paper. This commit adds a reference. by Nadav Rotem · 12 years ago
  44. 0af63ac Add support for pointer induction variables even when there is no integer induction variable. by Nadav Rotem · 12 years ago
  45. 327e4cb Refactor to make helper method static. by Craig Topper · 12 years ago
  46. 14a708b Further cleanups. Thanks for Sean Silva for noticing it. by Rafael Espindola · 12 years ago
  47. 7279809 Add an extra slash so doxygen comments will be properly recognized. by Craig Topper · 12 years ago
  48. c1aa638 Remove duplicate check of LimitFloatPrecision. It was already checked earlier before IsExp10 could be set to true. by Craig Topper · 12 years ago
  49. 915562e Factor common code out of individual if blocks into common tail. by Craig Topper · 12 years ago
  50. 134f78c Remove redundant calls to getCurDebugLoc in visitIntrinsicCall. It's already called at the start of the function and captured in a local variable. by Craig Topper · 12 years ago
  51. 538cd48 Refactor a bit to make some helper methods static. by Craig Topper · 12 years ago
  52. 8a2ce5d libLTO: Add a utility method to initialize the disassemblers. by Benjamin Kramer · 12 years ago
  53. d3022b8 PPC: Reinstate the fatal error when trying to emit a macho file. by Benjamin Kramer · 12 years ago
  54. cb4028b ARM: Share applyFixup between ELF and Darwin. by Benjamin Kramer · 12 years ago
  55. 915558e PPC: MCize most of the darwin PIC emission. by Benjamin Kramer · 12 years ago
  56. e8ca482 PPC: Share applyFixup between ELF and Darwin. by Benjamin Kramer · 12 years ago
  57. 8f2dce0 PPC: Simplify code with Twines. by Benjamin Kramer · 12 years ago
  58. b315772 Factor some common code out of individual if blocks. by Craig Topper · 12 years ago
  59. ff233c9 Change the representation of MCCFIInstruction. by Rafael Espindola · 12 years ago
  60. 7f74d2c Give each MCCFIInstruction its own opcode. by Rafael Espindola · 12 years ago
  61. 529a01d Move a bit of duplicated code into a helper function. by Rafael Espindola · 12 years ago
  62. 28c9ea3 Refactor how MCCFIInstructions are created. by Rafael Espindola · 12 years ago
  63. 4ccb49a CodeGenPrepare: Move ret duplication out of the instruction iteration loop. by Benjamin Kramer · 12 years ago
  64. 5d1e089 Refactor a bit to make some helper functions static. by Craig Topper · 12 years ago
  65. 985884c Add a -disable-cfi option to llvm-mc. This is useful for debugging as by Rafael Espindola · 12 years ago
  66. c8fec7e Implement .cfi_undefined. Based on a patch from PaX team, updated by by Rafael Espindola · 12 years ago
  67. 834518f Disallow the undocumented practice of starting the datalayout string with '-'. by Patrik Hägglund · 12 years ago
  68. b46702c Update call to the new syntax. by Bill Wendling · 12 years ago
  69. f284aef Remove unused parameter Penalty from the BoundsChecking pass. by Joey Gouly · 12 years ago
  70. d5f0318 Cleanup: Simplify loop end logic in computeRegisterProperties(). by Patrik Hägglund · 12 years ago
  71. e84b47e Added me as the owner of the Sparc backend by Venkatraman Govindaraju · 12 years ago
  72. 99ba589 Mark me as the owner of the gold plugin. by Rafael Espindola · 12 years ago
  73. 6098c6b Add more functions to the target library information. by Meador Inge · 12 years ago
  74. d59c072 llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp: Prune AddressSanitizerCreateGlobalRedzonesPass::ID. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  75. 9f696c8 Fix 80-col violation by Eli Bendersky · 12 years ago
  76. f6dae76 IntelJITEventsWrapper.h: Prune two members, FinalizeThreadFunc and FinalizeProcessFunc, for now. [-Wunused-private-field] by NAKAMURA Takumi · 12 years ago
  77. bbef5ea Documentation: convert SourceLevelDebugging.html to reST by Dmitri Gribenko · 12 years ago
  78. 7a3b7e5 Remove 'sretpromotion' pass from the documentation. This pass is long dead. by Chandler Carruth · 12 years ago
  79. 7462c12 Generalize matching of add_executable to add_XXX_executable. by Ted Kremenek · 12 years ago
  80. b47ec40 llvm.fmuladd.* lowering should be checking isOperationLegalOrCustom, rather than by Lang Hames · 12 years ago
  81. b9a12ea [asan] rip off the creation of global redzones from the main AddressSanitizer class into a separate class. The intent is to make it a separate ModulePass in the following commmits by Kostya Serebryany · 12 years ago
  82. 4117bec Pull some code out into functions to make rearranging them a bit easier. by Eric Christopher · 12 years ago
  83. 72a2c06 Corrects a problem where we reply exclusively of GEPs to drive by Preston Briggs · 12 years ago
  84. 198ad91 Mips direct object xgot support by Jack Carter · 12 years ago
  85. 17ced45 Fix a typo in FileCheck.rst by Eli Bendersky · 12 years ago
  86. f09a037 [mips] Generate big GOT code. by Akira Hatanaka · 12 years ago
  87. 238f34a Adding tests for the Intel JIT event listener's MCJIT support. by Andrew Kaylor · 12 years ago
  88. d43e06d [mips] Simplify lowering functions in MipsISelLowering.cpp by using the helper by Akira Hatanaka · 12 years ago
  89. 6b28b80 [mips] Add helper functions that create nodes for computing address. by Akira Hatanaka · 12 years ago
  90. 81784cb [mips] Add command line option "-mxgot". by Akira Hatanaka · 12 years ago
  91. 59be760 [mips] When a node which loads from a GOT is created, pass a MachinePointerInfo by Akira Hatanaka · 12 years ago
  92. b546d5a Add new predicates for the immediate operands. by Jyotsna Verma · 12 years ago
  93. 26e6ad7 [mips] Add target operand flag enums for big GOT relocations. by Akira Hatanaka · 12 years ago
  94. 81081b1 Use one common 'let' expression to set PrintMethod for all immediate operands. by Jyotsna Verma · 12 years ago
  95. e390434 Add relocations used for mips big GOT. by Akira Hatanaka · 12 years ago
  96. d6f0489 test commit: added a few comments by Preston Briggs · 12 years ago
  97. 34519fc Implementing basic function-level profiling support in IntelJITEventListener. by Andrew Kaylor · 12 years ago
  98. 0ae6124 Add support for varargs functions for msp430. Patch by Job Noorman! by Anton Korobeynikov · 12 years ago
  99. 6cbeb4d Add support for byval args. Patch by Job Noorman! by Anton Korobeynikov · 12 years ago
  100. 6ee1e08 Finish the renaming. by Rafael Espindola · 12 years ago