1. 735f9ed MC: place .file records into the correct section by Saleem Abdulrasool · 11 years ago
  2. b202527 DAGCombine: prevent formation of illegal ConstantFP nodes. by Tim Northover · 11 years ago
  3. 3cddd16 Add a description for AMD's bdver4 (aka Excavator). by Benjamin Kramer · 11 years ago
  4. c192d8a R600/SI: Add processor type for Mullins. by Tom Stellard · 11 years ago
  5. ab2fed6 R600: Expand vector sin and cos. by Tom Stellard · 11 years ago
  6. 1d68592 R600: Expand TruncStore i64 -> {i16,i8} by Tom Stellard · 11 years ago
  7. 9b22626 R600/SI: Only create one instruction when spilling/restoring register v3 by Tom Stellard · 11 years ago
  8. ecc1896 AArch64/ARM64: add patterns for post-indexed ST1 ops. by Tim Northover · 11 years ago
  9. 2b951fd ARM64: refactor NEON post-indexed loads & stores (MC). by Tim Northover · 11 years ago
  10. 6f86e23 AArch64/ARM64: support indexed loads/stores on vector types. by Tim Northover · 11 years ago
  11. bcf1501 Allow SelectionDAG::FoldConstantArithmetic to work when it's called with a vector VT but scalar values. by Benjamin Kramer · 11 years ago
  12. 74e9519 Code style fix from Duncan P. N. Exon Smith. by Yaron Keren · 11 years ago
  13. 26ad3eb Fold strlen(expr ? "str1" : "str2") to x ? len1 : len2. This fires about 330 times in a bootstrap of clang. by Nick Lewycky · 11 years ago
  14. 30e4655 [Stackmaps] Pacify windows buildbot. by Juergen Ributzka · 11 years ago
  15. a705794 [Stackmaps] Add command line option to specify the stackmap version. by Juergen Ributzka · 11 years ago
  16. a677552 [Stackmaps] Refactor serialization code. No functional change intended. by Juergen Ributzka · 11 years ago
  17. 23fc172 [Stackmaps] Replace the custom ConstantPool class with a MapVector. by Juergen Ributzka · 11 years ago
  18. d4b4f2d [IR] Make {extract,insert}element accept an index of any integer type. by Michael J. Spencer · 11 years ago
  19. 6010d95 Remove HexagonTargetMachine::addPassesForOptimizations; it is not needed any more. by Pranav Bhandarkar · 11 years ago
  20. 53e7203 [OCaml] Add an ocamlfind package llvm.all_backends. by Peter Zotov · 11 years ago
  21. c02fc3d Add basic functionality for assignment of ints. by Reed Kotler · 11 years ago
  22. 8c31379 Fix uninitialized variable introduced in r207739. by David Blaikie · 11 years ago
  23. dbd5d9d Don't propagate StorageClass and ComplexType to aliases. by Rafael Espindola · 11 years ago
  24. 896ae15 Update and sort CMakeLists. by Benjamin Kramer · 11 years ago
  25. 167a57c Add an optimization that does CSE in a group of similar GEPs. by Eli Bendersky · 11 years ago
  26. 75bb54d DebugInfo: Correct the attribute type kind. by David Blaikie · 11 years ago
  27. 11786be PR19623: Implement typedefs of void. by David Blaikie · 11 years ago
  28. 32207fa Fixing a cast-qual warning. getBufferStart() and getBufferEnd() both return a const char *, so casting to non-const was triggering a warning (even though the assignment and usage was always const anyway). by Aaron Ballman · 11 years ago
  29. 2baa7c5 R600/SI: Fix verifier error with pseudo store instructions. by Matt Arsenault · 11 years ago
  30. 23d2759 Compute the correct section for zed = foo + 1 in COFF. by Rafael Espindola · 11 years ago
  31. f2b88ce Move getBaseSymbol somewhere the COFF writer can use. by Rafael Espindola · 11 years ago
  32. b378cac [ARM64] Prefer generation of bzero on Darwin only by Bradley Smith · 11 years ago
  33. 68a7a88 Make getBaseSymbol non recursive. by Rafael Espindola · 11 years ago
  34. 1b68a68 Don't force symbols to be globals in .thumb_set. by Rafael Espindola · 11 years ago
  35. 3152576 Update post-r203364 http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140303/207915.html by Yaron Keren · 11 years ago
  36. 3c5651a AArch64/ARM64: rewrite test to use FileCheck & add ARM64 lines by Tim Northover · 11 years ago
  37. fadbf53 AArch64/ARM64: port basic disassembly tests to ARM64. by Tim Northover · 11 years ago
  38. f2f35a9 AArch64/ARM64: print BFM instructions as BFI or BFXIL by Tim Northover · 11 years ago
  39. 3ce8291 [LCG] Add the other simple edge insertion API to the call graph. This by Chandler Carruth · 11 years ago
  40. 54bf6fd [LCG] Don't lookup the child SCC twice. Spotted this by inspection, and by Chandler Carruth · 11 years ago
  41. b8f4625 [LCG] Add some basic methods for querying the parent/child relationships by Chandler Carruth · 11 years ago
  42. 217b586 [llvm-readobj] Transform 'switch' with the only 'case' statement by Simon Atanasyan · 11 years ago
  43. 8b88679 Correction to assert statemtent to allow 32-bit unsigned numbers with the top bit set. by Richard Barton · 11 years ago
  44. 06ace3c Revert r205965, which essentially reverts r205018 for the second time. =[ by Chandler Carruth · 11 years ago
  45. ed37b77 [llvm-readobj] Add support for Mips specific ELF header e_flags. by Simon Atanasyan · 11 years ago
  46. b6fdca6 [LCG] Fix a bad bug in the new fancy iterator scheme I added to support by Chandler Carruth · 11 years ago
  47. e29cd17 [ARM64] Conditionalize CPU specific system registers on subtarget features by Bradley Smith · 11 years ago
  48. 4c71562 [mips] Move expansion of .cpsetup to target streamer. by Matheus Almeida · 11 years ago
  49. 873f87c [mips] Removed two-operand alias for sllv, sr[al]v, rotrv, dsllv, dsr[al]v, and drotrv by Daniel Sanders · 11 years ago
  50. 5604ab9 Record the DWARF version in MCContext by Oliver Stannard · 11 years ago
  51. a1a235f ARM: fix memory leak, simplify WoA stack probing by Saleem Abdulrasool · 11 years ago
  52. fd2fb48 ARM: support expanding external symbols in 32-bit moves by Saleem Abdulrasool · 11 years ago
  53. 953f250 Speculatively roll back r207724-r207726, which are code cleanup changes and by Richard Smith · 11 years ago
  54. 2b7e17b If necessary for indirect encodings, emit stubs. by Joerg Sonnenberger · 11 years ago
  55. b77f891 Start fixing pr19147. by Rafael Espindola · 11 years ago
  56. 21b719d LexicalScopes: Use unique_ptr to manage ownership of abstract LexicalScopes. by David Blaikie · 11 years ago
  57. d7bee44 Forgotten reformatting. by David Blaikie · 11 years ago
  58. b5b0db9 LexicalScopes: use unique_ptr to own LexicalScope objects. by David Blaikie · 11 years ago
  59. 3589c24 Add missing breaks. by Joerg Sonnenberger · 11 years ago
  60. 8169ef8 Switch over getArch()'s result. by Joerg Sonnenberger · 11 years ago
  61. 5c91f4d Use a single data structure to store all user variables in DwarfDebug by Alexey Samsonov · 11 years ago
  62. 4e9d838 Revert "Emit DW_AT_object_pointer once, on the declaration, for each function." by David Blaikie · 11 years ago
  63. 6c0458d Prepare support of Itanium ABI on ARM as opposed to EHABI by by Joerg Sonnenberger · 11 years ago
  64. e4c1d49 DebugInfo: Omit DW_AT_artificial on DW_TAG_formal_parameters in DW_TAG_inlined_subroutines. by David Blaikie · 11 years ago
  65. 2f253a9 Restore condition incorrectly changed in r96289 to the older state. by Joerg Sonnenberger · 11 years ago
  66. 8467812 Convert more loops to range-based equivalents by Alexey Samsonov · 11 years ago
  67. fff0879 Patch for function cloning to inline all blocks whose address is taken by Gerolf Hoflehner · 11 years ago
  68. 593cb79 Provide a version of getSymbolOffset that returns false on error. by Rafael Espindola · 11 years ago
  69. b861d48 Slightly simplify code in DwarfDebug::beginFunction by Alexey Samsonov · 11 years ago
  70. d51ae64 Move logic for calculating DBG_VALUE history map into separate file/class. by Alexey Samsonov · 11 years ago
  71. d96bbed Move a testcase from ELF to ARM64, incorrectly placed in r207627. by James Molloy · 11 years ago
  72. f345c47 Emit DW_AT_object_pointer once, on the declaration, for each function. by David Blaikie · 11 years ago
  73. 2899780 Don't expect to find fpcmp and PerfectShuffle when running lit tests by Alexey Samsonov · 11 years ago
  74. f978570 Remove unused field hash_state::seed. by Jay Foad · 11 years ago
  75. fa1cf8c [ARM64] Prevent bit extraction to be adjusted by following shift by Weiming Zhao · 11 years ago
  76. 79844fc Fix the clang-cl self-host build by defining ~DwarfDebug out of line by Reid Kleckner · 11 years ago
  77. 6f32742 Add a testcase for r207627. by James Molloy · 11 years ago
  78. 14d1db9 Use the new StringTableBuilder in yaml2elf by Hans Wennborg · 11 years ago
  79. 6843898 Revert r207571 - Add slp vectorization to LTO passes by Yi Jiang · 11 years ago
  80. c80b103 [X86] Never hoist the shift value of a shift instruction. by Michael Zolotukhin · 11 years ago
  81. 4aef727 Convert several loops over MachineFunction basic blocks to range-based loops by Alexey Samsonov · 11 years ago
  82. 78ecea9 [IPO/MergeFunctions] changes so it doesn't try to bitcast a struct return type but instead recreates it with insert/extract value. by Carlo Kok · 11 years ago
  83. bf741d2 IR: Conservatively verify inalloca arguments by David Majnemer · 11 years ago
  84. 1c37cbd Simplify ELFObjectWriter::SymbolValue. by Rafael Espindola · 11 years ago
  85. 1afb0cc [mips] Add instruction alias (negu). by Matheus Almeida · 11 years ago
  86. 3fa0a85 [mips] Add instruction alias (sltu). by Matheus Almeida · 11 years ago
  87. a8febf2 ELFObjectWriter: deduplicate suffices in strtab by Hans Wennborg · 11 years ago
  88. b1c1b8a ARM64: print fp immediates without using scientific notation. by Tim Northover · 11 years ago
  89. 83286f0 AArch64/ARM64: implement remaining TLS relocations (purely MC). by Tim Northover · 11 years ago
  90. 50de5e4 AArch64/ARM64: add specific diagnostic for MRS/MSR and enable tests. by Tim Northover · 11 years ago
  91. 52f60f8 AArch64/ARM64: accept and print floating-point immediate 0 as "#0.0" by Tim Northover · 11 years ago
  92. c16fa88 IR: Alloca clones should remember inalloca state by David Majnemer · 11 years ago
  93. c3a5ef5 [mips] Add instruction alias (dsll and dsrl). by Matheus Almeida · 11 years ago
  94. 3bdb901 Fix a use of uninitialized memory in SmallVector's move-assignment operator. by Douglas Gregor · 11 years ago
  95. 41fb117 Relax the test a bit. by Rafael Espindola · 11 years ago
  96. bd24b33 R600/SI: Use VALU instructions for copying i1 values by Tom Stellard · 11 years ago
  97. 1d8e31f R600/SI: Teach moveToVALU how to handle some SMRD instructions by Tom Stellard · 11 years ago
  98. fa2e88d [ARM64][fast-isel] Fast-isel doesn't know how to handle f128. by Chad Rosier · 11 years ago
  99. 3dbcd2e Rename the test, it is testing the symver directive. by Rafael Espindola · 11 years ago
  100. 6c71a5f [mips] Add instruction alias (sll and srl). by Matheus Almeida · 11 years ago