[fuzzer] when a single unit takes over 1 second to run and it is the slowest one...
[oota-llvm.git] / include /
2015-03-30 David Majnemer[WinEH] Run cleanup handlers when an exception is thrown
2015-03-30 Duncan P. N. Exon... LexicalScopes: Use MDLocation directly instead of DebugLoc
2015-03-30 Eric ChristopherRemove unused Target argument from MCInstPrinter ctor...
2015-03-30 David Blaikie[opaque pointer type] Change GetElementPtrInst::getInde...
2015-03-30 Rafael EspindolaFix PR23045.
2015-03-30 Duncan P. N. Exon... DwarfDebug: Avoid creating new DebugLocs in the backend
2015-03-30 Duncan P. N. Exon... DebugInfo: Remove dead code from old DebugLoc API
2015-03-30 David Blaikie[opaque pointer type] More IRBuilder::createGEP (non...
2015-03-30 Peter CollingbourneMC: For variable symbols, maintain MCSymbol::Section...
2015-03-30 Duncan P. N. Exon... Transforms: Use the new DebugLoc API, NFC
2015-03-30 Duncan P. N. Exon... IR: Use the new DebugLoc API, NFC
2015-03-30 Kit Barton[PPC] Modify HTM and crypto intrinsics to inherit from...
2015-03-30 Duncan P. N. Exon... DebugInfo: Write new DebugLoc API
2015-03-30 Duncan P. N. Exon... DebugInfo: Implement MDLocation::getInlinedAtScope()
2015-03-30 Duncan P. N. Exon... Verifier: Add operand checks for remaining debug info
2015-03-30 Duncan P. N. Exon... Verifier: Add operand checks for MDLexicalBlock
2015-03-30 Duncan P. N. Exon... Verifier: Check operands of MDSubprogram nodes
2015-03-30 Rafael EspindolaSave a std::string.
2015-03-30 Rafael EspindolaSpecial case the creation of relocation sections.
2015-03-30 Elena DemikhovskyAVX-512: added intrinsics for VPAND, VPOR and VPXOR
2015-03-30 Lang Hames[Orc] Add missing #include. Hopefully this will appease...
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-03-29 Lang Hames[Orc] Add missing inline keyword to the function introd...
2015-03-29 Lang Hames[Orc] Use raw TargetAddresses for callback trampoline...
2015-03-28 Akira HatanakaDelete MCInstPrinter::AvailableFeatures.
2015-03-28 Richard TrieuFix comparison functions.
2015-03-27 Duncan P. N. Exon... Verifier: Check operands of MDType subclasses and MDCom...
2015-03-27 Rafael EspindolaAdd two small structs for readability in place of std...
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2015-03-27 Alexei Starovoitov[bpf] add support for bpf pseudo instruction
2015-03-27 Duncan P. N. Exon... Verifier: Check fields of MDVariable subclasses
2015-03-27 Rafael EspindolaClose unique sections when switching away from them.
2015-03-27 James MolloyReapply r233175 and r233183: float2int.
2015-03-27 Sanjoy Das[NFC] Fix typo in comment.
2015-03-27 David MajnemerWinEH: Create a parent frame alloca for HandlerType...
2015-03-27 Karthik BhatRefactor Code inside LoopVectorizer's function isInduct...
2015-03-27 Nick LewyckyRevert r233175 and r233183 with it. This pulls float2in...
2015-03-26 Ahmed Bougacha[CodeGen] Report error rather than crash when unable...
2015-03-26 Duncan P. N. Exon... Verifier: Check accessors of MDLocation
2015-03-26 Rafael EspindolaFix PR23025.
2015-03-26 Sanjoy Das[ADT][CMake][AutoConf] Fail-fast iterators for DenseMap
2015-03-26 Vladimir Sukharev[AArch64, ARM] Add v8.1a architecture and generic cpu
2015-03-25 Simon Pilgrim[DAGCombiner] Add support for TRUNCATE + FP_EXTEND...
2015-03-25 Reid KlecknerWinEH: Create an unwind help alloca for __CxxFrameHandl...
2015-03-25 Kit BartonAdd Hardware Transactional Memory (HTM) Support
2015-03-25 Rafael Espindolaclang-format bits of code to make another patch readable.
2015-03-25 Benjamin Kramer[APInt] Add an isSplat helper and use it in some places.
2015-03-25 Rafael EspindolaFix fixup evaluation when deciding what to relocate...
2015-03-25 Lang Hames[Orc][lli] Add a very simple Orc-based lazy JIT to...
2015-03-25 James MolloyReapply r233062: "float2int": Add a new pass to demote...
2015-03-25 Lang Hames[Orc] Remove extraneous 'typename'. This should cheer...
2015-03-25 Lang Hames[Orc] Refactor JITCompileCallbackManagerBase and Compil...
2015-03-25 Chandler Carruth[ADT] Teach MapVector to support a swap member. Will...
2015-03-25 Rafael EspindolaProduce an error instead of asserting on invalid .sleb1...
2015-03-24 Rafael Espindola[llvm-readobj] add support for macho universal binary.
2015-03-24 Hans WennborgRevert r233062 ""float2int": Add a new pass to demote...
2015-03-24 Duncan P. N. Exon... DebugInfo: Reorder definitions of MDLocation and MDFile...
2015-03-24 Duncan P. N. Exon... DebugInfo: Add MDLocalScope, a legal scope for locals
2015-03-24 Benjamin KramerInternalize the StackMapLiveness pass.
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Daniel Sanders[mips] Distinguish 'R', 'ZC', and 'm' inline assembly...
2015-03-24 James Molloy"float2int": Add a new pass to demote from float to...
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-24 Lang Hames[Orc] Move delta-handling for trampoline sizes into...
2015-03-24 Lang Hames[Orc] Whitespace fix. NFC.
2015-03-24 Lang Hames[Orc] Use std::string to capture name by value.
2015-03-23 Duncan P. N. Exon... Remove dead prototype DebugInfoFinder::processExpressio...
2015-03-23 Duncan P. N. Exon... DebugInfo: Overload get() in DIDescriptor subclasses
2015-03-23 Rafael EspindolaRefactor how passes get a symbol at the end of a section.
2015-03-23 David BlaikieRefactor: simplify boolean expressions in llvm-objdump
2015-03-23 Benjamin KramerMore missing includes only visible to MSVC.
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-23 Petar JovanovicFix sign extension for MIPS64 in makeLibCall function
2015-03-22 Benjamin KramerFoldingSet: Make FoldingSetImpl's dtor protected and...
2015-03-21 Benjamin KramerStringRef: Just forward StringRef::find to libc's memchr.
2015-03-21 Benjamin KramerRevert accidental commit.
2015-03-21 Benjamin KramerSimplifyLibCalls: Add basic optimization of memchr...
2015-03-21 Eric ChristopherRemove the target independent TargetMachine::getSubtarg...
2015-03-21 Eric ChristopherForward the Function based getSubtarget call to the...
2015-03-21 Eric ChristopherChange getISAEncoding to use the target triple to determine
2015-03-20 Filipe CabecinhasMake getLastArgNoClaim work for up to 4 arguments.
2015-03-20 Eric ChristopherRemove dead calls and function arguments dealing with...
2015-03-20 Duncan P. N. Exon... DebugInfo: Require valid DIDescriptors
2015-03-20 Rafael EspindolaDon't declare all text sections at the start of the .s
2015-03-20 John Brawn[ARM] Fix handling of thumb1 out-of-range frame offsets
2015-03-20 Eric ChristopherRewrite StackMap location handling to pre-compute the...
2015-03-19 Eric ChristopherUse the cached subtarget off of the machine function.
2015-03-19 Eric ChristopherAdd an MCSubtargetInfo variable to the TargetMachine.
2015-03-19 Eric ChristopherAdd a TargetMachine local MCRegisterInfo and MCInstrInf...
2015-03-19 Duncan P. N. Exon... Verifier: Remove the separate -verify-di pass
2015-03-19 Peter CollingbournelibLTO, llvm-lto, gold: Introduce flag for controlling...
2015-03-19 Duncan P. N. Exon... PassManagerBuilder: Remove effectively dead 'StripDebug...
2015-03-19 Rafael EspindolaSplit the object streamer callback in one per file...
2015-03-19 Matthias BraunDo not track subregister liveness when it brings no...
2015-03-18 Eric ChristopherRevert "Add a TargetMachine local MCRegisterInfo and...
2015-03-18 Eric ChristopherAdd a TargetMachine local MCRegisterInfo and MCInstrInf...
2015-03-18 Rafael EspindolaFix use of uninitialized valued.
2015-03-18 Rafael EspindolaAdd a default implementation of createObjectStreamer.
2015-03-18 Krzysztof Parzyszek[Hexagon] Intrinsics for circular and bit-reversed...
2015-03-18 Yaron Kerenclang-format these lines to fix Visual C++ warning.
next