1. 85c622d X86: change MOV64ri64i32 into MOV32ri64 by Tim Northover · 11 years ago
  2. 72ad17c [Sparc] Generate correct code for leaf functions with stack objects by Venkatraman Govindaraju · 11 years ago
  3. 2e2922c Removed a comment above an include which is unnecessary and added a missing closing @} for a doxygen comment. by Michael Gottesman · 11 years ago
  4. 8a70f58 Added method comments for getZero,getInf. by Michael Gottesman · 11 years ago
  5. 7f88a3b Updated APFloat's comments to fit the LLVM style guide. by Michael Gottesman · 11 years ago
  6. 23ed37a Make SubRegIndex size mandatory, following r183020. by Ahmed Bougacha · 11 years ago
  7. cd8e3c4 Prevent loop-unroll from making assumptions about undefined behavior. by Andrew Trick · 11 years ago
  8. 3443108 Temporarily Revert "X86: change MOV64ri64i32 into MOV32ri64" as it by Eric Christopher · 11 years ago
  9. 813419e Const-ify some printing and dumping code for DIEValues. by Eric Christopher · 11 years ago
  10. 769d24a Add support for adding the contents of a StringRef to the MD5 hash. by Eric Christopher · 11 years ago
  11. cbb45aa Convert more unsigned char -> uint8_t. by Eric Christopher · 11 years ago
  12. 92bd43b Fix comment. by Eric Christopher · 11 years ago
  13. 800e6ee Move "unsigned char" -> "uint8_t". by Eric Christopher · 11 years ago
  14. 35b4cf8 LoopVectorize: Change API call to get the backedge taken count by Arnold Schwaighofer · 11 years ago
  15. 06f5ebc Loop Strength Reduce: Scaling factor cost. by Quentin Colombet · 11 years ago
  16. e17388f Use just a ArrayRef<uint8_t> to store both hex string and binary data. by Rafael Espindola · 11 years ago
  17. 0612081 Rename COFFYaml.h to COFFYAML.h for consistency. by Rafael Espindola · 11 years ago
  18. 0e07d1a Remove union to fix build in c++03. by Rafael Espindola · 11 years ago
  19. 05bc4a6 Don't allocate temporary string for section data. by Rafael Espindola · 11 years ago
  20. 47afc19 LoopVectorize: PHIs with only outside users should prevent vectorization by Arnold Schwaighofer · 11 years ago
  21. 488401e NVPTX: Don't even create a regalloc if we're not going to use it. by Benjamin Kramer · 11 years ago
  22. 504e2da [APFloat] Added a unittest for APFloat::getZero. by Michael Gottesman · 11 years ago
  23. 5b00f4e Modify how the formulae are rated in Loop Strength Reduce. by Quentin Colombet · 11 years ago
  24. bed2308 Add a way to define the bit range covered by a SubRegIndex. by Ahmed Bougacha · 11 years ago
  25. 9c8e1f9 Unit test for SCEV fix r182989, PR16130. by Andrew Trick · 11 years ago
  26. 52aaf6a Remove useless code from transitioning to new EH scheme by Kai Nacke · 11 years ago
  27. ee5e24c ARM: permit upper-case BE/LE on setend instruction by Tim Northover · 11 years ago
  28. 242c9f4 ARM: add fstmx and fldmx instructions for assembly by Tim Northover · 11 years ago
  29. 4f3d7ee Simplify multiplications by vectors whose elements are powers of 2. by Rafael Espindola · 11 years ago
  30. e93c701 ARM: fix VEXT encoding corner case by Tim Northover · 11 years ago
  31. b6606e4 [SystemZ] Don't use LOAD and STORE REVERSED for volatile accesses by Richard Sandiford · 11 years ago
  32. 5443e7d [NVPTX] Re-enable support for virtual registers in the final output by Justin Holewinski · 11 years ago
  33. 7ae921d [msan] Handle mixed track-origins and keep-going settings (llvm part). by Evgeniy Stepanov · 11 years ago
  34. 43887bf X86: change MOV64ri64i32 into MOV32ri64 by Tim Northover · 11 years ago
  35. 5434f12 Add links to the System z architecture manual and ABI by Richard Sandiford · 11 years ago
  36. 6160114 Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' conditions. by Andrew Trick · 11 years ago
  37. affed7e [mips] Big-endian code generation for atomic instructions. by Akira Hatanaka · 11 years ago
  38. 04b0bcf Fix wrong comment. Null is not acceptable. by Matt Arsenault · 11 years ago
  39. 903f26d Reapply with r182909 with a fix to the calculation of the new indices for by Nick Lewycky · 11 years ago
  40. 6f6ec56 Remove debug print added in r182949. by Ahmed Bougacha · 11 years ago
  41. 9e3e730 Revert r182937 and r182877. by Rafael Espindola · 11 years ago
  42. 198f972 Remove unused member. by Rafael Espindola · 11 years ago
  43. dab867e Fix a couple of typos and 80-col. by Eric Christopher · 11 years ago
  44. 79b40f1 Use the const_cast only where necessary. by Bill Wendling · 11 years ago
  45. b54d297 MCObjectSymbolizer: Switch from IntervalMap to sorted vector, following r182625. by Ahmed Bougacha · 11 years ago
  46. 964722c Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the function APFloat::next(bool nextDown). by Michael Gottesman · 11 years ago
  47. 26266a1 Fix warning and resulting formatting issue. by Paul Redmond · 11 years ago
  48. f95ac8a Revise llvm.vectorizer.width documentation by Paul Redmond · 11 years ago
  49. 977de2d Don't use fast isel on this test. by Rafael Espindola · 11 years ago
  50. 3a36cb0 Force a triple so we don't get bitten by windows' different regalloc. by Benjamin Kramer · 11 years ago
  51. 051ed0a Force fragile test to the atom scheduler model. by Benjamin Kramer · 11 years ago
  52. 71f2df0 Added a sub-project status update section to the release notes with details by Ashok Thirumurthi · 11 years ago
  53. 5b15525 X86: allow registers 8-15 in test by Tim Northover · 11 years ago
  54. 15983b8 X86: use sub-register sequences for MOV*r0 operations by Tim Northover · 11 years ago
  55. 52d65ab Fix incorrect parameter name in LIT docs. by Sergey Matveev · 11 years ago
  56. d01fb9e Fix rematerialization into physical registers. by Tim Northover · 11 years ago
  57. d5c52f1 [NVPTX] Fix case where a sext load of an i1 type may produce an by Justin Holewinski · 11 years ago
  58. da0416b X86: change zext moves to use sub-register infrastructure. by Tim Northover · 11 years ago
  59. 14a926f [SystemZ] Enable unaligned accesses by Richard Sandiford · 11 years ago
  60. ccb7bd9 Revert r182909. by Evgeniy Stepanov · 11 years ago
  61. aebc1b3 Fix warning on varialbe unused in opt builds. by Daniel Jasper · 11 years ago
  62. d5ae2c3 Fixed bug when tests in executable partially used absolute paths. by Galina Kistanova · 11 years ago
  63. e97b102 Swizzle vector inputs if it helps us eliminate shuffles. by Nick Lewycky · 11 years ago
  64. 7486d92 Change how we iterate over relocations on ELF. by Rafael Espindola · 11 years ago
  65. d2df98f Rename variable to be more descriptive. by Eric Christopher · 11 years ago
  66. 5592ba4 Formatting. by Eric Christopher · 11 years ago
  67. 86a0f19 Reformat comments here. by Eric Christopher · 11 years ago
  68. 12378d4 Add a comment and some tests including the NULL byte. by Eric Christopher · 11 years ago
  69. 8a65e11 This testcase tests command line attributes which we don't yet support. by Bill Wendling · 11 years ago
  70. 3b7f3b1 Remove dead return. by Rafael Espindola · 11 years ago
  71. 999c693 Added a unittest for APFloat::getSmallestNormalized. by Michael Gottesman · 11 years ago
  72. 7d13d52 Added code to the unittest for APFloat::getSmallest to double check that we consider the result to be denormal. by Michael Gottesman · 11 years ago
  73. 3e8d356 Add a unittest for APFloat::getSmallest. by Michael Gottesman · 11 years ago
  74. 6e0b2a0 Order CALLSEQ_START and CALLSEQ_END nodes. by Andrew Trick · 11 years ago
  75. 8df6f4b X86: Fix Defs/Uses for insts that imp-def/imp-use both an A-register and EFLAGS. by Ahmed Bougacha · 11 years ago
  76. 8ed5506 Don't assume the registers will be enumerated sequentially. by Chad Rosier · 11 years ago
  77. 745825f5 Add colored diagnostics when building LLVM with cmake + ninja + clang by Arnaud A. de Grandmaison · 11 years ago
  78. f567a6d Enable FastISel on ARM for Linux and NaCl by JF Bastien · 11 years ago
  79. cc5a882 Don't reach into the middle of TargetMachine and cache one of its ivars. by Bill Wendling · 11 years ago
  80. aae0fa9 Teach ReMaterialization to be more cunning about subregisters by Tim Northover · 11 years ago
  81. 88c7440 Simplify logic by using the appropriate functions. by Adrian Prantl · 11 years ago
  82. 742671b LTO+Debug Info: revert r182791. by Manman Ren · 11 years ago
  83. a9a8a12 Tidy some register classes for ARM and Thumb by JF Bastien · 11 years ago
  84. d1c180e SparcFrameLowering.cpp: Mark verifyLeafProcRegUse() as UNUSED. [-Wunused-function] by NAKAMURA Takumi · 11 years ago
  85. 5983770 [SystemZ] Two tests missing from previous commit by Richard Sandiford · 11 years ago
  86. 2d664ab [SystemZ] Immediate compare-and-branch support by Richard Sandiford · 11 years ago
  87. b8303eb Move test that depends on the X86 backend into the right subdirectory. by Benjamin Kramer · 11 years ago
  88. 92b4f20 Temporary fix to get rid of gcc warning. by Patrik Hagglund · 11 years ago
  89. d86a66d Allow overriding the location of C/C++ compilers in Android CMake build. by Evgeniy Stepanov · 11 years ago
  90. 5300869 [Sparc] Add support for leaf functions in sparc backend. by Venkatraman Govindaraju · 11 years ago
  91. 0cf4adb LoopVectorize.cpp: Fix abuse of StringRef on Twine. Twine captures the pointer of StringRef. by NAKAMURA Takumi · 11 years ago
  92. 51c292a Whitespace. by NAKAMURA Takumi · 11 years ago
  93. 61212bc Debug Info: Update documentation to match recent (& not so recent) schema changes by David Blaikie · 11 years ago
  94. 4af9230 Debug Info: Reorder accessor to match field order. by David Blaikie · 11 years ago
  95. c57905e Mips assembler: Improve set register alias handling by Jack Carter · 11 years ago
  96. 86b2473 AArch64: clarify -help message by Tim Northover · 11 years ago
  97. e4ee452 [Mips] Add Mips specific dynamic table entry tags. by Simon Atanasyan · 11 years ago
  98. ee21b6f Add support for llvm.vectorizer metadata by Paul Redmond · 11 years ago
  99. a32edcf [APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for use in APFloat IEEE-754R 2008 nextUp/nextDown function. by Michael Gottesman · 11 years ago
  100. e274b47 ARM: use pristine object file while processing relocations by Tim Northover · 11 years ago