1. 79069f9 Format. by Eric Christopher · 12 years ago
  2. 9646987 Remove FIXME that had snuck in. by Eric Christopher · 12 years ago
  3. 58e0fee Avoid collisions with Objective-C++ keywords by Tobias Grosser · 12 years ago
  4. 4c18e2e Fix typo by Tobias Grosser · 12 years ago
  5. fccbee8 Make one statement easier to understand from post commmit feedback from a by Reed Kotler · 12 years ago
  6. 3bd3f42 Expand 64bit {SHL,SHR,SRA}_PARTS on sparcv9. by Roman Divacky · 12 years ago
  7. b4aafff move getNameWithPrefix and getSymbol to TargetMachine. by Rafael Espindola · 12 years ago
  8. 737c9f6 Add back r201608, r201622, r201624 and r201625 by Rafael Espindola · 12 years ago
  9. cf42174 Refactor TargetOptions initialization into a single place. by Eli Bendersky · 12 years ago
  10. eb5fe70 Test commit - remove the new line to lib/Target/AArch64/AArch64TargetMachine.cpp. by Christian Pirker · 12 years ago
  11. a72f916 [mips] Use multiple FileCheck prefixes rather than run the test multiple times by Daniel Sanders · 12 years ago
  12. ffac49b [mips] In the integrated assembler, select the default feature bits by changing the CPU value. by Daniel Sanders · 12 years ago
  13. f47b32e Test commit - added a new line to lib/Target/AArch64/AArch64TargetMachine.cpp. by Christian Pirker · 12 years ago
  14. 191f882 [Sparc] Remove spurious checks from a testcase. by Venkatraman Govindaraju · 12 years ago
  15. 9a8ab56 [mips] Use llvm::Triple in ParseMipsTriple() instead of manually parsing it by Daniel Sanders · 12 years ago
  16. 3e0d3a4 This reverts commit r201625 and r201624. by Rafael Espindola · 12 years ago
  17. 210edf5 [mips] Add explicit N32 and N64 tests to nabi-regs.s test by Daniel Sanders · 12 years ago
  18. 2228d01 Support GTest for FreeBSD platforms (9.x) by Alexey Samsonov · 12 years ago
  19. f513217 [mips] Remove unused NotN64 predicate by Daniel Sanders · 12 years ago
  20. 35f15e5 Fix AVX512 vector sqrt assembly strings. by Cameron McInally · 12 years ago
  21. 6e2c745 Disable override and final C++ keyword in gcc 4.6. by Logan Chien · 12 years ago
  22. 9a92586 Revert r201622 and r201608. by Daniel Jasper · 12 years ago
  23. 1f55e40 X86: move test requiring X86TargetLowering info into its own directory by Tim Northover · 12 years ago
  24. a5d63e5 Try addding datalayout in case that's what Hexagon doesn't like. by Tim Northover · 12 years ago
  25. 44697f3 X86 CodeGenPrep: sink shufflevectors before shifts by Tim Northover · 12 years ago
  26. 84d5a23 Build PIE binaries when cross-compiling to Android. by Evgeniy Stepanov · 12 years ago
  27. 70416f8 Try to revive buildbots after r201620 by Alexey Samsonov · 12 years ago
  28. fa0cf99 Remove special FP opcode maps and instead add enough MRM_XX formats to handle all the FP operations. This increases format by 1 bit, but decreases opcode map by 1 bit so the TSFlags size doesn't change. by Craig Topper · 12 years ago
  29. 52fb0a5 Reduce size of map field in X86 TSFlags since it now requires less bits. by Craig Topper · 12 years ago
  30. 75116bc Put some of the X86 formats in a more logical order. by Craig Topper · 12 years ago
  31. 82a644a Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0xa6/0xa7, and adding MRM_C0/MRM_E0 forms. Removes 376K from the disassembler tables. by Craig Topper · 12 years ago
  32. b7e1ab7 llvm-objdump/COFF: Print load configuration table. by Rui Ueyama · 12 years ago
  33. 3fd813e Fix a typo in a comment. by Mingjie Xing · 12 years ago
  34. 156f2a1 MCAsmParser: support required parameters by Saleem Abdulrasool · 12 years ago
  35. 5bbd4d2 MCAsmParser: change representation of MCAsmMacroParameter by Saleem Abdulrasool · 12 years ago
  36. 070b574 Now that llvm always does the right thing with private, use it. by Rafael Espindola · 12 years ago
  37. f2ce8f7 Use PrivateLinkage now that it is safe. by Rafael Espindola · 12 years ago
  38. faaa553 Avoid an infinite cycle with private linkage and -f{data|function}-sections. by Rafael Espindola · 12 years ago
  39. 7a8ca27 [docs] Clean up some more llvm-gcc stuff by Sean Silva · 12 years ago
  40. f7f33ce [docs] Nuke some references to llvm-gcc by Sean Silva · 12 years ago
  41. 6880f0e Fix PR18743. by Rafael Espindola · 12 years ago
  42. 1836fe5 Rename a DebugLoc variable to DbgLoc and a DataLayout to DL. by Rafael Espindola · 12 years ago
  43. 25818a6 Consistently check 'IsCode' when allocating sections in RuntimeDyld (via by Lang Hames · 12 years ago
  44. a3de371 [AArch64] Expanded sin, cos, pow with FP vector types inputs by Ana Pazos · 12 years ago
  45. aa43604 [mips] Add support for ELF64-mips and the R_MIPS_32/R_MIPS_64 relocs for it. by Daniel Sanders · 12 years ago
  46. 39d8dcb Rename some member variables from TD to DL. by Rafael Espindola · 12 years ago
  47. 2678b21 Add myself as owner for libc++ by Marshall Clow · 12 years ago
  48. ade82a4 XCore target: Handle common linkage by Robert Lytton · 12 years ago
  49. b489828 XCore target: addMemOperand as necessary by Robert Lytton · 12 years ago
  50. 9409825 XCore target: Fix llvm.eh.return and EH info register handling by Robert Lytton · 12 years ago
  51. eb720cc Darwin builds: handle different possible form for SDKROOT. by Tim Northover · 12 years ago
  52. 4bcb985 GlobalMerge: move "-global-merge" option to the pass itself. by Tim Northover · 12 years ago
  53. d729dfc X86: use vpsllvd (& friends) for 16-bit shifts on Haswell by Tim Northover · 12 years ago
  54. 257ed1e llvm-cov: Support gcov's extermely lenient treatment of -o by Justin Bogner · 12 years ago
  55. ce3db3c Add PS prefix to some classes I missed in r201538. by Craig Topper · 12 years ago
  56. 17e2af6 Add a bunch of OpSize32 tags to 64-bit mode only instructions to match their 32-bit mode counterparts for cases where there is also a OpSize16 instruction. by Craig Topper · 12 years ago
  57. 2e58f46 AVX-512: Fixed size of mask registers by Elena Demikhovsky · 12 years ago
  58. 47f6b17 Fix a typo about lowering AArch64 va_copy. by Jiangning Liu · 12 years ago
  59. 7d2bb38 Add an x86 prefix encoding for instructions that would decode to a different instruction with 0xf2/f3/66 were in front of them, but don't themselves have a prefix. For now this doesn't change any bbehavior, but plan to use it to fix some bugs in the disassembler. by Craig Topper · 12 years ago
  60. ddc5a01 PGO: llvm-profdata: tool for merging profiles by Duncan P. N. Exon Smith · 12 years ago
  61. 4959a2d Fix the arm assembler so that this malformed instruction: by Kevin Enderby · 12 years ago
  62. 1410f7f Add support for assigning to . in AsmParser. by Anders Waldenborg · 12 years ago
  63. 3457506 Fix diassembler handling of rex.b when mod=00/01/10 and bbb=101. Mod=00 should ignore the base register entirely. Mod=01/10 should treat this as R13 plus displacment. Fixes PR18860. by Craig Topper · 12 years ago
  64. e139a1e AVX-512: implemented zext fron i1 to i16 by Elena Demikhovsky · 12 years ago
  65. 3bc8594 fix for null VectorizedValue assertion in the SLP Vectorizer (in function vectorizeTree()). radar://16064178 by Gerolf Hoflehner · 12 years ago
  66. 62cb90e MCAsmParser: add some mixed argument tests by Saleem Abdulrasool · 12 years ago
  67. 696002f MCAsmParser: better handling for named arguments by Saleem Abdulrasool · 12 years ago
  68. 09d1d54 Use 16 byte stack alignment for NaCl on ARM by Mark Seaborn · 12 years ago
  69. 2ced338 SCEVExpander: Try hard not to create derived induction variables in other loops by Arnold Schwaighofer · 12 years ago
  70. 56d3491 Remove dead code, we already require cmake 2.8.8. by Rafael Espindola · 12 years ago
  71. 2a8437f Remove unnecessary typename. by Rafael Espindola · 12 years ago
  72. 1800766 Fix more broken CHECK lines by Nico Rieck · 12 years ago
  73. c15d3a8 Add extra CHECK prefix to tests with explicit prefix by Nico Rieck · 12 years ago
  74. da39cf4 Actually call FileCheck in tests by Nico Rieck · 12 years ago
  75. a938c51 llvmbuild: Exclude disabled targets from LLVMExports.cmake. by NAKAMURA Takumi · 12 years ago
  76. 789f722 LLVMExports.cmake: Add System libs $(LIBS) to LLVMSupport, corresponding to r201077. by NAKAMURA Takumi · 12 years ago
  77. 88fae4e LLVMExports.cmake: Exclude gtest since they are not installed. by NAKAMURA Takumi · 12 years ago
  78. f280c65 AVX-512: simpyfied BUILD_VECTOR for masks; fixed cmp/test sequence by Elena Demikhovsky · 12 years ago
  79. 8e810ae fixed typo in comment as my test commit by Gerolf Hoflehner · 12 years ago
  80. 0cefb0e Add a DIELoc class to cover the DW_FORM_exprloc set of expressions by Eric Christopher · 12 years ago
  81. 268e96a Fix broken CHECK lines by Nico Rieck · 12 years ago
  82. 5a39da0 MCAsmParser: relax declaration parsing by Saleem Abdulrasool · 12 years ago
  83. 1edea19 ARM IAS: (partially) support .arch_extension directive by Saleem Abdulrasool · 12 years ago
  84. 132a287 DebugInfo: Deduplicate entries in the fission address table by David Blaikie · 12 years ago
  85. 16413fa DwarfDebug: Remove dead code. by David Blaikie · 12 years ago
  86. a9db46b Revert "SCEVExpander: Try hard not to create derived induction variables in other loops" by Arnold Schwaighofer · 12 years ago
  87. e672548 SCEVExpander: Try hard not to create derived induction variables in other loops by Arnold Schwaighofer · 12 years ago
  88. 4b3ec17 Cleanup docs about lit substitutions by Nico Rieck · 12 years ago
  89. 0877c65 Add opcode extension forms of MOV8ri/MOV16ri/MOV32ri. by Craig Topper · 12 years ago
  90. b556a70 Fix typo by Nico Rieck · 12 years ago
  91. 76554f3 Remove tautological test line (unsigneds are always >=0). by Lang Hames · 12 years ago
  92. a666f9d Remove unnecessary typename introduced in r201440. by David Blaikie · 12 years ago
  93. 4b45137 DebugInfo: Implement DW_AT_stmt_list for type units by David Blaikie · 12 years ago
  94. ff1677e DwarfUnit: Remove unnecessarily explicit/out of line virtual dtors. by David Blaikie · 12 years ago
  95. fa4ff8a Hopefully fix the build with gcc. by Rafael Espindola · 12 years ago
  96. 906c8de DwarfUnit: Remove unnecessary (void)t; that was previously used to suppress -Wunused-member-variable by David Blaikie · 12 years ago
  97. 705991f DwarfUnit: Refactor out DW_AT_stmt_list creation into common function for fission and non-fission cases by David Blaikie · 12 years ago
  98. d4762e8 Add extern template instantiations of llvm::Calculate. by Rafael Espindola · 12 years ago
  99. 038600b [CodeGenPrepare][AddressingModeMatcher] Give up on type promotion if the by Quentin Colombet · 12 years ago
  100. 5f80594 TargetLowering: n * r where n > 2 should be an illegal addressing mode by Tom Stellard · 12 years ago