1. 8a2ce5d libLTO: Add a utility method to initialize the disassemblers. by Benjamin Kramer · 13 years ago
  2. d3022b8 PPC: Reinstate the fatal error when trying to emit a macho file. by Benjamin Kramer · 13 years ago
  3. cb4028b ARM: Share applyFixup between ELF and Darwin. by Benjamin Kramer · 13 years ago
  4. 915558e PPC: MCize most of the darwin PIC emission. by Benjamin Kramer · 13 years ago
  5. e8ca482 PPC: Share applyFixup between ELF and Darwin. by Benjamin Kramer · 13 years ago
  6. 8f2dce0 PPC: Simplify code with Twines. by Benjamin Kramer · 13 years ago
  7. b315772 Factor some common code out of individual if blocks. by Craig Topper · 13 years ago
  8. ff233c9 Change the representation of MCCFIInstruction. by Rafael Espindola · 13 years ago
  9. 7f74d2c Give each MCCFIInstruction its own opcode. by Rafael Espindola · 13 years ago
  10. 529a01d Move a bit of duplicated code into a helper function. by Rafael Espindola · 13 years ago
  11. 28c9ea3 Refactor how MCCFIInstructions are created. by Rafael Espindola · 13 years ago
  12. 4ccb49a CodeGenPrepare: Move ret duplication out of the instruction iteration loop. by Benjamin Kramer · 13 years ago
  13. 5d1e089 Refactor a bit to make some helper functions static. by Craig Topper · 13 years ago
  14. 985884c Add a -disable-cfi option to llvm-mc. This is useful for debugging as by Rafael Espindola · 13 years ago
  15. c8fec7e Implement .cfi_undefined. Based on a patch from PaX team, updated by by Rafael Espindola · 13 years ago
  16. 834518f Disallow the undocumented practice of starting the datalayout string with '-'. by Patrik Hägglund · 13 years ago
  17. b46702c Update call to the new syntax. by Bill Wendling · 13 years ago
  18. f284aef Remove unused parameter Penalty from the BoundsChecking pass. by Joey Gouly · 13 years ago
  19. d5f0318 Cleanup: Simplify loop end logic in computeRegisterProperties(). by Patrik Hägglund · 13 years ago
  20. e84b47e Added me as the owner of the Sparc backend by Venkatraman Govindaraju · 13 years ago
  21. 99ba589 Mark me as the owner of the gold plugin. by Rafael Espindola · 13 years ago
  22. 6098c6b Add more functions to the target library information. by Meador Inge · 13 years ago
  23. d59c072 llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp: Prune AddressSanitizerCreateGlobalRedzonesPass::ID. [-Wunused-variable] by NAKAMURA Takumi · 13 years ago
  24. 9f696c8 Fix 80-col violation by Eli Bendersky · 13 years ago
  25. f6dae76 IntelJITEventsWrapper.h: Prune two members, FinalizeThreadFunc and FinalizeProcessFunc, for now. [-Wunused-private-field] by NAKAMURA Takumi · 13 years ago
  26. bbef5ea Documentation: convert SourceLevelDebugging.html to reST by Dmitri Gribenko · 13 years ago
  27. 7a3b7e5 Remove 'sretpromotion' pass from the documentation. This pass is long dead. by Chandler Carruth · 13 years ago
  28. 7462c12 Generalize matching of add_executable to add_XXX_executable. by Ted Kremenek · 13 years ago
  29. b47ec40 llvm.fmuladd.* lowering should be checking isOperationLegalOrCustom, rather than by Lang Hames · 13 years ago
  30. 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 · 13 years ago
  31. 4117bec Pull some code out into functions to make rearranging them a bit easier. by Eric Christopher · 13 years ago
  32. 72a2c06 Corrects a problem where we reply exclusively of GEPs to drive by Preston Briggs · 13 years ago
  33. 198ad91 Mips direct object xgot support by Jack Carter · 13 years ago
  34. 17ced45 Fix a typo in FileCheck.rst by Eli Bendersky · 13 years ago
  35. f09a037 [mips] Generate big GOT code. by Akira Hatanaka · 13 years ago
  36. 238f34a Adding tests for the Intel JIT event listener's MCJIT support. by Andrew Kaylor · 13 years ago
  37. d43e06d [mips] Simplify lowering functions in MipsISelLowering.cpp by using the helper by Akira Hatanaka · 13 years ago
  38. 6b28b80 [mips] Add helper functions that create nodes for computing address. by Akira Hatanaka · 13 years ago
  39. 81784cb [mips] Add command line option "-mxgot". by Akira Hatanaka · 13 years ago
  40. 59be760 [mips] When a node which loads from a GOT is created, pass a MachinePointerInfo by Akira Hatanaka · 13 years ago
  41. b546d5a Add new predicates for the immediate operands. by Jyotsna Verma · 13 years ago
  42. 26e6ad7 [mips] Add target operand flag enums for big GOT relocations. by Akira Hatanaka · 13 years ago
  43. 81081b1 Use one common 'let' expression to set PrintMethod for all immediate operands. by Jyotsna Verma · 13 years ago
  44. e390434 Add relocations used for mips big GOT. by Akira Hatanaka · 13 years ago
  45. d6f0489 test commit: added a few comments by Preston Briggs · 13 years ago
  46. 34519fc Implementing basic function-level profiling support in IntelJITEventListener. by Andrew Kaylor · 13 years ago
  47. 0ae6124 Add support for varargs functions for msp430. Patch by Job Noorman! by Anton Korobeynikov · 13 years ago
  48. 6cbeb4d Add support for byval args. Patch by Job Noorman! by Anton Korobeynikov · 13 years ago
  49. 6ee1e08 Finish the renaming. by Rafael Espindola · 13 years ago
  50. 24d5025 Renamed HexagonImmediates.td -> HexagonOperands.td. by Jyotsna Verma · 13 years ago
  51. 4bf4c73 llvm/test/Transforms/InstCombine/sdiv-1.ll: FileCheck-ize. by NAKAMURA Takumi · 13 years ago
  52. 811a837 Using "not grep" is brittle as the test passes if llvm-as fails. by Rafael Espindola · 13 years ago
  53. 07df765 PR14055: Implement support for sub-vector operations in SROA. by Chandler Carruth · 13 years ago
  54. 9648782 Fix execution domain for packed FMA4 instructions. by Craig Topper · 13 years ago
  55. 3dcefc8 Mark ISD::FMA as Legal instead of custom for x86 with FMA3/FMA4. Needed so that llvm.muladd can be converted to ISD::FMA for fp_contract. by Craig Topper · 13 years ago
  56. e845ced Make calcLiveInMask method static. by Jakub Staszak · 13 years ago
  57. 6f05f21 Make isScratchReg and isFPCopy methods static. by Jakub Staszak · 13 years ago
  58. 8b4310b Whitespace. by Eric Christopher · 13 years ago
  59. 7ee5f5d Update for some of the coding standard before rearranging functions around. by Eric Christopher · 13 years ago
  60. b8a101f Update some comments. by Eric Christopher · 13 years ago
  61. e6ad6ac Update and add some comments. by Eric Christopher · 13 years ago
  62. c82fbf4 Whitespace. by Eric Christopher · 13 years ago
  63. a631ea9 Add a tests for the new -no-show-raw-insn option of llvm-objdump. by Eli Bendersky · 13 years ago
  64. 8c67c03 Add obvious constantness. by Jakub Staszak · 13 years ago
  65. 7dc68db Remove constness from this, it modifies the output stream as does by Eric Christopher · 13 years ago
  66. 8b9da53 Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit more by Eli Bendersky · 13 years ago
  67. 7372a7d removes a few "const" qualifiers by Sebastian Pop · 13 years ago
  68. 17cfe87 [python] fix get_library() by Anders Waldenborg · 13 years ago
  69. 7d1b42a Removing some unused instruction definitions from the Hexagon backend. by Jyotsna Verma · 13 years ago
  70. fbd1975 Remove unused function argument, add a bit to the comment. by Eric Christopher · 13 years ago
  71. aaa50b9 Formatting. by Eric Christopher · 13 years ago
  72. dcc675a Whitespace. by Eric Christopher · 13 years ago
  73. 099bfe6 Some sphinx-ing and consistency fixes by Eli Bendersky · 13 years ago
  74. ecf7e97 Remove some dead code. by Eric Christopher · 13 years ago
  75. 2db2749 Better 80cols... *sigh* by Joe Abbey · 13 years ago
  76. 8162cf4 Fixing a broken link. by Joe Abbey · 13 years ago
  77. 51c7c65 [asan] use names of globals instead of an external set to distinguish the globals generated by asan by Kostya Serebryany · 13 years ago
  78. 4077906 [asan] don't instrument linker-initialized globals even with external linkage in -asan-initialization-order mode by Kostya Serebryany · 13 years ago
  79. ca23d43 [asan] make sure that linker-initialized globals (non-extern) are not instrumented even in -asan-initialization-order mode. This time with a test by Kostya Serebryany · 13 years ago
  80. 426fe8b docs: Fix highlighting. by Sean Silva · 13 years ago
  81. fecc368 llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready. by NAKAMURA Takumi · 13 years ago
  82. 638d2d7 Fix a place where the declaration didn't use LLVM_ENABLE_DUMP but the by Chandler Carruth · 13 years ago
  83. 3a902d0 Use LLVM_ENABLE_DUMP for the variables used in printing as well as the by Chandler Carruth · 13 years ago
  84. 1767929 Fix PR14132 and handle OOB loads speculated throuh PHI nodes. by Chandler Carruth · 13 years ago
  85. 310f248 Fix physical register liveness calculations: by Tim Northover · 13 years ago
  86. 4fe5405 Intel OCL built-ins calling conventions now support MacOS 32-bit. by Elena Demikhovsky · 13 years ago
  87. 01425d6 Marking remote mcjit tests as XFAIL for MIPS. by Simon Atanasyan · 13 years ago
  88. 0976e00 Make the AttrListPtr object a part of the LLVMContext. by Bill Wendling · 13 years ago
  89. 9eecb35 Note Freescale's contributions in the PPC release notes. by Hal Finkel · 13 years ago
  90. 01315e6 docs: Sphinxify LLVMBuild documentation. by Sean Silva · 13 years ago
  91. a1237b1 Add a comment to associate a FIXME with a PR where it is matters. by Chandler Carruth · 13 years ago
  92. f5837aa Rework the rewriting of loads and stores for vector and integer allocas by Chandler Carruth · 13 years ago
  93. 1f9f73a ReST-ify some markup in the LIT document by Eli Bendersky · 13 years ago
  94. 5f214ae 80-column and whitespace fixups. by Eric Christopher · 13 years ago
  95. 525398e Allow using MemoryBuffers with yaml::Stream directly. by Sean Silva · 13 years ago
  96. c4639d6 Remove a function argument and propagate const around accordingly. by Eric Christopher · 13 years ago
  97. 0f1c7f6 Whitespace and 80-col. by Eric Christopher · 13 years ago
  98. 2d4a477 docs: Fix reference to "bold" part of code example. by Sean Silva · 13 years ago
  99. 239938f Make AsmPrinter::EmitTTypeReference() more robust - put by Anton Korobeynikov · 13 years ago
  100. 2386fc8 Factor out type info emission into separate routine. by Anton Korobeynikov · 13 years ago