Move logic from JumpThreading into LazyValue info to simplify caller.
[oota-llvm.git] / include /
2015-06-16 Philip Reames[InstCombine] Propagate non-null facts to call parameters
2015-06-16 Duncan P. N. Exon... modules: Mark CodeGen/DIEValues.def as a textual inclusion
2015-06-16 Alex LorenzMIR Serialization: Print and parse simple machine funct...
2015-06-15 Adrian PrantlDebug Info IR: Switch DIObjCProperty to use DITypeRef.
2015-06-15 Peter CollingbourneAdd safestack attribute to LLVMAttribute enum and Go...
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-06-15 Alex LorenzMIR Serialization: Connect the machine function analysi...
2015-06-15 Sanjoy DasUnbreak the build from r239740.
2015-06-15 Sanjoy Das[CodeGen] Add a pass to fold null checks into nearby...
2015-06-15 Sanjoy Das[TargetInstrInfo] Add new hook: AnalyzeBranchPredicate.
2015-06-15 Sanjoy Das[TargetInstrInfo] Rename getLdStBaseRegImmOfs and imple...
2015-06-15 Sanjoy Das[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
2015-06-15 Rafael EspindolaAvoid a "always true" warning from gcc.
2015-06-15 Daniel SandersRevert r239721 - Replace string GNU Triples with llvm...
2015-06-15 Daniel SandersReplace string GNU Triples with llvm::Triple in InitMCO...
2015-06-15 Rui Ueyama[Support][Endian] Define |= and &= for u{big,little...
2015-06-14 Igor BregerAVX-512: Implemented cvtsi2ss/d cvtusi2ss/d instruction...
2015-06-13 Benjamin Kramer[ExecutionEngine] ArrayRefize argument passing.
2015-06-13 Rafael EspindolaBring in a BumpPtrStringSaver from lld and simplify...
2015-06-13 Matthias BraunRename TargetSubtargetInfo::enablePostMachineScheduler...
2015-06-13 Matthias BraunMachineLICM: Use TargetSchedModel instead of just itine...
2015-06-12 Lang Hames[Orc] Tidy up the CompileOnDemand layer based on commit...
2015-06-12 Lang Hames[Orc] Fix a bug in the CompileOnDemand layer where...
2015-06-12 Douglas KatzmanAdd 'shave' processor name to Triple
2015-06-12 Pete CooperRemove unnecessary MCExpr.h include from MCSymbol.h
2015-06-12 Pete CooperRemove a bunch of inline keywords from User. NFC.
2015-06-12 Pete CooperMove OperandList to be allocated prior to User for...
2015-06-12 Pete CooperAdded a version of User::new for hung off uses.
2015-06-12 Pete CooperRename NumOperands to make it clear its managed by...
2015-06-12 Pete CooperReplace all accesses to User::OperandList with getter...
2015-06-12 Rafael EspindolaHave the ELF symbol predicates match more directly...
2015-06-12 Yaron KerenReplace duplicated iplist<T> types with the correspondi...
2015-06-12 Teresa JohnsonRevert commit r239480 as it causes https://code.google...
2015-06-12 Richard SmithAdd missing #include, found by modules build.
2015-06-11 NAKAMURA TakumiMC: Prune \return corresponding to r239552. [-Wdocument...
2015-06-11 Lang Hames[Orc] Attempted fix for GCC ICE on Polly builder.
2015-06-11 Reid Kleckner[WinEH] Create an llvm.x86.seh.exceptioninfo intrinsic
2015-06-11 Lang Hames[Orc] Remove some unnecesary includes and whitespace...
2015-06-11 Lang Hames[Orc] Make partition identification in the CompileOnDem...
2015-06-11 Peter CollingbourneLTO: expose LTO_SYMBOL_COMDAT flag, which indicates...
2015-06-11 Douglas KatzmanFix English usage in command line flag help string.
2015-06-11 Davide Italiano[ELF] Introduce getValue() for ELF Symbols.
2015-06-11 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-06-11 Ahmed Bougacha[CodeGen] ArrayRef'ize cond/pred in various TII APIs...
2015-06-11 Rafael EspindolaGeneralize emitAbsoluteSymbolDiff.
2015-06-11 Douglas KatzmanFix comment typos.
2015-06-11 Nemanja IvanovicLLVM support for vector quad bit permute and gather...
2015-06-11 Pete CooperRemove MachineModuleInfo::UsedFunctions as it has no...
2015-06-10 Jingyue Wu[NFC] added a missing space
2015-06-10 Pete CooperStop returning a Use* from allocHungOffUses.
2015-06-10 Pete CooperAdd User::growHungoffUses and use it to grow the hung...
2015-06-10 Pete CooperDelete User::dropHungOffUses and move it in to ~User...
2015-06-10 Pete CooperMake User track whether a class has 'hung off uses...
2015-06-10 Pete CooperMove the special Phi logic for hung off uses in to...
2015-06-10 Teresa JohnsonAdd new EliminateAvailableExternally module pass, which...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in create...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmBa...
2015-06-10 Yaron KerenReplace magic number 19 with the constant GlobalValueSu...
2015-06-09 Pete CooperRevert "Move MCSymbol Value in to the union of Offset...
2015-06-09 Pete CooperMove MCSymbol Value in to the union of Offset and Commo...
2015-06-09 Peter CollingbourneLibDriver, llvm-lib: introduce.
2015-06-09 Reid Kleckner[WinEH] Add 32-bit SEH state table emission prototype
2015-06-09 Pete CooperReduce duplication in MCSymbol Name handling. NFC>
2015-06-09 Pete CooperMake MCSymbol::Name be a union of uint64_t and a pointer.
2015-06-09 Akira HatanakaRemove DisableTailCalls from TargetOptions and the...
2015-06-09 Pete CooperAllocate space for MCSymbol::Name only if required.
2015-06-09 Eli BenderskyAdd more wrappers for symbol APIs to the C API.
2015-06-09 Rui UeyamaRemove object_error::success and use std::error_code...
2015-06-09 Toma TabacuRecommit "[mips] [IAS] Restore STI.FeatureBits in ...
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-06-08 Reid Kleckner[MC] Use unsigned for the Kind bitfield in MCSymbol
2015-06-08 Keno Fischer[InstrInfo] Refactor foldOperandImpl to thread through...
2015-06-08 Rafael EspindolaFix a regression in .pop_section.
2015-06-08 Akira HatanakaInclude header file <functional>.
2015-06-08 Akira Hatanaka[ARM] Pass a callback to FunctionPass constructors...
2015-06-08 Pete CooperUse a PointerUnion in MCSymbol for Section and Fragment...
2015-06-08 Pete CooperMake flags get/set method protected so that all flags...
2015-06-08 Pete CooperMove all flags logic to MCSymbolMachO.
2015-06-08 Pete CooperAdd MCSymbolMachO which will be used to hide the MCSymb...
2015-06-08 Pete CooperMove all of the MCSymbol COFF flags logic in to MCSymbo...
2015-06-08 Pete CooperMove COFF Type in to the MCSymbolCOFF class.
2015-06-08 Pete CooperAdd MCSymbolCOFF class and use it to get and set the...
2015-06-08 Pete CooperChange MCSymbol IsELF to an enum to support future...
2015-06-08 Sanjay Patelfix typos; NFC
2015-06-08 Silviu Baranga[LAA] Fix estimation of number of memchecks
2015-06-08 Hao Liu[LoopVectorize] Teach Loop Vectorizor about interleaved...
2015-06-08 Peter Collingbournellvm-ar: Move archive writer to Object.
2015-06-08 Craig Topper[TableGen] Use the SMLoc header file instead of SourceM...
2015-06-07 Colin LeMahieu[MC] Function naming NFC.
2015-06-07 Matt ArsenaultAdd isLegalAddressingMode address space argument to TTI
2015-06-07 Craig Topper[TableGen] Remove unnecessary include. NFC.
2015-06-07 Craig Topper[TableGen] Remove unnecessary forward declaration. NFC
2015-06-07 Craig Topper[TableGen] Write one of the Record constructors in...
2015-06-07 Craig Topper[TableGen] Remove unused function. NFC
2015-06-07 Craig Topper[TableGen] Use 'isa' to check if something is an UnsetI...
2015-06-07 Davide Italiano[Object/ELF] Don't confuse isDefined() and isCommon.
2015-06-06 Davide Italiano[Object/ELF] Provide helpers for symbol types.
2015-06-06 Colin LeMahieu[MC] Common symbols weren't being checked for redeclara...
2015-06-06 NAKAMURA TakumiTargetParser: Fix comments in enum(s) introduced in...
next