[llvm-profdata] Fix unhandled enumeration values warning
[oota-llvm.git] / include /
2015-11-18 Nathan Slingerland[llvm-profdata] Add SaturatingAdd/SaturatingMultiply...
2015-11-18 David BlaikieGeneralize ownership/passing semantics to allow dsymuti...
2015-11-17 David BlaikieFix read-of-uninitialized introduced in r253277 exposed...
2015-11-17 Xinliang David Li[PGO] Move value profile data definitions out of Indexe...
2015-11-17 Reid Kleckner[WinEH] Move WinEHFuncInfo from MachineModuleInfo to...
2015-11-17 David Blaikiedwarfdump: Reference the appropriate line table segment...
2015-11-17 Yunzhong GaoSwitch lto codegen to using diagnostic handlers.
2015-11-17 Diego NovilloSamplePGO - Move debug/dump function bodies out of...
2015-11-17 David BlaikieStringRef-ify some Option APIs
2015-11-17 Oliver Stannard[Assembler] Make fatal assembler errors non-fatal
2015-11-17 Oliver Stannard[Assembler] Allow non-fatal errors after parsing
2015-11-17 Jay FoadFix typos in comments.
2015-11-17 David Majnemer[AliasAnalysis] CatchPad and CatchRet can modify escape...
2015-11-17 Rafael EspindolaAdd MemoryBufferRef(MemoryBuffer&) constructor.
2015-11-17 Rafael EspindolaDrop prelink support.
2015-11-17 Matthias BraunAssume lane masks are always precise
2015-11-17 David Blaikiedwarfdump: Use the index to find the right abbrev offse...
2015-11-16 David BlaikieDemote a single-use named function object to a lambda
2015-11-16 Stephen CanonAdd isInteger() to APFloat.
2015-11-16 Oliver Stannard[ARM,AArch64] Store source location of asm constant...
2015-11-16 Artyom SkrobovHandle ARMv6KZ naming
2015-11-16 Bradley Smith[ARM] Allow TargetParser to accurately target architectures
2015-11-16 Bradley Smith[ARM] Introduce subtarget features per ARM architecture.
2015-11-16 Keno Fischer[DIBuilder] Make createReferenceType take size and...
2015-11-16 Igor BregerAVX512: Implemented encoding and intrinsics for VMOVSHD...
2015-11-16 Vedant Kumar[ADT] Make capacity_in_bytes support BitVector. NFC.
2015-11-15 Teresa JohnsonFix mapping of unmaterialized global values during...
2015-11-15 Igor BregerRevert r253160.
2015-11-15 Igor BregerAVX512: Implemented encoding and intrinsics for VMOVSHD...
2015-11-15 Dylan McKayNFC: Document MSVC getters on Triple
2015-11-15 Teresa JohnsonUse a different block id for block of metadata kind...
2015-11-14 Dan Gohman[WebAssembly] Change int_wasm_memory_size from IntrNoMe...
2015-11-14 Akira HatanakaReduce the size of MCRelaxableFragment.
2015-11-14 Akira Hatanaka[MCTargetAsmParser] Move the member varialbes that...
2015-11-14 David BlaikieRemove some unused includes
2015-11-13 Diego NovilloSamplePGO - Add dump routines for LineLocation, SampleR...
2015-11-13 James Molloy[ARM] Replace ARMISD::RBIT with ISD::BITREVERSE
2015-11-13 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-13 Akira HatanakaRevert r252990.
2015-11-13 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-11-13 Joseph Tremoulet[WinEH] Find root frame correctly in CLR funclets
2015-11-12 Akira HatanakaRevert r252949.
2015-11-12 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-11-12 Sanjoy DasRevert r243347 "Add TargetTransformInfo::isZExtFree."
2015-11-12 Nathan Slingerlandreverting r252916 to investigate test failure
2015-11-12 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-12 Rafael EspindolaComment update. NFC.
2015-11-12 Artyom SkrobovCull non-standard variants of ARM architectures (NFC)
2015-11-12 Daniel SandersImplement .reloc (constant offset only) with support...
2015-11-12 Hans WennborgRemove mention of {ADD,SUB}_PARTS. They were removed...
2015-11-12 James Molloy[SDAG] Introduce a new BITREVERSE node along with a...
2015-11-12 Amjad Abouddwarfdump: Added macro support to llvm-dwarfdump tool.
2015-11-12 David Blaikiedwarfdump: Dump the contents of DWP indexes
2015-11-11 David Majnemer[IR] Add support for empty tokens
2015-11-11 Sanjoy DasIntroduce deoptimization operand bundles
2015-11-11 Hemant Kulkarni[Symbolizer]: Add -pretty-print option
2015-11-11 Akira HatanakaMove the enum attributes defined in Attributes.h to...
2015-11-11 David Blaikiedwarfdump: DWP type unit index dumping skeleton
2015-11-11 David BlaikieFormat my previous commit
2015-11-11 David Blaikiedwarfdump: First piece of support for DWP dumping
2015-11-11 Dawn PerchikSupport: Recognize Borland DWARF extensions.
2015-11-11 Matt ArsenaultAdd target preference for GatherAllAliases max depth
2015-11-11 Colin LeMahieuReverting r252760
2015-11-11 Dehao ChenEmit discriminator for inlined callsites.
2015-11-11 Hemant Kulkarni[Symbolizer]: Add -pretty-print option
2015-11-11 Yury Gribov[ASan] Enable optional ASan recovery.
2015-11-11 Duncan P. N. Exon... ADT: Avoid relying on UB in ilist_node::getNextNode()
2015-11-11 Akira HatanakaSort the enums in Attributes.h in case insensitive...
2015-11-11 Matthias BraunMachineInstr: addRegisterDefReadUndef() => setRegisterD...
2015-11-10 Sanjay Pateldon't repeat function/class/variable names in comments...
2015-11-10 Sanjoy Das[OperandBundles] Identify operand bundles with both...
2015-11-10 Andy AyersSupport for emitting inline stack probes
2015-11-10 Kevin EnderbyFix llvm-nm(1) printing of llvm-bitcode files for ...
2015-11-10 Xinliang David Li[PGO] Make indexed value profile data more compact
2015-11-09 Sanjay Pateladd a SelectionDAG method to check if no common bits...
2015-11-09 Duncan P. N. Exon... CodeGen: Be clear about semantics in SlotIndex::getNext...
2015-11-09 David BlaikieFix -Wdeprecated warnings due to the use of copy ops...
2015-11-09 Davide Italiano[TargetLibraryInfo] Add support for fls, flsl, flsll.
2015-11-09 David Majnemer[WinEH] Don't emit CATCHRET from visitCatchPad
2015-11-09 Rafael EspindolaAdd templated read/write to support::endian.
2015-11-09 Sanjay Patelfix formatting; NFC
2015-11-09 Mike AizatskyMoving FileManager::removeDotPaths to llvm::sys::path...
2015-11-09 Silviu BarangaAllow LLE/LD and the loop versioning infrastructure...
2015-11-09 Renato Golin[EABI] Add LLVM support for -meabi flag
2015-11-09 Mehdi AminiAdd a method to the BitcodeReader to parse only the...
2015-11-09 Colin LeMahieu[AsmParser] Backends can parameterize ASM tokenization.
2015-11-09 Colin LeMahieu[AsmParser] Provide target direct access to mnemonic...
2015-11-09 Xinliang David Li[PGO] Instr func name var creation code refactoring
2015-11-08 Colin LeMahieu[AsmParser] Allow tokens to be put back in to the token...
2015-11-07 Akira Hatanaka[Bitcode] Add enums for call instruction markers and...
2015-11-07 Sanjoy Das[OperandBundles] Rename accessor, NFC
2015-11-07 Joseph Tremoulet[WinEH] Update exception pointer registers
2015-11-07 Duncan P. N. Exon... Reapply "ADT: Require explicit ilist iterator/pointer...
2015-11-07 Duncan P. N. Exon... Revert "ADT: Require explicit ilist iterator/pointer...
2015-11-07 Duncan P. N. Exon... ADT: Require explicit ilist iterator/pointer conversions
2015-11-06 Akira HatanakaAdd 'notail' marker for call instructions.
2015-11-06 Sanjoy Das[ValueTracking] Add parameters to isImpliedCondition...
2015-11-06 Reid Kleckner[WinEH] Mark funclet entries and exits as clobbering...
2015-11-06 Rafael EspindolaBring r252305 back with a test fix.
2015-11-06 Rafael EspindolaRevert "Simplify the creation of .eh_frame/.debug_frame...
next