1. 8a6a7bb Cleanup patch: by Bill Wendling · 11 years ago
  2. bb1b63c This patch addresses two cleanup issues: by Bill Wendling · 11 years ago
  3. 4b15d6a Fix a -Wdocumentation warning by Dmitri Gribenko · 11 years ago
  4. 86dc3f3 In the function InstCombiner::visitExtractElementInst() removed the limitation that extract is promoted over a cast only if the cast has only one use. by Anat Shemer · 11 years ago
  5. 4bfeee1 C API: Fix coding style by Tom Stellard · 11 years ago
  6. 77e95d0 Added a function scalarizePHI() that sclarizes a vector phi instruction if it has only 2 uses: one to promote the vector phi in a loop and the other use is an extract operation of one element at a constant location. by Anat Shemer · 11 years ago
  7. c0b4b67 Fix comment. Patch by Stephen Lin. by Bill Wendling · 11 years ago
  8. fd7aa38 At Jim Grosbach's request detemplate Object/MachO.h. by Rafael Espindola · 11 years ago
  9. 77327fd Fix a comment, PR15777. by Chris Lattner · 11 years ago
  10. 2061dcf Allow misaligned stores in x86 fast-isel. by Derek Schuff · 11 years ago
  11. a3fb330 LoopVectorizer: Recognize min/max reductions by Arnold Schwaighofer · 11 years ago
  12. bff1776 Fix grammar in LLVMBuild.rst by Eli Bendersky · 11 years ago
  13. c3a9574 [ms-inline asm] Simplify some logic and add a FIXME for unhandled unary minus. by Chad Rosier · 11 years ago
  14. 6c8afad Make this private method. by Chad Rosier · 11 years ago
  15. f841609 Fixes to LangRef.rst: incorrect attributes syntax and misplaced 'nobuiltin' by Eli Bendersky · 11 years ago
  16. 05862c9 Fix comment spacing. by Chad Rosier · 11 years ago
  17. 403fc14 LoopVectorize: Use a set to avoid longer cycles in the reduction chain too. by Benjamin Kramer · 11 years ago
  18. d050e96 Fix for PR14824, An ARM Load/Store Optimization bug by Hao Liu · 11 years ago
  19. 7754276 Revert "Combine bit test + conditional or into simple math" by David Majnemer · 11 years ago
  20. a40a3a5 Combine bit test + conditional or into simple math by David Majnemer · 11 years ago
  21. 0556900 [objc-arc] Do not mismatch up retains inside a for loop with releases outside said for loop in the presense of differing provenance caused by escaping blocks. by Michael Gottesman · 11 years ago
  22. 8a70920 Removed trailing whitespace. by Michael Gottesman · 11 years ago
  23. fd4ce16 Streamline arc-annotation test (removing some cases which do not add any extra coverage) and set it up to use FileCheck variables to make the test more robust. by Michael Gottesman · 11 years ago
  24. 2fbe90c [mips] Rename function. by Akira Hatanaka · 11 years ago
  25. 26aef5b [mips] DSP-ASE move from HI/LO register instructions. by Akira Hatanaka · 11 years ago
  26. 86924b4 Mips assembler: formatting and comment changes. by Jack Carter · 11 years ago
  27. b1ac6e6 Add an option `-enable-old-style-attr-syntax' to print out function attributes in the "old" style. by Bill Wendling · 11 years ago
  28. f92bf40 [objc-arc] Added annotation option to only emit annotations for a specific ssa identifier. by Michael Gottesman · 11 years ago
  29. 4323907 Two small cleanups for ELF's templates. by Rafael Espindola · 11 years ago
  30. df39be6 Add support for subsections to the ELF assembler. Fixes PR8717. by Peter Collingbourne · 11 years ago
  31. 53c9def [ms-inline asm] These should be int64_t, not uint64_t. by Chad Rosier · 11 years ago
  32. 9739b65 Fixed typo. by Michael Gottesman · 11 years ago
  33. d58f773 [ms-inline asm] Add support for the minus unary operator. Previously, we were by Chad Rosier · 11 years ago
  34. b271b12 [objc-arc] Added descriptions for EnableARCAnnotations, EnableCheckForCFGHazards, EnableARCOptimizations. by Michael Gottesman · 11 years ago
  35. ba5d950 [objc-arc] Added an option to arc-annotations for turning off CheckForCFGHazard. by Michael Gottesman · 11 years ago
  36. 8c49338 More consistent formatting and tidying-up by Eli Bendersky · 11 years ago
  37. 5012548 This patch teaches x86 fast-isel to generate the native div/idiv instructions by Eli Bendersky · 11 years ago
  38. 9c63f0d X86 cost model: Exit before calling getSimpleVT on non-simple VTs by Arnold Schwaighofer · 11 years ago
  39. d58b50b A limit of 500 was still a bit too high for some tests. by Bill Wendling · 11 years ago
  40. 7c4cf03 Fix treatment of ARM unallocated hint instructions. by Quentin Colombet · 11 years ago
  41. 4035693 Appease a gcc warning about an overflow in a constant conversion. by Bill Wendling · 11 years ago
  42. a73dd3e Don't store AttributeSet::FunctionIndex as an int. by Benjamin Kramer · 11 years ago
  43. 1fb54cf by Ulrich Weigand · 11 years ago
  44. 8952d90 Make formatting more consistent and tidy-up. by Eli Bendersky · 11 years ago
  45. 26ebd7a R600: Make Export Instruction not duplicable by Vincent Lejeune · 11 years ago
  46. 58df169 R600: Export is emitted as a CF_NATIVE inst by Vincent Lejeune · 11 years ago
  47. 141ca7f R600: Emit used GPRs count by Vincent Lejeune · 11 years ago
  48. 784baa6 Use StringSwitch instead of long chain of if-else. No functionality change. by Alexey Samsonov · 11 years ago
  49. cd61455 Create a stub for DWARF parser unittests by Alexey Samsonov · 11 years ago
  50. ce47d5b Fix -Werror build. by Evgeniy Stepanov · 11 years ago
  51. 0f3e48e This appears to be no longer necessary for the testsuite. by Eric Christopher · 11 years ago
  52. 60a7f69 test by Anat Shemer · 11 years ago
  53. 2ca02c6 PR15149/r174304 improvement - print hex for unknown dwarf language codes & add a test case by David Blaikie · 11 years ago
  54. 98055c6 Fix random typo. by Eric Christopher · 11 years ago
  55. c7ab4f9 Do not optimise fprintf() calls if its return value is used. by Peter Collingbourne · 11 years ago
  56. 8afc8b7 Mips assembler: Enable handling of nested expressions by Jack Carter · 11 years ago
  57. 4afa9b7 [ms-inline asm] Add support for parsing complex immediate expressions. Test by Chad Rosier · 11 years ago
  58. ad74f33 C API: Add LLVMTargetMachineEmitToMemoryBuffer() by Tom Stellard · 11 years ago
  59. edc93b3 C API: Add LLVMGetBufferSize() by Tom Stellard · 11 years ago
  60. 4074343 C API: Add LLVMGetBufferStart() by Tom Stellard · 11 years ago
  61. 68ee152 C API: Add LLVMAddTargetDependentFunctionAttr() by Tom Stellard · 11 years ago
  62. 6340549 Print out the target-independent attributes in a comment before the function definition. by Bill Wendling · 11 years ago
  63. 13a1628 [XCore] Extend test to check positve offsets are folded into addresses. by Richard Osborne · 11 years ago
  64. db51e31 [XCore] Give test more generic name. by Richard Osborne · 11 years ago
  65. b509b65 [XCore] Convert a couple of tests to FileCheck. by Richard Osborne · 11 years ago
  66. b7690be Remove unused variable from previous refactor. by Chad Rosier · 11 years ago
  67. 8ccacf7 [ms-inline asm] Refactor. No functional change intended. by Chad Rosier · 11 years ago
  68. 7e5d54c [ms-inline asm] Remove some dead code. by Chad Rosier · 11 years ago
  69. 6b51f75 Cleanup naming: DataLayout s/TD/DL/ by Eli Bendersky · 11 years ago
  70. a363b11 Fix build failure introduced in 179591 when assertions are disabled. by Logan Chien · 11 years ago
  71. 532854d Implement ARM unwind opcode assembler. by Logan Chien · 11 years ago
  72. 0eaa6f6 llvm-objdump: Don't print contents of BSS sections: it makes no sense and crashes llvm-objdump on relocated objects with large bss by Alexey Samsonov · 11 years ago
  73. 6334e13 Add four new functions and one new enum to the C API: by Hans Wennborg · 11 years ago
  74. a121e24 simplifycfg: Fix integer overflow converting switch into icmp. by Hans Wennborg · 11 years ago
  75. ad36608 Add 64-bit multiply and divide instructions for SPARC v9. by Jakob Stoklund Olesen · 11 years ago
  76. d0132ba ARM: Add VACLT and VACLE assembly aliases. by Jim Grosbach · 11 years ago
  77. 23e00ae We are not able to bitcast a pointer to an integral value. by Bill Wendling · 11 years ago
  78. b8145e3 Mips assembler: Explicit floating point condition register recognition. by Jack Carter · 11 years ago
  79. 3fe91a4 Fix a grammar mistake, and add a line about the two phases that the BB/SLP vectorizers have (top-down and bottom-up). by Nadav Rotem · 11 years ago
  80. 96e0b96 Fix the internal link. by Nadav Rotem · 11 years ago
  81. 74cd12b Update the release notes about the vectorizers. by Nadav Rotem · 11 years ago
  82. e9a4411 SLPVectorizer: Make it a function pass and add code for hoisting the vector-gather sequence out of loops. by Nadav Rotem · 11 years ago
  83. c9363ef Fix silly typo that broke big endian hosts. by Rafael Espindola · 11 years ago
  84. 92b0d0e Fix endianness on some MSVC versions. by Rafael Espindola · 11 years ago
  85. 9a25630 R600/SI: Emit config values in register value pairs. by Tom Stellard · 11 years ago
  86. bf1efe6 R600/SI: Emit configuration value in the .AMDGPU.config ELF section by Tom Stellard · 11 years ago
  87. 3a63bf2 R600: Emit ELF formatted code rather than raw ISA. by Tom Stellard · 11 years ago
  88. 467116a Fix a typo in comment. by Jim Grosbach · 11 years ago
  89. 0437ef6 Simplify the MCInst operator iterator declaration. by Jim Grosbach · 11 years ago
  90. 24dcc20 Grammar and punctuation fixes. No content changes. by John Criswell · 11 years ago
  91. 0851ce0 Try to fix the mingw builds. by Rafael Espindola · 11 years ago
  92. f971916 Fix bit size of v64i8 and v32i16 vector types. by Arnold Schwaighofer · 11 years ago
  93. c7f424d Remove getters now that we can specialize structs on the host endianness. by Rafael Espindola · 11 years ago
  94. d354644 Avoid outputting temporary test file into source tree. by Tim Northover · 11 years ago
  95. 0034c1f Remove unused function. by Rafael Espindola · 11 years ago
  96. 21a01d1 Make the host endianness check an integer constant expression. by Rafael Espindola · 11 years ago
  97. 604b357 Replace uses of the deprecated std::auto_ptr with OwningPtr. by Andy Gibbs · 11 years ago
  98. eaa752f Enable all targets by default on Visual Studio. by Tim Northover · 11 years ago
  99. 60d20a8 Revert "Recommit r179497 after fixing uninitialized variable." until by Eric Christopher · 11 years ago
  100. fdf9624 Recommit r179497 after fixing uninitialized variable. by Eric Christopher · 11 years ago