DebugInfo: Fix testcases with invalid MDSubprogram nodes
[oota-llvm.git] / lib / CodeGen /
2015-03-13 Hao Liu[MachineCopyPropagation] Fix a bug causing incorrect...
2015-03-13 Eric ChristopherUse the cached subtarget off of the machine function.
2015-03-13 Eric ChristopherUse the cached subtarget off of the machine function.
2015-03-12 Sanjay Patel[X86, AVX2] Replace inserti128 and extracti128 intrinsi...
2015-03-12 Eric ChristopherRemove unused headers.
2015-03-12 Hal FinkelRevert "r232027 - Add infrastructure for support of...
2015-03-12 Sanjay Patel[X86, AVX] replace vextractf128 intrinsics with generic...
2015-03-12 Daniel SandersAdd infrastructure for support of multiple memory const...
2015-03-12 Jingyue Wu[NVPTXAsmPrinter] do not print .align on function headers
2015-03-12 Reid KlecknerMake llvm.eh.actions an intrinsic and add docs for it
2015-03-12 Reid KlecknerStop calling DwarfEHPrepare from WinEHPrepare
2015-03-12 Mehdi AminiMove the DataLayout to the generic TargetMachine, makin...
2015-03-11 Reid KlecknerFix some clang warnings in WinEHPrepare
2015-03-11 Reid KlecknerHandle big index in getelementptr instruction
2015-03-11 Andrew KaylorExtended support for native Windows C++ EH outlining
2015-03-11 Eric ChristopherRemove useMachineScheduler and replace it with subtarge...
2015-03-11 Eric ChristopherHave getCallPreservedMask and getThisCallPreservedMask...
2015-03-11 Rafael EspindolaPut jump tables in unique sections on COFF.
2015-03-11 Eric ChristopherHave getRegPressureSetLimit take a MachineFunction...
2015-03-11 Rafael EspindolaPrint section start labels when first switching to...
2015-03-10 Eric ChristopherHave TargetRegisterInfo::getLargestLegalSuperClass...
2015-03-10 Paul RobinsonEmit correct linkage-name attribute based on DWARF...
2015-03-10 Eric ChristopherRemove the use of the subtarget in MCCodeEmitter creati...
2015-03-10 Rafael EspindolaCreate symbols marking the start of a section earlier.
2015-03-10 Quentin Colombet[CodeGenPrepare] Refine the cost model provided by...
2015-03-10 Chad RosierDon't evaluate rend() on every iteration of the loop.
2015-03-10 Bruno Cardoso Lopes[AsmPrinter][TLOF] Reintroduce AArch64 test
2015-03-10 Adrian PrantlChange the datatype of DwarfExpression::Emit(Un)Signed...
2015-03-10 Rafael EspindolaStore an optional section start label in MCSection.
2015-03-10 Igor LaevskyTeach lowering to correctly handle invoke statepoint...
2015-03-10 Chad Rosier[BranchFolding] Remove MMOs during tail merge to preser...
2015-03-10 Sanjay Patel[X86, AVX] replace vinsertf128 intrinsics with generic...
2015-03-10 Rafael EspindolaRemove effectively dead code.
2015-03-10 Daniel SandersThe operand flag word used in ISD::INLINEASM is an...
2015-03-10 Rafael EspindolaMove variable into assert to fix -Asserts builds.
2015-03-10 Rafael EspindolaRemove incredibly confusing isBaseAddressKnownZero.
2015-03-10 Rafael EspindolaUse a better name for compile unit labels.
2015-03-10 Frederic RissDwarfAccelTable: remove unneeded bucket terminators.
2015-03-10 Rafael EspindolaMove label creation close to emission. NFC.
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-03-10 Frederic RissDwarfAccelTable: Fix handling of hash collisions.
2015-03-09 Ahmed Bougacha[CodeGen] Replace the reused stores' chain for extracte...
2015-03-09 Reid KlecknerReland r229944: EH: Prune unreachable resume instructio...
2015-03-09 Rafael EspindolaUse a MapVector instead of an extra sort.
2015-03-09 Frederic RissDwarfAccelTable: fix obvious typo.
2015-03-09 Rafael EspindolaDon't prime the section map.
2015-03-09 Rafael EspindolaPrint jump tables before exception tables.
2015-03-09 Rafael EspindolaDon't repeat name in comment. NFC.
2015-03-09 Rafael EspindolaRemove dummy method implementations.
2015-03-09 David BlaikieSimplify expressions involving boolean constants with...
2015-03-08 Benjamin KramerMake static variables const if possible. Makes them...
2015-03-07 Simon Pilgrim[DAGCombiner] Add a shuffle mask commutation helper...
2015-03-07 Benjamin KramerMake constant arrays that are passed to functions as...
2015-03-07 Simon PilgrimUse SDValue bool check to tidyup some possible combines...
2015-03-07 Andrea Di Biagio[DAGCombiner] Fix wrong folding of AND dag nodes.
2015-03-07 Simon Pilgrim[DAGCombiner] SCALAR_TO_VECTOR(EXTRACT_VECTOR_ELT(V...
2015-03-06 Matthias BraunDAGCombiner: Canonicalize select(and/or,x,y) depending...
2015-03-06 Matthias BraunDAGCombiner: Factor out some and/or combines.
2015-03-06 Matthias BraunExecutionDepsFix: Indizes -> Indices.
2015-03-06 Eric ChristopherFix typo.
2015-03-06 Bruno Cardoso Lopes[AsmPrinter][TLOF] 32-bit MachO support for replacing...
2015-03-06 Bruno Cardoso Lopes[AsmPrinter][TLOF] ARM64 MachO support for replacing...
2015-03-06 Michael ZolotukhinLegalizeTypes: Handle shift by 0 in ExpandShiftByConstant.
2015-03-05 Benjamin KramerSelectionDAGBuilder: Merge 3 copies of the limited...
2015-03-05 Andrew KaylorFix uninitialized memory references in WinEHPrepare
2015-03-05 Benjamin KramerSDAG: Merge the meat of two ExpandAtomic implementations.
2015-03-05 Rafael EspindolaUse the correct func begin symbol in all places in...
2015-03-05 Rafael EspindolaUse the generic Lfunc_begin label on ppc.
2015-03-05 David MajnemerX86: Optimize address mode matching for FRAME_ALLOC_REC...
2015-03-05 Reid KlecknerReplace llvm.frameallocate with llvm.frameescape
2015-03-05 Simon Pilgrim[DagCombiner] Allow shuffles to merge through bitcasts
2015-03-05 Igor LaevskyRevert change r231366 as it broke clang-native-arm...
2015-03-05 Elena DemikhovskyAVX-512, SKX: Enabled masked_load/store operations...
2015-03-05 Igor LaevskyTeach lowering to correctly handle invoke statepoint...
2015-03-05 Arnaud A. de Grand... [PBQP] Use a local bit-matrix to speedup searching...
2015-03-05 Frederic RissRemove useless break after return.
2015-03-05 Chandler Carruth[MBP] Use range based for-loops throughout this code...
2015-03-05 Chandler Carruth[MBP] NFC, run clang-format over this code and tweak...
2015-03-05 Chandler Carruth[MBP] This is no longer 'block-placement2'. ;] The...
2015-03-05 Rafael EspindolaUse the existing begin and end symbol for debug info.
2015-03-05 Chandler Carruth[MBP] Revert r231238 which attempted to fix a nasty...
2015-03-05 Paul RobinsonTurn off .debug_pubnames/pubtypes for PS4.
2015-03-04 Frederic RissTeach DIEInteger to emit FORM_strp and FORM_ref_addr...
2015-03-04 Paul RobinsonSupport standard DWARF TLS opcode; Darwin and PS4 use it.
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-04 Wei MiRevert the test commit.
2015-03-04 Wei MiTest commit. It will be reverted in the next commit.
2015-03-04 Adrian PrantlFix DwarfExpression::AddMachineRegExpression so it...
2015-03-04 JF BastienMutate TargetLowering::shouldExpandAtomicRMWInIR to...
2015-03-04 Chandler Carruth[MBP] Fix a really horrible bug in MachineBlockPlacemen...
2015-03-04 Daniel JasperAdd a flag to experiment with outlining optional branches.
2015-03-04 Michael Kuperstein[DAGCombine] Fix a bug in a BUILD_VECTOR combine
2015-03-04 Frederic RissMove emitDIE and emitAbbrevs to AsmPrinter. NFC.
2015-03-04 Frederic RissConstify AsmPrinter passed to DIE methods.
2015-03-04 Mehdi AminiUse report_fatal_error instead of unreachable for ...
2015-03-04 Rafael EspindolaUse the vanilla func_end symbol for .size.
2015-03-04 David BlaikieRecommit r231168: unique_ptrify LiveRange::segmentSet
2015-03-04 David BlaikieRecommit r231175: Change LiveStackAnalysis::SS2Interval...
2015-03-04 Matthias BraunRegisterCoalescer: Gracefully continue if subrange...
2015-03-04 Rafael EspindolaDrop the "eh_" from eh_func_begin and eh_func_end.
next