1. 16dc6ed [mips] Attempting to use register $32 should be an error instead of an assertion. by Daniel Sanders · 11 years ago
  2. aebc63a The forward declare should be a struct instead of a class (to be consistent with the definition, as well as to silence an MSVC C4099 warning). by Aaron Ballman · 11 years ago
  3. 743cf74 [mips] Add support for .cpsetup by Daniel Sanders · 11 years ago
  4. 38899fc [mips] The decision between GOT_DISP and GOT16 for global addresses depends on ABI rather than MIPS64 by Daniel Sanders · 11 years ago
  5. 4588982 Split the file MipsAsmBackend.cpp in Split the file MipsAsmBackend.cpp and Split the file MipsAsmBackend.h. by Zoran Jovanovic · 11 years ago
  6. 6ac86cf All new elements except the last one initialized to NULL. Ideally, once parsing is complete, all elements should be non-NULL. by Karthik Bhat · 11 years ago
  7. 0d81174 [mips] Remove unused private field. by Matheus Almeida · 11 years ago
  8. ea28b32 [mips] NaCl should now use the custom MipsELFStreamer (recently added) in spite by Matheus Almeida · 11 years ago
  9. 7123b1a [mips] Implement custom MCELFStreamer. by Matheus Almeida · 11 years ago
  10. c112990 Untabify. by NAKAMURA Takumi · 11 years ago
  11. 2b8b903 SmallVector<3> may be used here. by NAKAMURA Takumi · 11 years ago
  12. da56c39 IRTests/InstructionsTest.cpp: Avoid initializer list. by NAKAMURA Takumi · 11 years ago
  13. 668c2aa InstCombine: merge constants in both operands of icmp. by Erik Verbruggen · 11 years ago
  14. 5fa6dff [mips] Stop caching the result of hasMips64(), isABI_O32(), isABI_N32(), and isABI_N64() from MipsSubTarget in MipsTargetLowering by Daniel Sanders · 11 years ago
  15. a7a255f [cleanup] Run clang-format over these routines to remove formatting by Chandler Carruth · 11 years ago
  16. 9e7e3e3 [cleanup] Modernize doxygen comments for the BumpPtrAllocator and by Chandler Carruth · 11 years ago
  17. 61785a0 AVX-512: Implemented masking for integer arithmetic & logic instructions. by Elena Demikhovsky · 11 years ago
  18. 43a55da Add a PR reference by Timur Iskhodzhanov · 11 years ago
  19. 45dfc70 Make the recent COFF debug info tests more readable by Timur Iskhodzhanov · 11 years ago
  20. fee5d23 Rejected r204899 and r204900 due to remaining test failures on cmake-llvm-x86_64-linux buildbot. by Stepan Dyatkovskiy · 11 years ago
  21. a36286c Fixed test for r204899 (pr18931 fix) by Stepan Dyatkovskiy · 11 years ago
  22. fccc690 Fix for pr18931: Crash using integrated assembler with immediate arithmetic by Stepan Dyatkovskiy · 11 years ago
  23. 09b4588 ARM: raise error message when complex SO expressions can't really be by Jiangning Liu · 11 years ago
  24. 2298972 Add missing #include <cassert> to MCSymbolizer.h. by Lang Hames · 11 years ago
  25. af0682b Assert that MCSymbolizer is constructed with a valid (or at least non-null) by Lang Hames · 11 years ago
  26. 7f8e6b9 Move MCSymbolizer's constructor into header. It's trivial - there's no need for by Lang Hames · 11 years ago
  27. 7fd03c5 Update MCSymbolizer and its subclasses' constructors to reflect the fact that by Lang Hames · 11 years ago
  28. 7d3c3163 inalloca: *Really* fix the docs by Reid Kleckner · 11 years ago
  29. b1d0dd9 Remove unneeded stale type. by Reid Kleckner · 11 years ago
  30. 2ce2122 inalloca: Fix incorrect example IR and remove LangRef warning by Reid Kleckner · 11 years ago
  31. 85e4ae5 Remove forward declaration for Target class - Target is already defined here. by Lang Hames · 11 years ago
  32. 566abec [X86][Vectorizer Cost Model] Correct vectorization cost model for v2i64->v2f64 by Quentin Colombet · 11 years ago
  33. e459f72 Correctly propagates st_size. by Rafael Espindola · 11 years ago
  34. e6cee9f add 'requires asserts' to test that needs it by Jim Grosbach · 11 years ago
  35. 11d89f4 llvm-cov: When reading strings in gcov data, skip leading zeros by Justin Bogner · 11 years ago
  36. f20d9ee X86: Correct vectorization cost model for v8f32->v8i8. by Jim Grosbach · 11 years ago
  37. ce49ab2 Treat lifetime.start'd memory like we treat freshly alloca'd memory. Patch by Björn Steinbrink! by Nick Lewycky · 11 years ago
  38. 1e0751b Reorder arguments on test command line to make it easier to cut and paste. by Eric Christopher · 11 years ago
  39. ee5f4bb [PowerPC] Generate VSX permutations for v2[fi]64 vectors by Hal Finkel · 11 years ago
  40. 7c38741 llvm-cov: Move XFAIL after the body of the test by Justin Bogner · 11 years ago
  41. e8836a7 llvm-cov: Disable test on big endian machines by Justin Bogner · 11 years ago
  42. 891835a CloneFunction: Clone all attributes, including the CC by Reid Kleckner · 11 years ago
  43. 899a605 This is a fix for PR# 19051. I noticed code gen differences due to code motion when running tests with and without the debug info at O2. The problem is in branch folding. A loop wanted to skip the debug info, but actually it didn't do so. by Ekaterina Romanova · 11 years ago
  44. 3d7d0bc Add comments. Addressing review comments from Evan on r204690. by Manman Ren · 11 years ago
  45. 2a6873f llvm-cov: Handle functions with no line number by Justin Bogner · 11 years ago
  46. 70ea745 Fix a problem with the ARM assembler incorrectly matching a by Kevin Enderby · 11 years ago
  47. d8f4993 Add a unit test for Invoke iteration, similar to the one for Call by Eli Bendersky · 11 years ago
  48. 23463c9 PR15967 Fix in basicaa for faulty returning no alias. by Arnold Schwaighofer · 11 years ago
  49. 3a0a1f6 Simplify PBQP graph removeAdjEdgeId implementation. by Lang Hames · 11 years ago
  50. 927eb31 Fix bot breakage in InstructionsTest. by Eli Bendersky · 11 years ago
  51. 1003e8f Fix problem with r204836 by Eli Bendersky · 11 years ago
  52. 6da0178 [PowerPC] VSX loads and stores support unaligned access by Hal Finkel · 11 years ago
  53. 9efa4ff Fix the ARM VST4 (single 4-element structure from one lane) by Kevin Enderby · 11 years ago
  54. 2ca8b98 Remove PBQP-cost dimension sanity assertion in PBQP::Graph::addConstructedEdge. by Lang Hames · 11 years ago
  55. b397453 [PowerPC] Use v2f64 <-> v2i64 VSX conversion instructions by Hal Finkel · 11 years ago
  56. ec97f95 Change the PBQP graph adjacency list structure from std::set to std::vector. by Lang Hames · 11 years ago
  57. e0e5038 R600: Add a testcase for sext_in_reg I missed. by Matt Arsenault · 11 years ago
  58. cb2c252 [PowerPC] Remove some dead VSX v4f32 store patterns by Hal Finkel · 11 years ago
  59. c6940d4 [PowerPC] Use VSX vector load/stores for v2[fi]64 by Hal Finkel · 11 years ago
  60. 50c3856 [MCJIT] Check if there have been errors during RuntimeDyld execution. by Juergen Ributzka · 11 years ago
  61. 65a3ced Enable range-for iteration over call/invoke arguments. by Eli Bendersky · 11 years ago
  62. cf2de5a Add args() iteartor adapter to Function, for range-for loops. by Eli Bendersky · 11 years ago
  63. 489752d Fix for incorrect address sinking in the presence of potential overflows. by Jim Grosbach · 11 years ago
  64. b82f8a2 Revert "X86 memcpy lowering: use "rep movs" even when esi is used as base pointer" (r204174) by Hans Wennborg · 11 years ago
  65. 7363d22 [PowerPC] Add v2i64 as a legal VSX type by Hal Finkel · 11 years ago
  66. 8e7aa4b [mips] Use TwoOperandAliasConstraint for ArithLogicR instructions. by Matheus Almeida · 11 years ago
  67. 75203b6 [mips] Add support to the '.dword' directive. by Matheus Almeida · 11 years ago
  68. dd6d74f Clarify that select is only non-branching on the IR-level, it often ends by Joerg Sonnenberger · 11 years ago
  69. bd11396 [mips] Rename function in MipsAsmParser. by Matheus Almeida · 11 years ago
  70. 5957d10 [mips] Add support to '.set mips64'. by Matheus Almeida · 11 years ago
  71. a634d0a AArch64_BE Elf support for MC-JIT runtime dynamic linker by Christian Pirker · 11 years ago
  72. 53ccc09 [mips] Add support to '.set mips64r2'. by Matheus Almeida · 11 years ago
  73. 94708f1 AArch64_BE function argument passing for ARM ABI by Christian Pirker · 11 years ago
  74. fc4fa22 ARM: add intrinsics for the v8 ldaex/stlex by Tim Northover · 11 years ago
  75. 25d0cfe Clarify llvm.clear_cache description. by Joerg Sonnenberger · 11 years ago
  76. 637e1da [mips] Hoist common functionality into a new function. by Matheus Almeida · 11 years ago
  77. 58839f4 Change @llvm.clear_cache default to call rt-lib by Renato Golin · 11 years ago
  78. cee1aec [mips] The decision to use MO_GOT_PAGE and MO_GOT_OFST depends on the ABI being N32 or N64 not the arch being MIPS64 by Daniel Sanders · 11 years ago
  79. 4de1039 Fix AVX512 Gather and Scatter execution domains. by Cameron McInally · 11 years ago
  80. 0de31d5 [mips] Add support for '.option pic2'. by Matheus Almeida · 11 years ago
  81. c4b058f Add @llvm.clear_cache builtin by Renato Golin · 11 years ago
  82. 159e7f4 [PowerPC] Lower VSELECT using xxsel when VSX is available by Hal Finkel · 11 years ago
  83. 23f0634 [mips] Add tests for t0-t3 for N32/N64 by Daniel Sanders · 11 years ago
  84. 968ea7b [mips] The register names depend on the ABI being N32/N64 rather than the arch being mips64 by Daniel Sanders · 11 years ago
  85. 2b84dba Follow-up to r204790: don't try to emit line tables if there are no functions with DI in the TU by Timur Iskhodzhanov · 11 years ago
  86. 95f4d65 [mips] $s8 is an alias for $fp in all ABI's, not just N32/N64. by Daniel Sanders · 11 years ago
  87. d431e0a [mips] Move the CHECK lines in mips*-register-names.s to make it more obvious which CHECK matches with which insn by Daniel Sanders · 11 years ago
  88. 47d533f Add tests for r204790 by Timur Iskhodzhanov · 11 years ago
  89. d4c442f Fix PR19239 - Add support for generating debug info for functions without lexical scopes and/or debug info at all by Timur Iskhodzhanov · 11 years ago
  90. c61ec18 Use -LABEL checks in the COFF debug info tests by Timur Iskhodzhanov · 11 years ago
  91. 72db10a Revert "Prevent alias from pointing to weak aliases." by Rafael Espindola · 11 years ago
  92. 360ee97 [PowerPC] Generate logical vector VSX instructions by Hal Finkel · 11 years ago
  93. 33845aa Prevent alias from pointing to weak aliases. by Rafael Espindola · 11 years ago
  94. 577708b DebugInfo: Add fission-related sections to COFF by David Blaikie · 11 years ago
  95. 3008f80 Correctly detect if a symbol uses a reserved section index or not. by Rafael Espindola · 11 years ago
  96. 596516b [X86] Add broadcast instructions to the table used by ExeDepsFix pass. by Quentin Colombet · 11 years ago
  97. 81c66bc Create .symtab_shndxr only when needed. by Rafael Espindola · 11 years ago
  98. 6a0f060 [PowerPC] Select between VSX A-type and M-type FMA instructions just before RA by Hal Finkel · 11 years ago
  99. 99ab079 llvm/test/DebugInfo/empty.ll: Suppress crash for targeting pecoff while investigating. by NAKAMURA Takumi · 11 years ago
  100. 78f7e6f Use Endian.h to simplify this code a bit. by Rafael Espindola · 11 years ago