[MCJIT] Fix an overly-aggressive check in RuntimeDyldMachOARM.
[oota-llvm.git] / include /
2014-08-01 Duncan P. N. Exon... IR: Add Value::reverseUseList()
2014-08-01 Duncan P. N. Exon... verify-uselistorder: Move shuffleUseLists() out of...
2014-08-01 Justin BognerInstrProf: Allow multiple functions with the same name
2014-08-01 Adrian PrantlDebug info: Infrastructure to support debug locations...
2014-08-01 Duncan P. N. Exon... IR: Add BasicBlock::insertInto()
2014-08-01 Eric ChristopherAdd a non-const subtarget returning function to the...
2014-08-01 Duncan P. N. Exon... BitcodeReader: Fix some BlockAddress forward reference...
2014-08-01 Rafael EspindolaMove virtual method out of line.
2014-08-01 Rafael EspindolaReplace comment about ownership with std::unique_ptr.
2014-08-01 Rafael EspindolaRemove lto_codegen_set_attr.
2014-07-31 Hal FinkelMake classof in MemSDNode consistent with MemIntrinsicS...
2014-07-31 Louis GerbargMake sure no loads resulting from load->switch DAGCombi...
2014-07-31 Rafael EspindolaUse a reference instead of a pointer.
2014-07-31 Rafael EspindolaMove MCObjectSymbolizer.h to MC/MCAnalysis.
2014-07-31 Rafael EspindolaA std::unique_ptr case I missed in the previous patch.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-31 Rafael EspindolaDelete dead code.
2014-07-30 Juergen Ributzka[FastISel] Move the helper function isCommutativeIntrin...
2014-07-30 Rafael EspindolaRefactor duplicated code.
2014-07-30 Rafael EspindolaAdd the missing hasLinkOnceODRLinkage predicate.
2014-07-30 Hal Finkel[PowerPC] Add JMP_SLOT relocation definitions
2014-07-30 Duncan P. N. Exon... Revert "UseListOrder: Remove move assignment"
2014-07-30 Richard SmithHeader hygiene: remove using directive and #undef DEBUG...
2014-07-30 Duncan P. N. Exon... UseListOrder: Remove move assignment
2014-07-29 Duncan P. N. Exon... UseListOrder: Try to resolve buildbot failure
2014-07-29 Rafael EspindolaHave a single enum for "not a bitcode" error.
2014-07-29 Duncan P. N. Exon... UseListShuffleVector: Remove copy constructor
2014-07-29 Duncan P. N. Exon... UseListShuffleVector: Code reorganization, NFC
2014-07-29 Rafael EspindolaMove the bitcode error enum to the include directory.
2014-07-29 Manman Ren[Debug Info] remove DITrivialType and use null to repre...
2014-07-29 Justin BognerProfileData: Don't redundantly default initialize a...
2014-07-29 NAKAMURA TakumiUseListShuffleVector: Add a copy constructor to appease...
2014-07-29 NAKAMURA TakumiUseListShuffleVector::~UseListShuffleVector(): Fix...
2014-07-29 Jiangning LiuAdd TargetInstrInfo interface isAsCheapAsAMove.
2014-07-29 Rafael EspindolaDelete dead code.
2014-07-28 Duncan P. N. Exon... IR: Optimize size of use-list order shuffle vectors
2014-07-28 Manman Ren[Debug Info] add DISubroutineType and its creation...
2014-07-28 Eric ChristopherRegenerate autoconf, previous updates to the configury...
2014-07-28 Duncan P. N. Exon... Bitcode: Serialize (and recover) use-list order
2014-07-28 Duncan P. N. Exon... IR: Expose Module::rbegin() and rend()
2014-07-28 Manman Ren[Debug Info] add a template class DITypedArray.
2014-07-28 Manman Ren[Debug Info] rename getTypeArray to getElements, setTyp...
2014-07-28 Manman Ren[Debug Info] replace DIUnspecifiedParameter with DITriv...
2014-07-28 Matt ArsenaultUpdate comment
2014-07-27 Matt ArsenaultAdd alignment value to allowsUnalignedMemoryAccess
2014-07-27 Chandler Carruth[ADT] Add a remarkbly useful little helper routine...
2014-07-26 Chandler Carruth[SDAG] When performing post-legalize DAG combining...
2014-07-26 Richard Smith[modules] Work around mislayering of MC / Object.
2014-07-25 Alex Lorenzcoverage: remove empty mapping regions
2014-07-25 Hal FinkelAdd @llvm.assume, lowering, and some basic properties
2014-07-25 Akira Hatanaka[stack protector] Fix a potential security bug in stack...
2014-07-25 Brad SmithFix arc4random detection.
2014-07-25 Rafael EspindolaRemove dead code.
2014-07-25 Duncan P. N. Exon... Move -verify-use-list-order into llvm-uselistorder
2014-07-25 David BlaikieReapply "DebugInfo: Don't put fission type units in...
2014-07-25 Hal FinkelSimplify and improve scoped-noalias metadata semantics
2014-07-25 Duncan P. N. Exon... Try to fix a layering violation introduced by r213945
2014-07-25 Duncan P. N. Exon... IPO: Add use-list-order verifier
2014-07-25 Amara Emerson[ARM] Emit ABI_PCS_R9_use build attribute.
2014-07-25 Chandler Carruth[SDAG] Enable the new assert for out-of-range result...
2014-07-25 Chandler Carruth[SDAG] Start plumbing an assert into SDValues that...
2014-07-24 Alex LorenzAdd code coverage mapping data, reader, and writer.
2014-07-24 Lang Hames[X86] Optimize stackmap shadows on X86.
2014-07-24 Rafael EspindolaRemove dead code.
2014-07-24 Hal FinkelAdd scoped-noalias metadata
2014-07-24 Chandler Carruth[Target] Teach the query interfaces for lowering of...
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-07-24 Duncan P. N. Exon... IR: Fix comment from r213824
2014-07-24 NAKAMURA TakumiRemove a stray semicolon. [-Wpedantic]
2014-07-24 Duncan P. N. Exon... IR: Add Value::sortUseList()
2014-07-23 Alex Lorenztest commit: remove trailing space
2014-07-23 Chad Rosier[AArch64] Lower sdiv x, pow2 using add + select + shift.
2014-07-23 Tim NorthoverAArch64: remove arm64 triple enumerator.
2014-07-23 NAKAMURA TakumiTrailing whitespace.
2014-07-22 Lang Hames[MCJIT] Refactor and add stub inspection to the Runtime...
2014-07-22 Elena DemikhovskyAVX-512: Fixed intrinsic of VSQRTPS/PD instructions.
2014-07-22 Chandler Carruth[SDAG] Refactor the code for inserting a newly allocate...
2014-07-21 Hal FinkelMatch semantics of PointerMayBeCapturedBefore to its...
2014-07-21 Duncan P. N. Exon... Revert "[C++11] Add predecessors(BasicBlock *) / succes...
2014-07-21 David BlaikieCorrect the ownership passing semantics of object:...
2014-07-21 Hal FinkelMove the CapturesBefore tracker from AA into CaptureTra...
2014-07-21 Aaron BallmanThis declaration has no definition, which is causing...
2014-07-21 Hal FinkelMove isIdentifiedFunctionLocal from BasicAA to AA
2014-07-21 Andrea Di Biagio[DAG] Refactor some logic. No functional change.
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 dynamic loader support
2014-07-20 Ulrich Weigand[MC] Pass MCSymbolData to needsRelocateWithSymbol
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 MC support for .localentry directive
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 MC support for .abiversion directive
2014-07-20 Manuel Jacob[C++11] Add predecessors(BasicBlock *) / successors...
2014-07-19 David BlaikieSure up ownership passing of the PBQPBuilder by passing...
2014-07-19 Saleem AbdulrasoolMC: permit emitting a symbol value as section relative
2014-07-19 Matt ArsenaultFix build with GCC.
2014-07-19 Matt ArsenaultTemplatify RegionInfo so it works on MachineBasicBlocks
2014-07-18 Hal Finkel[PowerPC] 32-bit ELF PIC support
2014-07-18 Tyler NowickiRename DiagnosticInfoOptimizationWarning to DiagnosticI...
2014-07-18 Gerolf HoflehnerMergedLoadStoreMotion pass
2014-07-18 David PeixottoFix build failure on windows
2014-07-18 David PeixottoMC: support different sized constants in constant pools
2014-07-18 Hal FinkelAdd a dereferenceable attribute
2014-07-18 Daniel SandersAdd MIPS Technologies to the vendors in llvm::Triple.
next