- e7a3564 [dsymutil] Add function size to the debug map. by Frederic Riss · 10 years ago
- 40510a0 DbgIntrinsicInst: Downcast to specialized MDNodes in accessors by Duncan P. N. Exon Smith · 10 years ago
- 538fbf6 Remove some unnecessary 'inline' keywords by David Blaikie · 10 years ago
- e99d826 IntervalIterator: Add move semantics rather than relying on broken implicit copy ctor (found with -Wdeprecated) by David Blaikie · 10 years ago
- 08e687e Verifier: Check debug info intrinsic arguments by Duncan P. N. Exon Smith · 10 years ago
- 48248ac [opaque pointer type] IRBuilder gep migration progress by David Blaikie · 10 years ago
- 2546837 Made CFLAA agree with clang-format. NFC. by George Burgess IV · 10 years ago
- ca7e7b0 Verifier: Remove unnecessary null check by Duncan P. N. Exon Smith · 10 years ago
- 7c068cf Verifier: Make the raw_ostream constructor argument required by Duncan P. N. Exon Smith · 10 years ago
- f548941 Assembler: Rewrite test for function-local metadata by Duncan P. N. Exon Smith · 10 years ago
- 54db409 Simplified some stack folding tests. by Simon Pilgrim · 10 years ago
- 3af5418 Update InstCombine to transform aggregate stores into scalar stores. by Mehdi Amini · 10 years ago
- 18233dc Update LangRef now that a DataLayout is mandatory. by Mehdi Amini · 10 years ago
- cf4419f Add some missed formatting by David Blaikie · 10 years ago
- f0295e4 [opaque pointer type] gep API migration by David Blaikie · 10 years ago
- e265afc [opaque pointer type] gep API migration by David Blaikie · 11 years ago
- 67dcb7d A few minor updates based on feedback from Justin and a few things I thought were missing. by Chris Bieneman · 11 years ago
- 2f69477 [opaque pointer type] gep API migration, ArgPromo by David Blaikie · 11 years ago
- bb939f0 [opaque pointer type] more gep API migrations (AsmParser) by David Blaikie · 11 years ago
- f9f505e IR: Make Metadata::print() reliable and useful by Duncan P. N. Exon Smith · 11 years ago
- f508add [opaque pointer type] more gep API migration by David Blaikie · 11 years ago
- 81ebfb1 AsmWriter: Split out SlotTracker::processInstructionMetadata(), NFC by Duncan P. N. Exon Smith · 11 years ago
- ff0e5a6 AsmWriter: Use range-based for, NFC by Duncan P. N. Exon Smith · 11 years ago
- 99b7898 [opaque pointer type] more gep API migrations by David Blaikie · 11 years ago
- 9f6a4a5 No need to prototype RtlCaptureContext with mingw-w64. by Yaron Keren · 11 years ago
- f141a55 Recover the ability to 'b CheckFailed' after r231577 by Duncan P. N. Exon Smith · 11 years ago
- 5712ee1 [dsymutil] Add support for debug_loc section. by Frederic Riss · 11 years ago
- c0cc039 array_pod_sort: Since we're checking the length anyways also ignore one-element ranges by Benjamin Kramer · 11 years ago
- 439cc2c [MachineLICM] First steps of sinking GEPs near calls. by Daniel Jasper · 11 years ago
- e282854 [mips] Remove trivial header for the MipsModuleISelDAGToDAG pass. NFC. by Vasileios Kalintiris · 11 years ago
- 56fe63e [mips] Remove trivial header for the Mips16HardFloat pass. NFC. by Vasileios Kalintiris · 11 years ago
- 3ccd826 [mips] Remove trivial header for the MipsOs16 pass. NFC. by Vasileios Kalintiris · 11 years ago
- 9786d3d [dsymutil] Generate debug_aranges section. by Frederic Riss · 11 years ago
- 1d6cc76 [dsymutil] Identify each CompileUnit with a unique ID. by Frederic Riss · 11 years ago
- 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