1. fb5115d [opaque pointer type] Start migrating GEP creation to explicitly specify the pointee type by David Blaikie · 11 years ago
  2. 4a2d958 Add a bunch of CHECK missing colons in tests. NFC. by Ahmed Bougacha · 11 years ago
  3. 7cb3aa3 CommandLine: Replace cold std::sort with array_pod_sort. by Benjamin Kramer · 11 years ago
  4. 99e2c35 LowerBitSets: Do not export symbols for bit set referenced globals on Darwin. by Peter Collingbourne · 11 years ago
  5. 4c1acc1 [dsymutil] Fix typo in comment. by Frederic Riss · 11 years ago
  6. b2ff0b1 [dsymutil] Fix typo in doxygen comment. by Frederic Riss · 11 years ago
  7. e031501 [dsymutil] Implement DW_AT_ranges linking. by Frederic Riss · 11 years ago
  8. f13be98 [dsymutil] Move a function declaration closer to its peers. by Frederic Riss · 11 years ago
  9. 97fb490 DWARFDebugRangeList: make the list of entries available to clients. by Frederic Riss · 11 years ago
  10. 89c84b0 Use add32ri8 and friends on fast isel. by Rafael Espindola · 11 years ago
  11. d5dd5dc bpf: turn on HasJIT flag in BPF backend by Alexei Starovoitov · 11 years ago
  12. dc6141a Be lazy about loading metadata in IRObjectFile. by Rafael Espindola · 11 years ago
  13. fbbc2cc3 BranchFolding: MergePotentialsElt has a total order, just call array_pod_sort. by Benjamin Kramer · 11 years ago
  14. 1f48a55 [opaque pointer type] Bitcode support for explicit type parameter on the gep operator by David Blaikie · 11 years ago
  15. 75cc250 Turn assertion into bitcode reading error by David Blaikie · 11 years ago
  16. 3b43b23 Simplify expression by David Blaikie · 11 years ago
  17. fe795a5 Reapply "[Reassociate] Add initial support for vector instructions." by Robert Lougher · 11 years ago
  18. 8b5546f bpf: fix build by Alexei Starovoitov · 11 years ago
  19. d747f3f instcombine: alloca: Canonicalize scalar allocation array size by Duncan P. N. Exon Smith · 11 years ago
  20. 5c71858 instcombine: alloca: Limit array size type promotion by Duncan P. N. Exon Smith · 11 years ago
  21. 95ff656 AsmWriter: Write alloca array size explicitly (and -instcombine fixup) by Duncan P. N. Exon Smith · 11 years ago
  22. 7c93bfa instcombine: alloca: Remove nesting in simplifyAllocaArraySize(), NFC by Duncan P. N. Exon Smith · 11 years ago
  23. cd67bbf Add a parameter for getLazyBitcodeModule to lazily load Metadata. by Manman Ren · 11 years ago
  24. 80cfeab instcombine: alloca: Split out simplifyAllocaArraySize(), NFC by Duncan P. N. Exon Smith · 11 years ago
  25. 52a1ca5 Revert: "[Reassociate] Add initial support for vector instructions." by Robert Lougher · 11 years ago
  26. 99db0c8 Improve wording of newline handling. by Joerg Sonnenberger · 11 years ago
  27. e83badb [dsymutil] Fix handling of cross-cu forward references. by Frederic Riss · 11 years ago
  28. 27db519 [dsymutil] Add relocation of compile_units low_pc/high_pc. by Frederic Riss · 11 years ago
  29. 3a5c117 [dsymutil] Fix location cloning for newer dwarf versions. by Frederic Riss · 11 years ago
  30. 4635abb [Reassociate] Add initial support for vector instructions. by Robert Lougher · 11 years ago
  31. 011536a [SCEV] Fix PR22856. by Sanjoy Das · 11 years ago
  32. 5a70dd1 [opaque pointer type] Add textual IR support for explicit type parameter to gep operator by David Blaikie · 11 years ago
  33. 300c79d Add the option, -non-verbose to llvm-objdump used with -macho to print things by Kevin Enderby · 11 years ago
  34. 2ccb127 r600: Clear visited structure before running. by Jan Vesely · 11 years ago
  35. 915e3b4 r600: Use deque and simplify loops in AMDGPUCFGStructurizer by Jan Vesely · 11 years ago
  36. d288259 [X86][AVX] Fix wrong lowering of v4x64 shuffles into concat_vector plus extract_subvector nodes. by Andrea Di Biagio · 11 years ago
  37. 9cc8166 unique_ptrs are unique already, no need to unique them any further. by Benjamin Kramer · 11 years ago
  38. 462f98d R600/SI: Add test for min / max with immediate by Matt Arsenault · 11 years ago
  39. 790aec0 ConstantFold: Fix big shift constant folding by David Majnemer · 11 years ago
  40. 547ba56 Recommit r232027 with PR22883 fixed: Add infrastructure for support of multiple memory constraints. by Daniel Sanders · 11 years ago
  41. 4716d39 [mips] [IAS] Refactor MipsTargetStreamer::emitMipsAbiFlags(). NFC. by Toma Tabacu · 11 years ago
  42. c20535d Teach TBAA analysis to report errors on cyclic TBAA metadata rather than hanging. by Owen Anderson · 11 years ago
  43. 39fcd23 Fix an infinite recursion in the verifier caused by calling isSized on a recursive type. by Owen Anderson · 11 years ago
  44. fcc897c [MachineCopyPropagation] Fix a bug causing incorrect removal for the instruction sequences as follows by Hao Liu · 11 years ago
  45. e85ccd4 Fix build break in this code. Nothing uses this header, but the modules by Richard Smith · 11 years ago
  46. 1bba751 Updating GettingStarted documentation to reference CMake as the preferred way to build LLVM. by Chris Bieneman · 11 years ago
  47. 011cb4d When forming an addrec out of a phi don't just look at the last computation and steal its flags for our own, there may be other computations in the middle. Check whether the LHS of the computation is the phi itself and then we know it's safe to steal the flags. Fixes PR22795. by Nick Lewycky · 11 years ago
  48. c666f5d Use the variable names from the TargetInstrInfo source when we by Eric Christopher · 11 years ago
  49. 4223496 Add a return after the llvm namespace code for a little extra by Eric Christopher · 11 years ago
  50. a0485f5 Use the cached subtarget off of the machine function. by Eric Christopher · 11 years ago
  51. caedadf Use the cached subtarget off of the machine function. by Eric Christopher · 11 years ago
  52. cae9695 [X86, AVX2] Replace inserti128 and extracti128 intrinsics with generic shuffles by Sanjay Patel · 11 years ago
  53. 740aee4 Move a variable into the assert where it's used - fixes a -Asserts by Eric Christopher · 11 years ago
  54. 88d7249 In preparation for moving ARM's TargetRegisterInfo to the TargetMachine by Eric Christopher · 11 years ago
  55. 7385caf Removed useless palignr test - we don't actually provide a llvm.x86.ssse3.palign.r.128 intrinsic by Simon Pilgrim · 11 years ago
  56. d996c4b R600/SI: Don't print scc reg in sopc assembly string by Tom Stellard · 11 years ago
  57. 3d712a6 R600/SI: Remove _e32 and _e64 suffixes from mnemonics by Tom Stellard · 11 years ago
  58. d434c0d Adding WinEHPrepare tests (currently XFAILs) by Andrew Kaylor · 11 years ago
  59. 94a8872 Migrate the AArch64 TargetRegisterInfo to its TargetMachine by Eric Christopher · 11 years ago
  60. 323b9bb Remove unused headers. by Eric Christopher · 11 years ago
  61. 49fa379 Unxfail passing test on Hexagon by Krzysztof Parzyszek · 11 years ago
  62. 8faeece Revert "r232027 - Add infrastructure for support of multiple memory constraints" by Hal Finkel · 11 years ago
  63. fed84ed [autoconf] Fix the build failure by quoting the strings. by Logan Chien · 11 years ago
  64. be45e0e [X86] Fix a regression introduced by r223641. by Quentin Colombet · 11 years ago
  65. 63a0e36 Reapply "[dsymutil] Gather function ranges during DIE selection." by Frederic Riss · 11 years ago
  66. a11c930 [ADT] IntervalMap: use AlignedCharArrayUnion. by Frederic Riss · 11 years ago
  67. 217f227 Add missing include guards. by Yaron Keren · 11 years ago
  68. 63fb193 Fix comment formatting. by Eric Christopher · 11 years ago
  69. f516a66 Remove the need to cache the subtarget in the X86 TargetRegisterInfo by Eric Christopher · 11 years ago
  70. a08ee01 Refactoring CMake CrossCompile module. by Chris Bieneman · 11 years ago
  71. f7a833a [docs] Update the doxygen configuration file. by Logan Chien · 11 years ago
  72. e0c1a3e [autoconf] Regenerate autoconf configure script. by Logan Chien · 11 years ago
  73. 4c841fd [autoconf] Refine doxygen document options. by Logan Chien · 11 years ago
  74. 7b110fe Remove unused complex patterns for addressing modes on Hexagon. by Krzysztof Parzyszek · 11 years ago
  75. 320572f make an array of constants explicitly const by Sanjay Patel · 11 years ago
  76. a1a34e5 Doing some cleanup to the iOS toolchain. by Chris Bieneman · 11 years ago
  77. 656ef65 IRBuilder: add a CreateShuffleVector function that takes an ArrayRef of int by Sanjay Patel · 11 years ago
  78. be9322a [X86] Fix wrong target specific combine on SETCC nodes. by Andrea Di Biagio · 11 years ago
  79. b4c1547 [X86, AVX] replace vextractf128 intrinsics with generic shuffles by Sanjay Patel · 11 years ago
  80. e6a494a Silencing an "enumeral and non-enumeral type in conditional expression" warning; NFC. by Aaron Ballman · 11 years ago
  81. df0acf3 [X86][AVX2] Added missing palignr stack folding test by Simon Pilgrim · 11 years ago
  82. 67f6425 Add infrastructure for support of multiple memory constraints. by Daniel Sanders · 11 years ago
  83. f238839 [Object/ELF] Add support for setVisibility() by Davide Italiano · 11 years ago
  84. 3209a40 AVX-512: Added encoding tests for VPROR, VPROL instructions, fixed opcode. by Elena Demikhovsky · 11 years ago
  85. 257ea92 Remove some unnecessary forward declarations and put a couple more by Eric Christopher · 11 years ago
  86. 013ed4a Remove the need to cache the subtarget in the Sparc TargetRegisterInfo classes. by Eric Christopher · 11 years ago
  87. ae02704 Remove the need to cache the subtarget in the Mips TargetRegisterInfo classes. by Eric Christopher · 11 years ago
  88. a56999c Reapply 'Run LICM pass after loop unrolling pass.' by Kevin Qin · 11 years ago
  89. d86e30a Remove the need to cache the subtarget in the ARM TargetRegisterInfo by Eric Christopher · 11 years ago
  90. db9db0b docs: Fix a typo in my previous commit by Justin Bogner · 11 years ago
  91. 88a84e3 docs: Document the llvm-cov show and report commands by Justin Bogner · 11 years ago
  92. 6bfa6d9 Remove the need to cache the subtarget in the AArch64 TargetRegisterInfo by Eric Christopher · 11 years ago
  93. 3ea0adc [NVPTXAsmPrinter] do not print .align on function headers by Jingyue Wu · 11 years ago
  94. b2d4143 Make llvm.eh.actions an intrinsic and add docs for it by Reid Kleckner · 11 years ago
  95. e4a40f7 Remove the need to cache the subtarget in the PowerPC TargetRegisterInfo by Eric Christopher · 11 years ago
  96. 13775e5 docs: Try to fix a couple of internal links in the llvm-profdata manual by Justin Bogner · 11 years ago
  97. b53bb04 Remove some CHECK-NOT lines in favor of CHECK-NEXT by Reid Kleckner · 11 years ago
  98. 0d09acc Update for a new year. by Eric Christopher · 11 years ago
  99. 55d4acb Fix build break introduced in r231992 by Krzysztof Parzyszek · 11 years ago
  100. 7dedaab Stop calling DwarfEHPrepare from WinEHPrepare by Reid Kleckner · 11 years ago