[MCJIT] Simplify immediate decoding code in the RuntimeDyldMachO hierarchy.
[oota-llvm.git] / include /
2014-08-08 Eric ChristopherReword comment slightly.
2014-08-08 Rafael EspindolaRemove dead code. Fixes pr20544.
2014-08-08 NAKAMURA TakumiDataTypes.h.cmake: Define PRIx32 &c for !HAVE_INTTYPES_...
2014-08-08 Rafael EspindolaDelete dead code. NFC.
2014-08-08 Pedro ArtigasAdded a TLI hook to signal that the target does not...
2014-08-08 Rafael EspindolagetLoadName is only implemented for ELF, make it ELF...
2014-08-08 Rafael EspindolaUse a simpler predicate. NFC.
2014-08-08 Patrik Hagglund[pr19635] Revert most of r170537, and add new testcase.
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Richard SmithRemove Support/IncludeFile.h and its only user. This...
2014-08-07 Richard Smith[modules] Update module map workaround to cope with...
2014-08-07 Rafael EspindolaFix the ocaml bindings.
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-07 Pete CooperChange BitsInit to inherit from TypedInit.
2014-08-07 Saleem AbdulrasoolMC: split Win64EHUnwindEmitter into a shared streamer
2014-08-06 Yaron KerengetNewMemBuffer memsets the buffer to zeros,
2014-08-06 Eric ChristopherRemove the target machine from CCState. Previously...
2014-08-06 Duncan P. N. Exon... UseListOrder: Use std::vector
2014-08-05 Rafael EspindolaRemove a virtual function from TargetMachine. NFC.
2014-08-05 Rafael EspindolaDon't internalize all but main by default.
2014-08-05 Adam Nemet[AVX512] Add masking variant and intrinsics for valignd/q
2014-08-05 James MolloyTeach the SLP Vectorizer that keeping some values live...
2014-08-05 Joerg SonnenbergerAllow binary and for tblgen math.
2014-08-05 Juergen RibutzkaProvide convenient access to the zext/sext attributes...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Pedro ArtigasChanged the liveness tracking in the RegisterScavenger
2014-08-04 Andrew TrickFix SmallDenseMap assignment operator.
2014-08-04 Justin BognerIR: Fix up doxygen comment for LLVMContext::diagnose
2014-08-04 Eric ChristopherReorder to keep data and routines separate and to keep...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-04 Eric ChristopherReimplement the temporary non-const getSubtargetImpl...
2014-08-04 Alex LorenzCoverage: add HasCodeBefore flag to a mapping region.
2014-08-04 Justin BognerPath: Stop claiming path::const_iterator is bidirectional
2014-08-04 Daniel SandersFixed accidental use of reserved identifier in r214709.
2014-08-04 Daniel Sanders[mips] Add assembler support for '.set mipsX'.
2014-08-04 NAKAMURA TakumiTargetInstrInfo::genAlternativeCodeSequence(): Fix...
2014-08-03 Peter Zotov[LLVM-C] Add LLVM{IsConstantString,GetAsString,GetEleme...
2014-08-03 Gerolf HoflehnerMachineCombiner Pass for selecting faster instruction
2014-08-03 Saleem AbdulrasoolMC: virtualise EmitWindowsUnwindTables
2014-08-03 Saleem AbdulrasoolMC: rename Win64EHFrameInfo to WinEH::FrameInfo
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...
next