Use IRBuilder instead of ConstantInt methods.
[oota-llvm.git] / lib / CodeGen /
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.
2013-05-05 Stepan DyatkovskiyFor ARM backend, fixed "byval" attribute support.
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-05-02 Evan ChengTiedTo flag can now be placed on implicit operands...
2013-05-01 Bill WendlingRevert r180737. The companion patch was reverted, and...
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-05-01 Chad Rosier[inline asm] Return an undef SDValue of the expected...
2013-05-01 Nadav RotemOptimize away nop CONCAT_VECTOR nodes.
2013-04-30 Stephen LinOnly pass 'returned' to target-specific lowering code...
2013-04-30 Adrian PrantlTemporarily revert "Change the informal convention...
2013-04-30 Adrian PrantlChange the informal convention of DBG_VALUE so that...
2013-04-30 Andrew TrickMI Sched: revert a minor heuristic that snuck in with...
2013-04-30 Hal FinkelLocalStackSlotAllocation improvements
2013-04-29 Bill WendlingEmit the TLS initialization function pointers into...
2013-04-27 Andrew TrickGeneralize the MachineTraceMetrics public API.
2013-04-27 Eric ChristopherUse the target triple from the target machine rather...
2013-04-26 Adrian PrantlCleanup and document MachineLocation.
2013-04-26 Bill WendlingMicro-optimization
2013-04-26 Silviu BarangaRe-write the address propagation code for pre-indexed...
2013-04-26 Benjamin KramerDAGCombiner: Canonicalize vector integer abs in the...
2013-04-25 Reid Kleckner[mc-coff] Forward Linker Option flags into the .drectve...
2013-04-25 Silviu BarangaFix constant folding for one lane vector types. Constan...
2013-04-24 Andrew TrickFix for r180193 - MI Sched: eliminate local vreg.
next