Fix the behavior of ExecuteAndWait with a non-zero timeout.
[oota-llvm.git] / include /
2014-05-31 Rafael Espindoladelete dead code.
2014-05-30 Tim NorthoverMachO: support N_INDR aliases in assembly files.
2014-05-30 Karthik BhatAllow vectorization of intrinsics such as powi,cttz...
2014-05-30 Chandler CarruthAdd a trivial ArrayRef helper overload to the Selection...
2014-05-29 Adam Nemet[X86] Remove AVX1 vbroadcast intrinsics
2014-05-29 Reid Kleckner[ADT] Delete the Twine assignment operator
2014-05-29 Simon Atanasyan[elf2yaml][ELF] Move Info field to the RelocationSectio...
2014-05-29 Michael J. Spencer[LoadCombine] Missed a file.
2014-05-29 Michael J. SpencerAdd LoadCombine pass.
2014-05-28 Reid KlecknerAdd a simple helper function to create a 64-bit integer.
2014-05-28 Reid KlecknerFix standard integer definitions for MSVC in DataTypes.h
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-05-27 Sebastian Popremove BasePointer before delinearizing
2014-05-27 Sebastian Popremove constant terms
2014-05-27 Zoran Jovanovic[mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_...
2014-05-27 Amara Emerson[ARM] Emit correct build attributes for the relocation...
2014-05-26 Owen AndersonMake the LoopRotate pass's maximum header size configur...
2014-05-26 NAKAMURA TakumiReformat linefeeds.
2014-05-26 NAKAMURA TakumiTrailing whitespace.
2014-05-25 Peter CollingbourneAdd an extension point for peephole optimizers.
2014-05-24 Hans WennborgFix some misplaced spaces around 'override'
2014-05-24 Benjamin KramerCodeGen: Make MachineBasicBlock::back skip to the begin...
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
2014-05-23 Simon Atanasyan[YAML] Add an optional argument `EnumMask` to the ...
2014-05-23 Yaron KerenTypedef NumeredTypesMapTy is not used anywhere.
2014-05-23 Richard SmithAttempt to placate compilers that warn on casts between...
2014-05-22 Michael J. Spencer[Graph Writer] Limit the length of the graph name becau...
2014-05-22 Eric ChristopherMake these bool bitfields.
2014-05-22 Diego NovilloRemove LLVMContextImpl::optimizationRemarkEnabledFor.
2014-05-22 Diego NovilloAdd support for missed and analysis optimization remarks.
2014-05-22 Saleem AbdulrasoolARM: introduce llvm.arm.undefined intrinsic
2014-05-22 Saleem AbdulrasoolMC: formalise some assertions into proper errors
2014-05-21 Eric ChristopherMake early if conversion dependent upon the subtarget...
2014-05-21 Eric ChristopherGroup the scheduling functions together.
2014-05-21 David BlaikieRevert "DebugInfo: Don't put fission type units in...
2014-05-21 Saleem AbdulrasoolMC: introduce ability to restrict recorded relocations
2014-05-21 Eric ChristopherRemove getTargetLowering from TargetPassConfig as the...
2014-05-21 Eric ChristopherMove MCOptions that aren't shared between programs...
2014-05-21 Richard Smith[modules] Add module maps for LLVM. These are not quite...
2014-05-21 Eric ChristopherThis command line option is only used in one place...
2014-05-20 Eric ChristopherMove the verbose asm option to be part of the options...
2014-05-20 Eric ChristopherMove the function and data section flags into the optio...
2014-05-20 Duncan P. N. Exon... GlobalValue: Automatically reset visibility when settin...
2014-05-20 Renato GolinAvoids DCE on write_register
2014-05-20 Eric ChristopherClean up language and grammar.
2014-05-20 Simon Atanasyan[Mips] Add more relocation types and MIPS specific...
2014-05-20 Tim NorthoverTableGen: convert InstAlias's Emit bit to an int.
2014-05-20 Nick LewyckyAdd 'nonnull', a new parameter and return attribute...
2014-05-19 Benjamin KramerFlip on vectorization of bswap intrinsics.
2014-05-19 NAKAMURA TakumiReformat blank lines.
2014-05-19 NAKAMURA TakumiWhitespace.
2014-05-18 Craig TopperRemove last uses of OwningPtr from llvm. As far as...
2014-05-18 Benjamin KramerOptions: Use erase_if to remove Args from the list.
2014-05-17 Saleem AbdulrasoolTarget: remove old constructors for CallLoweringInfo
2014-05-17 Saleem AbdulrasoolTarget: add support to build CallLoweringInfo
2014-05-17 Saleem AbdulrasoolTarget: change member from reference to pointer
2014-05-17 Rafael EspindolaUse create methods since msvc doesn't handle delegating...
2014-05-17 Rafael EspindolaReduce abuse of default values in the GlobalAlias const...
2014-05-17 David MajnemerMachO: Add comments describing section flags/attrs
2014-05-17 Alexey Samsonov[DWARF parser] Teach DIContext to fetch short (non...
2014-05-16 Pete CooperUse a sized enum for MachineOperandType. No functional...
2014-05-16 Rafael EspindolaDelete getAliasedGlobal.
2014-05-16 Reid KlecknerAdd comdat key field to llvm.global_ctors and llvm...
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-16 Simon Atanasyan[yaml2obj][ELF] Add an optional `Size` field to the...
2014-05-16 Rafael EspindolaChange the GlobalAlias constructor to look a bit more...
2014-05-16 Yaron KerenFix hardcoded slash to native path seperator which...
2014-05-16 Rafael EspindolaRevert "Implement global merge optimization for global...
2014-05-16 Juergen RibutzkaAdd C API for thread yielding callback.
2014-05-16 Justin BognerProfileData: Allow multiple profiles in RawInstrProfReader
2014-05-16 Eric ChristopherRemove the Options query functions and just access...
2014-05-15 Jiangning LiuImplement global merge optimization for global variables.
2014-05-15 Eric ChristopherMove more MC options into the MCTargetOptions structure.
2014-05-15 David BlaikieDebugInfo: Don't put fission type units in comdat sections.
2014-05-15 Eric ChristopherMake the -L option for SaveTempLabels not be static...
2014-05-15 Alexey Samsonov[DWARF parser] Use enums instead of bitfields in DILine...
2014-05-15 Simon Atanasyan[obj2yaml][ELF] Print relocation's offset as a hex...
2014-05-15 Juergen RibutzkaRevert "[PM] Add pass run listeners to the pass manager."
2014-05-15 Alp TokerFix typos
2014-05-15 Eric ChristopherRemove unused functions setting MCOptions from TargetMa...
2014-05-15 Eric ChristopherUnify command line handling of MCTargetOptions and...
2014-05-15 Eric ChristopherMove the TargetMachine MC options to MCTargetOptions...
2014-05-14 Kevin EnderbyTeach llvm-nm to know about fat archives (aka MachOUniv...
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-14 Jay FoadUpdate the comments for ComputeMaskedBits, which lost...
2014-05-14 David BlaikieRecommit r208506: DebugInfo: Include lexical scopes...
2014-05-13 Rafael EspindolaSplit GlobalValue into GlobalValue and GlobalObject.
2014-05-13 Rafael EspindolaStyle fix: The name of variables starts with an upper...
2014-05-13 Artyom SkrobovFix build failure with MSVC, following r208680
2014-05-13 Artyom Skrobovinclude/llvm/Support/Unicode.h didn't have re-include...
2014-05-13 Artyom Skrobov[un]wrap extracted from lib/Target/Target[MachineC...
2014-05-12 David BlaikieRevert "DebugInfo: Include lexical scopes in inlined...
2014-05-12 Pete CooperUse a logical not when inverting SetCC. This unfortuna...
2014-05-12 Lang Hames[RuntimeDyld] Add support for MachO __jump_table and...
2014-05-12 Rafael EspindolaMove EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrame...
2014-05-12 Rafael EspindolaPass a MCObjectStreamer instead of a MCStreamer when...
2014-05-12 Rafael EspindolaMove EH/Debug frame handling to the object streamer.
2014-05-12 Rafael EspindolaRemove always true argument and unused field.
2014-05-12 Rafael EspindolaRemove always true argument.
next