[dfsan] Try not to create too many additional basic blocks in functions which
[oota-llvm.git] / lib / CodeGen /
2014-08-06 David BlaikieDebugInfo: Assert that any CU for which debug_loc lists...
2014-08-05 David BlaikieDebugInfo: Move the reference to the CU from the locati...
2014-08-05 Sanjay PatelOptimize vector fabs of bitcasted constant integer...
2014-08-05 David BlaikiePartially revert r214761 that asserted that all concret...
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 Chandler Carruth[SDAG] Fix a really, really terrible bug in the DAG...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-04 David BlaikieReapply "DebugInfo: Ensure that all debug location...
2014-08-03 Chandler Carruth[x86] Don't add nodes to the combined set (and prune...
2014-08-03 Saleem AbdulrasoolCodeGen: silence a warning
2014-08-03 Sanjay Patelfix for PR20354 - Miscompile of fabs due to vectorization
2014-08-03 Gerolf HoflehnerMachineCombiner Pass for selecting faster instruction
2014-08-02 James Molloy[AArch64] Teach DAGCombiner that converting two consecu...
2014-08-02 Chandler Carruth[SDAG] Refactor the code which deletes nodes in the...
2014-08-02 Owen AndersonFix issues with ISD::FNEG and ISD::FMA SDNodes where...
2014-08-02 Justin BognerCodeGen: Remove commented out code
2014-08-01 Adrian PrantlAttempt to increase the overall happiness of the MSCV...
2014-08-01 Adrian PrantlDebug info: Infrastructure to support debug locations...
2014-08-01 Chandler Carruth[SDAG] MorphNodeTo recursively deletes dead operands...
2014-08-01 Chandler Carruth[SDAG] Begin simplifying the way in which the legalizer...
2014-08-01 Philip ReamesExplicitly report runtime stack realignment in StackMap...
2014-08-01 Hal Finkel[PowerPC] Generate unaligned vector loads using intrins...
2014-07-31 Louis GerbargWhite space fix.
2014-07-31 Louis GerbargMake sure no loads resulting from load->switch DAGCombi...
2014-07-31 Will SchmidtDisable IsSub subregister assert. pr18663.
2014-07-31 Juergen Ributzka[FastISel] Fix the patchpoint intrinsic lowering in...
2014-07-30 Rafael EspindolaRefactor duplicated code.
2014-07-30 Louis GerbargRetain alignment requirements for load->selects modifie...
2014-07-30 Rafael EspindolaAdd the missing hasLinkOnceODRLinkage predicate.
2014-07-30 Chandler CarruthDon't manually (and forcibly) run the verifier on the...
2014-07-30 Petar JovanovicAdd support for scalarizing ctlz_zero_undef
2014-07-30 Richard SmithHeader hygiene: remove using directive and #undef DEBUG...
2014-07-29 Manman RenFeedback on r214189, no functionality change.
2014-07-29 Manman Ren[Debug Info] remove DITrivialType and use null to repre...
2014-07-29 Tim NorthoverCodeGenPrep: fall back to MVT::Other if instruction...
2014-07-29 Tim NorthoverARM: fix @llvm.convert.from.fp16 on softfloat targets.
2014-07-29 Jiangning LiuAdd TargetInstrInfo interface isAsCheapAsAMove.
2014-07-28 Manman Ren[Debug Info] unique MDNodes in the enum types of each...
2014-07-28 Manman Ren[Debug Info] add DISubroutineType and its creation...
2014-07-28 Manman Ren[Debug Info] rename getTypeArray to getElements, setTyp...
2014-07-28 Chandler Carruth[SDAG] Add DEBUG logging to the legalizer, fixing a...
2014-07-27 Matt ArsenaultAdd alignment value to allowsUnalignedMemoryAccess
2014-07-26 Chandler Carruth[SDAG] Add an assert that we don't mess up the number...
2014-07-26 Chandler Carruth[SDAG] Simplify the code for handling single-value...
2014-07-26 Chandler Carruth[SDAG] When performing post-legalize DAG combining...
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 David BlaikieReapply "DebugInfo: Don't put fission type units in...
2014-07-25 David BlaikieRecommit r212203: Don't try to construct debug LexicalS...
2014-07-25 Chandler Carruth[SDAG] Don't insert the VRBase into a mapping from...
2014-07-25 Matt ArsenaultStore nodes only have 1 result.
2014-07-25 Chandler Carruth[SDAG] Start plumbing an assert into SDValues that...
2014-07-24 Chandler Carruth[SDAG] Introduce a combined set to the DAG combiner...
2014-07-24 Chandler Carruth[x86] Make vector legalization of extloads work more...
2014-07-24 Lang Hames[X86] Optimize stackmap shadows on X86.
2014-07-24 Hal FinkelAdd scoped-noalias metadata
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-07-23 Eric ChristopherFix indenting.
2014-07-23 Eric ChristopherReorganize and simplify local variables.
2014-07-23 Eric ChristopherRemove the query for TargetMachine and TargetInstrInfo...
2014-07-23 Jim GrosbachDAG: fp->int conversion for non-splat constants.
2014-07-23 Chad Rosier[AArch64] Lower sdiv x, pow2 using add + select + shift.
2014-07-23 James MolloyEnable partial libcall inlining for all targets by...
2014-07-23 Chandler Carruth[SDAG] Make the DAGCombine worklist not grow endlessly...
2014-07-22 Chandler Carruth[SDAG] Refactor the code for inserting a newly allocate...
2014-07-22 Chandler Carruth[SDAG] Remove a giant pile of asserts that may have...
2014-07-21 David BlaikieRevert "Recommit r212203: Don't try to construct debug...
2014-07-21 Logan ChienReplace the result usages while legalizing cmpxchg.
2014-07-21 Duncan P. N. Exon... Revert "[C++11] Add predecessors(BasicBlock *) / succes...
2014-07-21 Tim NorthoverCodeGen: emit IR-level f16 conversion intrinsics as...
2014-07-21 Chandler Carruth[SDAG,cleanup] Switch the DAG combiner over to use...
2014-07-21 Chandler Carruth[SDAG] Rather than using a narrow test against the...
2014-07-21 Andrea Di Biagio[DAGCombiner] Improve the shuffle-vector folding logic.
2014-07-21 Andrea Di Biagio[DAG] Refactor some logic. No functional change.
2014-07-20 NAKAMURA TakumiMachineRegionInfo.cpp: Another fix on MachineRegionInfo...
2014-07-20 Manuel Jacob[C++11] Add predecessors(BasicBlock *) / successors...
2014-07-20 NAKAMURA TakumiFix -Asserts build introduced since r213456.
2014-07-19 David BlaikieSure up ownership passing of the PBQPBuilder by passing...
2014-07-19 Matt ArsenaultTemplatify RegionInfo so it works on MachineBasicBlocks
2014-07-19 David BlaikieRemove uses of the redundant ".reset(nullptr)" of uniqu...
2014-07-18 Eric ChristopherRevert "Reapply "DebugInfo: Ensure that all debug locat...
2014-07-18 David BlaikieDebugInfo: Assert that all abstract scopes are subprogr...
2014-07-18 David BlaikieReapply "DebugInfo: Ensure that all debug location...
2014-07-18 Tim NorthoverARM: support legalisation of "fptrunc ... to half"...
2014-07-18 Tim NorthoverCodeGen: soften f16 type by default instead of marking...
2014-07-18 Jim GrosbachAArch64: Constant fold converting vector setcc results...
2014-07-18 Michael J. SpencerRevert "[x86] Fold extract_vector_elt of a load into...
2014-07-17 Tim NorthoverCodeGen: generate single libcall for fptrunc -> f16...
2014-07-17 Tim NorthoverCodeGen: extend f16 conversions to permit types > float.
2014-07-16 Sanjay PatelFixed formatting, removed bug reference, renamed testcase
2014-07-16 Juergen Ributzka[FastISel] Local values shouldn't be alive across an...
2014-07-16 Sanjay Pateltrivial fix for PR20314
2014-07-16 Chris Bieneman[RegisterCoalescer] Moving the RegisterCoalescer subtar...
2014-07-16 Tim NorthoverCodeGen: don't form illegail EXTLOAD operations.
2014-07-16 Juergen RibutzkaRemove TLI from isInTailCallPosition's arguments. NFC.
2014-07-15 Sanjay PatelMove Post RA Scheduling flag bit into SchedMachineModel
2014-07-15 Chris Bieneman[RegisterCoalescer] Add new subtarget hook allowing...
2014-07-15 Andrea Di Biagio[DAGCombiner] Add more rules to fold shuffles.
2014-07-15 Juergen Ributzka[FastISel] Insert patchpoint instruction before the...
next