1. b6f0625 Fix some stray semi-colons. by Daniel Dunbar · 13 years ago
  2. 0ffe698 Fix PR12080 by ensuring that MaterializeModule actually reads all the bitcode by Derek Schuff · 13 years ago
  3. d0fff18 [PathV2] Fix bug in relative_path. by Michael J. Spencer · 13 years ago
  4. c01810e ARM implement TargetInstrInfo::getNoopForMachoTarget() by Jim Grosbach · 13 years ago
  5. b62fbc5 Instructions inside a bundle have the same number as the bundle itself. by Jakob Stoklund Olesen · 13 years ago
  6. c46255a In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), and isWeak(), with a bitset of flags. by David Meyer · 13 years ago
  7. 9993a3a Enable -Wcovered-switch-default again, but add -Werror to the checks to make by Rafael Espindola · 13 years ago
  8. 1485455 Kill off LiveRangeEdit::getNewVRegs and LiveRangeEdit::getUselessVRegs. These by Lang Hames · 13 years ago
  9. 489d679 On ELF, create relocations to the abbreviation and line sections when producing by Rafael Espindola · 13 years ago
  10. 3c2e5f2 Temporarily revert r151609, which enabled a new warning for LLVM and by Chandler Carruth · 13 years ago
  11. c94206e ARM vbit/vbif/vbsl assembly optional size suffix. by Jim Grosbach · 13 years ago
  12. 4bfcd4a Re-commit r151623 with fix. Only issue special no-return calls if it's a direct call. by Evan Cheng · 13 years ago
  13. a3b2121 Fix off-by one in comment. by Benjamin Kramer · 13 years ago
  14. 21a1401 Properly MCize the section switch, removing a FIXME. by Roman Divacky · 13 years ago
  15. 3bf15ce LegalizeIntegerTypes: Reenable the large shift with small amount optimization. by Benjamin Kramer · 13 years ago
  16. 20bd529 Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack prediction. ...", it is breaking the Clang build during the Compiler-RT part. by Daniel Dunbar · 13 years ago
  17. ed12421 Remove stray semi-colon. by Daniel Dunbar · 13 years ago
  18. 1c23920 Code cleanup following CR by Duncan. by Nadav Rotem · 13 years ago
  19. 21ef70e Fix a bug in the code that builds SDNodes from vector GEPs. by Nadav Rotem · 13 years ago
  20. bb481f8 remove blanks, and some code format by Jia Liu · 13 years ago
  21. ec52aaa Some ARM implementaions, e.g. A-series, does return stack prediction. That is, by Evan Cheng · 13 years ago
  22. 1f59523 Convert generated intrinsic attributes to use an array lookup as Chris suggested in PR11951. by Craig Topper · 13 years ago
  23. 9e1154c Reverted r152620 - DSE: Shorten memset when a later store overwrites the start of it. There were all sorts of buildbot issues by Pete Cooper · 13 years ago
  24. a116623 DSE: Shorten memset when a later store overwrites the start of it by Pete Cooper · 13 years ago
  25. 601c094 Oops...Don't commit the other stuff.. by Bill Wendling · 13 years ago
  26. cb8a7ed Modify comment to reflect the importance of this code. by Bill Wendling · 13 years ago
  27. 980a999 Add comments. by Akira Hatanaka · 13 years ago
  28. b75673b Do not reserve $gp as a dedicated global base register if the target ABI is not O32. by Akira Hatanaka · 13 years ago
  29. 8b37637 Strip extraneous information, if present, from the linker version string on by Charles Davis · 13 years ago
  30. 44b6c71 Add support for floating point base register + offset register addressing mode by Akira Hatanaka · 13 years ago
  31. 2129a0f Handle regmasks in MachineCSE. by Jakob Stoklund Olesen · 13 years ago
  32. 33177f5 Enable -Wcovered-switch-default as it matches the switch style used in llvm. by Rafael Espindola · 13 years ago
  33. 9ca12d2 Handle regmasks in the machine code verifier. by Jakob Stoklund Olesen · 13 years ago
  34. 0f9d07f Enable ARM base pointer when calling functions with large arguments. by Jakob Stoklund Olesen · 13 years ago
  35. dfa1896 [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF. by Michael J. Spencer · 13 years ago
  36. 921c9bd Fix 80-column violation. by Chad Rosier · 13 years ago
  37. 2cff617 Allow llvm-stress to optionally generate the other floating-point types (half, ppcf128, mmx, etc.) by Hal Finkel · 13 years ago
  38. 348e5e7 Add back removed code. It still causes LLVM to miscompile. But not having it breaks other things. by Bill Wendling · 13 years ago
  39. e879cba by Preston Gurd · 13 years ago
  40. 79ac37b test commit. by Preston Gurd · 13 years ago
  41. cd38485 Duncan pointed out that if the alignment isn't explicitly specified, it defaults to the ABI alignment. Given that, make this code a bit more aggressive in such cases. by Eli Friedman · 13 years ago
  42. 0cae72c Delete incorrect reference to inexistent Hexagon architecture manuals. by Evandro Menezes · 13 years ago
  43. e9142f0 Don't use #if 0. Just remove until I can address this. by Bill Wendling · 13 years ago
  44. fddefcc XFAIL test until <rdar://problem/10913281> is fixed. by Bill Wendling · 13 years ago
  45. c68d127 The code that cleans up multiple, isomorphic types has a subtle error that by Bill Wendling · 13 years ago
  46. 284a6bb Remove duplicate copy of Object/ELF.h that somehow managed to get in. by Michael J. Spencer · 13 years ago
  47. b266cd0 Fix for PR12090: clear def maps of aliases when visiting a copy. e.g. by Evan Cheng · 13 years ago
  48. 7b25ecf ARM BL/BLX instruction fixups should use relocations. by Jim Grosbach · 13 years ago
  49. 945c2b3 Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h" by Argyrios Kyrtzidis · 13 years ago
  50. 1680a24 Teach BasicAA about the LLVM IR rules that allow reading past the end of an object given sufficient alignment. Fixes PR12098. by Eli Friedman · 13 years ago
  51. 9e2a79c Test the section specification. by Roman Divacky · 13 years ago
  52. cd4f803 Fix PR12089 http://llvm.org/bugs/show_bug.cgi?id=12089 by Derek Schuff · 13 years ago
  53. 4328f9f Reapply r151278 with fixes. by Roman Divacky · 13 years ago
  54. 77834e7 Add q suffix aliases for the fistp and fisttp mnemonics. rdar://10921670 PR11935 by Chad Rosier · 13 years ago
  55. 3d14b9e Remove unnecessary template parameters. by Akira Hatanaka · 13 years ago
  56. b90113a Fix instruction predicates that were not set correctly. by Akira Hatanaka · 13 years ago
  57. 121b179 Update machine code verifier. by Jakob Stoklund Olesen · 13 years ago
  58. 0943303 Fix the symbolic operand added for the C disassmbler API for the ARM bl by Kevin Enderby · 13 years ago
  59. 62c4d97 Add a MachineOperand iterator class. by Jakob Stoklund Olesen · 13 years ago
  60. 3bbf2b6 Plog a memleak in GlobalOpt. by Benjamin Kramer · 13 years ago
  61. 768ada6 Micro-optimization, no functionality change. by Duncan Sands · 13 years ago
  62. b4b2688 Help the compiler to eliminate some dead code when hashing an array of T by Jay Foad · 13 years ago
  63. 5583e30 The value numbering function is recursive, so it is possible for multiple new by Duncan Sands · 13 years ago
  64. 669011f When performing a conditional branch depending on the value of a comparison by Duncan Sands · 13 years ago
  65. a89cc7f Remove HexagonGenIntrinsics.inc from Hexagon cmake file. It does not appear in the Makefile and the output it produces isn't used. The Hexagon intrinsics are all in the global Intrinsics.gen. by Craig Topper · 13 years ago
  66. a1c5b8e Update tblgen command guide. Remove unused tblgen InstrEnumEmitter files. by Craig Topper · 13 years ago
  67. c4a238c delete useless comment&blank by Jia Liu · 13 years ago
  68. 23b6ec9 Fix this assert. IP can point to an instruction with strange dominance by Rafael Espindola · 13 years ago
  69. 930a1eb X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by Kay Tiong Khoo. by Craig Topper · 13 years ago
  70. 7497a9a Remove more GCC FE build stuff. by Chad Rosier · 13 years ago
  71. e342ec6 Installing the GCC front end is no longer supported. by Chad Rosier · 13 years ago
  72. 1cdc9fb Cleanup the LLVM Getting Started page. by Chad Rosier · 13 years ago
  73. 483454f Add href to clang in overview. by Chad Rosier · 13 years ago
  74. 372b822 Remove references to llvm-gcc from overview and tutorial. by Chad Rosier · 13 years ago
  75. bfb7dfa Add support for random constant vectors. by Nadav Rotem · 13 years ago
  76. 794c16a Style fix: Remove unneeded parentheses. by Nadav Rotem · 13 years ago
  77. 2e851a9 Fix a bug in the code that checks if a store value is a vector of i1s by Nadav Rotem · 13 years ago
  78. 08c8339 Fix compilation on MSVC. Rename "_BB" to "Block" by Nadav Rotem · 13 years ago
  79. c367dfc fix a copy-and-paste error in the docs by Nadav Rotem · 13 years ago
  80. fdc309c by Nadav Rotem · 13 years ago
  81. a515b4e Add testcase for the previous commit. by Rafael Espindola · 13 years ago
  82. 5465c94 Don't call dominates on unreachable instructions. Should fix the dragonegg by Rafael Espindola · 13 years ago
  83. 3467474 Default TargetData alignment information for 128-bit floating-point types. by Hal Finkel · 13 years ago
  84. 32c185e And update the comment... by Rafael Espindola · 13 years ago
  85. 5b04cfb Enable the assert that got all this dominator work started. by Rafael Espindola · 13 years ago
  86. c987f4c Use the DT dominates function in the verifier. by Rafael Espindola · 13 years ago
  87. c9ae8cc Change the implementation of dominates(inst, inst) to one based on what the by Rafael Espindola · 13 years ago
  88. 8691216 Don't call dominates on unreachable instructions. by Rafael Espindola · 13 years ago
  89. f7087ea Reinstate the optimization from r151449 with a fix to not turn 'gep %x' into by Nick Lewycky · 13 years ago
  90. 8c727f9 Don't call dominates on unreachable instructions. by Rafael Espindola · 13 years ago
  91. 6fd3428 Roll these back to r151448 until I figure out how they're breaking by Nick Lewycky · 13 years ago
  92. 28e215b An argument and a local identified object (eg. a noalias call) could turn out by Nick Lewycky · 13 years ago
  93. 6bfb9d6 Fix five-letter typo in comment. by Nick Lewycky · 13 years ago
  94. 1e4e1c7 Teach instsimplify to be more aggressive when analyzing comparisons of pointers by Nick Lewycky · 13 years ago
  95. 55f4ab8 Move isKnownNonNull from private implementation detail of BasicAA to a public by Nick Lewycky · 13 years ago
  96. 1d05c21 Remove spurious emacs mode marker. by Nick Lewycky · 13 years ago
  97. 9b4d708 Revert r151278, breaks static linking. by Hal Finkel · 13 years ago
  98. 9a68fdc Target/X86: Fix assertion failures and warnings caused by r151382 _ftol2 lowering for i386-*-win32 targets. Patch by Joe Groff. by NAKAMURA Takumi · 13 years ago
  99. dfba3ad Add comment. by Chad Rosier · 13 years ago
  100. fa086f1 Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. These by Chad Rosier · 13 years ago