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