1. e99d826 IntervalIterator: Add move semantics rather than relying on broken implicit copy ctor (found with -Wdeprecated) by David Blaikie · 10 years ago
  2. 08e687e Verifier: Check debug info intrinsic arguments by Duncan P. N. Exon Smith · 10 years ago
  3. 48248ac [opaque pointer type] IRBuilder gep migration progress by David Blaikie · 10 years ago
  4. 2546837 Made CFLAA agree with clang-format. NFC. by George Burgess IV · 10 years ago
  5. ca7e7b0 Verifier: Remove unnecessary null check by Duncan P. N. Exon Smith · 10 years ago
  6. 7c068cf Verifier: Make the raw_ostream constructor argument required by Duncan P. N. Exon Smith · 10 years ago
  7. f548941 Assembler: Rewrite test for function-local metadata by Duncan P. N. Exon Smith · 10 years ago
  8. 54db409 Simplified some stack folding tests. by Simon Pilgrim · 10 years ago
  9. 3af5418 Update InstCombine to transform aggregate stores into scalar stores. by Mehdi Amini · 10 years ago
  10. 18233dc Update LangRef now that a DataLayout is mandatory. by Mehdi Amini · 10 years ago
  11. cf4419f Add some missed formatting by David Blaikie · 10 years ago
  12. f0295e4 [opaque pointer type] gep API migration by David Blaikie · 10 years ago
  13. e265afc [opaque pointer type] gep API migration by David Blaikie · 11 years ago
  14. 67dcb7d A few minor updates based on feedback from Justin and a few things I thought were missing. by Chris Bieneman · 11 years ago
  15. 2f69477 [opaque pointer type] gep API migration, ArgPromo by David Blaikie · 11 years ago
  16. bb939f0 [opaque pointer type] more gep API migrations (AsmParser) by David Blaikie · 11 years ago
  17. f9f505e IR: Make Metadata::print() reliable and useful by Duncan P. N. Exon Smith · 11 years ago
  18. f508add [opaque pointer type] more gep API migration by David Blaikie · 11 years ago
  19. 81ebfb1 AsmWriter: Split out SlotTracker::processInstructionMetadata(), NFC by Duncan P. N. Exon Smith · 11 years ago
  20. ff0e5a6 AsmWriter: Use range-based for, NFC by Duncan P. N. Exon Smith · 11 years ago
  21. 99b7898 [opaque pointer type] more gep API migrations by David Blaikie · 11 years ago
  22. 9f6a4a5 No need to prototype RtlCaptureContext with mingw-w64. by Yaron Keren · 11 years ago
  23. f141a55 Recover the ability to 'b CheckFailed' after r231577 by Duncan P. N. Exon Smith · 11 years ago
  24. 5712ee1 [dsymutil] Add support for debug_loc section. by Frederic Riss · 11 years ago
  25. c0cc039 array_pod_sort: Since we're checking the length anyways also ignore one-element ranges by Benjamin Kramer · 11 years ago
  26. 439cc2c [MachineLICM] First steps of sinking GEPs near calls. by Daniel Jasper · 11 years ago
  27. e282854 [mips] Remove trivial header for the MipsModuleISelDAGToDAG pass. NFC. by Vasileios Kalintiris · 11 years ago
  28. 56fe63e [mips] Remove trivial header for the Mips16HardFloat pass. NFC. by Vasileios Kalintiris · 11 years ago
  29. 3ccd826 [mips] Remove trivial header for the MipsOs16 pass. NFC. by Vasileios Kalintiris · 11 years ago
  30. 9786d3d [dsymutil] Generate debug_aranges section. by Frederic Riss · 11 years ago
  31. 1d6cc76 [dsymutil] Identify each CompileUnit with a unique ID. by Frederic Riss · 11 years ago
  32. fb5115d [opaque pointer type] Start migrating GEP creation to explicitly specify the pointee type by David Blaikie · 11 years ago
  33. 4a2d958 Add a bunch of CHECK missing colons in tests. NFC. by Ahmed Bougacha · 11 years ago
  34. 7cb3aa3 CommandLine: Replace cold std::sort with array_pod_sort. by Benjamin Kramer · 11 years ago
  35. 99e2c35 LowerBitSets: Do not export symbols for bit set referenced globals on Darwin. by Peter Collingbourne · 11 years ago
  36. 4c1acc1 [dsymutil] Fix typo in comment. by Frederic Riss · 11 years ago
  37. b2ff0b1 [dsymutil] Fix typo in doxygen comment. by Frederic Riss · 11 years ago
  38. e031501 [dsymutil] Implement DW_AT_ranges linking. by Frederic Riss · 11 years ago
  39. f13be98 [dsymutil] Move a function declaration closer to its peers. by Frederic Riss · 11 years ago
  40. 97fb490 DWARFDebugRangeList: make the list of entries available to clients. by Frederic Riss · 11 years ago
  41. 89c84b0 Use add32ri8 and friends on fast isel. by Rafael Espindola · 11 years ago
  42. d5dd5dc bpf: turn on HasJIT flag in BPF backend by Alexei Starovoitov · 11 years ago
  43. dc6141a Be lazy about loading metadata in IRObjectFile. by Rafael Espindola · 11 years ago
  44. fbbc2cc3 BranchFolding: MergePotentialsElt has a total order, just call array_pod_sort. by Benjamin Kramer · 11 years ago
  45. 1f48a55 [opaque pointer type] Bitcode support for explicit type parameter on the gep operator by David Blaikie · 11 years ago
  46. 75cc250 Turn assertion into bitcode reading error by David Blaikie · 11 years ago
  47. 3b43b23 Simplify expression by David Blaikie · 11 years ago
  48. fe795a5 Reapply "[Reassociate] Add initial support for vector instructions." by Robert Lougher · 11 years ago
  49. 8b5546f bpf: fix build by Alexei Starovoitov · 11 years ago
  50. d747f3f instcombine: alloca: Canonicalize scalar allocation array size by Duncan P. N. Exon Smith · 11 years ago
  51. 5c71858 instcombine: alloca: Limit array size type promotion by Duncan P. N. Exon Smith · 11 years ago
  52. 95ff656 AsmWriter: Write alloca array size explicitly (and -instcombine fixup) by Duncan P. N. Exon Smith · 11 years ago
  53. 7c93bfa instcombine: alloca: Remove nesting in simplifyAllocaArraySize(), NFC by Duncan P. N. Exon Smith · 11 years ago
  54. cd67bbf Add a parameter for getLazyBitcodeModule to lazily load Metadata. by Manman Ren · 11 years ago
  55. 80cfeab instcombine: alloca: Split out simplifyAllocaArraySize(), NFC by Duncan P. N. Exon Smith · 11 years ago
  56. 52a1ca5 Revert: "[Reassociate] Add initial support for vector instructions." by Robert Lougher · 11 years ago
  57. 99db0c8 Improve wording of newline handling. by Joerg Sonnenberger · 11 years ago
  58. e83badb [dsymutil] Fix handling of cross-cu forward references. by Frederic Riss · 11 years ago
  59. 27db519 [dsymutil] Add relocation of compile_units low_pc/high_pc. by Frederic Riss · 11 years ago
  60. 3a5c117 [dsymutil] Fix location cloning for newer dwarf versions. by Frederic Riss · 11 years ago
  61. 4635abb [Reassociate] Add initial support for vector instructions. by Robert Lougher · 11 years ago
  62. 011536a [SCEV] Fix PR22856. by Sanjoy Das · 11 years ago
  63. 5a70dd1 [opaque pointer type] Add textual IR support for explicit type parameter to gep operator by David Blaikie · 11 years ago
  64. 300c79d Add the option, -non-verbose to llvm-objdump used with -macho to print things by Kevin Enderby · 11 years ago
  65. 2ccb127 r600: Clear visited structure before running. by Jan Vesely · 11 years ago
  66. 915e3b4 r600: Use deque and simplify loops in AMDGPUCFGStructurizer by Jan Vesely · 11 years ago
  67. d288259 [X86][AVX] Fix wrong lowering of v4x64 shuffles into concat_vector plus extract_subvector nodes. by Andrea Di Biagio · 11 years ago
  68. 9cc8166 unique_ptrs are unique already, no need to unique them any further. by Benjamin Kramer · 11 years ago
  69. 462f98d R600/SI: Add test for min / max with immediate by Matt Arsenault · 11 years ago
  70. 790aec0 ConstantFold: Fix big shift constant folding by David Majnemer · 11 years ago
  71. 547ba56 Recommit r232027 with PR22883 fixed: Add infrastructure for support of multiple memory constraints. by Daniel Sanders · 11 years ago
  72. 4716d39 [mips] [IAS] Refactor MipsTargetStreamer::emitMipsAbiFlags(). NFC. by Toma Tabacu · 11 years ago
  73. c20535d Teach TBAA analysis to report errors on cyclic TBAA metadata rather than hanging. by Owen Anderson · 11 years ago
  74. 39fcd23 Fix an infinite recursion in the verifier caused by calling isSized on a recursive type. by Owen Anderson · 11 years ago
  75. fcc897c [MachineCopyPropagation] Fix a bug causing incorrect removal for the instruction sequences as follows by Hao Liu · 11 years ago
  76. e85ccd4 Fix build break in this code. Nothing uses this header, but the modules by Richard Smith · 11 years ago
  77. 1bba751 Updating GettingStarted documentation to reference CMake as the preferred way to build LLVM. by Chris Bieneman · 11 years ago
  78. 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
  79. c666f5d Use the variable names from the TargetInstrInfo source when we by Eric Christopher · 11 years ago
  80. 4223496 Add a return after the llvm namespace code for a little extra by Eric Christopher · 11 years ago
  81. a0485f5 Use the cached subtarget off of the machine function. by Eric Christopher · 11 years ago
  82. caedadf Use the cached subtarget off of the machine function. by Eric Christopher · 11 years ago
  83. cae9695 [X86, AVX2] Replace inserti128 and extracti128 intrinsics with generic shuffles by Sanjay Patel · 11 years ago
  84. 740aee4 Move a variable into the assert where it's used - fixes a -Asserts by Eric Christopher · 11 years ago
  85. 88d7249 In preparation for moving ARM's TargetRegisterInfo to the TargetMachine by Eric Christopher · 11 years ago
  86. 7385caf Removed useless palignr test - we don't actually provide a llvm.x86.ssse3.palign.r.128 intrinsic by Simon Pilgrim · 11 years ago
  87. d996c4b R600/SI: Don't print scc reg in sopc assembly string by Tom Stellard · 11 years ago
  88. 3d712a6 R600/SI: Remove _e32 and _e64 suffixes from mnemonics by Tom Stellard · 11 years ago
  89. d434c0d Adding WinEHPrepare tests (currently XFAILs) by Andrew Kaylor · 11 years ago
  90. 94a8872 Migrate the AArch64 TargetRegisterInfo to its TargetMachine by Eric Christopher · 11 years ago
  91. 323b9bb Remove unused headers. by Eric Christopher · 11 years ago
  92. 49fa379 Unxfail passing test on Hexagon by Krzysztof Parzyszek · 11 years ago
  93. 8faeece Revert "r232027 - Add infrastructure for support of multiple memory constraints" by Hal Finkel · 11 years ago
  94. fed84ed [autoconf] Fix the build failure by quoting the strings. by Logan Chien · 11 years ago
  95. be45e0e [X86] Fix a regression introduced by r223641. by Quentin Colombet · 11 years ago
  96. 63a0e36 Reapply "[dsymutil] Gather function ranges during DIE selection." by Frederic Riss · 11 years ago
  97. a11c930 [ADT] IntervalMap: use AlignedCharArrayUnion. by Frederic Riss · 11 years ago
  98. 217f227 Add missing include guards. by Yaron Keren · 11 years ago
  99. 63fb193 Fix comment formatting. by Eric Christopher · 11 years ago
  100. f516a66 Remove the need to cache the subtarget in the X86 TargetRegisterInfo by Eric Christopher · 11 years ago