1. 365f045 When computing the size of a base type be conservative if the type by Eric Christopher · 12 years ago
  2. 9225686 Revert r203488 and r203520. by Evan Cheng · 12 years ago
  3. 79d1854 Avoid repeated calls to CE->getOperand(0). No functionality change. by Rafael Espindola · 12 years ago
  4. 77d21e8 [X86] Refactor peepholes for masked shift amount into a multiclass by Adam Nemet · 12 years ago
  5. a6b6d52 [X86] Set the scheduling resources of some of the FPStack instructions. by Quentin Colombet · 12 years ago
  6. 097963a Use values we've already computed, update comment. No functional change. by Eric Christopher · 12 years ago
  7. 020026c Turn on hashing by default for split dwarf compile units. by Eric Christopher · 12 years ago
  8. e519c39 unittests: Fix -Werror build by Justin Bogner · 12 years ago
  9. d0c33e5 Correct typo ("a entry" -> "an entry") by David Blaikie · 12 years ago
  10. 3b8cc22 Try harder to evaluate expressions when printing assembly. by Rafael Espindola · 12 years ago
  11. a3802ac DebugInfo: Use common line/file attribute construction code by David Blaikie · 12 years ago
  12. 4c871b7 Revive SizeOptLevel-explaining comments that were dropped in r203669 by Eli Bendersky · 12 years ago
  13. 8a9f2fd Add parens around && clauses in a || to appease the compiler. by Eli Bendersky · 12 years ago
  14. 72b4cbf Add comment pointing to the binutils bugzilla entry by Hans Wennborg · 12 years ago
  15. ce306f9 Move duplicated code into a helper function (exposed through overload). by Eli Bendersky · 12 years ago
  16. 3d37204 Update the datalayout string for ppc64LE. by Will Schmidt · 12 years ago
  17. e74c0bf Cloning a function now also clones its debug metadata if 'ModuleLevelChanges' is true. by Alon Mishne · 12 years ago
  18. 58b6bfe [mips][fp64] Add an implicit def to MTHC1 claiming that it reads the lower 32-bits of 64-bit FPR by Daniel Sanders · 12 years ago
  19. fe6bd52 [mips] BSEL's and BINS[RL] operands are reversed compared to the vselect node used in the pattern. by Daniel Sanders · 12 years ago
  20. d4517fa ARM: correct Dwarf output for non-contiguous VFP saves. by Tim Northover · 12 years ago
  21. 792a1d7 Replace '#include ValueTypes.h' with forward declarations. by Patrik Hagglund · 12 years ago
  22. e03daa0 [ARM] Use DWARF register numbers for CFI directives in ELF assembly by Hans Wennborg · 12 years ago
  23. 9d3e746 DebugInfo: Omit pubnames/pubtypes when compiling with -gmlt by David Blaikie · 12 years ago
  24. 1c7fef1 DebugInfo: Do not emit pubnames/pubtypes sections if they are empty by David Blaikie · 12 years ago
  25. c4d9cc0 Test for empty pubnames/pubtypes by David Blaikie · 12 years ago
  26. ef953d6 DebugInfo: Avoid re-looking up the DwarfUnit when emitting pubnames/pubtypes by David Blaikie · 12 years ago
  27. e98b0e4 DebugInfo: Refactor emitDebugPubNames/Types into a common implementation by David Blaikie · 12 years ago
  28. 0932a74 Accept Twine's to AsmPrinter::getTempSymbol (refactoring for an incoming change) by David Blaikie · 12 years ago
  29. 31add9c Clean up test/DebugInfo/empty.ll now that we have an alias for "llc with dwarf output" by David Blaikie · 12 years ago
  30. e5b11b3 move WITH_POLLY option before add_subdirectory(tools) by Sebastian Pop · 12 years ago
  31. 6673760 DebugInfo: Remove unused labels now that we just emit DW_AT_gnu_pubnames as a flag (as of r203082) by David Blaikie · 12 years ago
  32. 404a727 support: add a utility function to normalise path separators by Saleem Abdulrasool · 12 years ago
  33. ff73a2b [mips] Implement NaCl sandboxing of function calls: by Sasa Stankovic · 12 years ago
  34. d1742f6 Simplify a really complicated check for Arch == X86_64. by Rafael Espindola · 12 years ago
  35. 819af77 Remove dead code. by Rafael Espindola · 12 years ago
  36. 8acff70 Cleanup the interface for creating soft or hard links. by Rafael Espindola · 12 years ago
  37. 7e3e9aa Don't assume an empty stderr. by Rafael Espindola · 12 years ago
  38. 7532403 Range-ify a loop. by Owen Anderson · 12 years ago
  39. 1332459 X86: Don't generate 64-bit movd after cmpneqsd in 32-bit mode (PR19059) by Hans Wennborg · 12 years ago
  40. 4f45d04 [ppc64] Patch in TOC restore code after all external function calls by Ulrich Weigand · 12 years ago
  41. 90d0ed2 ARM: honour -f{no-,}optimize-sibling-calls by Saleem Abdulrasool · 12 years ago
  42. 2b42ff6 ARM: remove ancient -arm-tail-calls option by Saleem Abdulrasool · 12 years ago
  43. cde1f2e ARM: enable tail call optimisation on Thumb 2 by Saleem Abdulrasool · 12 years ago
  44. 0638609 Fix crash in PRE. by Erik Verbruggen · 12 years ago
  45. d111694 [lit] Fix non-function style print statement. by Daniel Dunbar · 12 years ago
  46. 90b25ea ARM: simplify EmitAtomicBinary64 by Tim Northover · 12 years ago
  47. dabc507 Remove copy ctors that did the same thing as the default one. by Benjamin Kramer · 12 years ago
  48. ca396e3 IR: add a second ordering operand to cmpxhg for failure by Tim Northover · 12 years ago
  49. fb411c8 GVN: fix hashing of extractvalue. by Erik Verbruggen · 12 years ago
  50. cf52406 GVN: merge overflow intrinsics with non-overflow instructions. by Erik Verbruggen · 12 years ago
  51. d4b9957 Fix fixme: remove unused method. by Erik Verbruggen · 12 years ago
  52. afe381c Object: rename ARMV7 to ARMNT by Saleem Abdulrasool · 12 years ago
  53. 3139a0a Cleanup whitespace by Duncan P. N. Exon Smith · 12 years ago
  54. 0e5b486 R600: Calculate store mask instead of using switch. by Matt Arsenault · 12 years ago
  55. 67ad03b Add helpers for getting scalar sizes of vector value types. by Matt Arsenault · 12 years ago
  56. 7a37166 X86: Enable ISel of 16-bit MOVBE instructions. by Jim Grosbach · 12 years ago
  57. 2ab1641 MultiJITTest.cpp: Tweak getPointerToNamedFunction() to be aware of also Windows x64. by NAKAMURA Takumi · 12 years ago
  58. fc77954 Follow up to r203488. Code clean up to eliminate a lot of copy+paste. by Evan Cheng · 12 years ago
  59. 5313162 Fix undefined behavior in vector shift tests. by Matt Arsenault · 12 years ago
  60. bea18e3 Remove incomplete comment by Matt Arsenault · 12 years ago
  61. 6cf9da3 Move trivial getter into header. by Matt Arsenault · 12 years ago
  62. cc1240e Use .data() instead of &x[0] by Matt Arsenault · 12 years ago
  63. 60616b6 Fix indentation by Matt Arsenault · 12 years ago
  64. 99b683b Fix non 2-space indentation. by Matt Arsenault · 12 years ago
  65. f5d1752 Module: Don't rename in getOrInsertFunction() by Duncan P. N. Exon Smith · 12 years ago
  66. 6df2b69 When analyzing vectors of element type that require legalization, by Raul E. Silvera · 12 years ago
  67. 87393cf Use discriminator information in sample profiles. by Diego Novillo · 12 years ago
  68. e45534d Test commit: Remove trailing whitespace. by Manuel Jacob · 12 years ago
  69. d522121 Fix a couple typos. by Mark Lacey · 12 years ago
  70. 453474e [lit] Bump dev version number. by Daniel Dunbar · 12 years ago
  71. a594517 [lit] Add a README.txt. - Also, update MANIFEST.in and utils/check-sdist. by Daniel Dunbar · 12 years ago
  72. a997593 [lit] Add --version option. by Daniel Dunbar · 12 years ago
  73. 55aa019 fix polly buildbot by Sebastian Pop · 12 years ago
  74. e62ce01 IR: Slightly more verbose error in Verifier by Justin Bogner · 12 years ago
  75. 8da0b73 MemCpyOpt: When merging memsets also merge the trivial case of two memsets with the same destination. by Benjamin Kramer · 12 years ago
  76. d89b0f2 For functions with ARM target specific calling convention, when simplify-libcall by Evan Cheng · 12 years ago
  77. 789dde4 fix PR13550: add a cmake WITH_POLLY option by Sebastian Pop · 12 years ago
  78. 428b609 Followup to r203483 - add test. by Eli Bendersky · 12 years ago
  79. 754aaee [mips] Implement NaCl sandboxing of loads, stores and SP changes: by Sasa Stankovic · 12 years ago
  80. c32c110 Make sure NVPTX doesn't emit symbol names that aren't valid in PTX. by Eli Bendersky · 12 years ago
  81. b7dec21 llvm-c: expose unnamedaddr field of globals by Tim Northover · 12 years ago
  82. 7806d2c Docs: remove paragraph about manual account creation. by Tim Northover · 12 years ago
  83. 866797d [bugpoint] Add testcase for r203343. by Adam Nemet · 12 years ago
  84. bdb05aa Add a --enable-clang-plugin-support option to configure. by Rafael Espindola · 12 years ago
  85. 017bc0f Fix regression with -O0 for mips . by Reed Kotler · 12 years ago
  86. c869887 Add test for LinkModules warning on triple, modified by r203009. Datalayout is already tested. by JF Bastien · 12 years ago
  87. 6e9eeab [C++11] Modernize the IR library a bit. by Benjamin Kramer · 12 years ago
  88. e1820a6 [mips][fp64] Add an implicit def to MFHC1 claiming that it reads the lower 32-bits of 64-bit FPR by Daniel Sanders · 12 years ago
  89. 7d4afb2 Removing llvm::distance and llvm::copy for iterator_range based on post-commit review feedback. Adding an explicit range-based constructor to SmallVector, which supersedes the llvm::copy functionality. by Aaron Ballman · 12 years ago
  90. ffb6f6e [mips] Assembly parser must invoke the target streamer to handle .set reorder macro. by Matheus Almeida · 12 years ago
  91. 8ca089d AArch64: fix LowerCONCAT_VECTORS for new CodeGen. by Tim Northover · 12 years ago
  92. 31da39e [LCG] Make this call graph a fully regular type by giving it assignment by Chandler Carruth · 12 years ago
  93. b94ad97 [LCG] Make the iterator move constructable (and thus movable in general) by Chandler Carruth · 12 years ago
  94. 3b89e52 [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword. by Craig Topper · 12 years ago
  95. 49e139b [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword. by Craig Topper · 12 years ago
  96. 292fcee [AArch64] Fix a use of uninitialized memory introduced in r203125, by Chandler Carruth · 12 years ago
  97. 984084a De-virtualize a method since it doesn't override anything and isn't overridden itself. by Craig Topper · 12 years ago
  98. 3d3e407 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  99. 673fbf1 [LCG] One more formatting fix that I failed to get into the prior by Chandler Carruth · 12 years ago
  100. 436906a [TTI] There is actually no realistic way to pop TTI implementations off by Chandler Carruth · 12 years ago