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