[yaml2obj] Add support for sh_link via `Link` key.
[oota-llvm.git] / lib / CodeGen /
2013-06-14 Matt ArsenaultIntroduce getSelect usage and use more getSelectCC
2013-06-14 Stephen LinSelectionDAG: minor fix to order of operands in comment...
2013-06-14 Tim NorthoverMark rematerialized super/sub registers as dead.
2013-06-14 Stephen LinSelectionDAG: Fix incorrect condition checks in some...
2013-06-14 Derek SchuffMake PrologEpilogInserter save/restore all callee saved...
2013-06-14 Jakub StaszakMove #include from .h to .cpp file.
2013-06-12 Dan GohmanPrint ConstantPool entries initialized to Values with...
2013-06-11 Eric ChristopherFormatting.
2013-06-10 Eric ChristopherRemove a few fixmes, the only work we're doing is getti...
2013-06-10 Eric ChristopherFix up comment.
2013-06-10 Eric ChristopherRemove unused function.
2013-06-10 Eric ChristopherIndentCount is only used within NDEBUG code.
2013-06-08 David MajnemerTargetLowering: Clean up method description comments
2013-06-08 Quentin ColombetReapply r183552. This time, use a standard type for...
2013-06-07 Quentin ColombetRevert commits related to stack warning.
2013-06-07 Quentin ColombetAdd a backend option to warn on a given stack size...
2013-06-07 Quentin ColombetTeach AsmPrinter how to print odd constants.
2013-06-07 Rafael EspindolaSupport OpenBSD's native frame protection conventions.
2013-06-07 Duncan SandsCorrect wrong register in this example, pointed out...
2013-06-06 David BlaikieFix break in r183446 - helps to increment the iterator...
2013-06-06 David BlaikieDebug Info: simplify parameter ordering preservation
2013-06-06 Bill WendlingCache the TargetLowering info object as a pointer.
2013-06-06 Bill WendlingDon't cache the TargetLoweringInfo object inside of...
2013-06-05 Bill WendlingAdd space to assert message.
2013-06-05 David BlaikiePR15662: Optimized debug info produces out of order...
2013-06-04 Shuxin YangFix a defect in code-layout pass, improving Benchmarks...
2013-06-01 Benjamin KramerMove getRealLinkageName to a common place and remove...
2013-05-31 Eric ChristopherConst-ify some printing and dumping code for DIEValues.
2013-05-31 Quentin ColombetLoop Strength Reduce: Scaling factor cost.
2013-05-31 Kai NackeRemove useless code from transitioning to new EH scheme
2013-05-30 Tim NorthoverFix rematerialization into physical registers.
2013-05-30 Eric ChristopherRename variable to be more descriptive.
2013-05-30 Eric ChristopherFormatting.
2013-05-29 Andrew TrickOrder CALLSEQ_START and CALLSEQ_END nodes.
2013-05-29 Bill WendlingDon't reach into the middle of TargetMachine and cache...
2013-05-29 Tim NorthoverTeach ReMaterialization to be more cunning about subreg...
2013-05-29 Manman RenLTO+Debug Info: revert r182791.
2013-05-28 Manman RenLTO+Debug Info: correctly emit inlined_subroutine when...
2013-05-28 Benjamin KramerSimplify code. No functionality change.
2013-05-28 Benjamin KramerRemove double semicolons.
2013-05-27 Preston GurdConvert sqrt functions into sqrt instructions when...
2013-05-26 Andrew TrickFix PR16143: Insert DEBUG_VALUE before terminator.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 3/4.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 1/4.
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-23 Jakob Stoklund OlesenFix PR16110: Handle DBG_VALUE in ConnectedVNInfoEqClass...
2013-05-23 Benjamin KramerInlineSpiller: Store bucket pointers instead of iterators.
2013-05-22 David BlaikieSolidify the assumption that a DW_TAG_subprogram's...
2013-05-22 Chad RosierSimplify logic now that r182490 is in place. No functi...
2013-05-22 Chad RosierSimplify logic now that r182490 is in place. No functi...
2013-05-22 Chad RosierSimplify logic now that r182490 is in place. No functi...
2013-05-22 Adrian PrantlUnify formatting of debug output.
2013-05-21 Justin HolewinskiDrop @llvm.annotation and @llvm.ptr.annotation intrinsi...
2013-05-21 Benjamin KramerDAGCombine: Avoid an edge case where it tried to create...
2013-05-21 Manman RenDwarf: use a single line table to generate assembly...
2013-05-20 David BlaikiePR14606: Debug Info for namespace aliases/DW_TAG_import...
2013-05-20 Bill WendlingThe DWARF EH pass doesn't need the TargetMachine, only...
2013-05-20 Bill WendlingNo need to store the TargetMachine variable in this...
2013-05-18 Matt ArsenaultAdd LLVMContext argument to getSetCCResultType
2013-05-17 Matt ArsenaultReplace redundant code
2013-05-17 Matt ArsenaultAdd missing -*- C++ -*- to headers
2013-05-16 Adrian PrantlGenerate debug info for by-value struct args even if...
2013-05-16 Rafael EspindolaRemove addFrameMove.
2013-05-16 Benjamin KramerDAGCombine: Also shrink eq compares where the constant...
2013-05-16 Jakob Stoklund OlesenAdd TargetRegisterInfo::getCoveringLanes().
2013-05-15 Hal FinkelFix legalization of SETCC with promoted integer intrinsics
2013-05-15 Derek SchuffFix miscompile due to StackColoring incorrectly merging...
2013-05-15 David BlaikieUse only explicit bool conversion operators
2013-05-14 Eric ChristopherMake getCompileUnit non-const and return the current...
2013-05-14 Kai NackeAdd bitcast to store of personality function.
2013-05-14 Akira HatanakaStackColoring: don't clear an instruction's mem operand...
2013-05-14 David BlaikieAssert that DIEEntries are constructed with non-null...
2013-05-13 Bob WilsonRemove redundant variable introduced by r181682.
2013-05-13 Hao LiuFix PR15950 A bug in DAG Combiner about undef mask
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-11 Benjamin KramerStringRefize some debug accel table bits.
2013-05-11 Rafael EspindolaChange getFrameMoves to return a const reference.
2013-05-11 Rafael EspindolaRemove more dead code.
2013-05-10 David BlaikiePR14492: Debug Info: Support for values of non-integer...
2013-05-10 Benjamin KramerDAGCombiner: Generate a correct constant for vector...
2013-05-09 Owen AndersonTeach SelectionDAG to constant fold all-constant FMA...
2013-05-09 Eric ChristopherRevert "Make sure debug info contains linkage names...
2013-05-08 Eric ChristopherMake sure debug info contains linkage names (DW_AT_MIPS...
2013-05-08 David MajnemerDAGCombiner: Simplify inverted bit tests
2013-05-08 David BlaikieDebug Info: Support DW_TAG_imported_declaration
2013-05-08 David BlaikieFinish renaming constructImportedModuleDIE to construct...
2013-05-08 Eric ChristopherPass the MDNode in and do the insertion at compile...
2013-05-08 Eric ChristopherTypo.
2013-05-07 David BlaikieRename DIImportedModule to DIImportedEntity and allow...
2013-05-07 Rafael EspindolaRemove exception handling support from the old JIT.
2013-05-07 Matt ArsenaultFix vselect when getSetCCResultType returns a different...
2013-05-07 David BlaikieDebug Info: Fix for break due to r181271
2013-05-07 Timur IskhodzhanovFix the VS2010 build broken by r181271
2013-05-06 David BlaikieDebugInfo: Support imported modules in lexical blocks
2013-05-06 Eric ChristopherRemove unnecessary instance variable and rework logic...
2013-05-06 Eric ChristopherGrammar.
2013-05-06 Michael KupersteinFix slightly too aggressive conact_vector optimization.
2013-05-05 Evan ChengTeach if-converter to avoid removing BBs whose addresse...
2013-05-05 Benjamin KramerInlineSpiller: Remove quadratic behavior.
next