1. 6bc8601 [Support] Make FileOutputBuffer work on Windows. by Michael J. Spencer · 12 years ago
  2. 49eb628 moves doInitialization and doFinalization to the Pass class and removes some unreachable code in MachineModuleInfo by Pedro Artigas · 12 years ago
  3. f7e7848 Add a getMemorySize() function for DenseSet. by Argyrios Kyrtzidis · 12 years ago
  4. 7eafc3e Add a new hook for providing register allocator hints more flexibly. by Jakob Stoklund Olesen · 12 years ago
  5. acb8d9f Eliminate redundant bitwise operations when using a llvm/ADT/PointerUnion. by Argyrios Kyrtzidis · 12 years ago
  6. 9127be8 Add 'getInt64Field()' method to get the signed integer instead of unsigned. by Bill Wendling · 12 years ago
  7. b0dcf61 ASan: add blacklist file to ASan pass options. Clang patch for this will follow. by Alexey Samsonov · 12 years ago
  8. 255f89f Sort the #include lines for the include/... tree with the script. by Chandler Carruth · 12 years ago
  9. d04a8d4 Use the new script to sort the includes of every file under lib. by Chandler Carruth · 12 years ago
  10. 4fe6d03 Remove bugzilla link. by James Molloy · 12 years ago
  11. 657b75b misched: Fix RegisterPressureTracker handling of DebugVals. by Andrew Trick · 12 years ago
  12. 08510b1 Replace r168930 with a more reasonable patch. by Bill Wendling · 12 years ago
  13. 4334dd9 Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES. by Chandler Carruth · 12 years ago
  14. a5bf44b Separate out the tests for whether the compiler suports R-value by Chandler Carruth · 12 years ago
  15. 58b4553 More strict error checking in parseSpecifier + simplified code. by Patrik Hagglund · 12 years ago
  16. 67587f4 Add the rest of the experimental fission sections to MC. by Eric Christopher · 12 years ago
  17. 84bcf93 Move the InstVisitor utility into VMCore where it belongs. It heavily by Chandler Carruth · 12 years ago
  18. adf0c3d Add a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION. by Jordan Rose · 12 years ago
  19. c63ee60 Update comment for malloc being a library call now, rather than an instruction. by Dan Gohman · 12 years ago
  20. 4b896dd copyFastMathFlags utility and test case by Michael Ilseman · 12 years ago
  21. 3363483 Whitespace. by Chad Rosier · 12 years ago
  22. a04d6c9 Fix 80-column violations. by Chad Rosier · 12 years ago
  23. 84fca61 rdar://12100355 (part 1) by Shuxin Yang · 12 years ago
  24. 596e474 Fix a memory leak in MachOObjectFile. by Jim Grosbach · 12 years ago
  25. ee54827 Add options to AddressSanitizer passes to make them configurable by frontend. by Alexey Samsonov · 12 years ago
  26. 6eda081 One more step towards making doInitialization and doFinalization useful for by Pedro Artigas · 12 years ago
  27. 3d20025 Allow targets to prefer TypeSplitVector over TypePromoteInteger when computing the legalization method for vectors by Justin Holewinski · 12 years ago
  28. aa4f97d Initial commit of MemorySanitizer. by Evgeniy Stepanov · 12 years ago
  29. 39b5c0c Use MCPhysReg for RegisterClassInfo allocation orders. by Jakob Stoklund Olesen · 12 years ago
  30. e26e8a6 Add an MCPhysReg typedef to replace naked uint16_t. by Jakob Stoklund Olesen · 12 years ago
  31. 9b7f6f2 Instruction::isAssociative() returns true for fmul/fadd if they are tagged "unsafe" mode. by Shuxin Yang · 12 years ago
  32. 9992bf7 Fast-math: Extend IRBuilder to have settable FastMathFlags to create instructions with by Michael Ilseman · 12 years ago
  33. 0d38424 Fast-math comments and convenience method by Michael Ilseman · 12 years ago
  34. 1ead68d Make the LiveRegMatrix analysis available to targets. by Jakob Stoklund Olesen · 12 years ago
  35. 6b73148 Add backreference matching capabilities to Support/Regex, with by Eli Bendersky · 12 years ago
  36. 1416edc [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLVM part. This requires a clang part which will follow. by Kostya Serebryany · 12 years ago
  37. 3defc0b Add back support for reading and parsing 'deplibs'. by Bill Wendling · 12 years ago
  38. 8b1496c misched: Analysis that partitions the DAG into subtrees. by Andrew Trick · 12 years ago
  39. 53e98a2 misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics. by Andrew Trick · 12 years ago
  40. 6acb531 Add brief support for the fission .debug_info.dwo section for ELF output. by Eric Christopher · 12 years ago
  41. 915e46f Rearrange ordering of sections. by Eric Christopher · 12 years ago
  42. 43e1d7a Move and comment accessor routines. by Eric Christopher · 12 years ago
  43. a9fa4fd Remove all references to TargetInstrInfoImpl. by Jakob Stoklund Olesen · 12 years ago
  44. fa2d986 Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class. by Jakob Stoklund Olesen · 12 years ago
  45. 8213068 Fix comment formatting in RuntimeDyld.h by Andrew Kaylor · 12 years ago
  46. 927ba6a Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it. by Andrew Kaylor · 12 years ago
  47. 4bfea76 Test commit only modifying comments by Pedro Artigas · 12 years ago
  48. 34a9d4b This patch implements medium code model support for 64-bit PowerPC. by Bill Schmidt · 12 years ago
  49. efd08d4 Remove the dependent libraries feature. by Bill Wendling · 12 years ago
  50. af87dae Make PrintReg constructor explicit to prevent weird implicit conversions from accidentally being triggered. by Craig Topper · 12 years ago
  51. a823f18 llvm/CodeGen: Remove empty files in r168659. by NAKAMURA Takumi · 12 years ago
  52. af65035 Remove unused MachineLoopRanges analysis. by Jakub Staszak · 12 years ago
  53. 9780d35 Revert r168635 "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
  54. eb61c92 Fast-math optimization: fold multiply by zero by Michael Ilseman · 12 years ago
  55. 495d10a Fast-math flags for the bitcode by Michael Ilseman · 12 years ago
  56. 125fc7f Fast-math interfaces for Instructions by Michael Ilseman · 12 years ago
  57. ab4649b Fast-math flags added to FPMathOperator. by Michael Ilseman · 12 years ago
  58. 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
  59. ed9e442 Decouple MCInstBuilder from the streamer per Eli's request. by Benjamin Kramer · 12 years ago
  60. 391271f Add MCInstBuilder, a utility class to simplify MCInst creation similar to MachineInstrBuilder. by Benjamin Kramer · 12 years ago
  61. 170a15e Code Custodian: by Joe Abbey · 12 years ago
  62. f4f14f6 Add support for .cfi_register now that it is easy to extent the representation by Rafael Espindola · 12 years ago
  63. 14a708b Further cleanups. Thanks for Sean Silva for noticing it. by Rafael Espindola · 12 years ago
  64. 7279809 Add an extra slash so doxygen comments will be properly recognized. by Craig Topper · 12 years ago
  65. 8a2ce5d libLTO: Add a utility method to initialize the disassemblers. by Benjamin Kramer · 12 years ago
  66. ff233c9 Change the representation of MCCFIInstruction. by Rafael Espindola · 12 years ago
  67. 7f74d2c Give each MCCFIInstruction its own opcode. by Rafael Espindola · 12 years ago
  68. 529a01d Move a bit of duplicated code into a helper function. by Rafael Espindola · 12 years ago
  69. 28c9ea3 Refactor how MCCFIInstructions are created. by Rafael Espindola · 12 years ago
  70. c8fec7e Implement .cfi_undefined. Based on a patch from PaX team, updated by by Rafael Espindola · 12 years ago
  71. f284aef Remove unused parameter Penalty from the BoundsChecking pass. by Joey Gouly · 12 years ago
  72. 6098c6b Add more functions to the target library information. by Meador Inge · 12 years ago
  73. e390434 Add relocations used for mips big GOT. by Akira Hatanaka · 12 years ago
  74. d6f0489 test commit: added a few comments by Preston Briggs · 12 years ago
  75. 7372a7d removes a few "const" qualifiers by Sebastian Pop · 12 years ago
  76. ecf7e97 Remove some dead code. by Eric Christopher · 12 years ago
  77. 638d2d7 Fix a place where the declaration didn't use LLVM_ENABLE_DUMP but the by Chandler Carruth · 12 years ago
  78. 310f248 Fix physical register liveness calculations: by Tim Northover · 12 years ago
  79. 0976e00 Make the AttrListPtr object a part of the LLVMContext. by Bill Wendling · 12 years ago
  80. 5f214ae 80-column and whitespace fixups. by Eric Christopher · 12 years ago
  81. 525398e Allow using MemoryBuffers with yaml::Stream directly. by Sean Silva · 12 years ago
  82. c4639d6 Remove a function argument and propagate const around accordingly. by Eric Christopher · 12 years ago
  83. 1fcbb8f Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context. by NAKAMURA Takumi · 12 years ago
  84. 28f872f Clean up handling of always-inline functions in the inliner. by Bob Wilson · 12 years ago
  85. 593423f Some comment fixes. by Bob Wilson · 12 years ago
  86. ab58391 Typo by James Molloy · 12 years ago
  87. b9478c2 Add a new function to ConstantExpr - getAsInstruction. This returns its Instruction* corollary, which may be useful if a user by James Molloy · 12 years ago
  88. 5094c0c Add constant definitions for fission dwarf attributes, forms, etc. by Eric Christopher · 12 years ago
  89. fc53651 Remove default public copy ctors. by Benjamin Kramer · 12 years ago
  90. 4d7f70c Remove trailing spaces. by Jakub Staszak · 12 years ago
  91. d522754 typo by Andrew Trick · 12 years ago
  92. 1358841 Work around a layering violation from Target to CodeGen. by Benjamin Kramer · 12 years ago
  93. dc7f174 Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris. by Duncan Sands · 12 years ago
  94. 53608a3 Interface changes to allow RuntimeDyld memory managers to set memory permissions after an object has been loaded. by Andrew Kaylor · 12 years ago
  95. 407a616 Remove trailing whitespace by Michael Ilseman · 12 years ago
  96. 4823be3 [reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a false by Chad Rosier · 12 years ago
  97. 009cf9e Fix indeterminism in MI scheduler DAG construction. by Sergei Larin · 12 years ago
  98. 79c07d2 Use empty parens for empty function parameter list instead of '(void)'. by Dmitri Gribenko · 12 years ago
  99. b983f5d Do not handle void types in DataLayout. Patch by Patrick Hägglund. by Duncan Sands · 12 years ago
  100. 1839858 Make GlobalOpt be conservative with TLS variables (PR14309) by Hans Wennborg · 12 years ago