Rewrite comments.
[oota-llvm.git] / lib / CodeGen /
2013-02-20 Jakob Stoklund OlesenUse LiveRangeUpdater instead of mergeIntervalRanges.
2013-02-20 Jakob Stoklund OlesenAdd a LiveRangeUpdater class.
2013-02-20 Michael LiaoFix PR15267
2013-02-20 Benjamin KramerMove the SplatByte helper to APInt and generalize it...
2013-02-20 David BlaikieFully qualify llvm::next to avoid ambiguity when buildi...
2013-02-20 Cameron ZwarichAdd support to the two-address pass for updating LiveIn...
2013-02-20 Cameron ZwarichMove the computation of the IsEarlyClobber flag into...
2013-02-20 Cameron ZwarichAdd SlotIndexes::repairIndexesInRange(), which repairs...
2013-02-20 Cameron ZwarichRemove verification after PHIElimination when using...
2013-02-20 Cameron ZwarichAvoid recomputing an inserted instruction's SlotIndex.
2013-02-20 Cameron ZwarichAdd preservation of SlotIndexes to PHIElimination.
2013-02-20 Jakub StaszakFix #includes, so we include only what we really need.
2013-02-19 Jakob Stoklund OlesenAssert that the target provided hints are in the alloca...
2013-02-19 Benjamin KramerFix GCMetadaPrinter::finishAssembly not executed, patch...
2013-02-19 Craig TopperMore const correcting of stack coloring.
2013-02-19 Craig TopperConst-correct the stack coloring code.
2013-02-19 Craig TopperAvoid extra DenseMap lookups in StackColoring::calculat...
2013-02-19 Craig TopperMake the dump() function const and reduce the number...
2013-02-19 Craig TopperUse a reference into the BlockLiveness DenseMap to...
2013-02-18 Benjamin KramerSupport for HiPE-compatible code emission, patch by...
2013-02-18 Chad Rosier[ms-inline asm] Remove a redundant call to the setHasMS...
2013-02-18 NAKAMURA Takumi[ms-inline asm] Fix undefined behavior to reset hasMSIn...
2013-02-17 Cameron ZwarichRemove use of reverse iterators in repairIntervalsInRan...
2013-02-17 Cameron ZwarichUse ArrayRef instead of a reference to a SmallVectorImpl.
2013-02-17 Cameron ZwarichFix a conversion from a forward iterator to a reverse...
2013-02-17 Cameron ZwarichAdd support for updating the LiveIntervals of registers...
2013-02-16 Benjamin KramerReplace erase loop with std::remove_if.
2013-02-16 Benjamin KramerReplace loop with std::find.
2013-02-16 Jakub StaszakLegalizeDAG.cpp doesn't need DenseMap.
2013-02-16 Jakub StaszakUse const reference instead of vector object when passi...
2013-02-16 Chad Rosier[ms-inline asm] Do not omit the frame pointer if we...
2013-02-15 Bill WendlingUse the 'target-features' and 'target-cpu' attributes...
2013-02-15 Paul Redmondenable SDISel sincos optimization for GNU environments
2013-02-15 Benjamin KramerMake helpers static. Add missing include so LLVMInitial...
2013-02-14 Nadav RotemDont merge consecutive loads/stores into vectors when...
2013-02-14 Owen AndersonAdd some legality checks for SETCC before introducing...
2013-02-14 Cameron ZwarichRegisterCoalescer::reMaterializeTrivialDef() can constr...
2013-02-14 Cameron ZwarichFix RegisterCoalescer::rematerializeTrivialDef() so...
2013-02-14 Cameron ZwarichFix some issues with rematerialization in RegisterCoale...
2013-02-13 Manman RenClean up LDV, no functionality change.
2013-02-13 Andrew TrickMIsched: HazardRecognizers are created for each DAG...
2013-02-13 Eric ChristopherFix comment.
2013-02-13 Manman RenDebug Info: LiveDebugVarible can remove DBG_VALUEs...
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2013-02-12 Krzysztof ParzyszekAllow optionally generating pubnames section in DWARF...
2013-02-12 Sergei LarinEqual treatment of labels and other terminators in...
2013-02-12 Paul RedmondPR14562 - Truncation of left shift became undef
2013-02-12 Cameron ZwarichDon't consider definitions by other PHIs live-in when...
2013-02-12 Cameron ZwarichFix indentation.
2013-02-12 Cameron ZwarichAdd a hidden option to PHIElimination to split all...
2013-02-12 Cameron ZwarichAdd blocks to the LiveIntervalAnalysis RegMaskBlocks...
2013-02-12 Cameron ZwarichFix the updating of LiveIntervals after splitting a...
2013-02-12 Pete CooperCheck type for legality before forming a select from...
2013-02-11 Cameron ZwarichAdd support for updating LiveIntervals to MachineBasicB...
2013-02-11 Cameron ZwarichUpdate SlotIndexes after updateTerminator() possibly...
2013-02-11 Bob WilsonRevert "Rename LLVMContext diagnostic handler types...
2013-02-11 Evan ChengCurrently, codegen may spent some time in SDISel passes...
2013-02-11 Evan ChengRemove unnecessary code.
2013-02-10 Cameron ZwarichFix the unused but nearly correct method SlotIndexes...
2013-02-10 Cameron ZwarichAbstract the liveness checking in PHIElimination::Split...
2013-02-10 Cameron ZwarichAdd support for updating LiveIntervals to PHIEliminatio...
2013-02-10 Cameron ZwarichFix a typo.
2013-02-10 Cameron ZwarichRemove ancient references to 'atomic' phis in PHIElimin...
2013-02-10 Cameron ZwarichMake LiveVariables an instance variable of PHIElimination.
2013-02-09 Jakub StaszakRemove unneeded "TargetMachine.h" #includes.
2013-02-09 Manman RenDwarf: do not use line_table_start in at_stmt_list...
2013-02-09 Jakob Stoklund OlesenRemove the old liveness algorithm.
2013-02-08 Jakob Stoklund OlesenTurn on -new-live-intervals by default.
2013-02-08 Bob WilsonRevert "Add LLVMContext::emitWarning methods and use...
2013-02-08 Hal FinkelDAGCombiner: Constant folding around pre-increment...
2013-02-08 Bob WilsonRevert 172027 and 174336. Remove diagnostics about...
2013-02-08 Arnold SchwaighoferARM cost model: Address computation in vector mem ops...
2013-02-07 Eric Christopher"Clean up" line section symbol emission by emitting...
2013-02-06 Eric ChristopherClean up multiple skeleton compile units if we have...
2013-02-06 Eric ChristopherRemove some dead code.
2013-02-06 Evan ChengTweak check to avoid integer overflow (for insanely...
2013-02-06 Manman RenAttempt to recover gdb bot after r174445.
2013-02-05 Manman RenDwarf: support for LTO where a single object file can...
2013-02-05 Owen AndersonReapply r174343, with a fix for a scary DAG combine...
2013-02-05 Jakob Stoklund OlesenRemove liveout lists from MachineRegisterInfo.
2013-02-05 Jakob Stoklund OlesenRemove special-casing of return blocks for liveness.
2013-02-05 NAKAMURA TakumiRevert r174343, "When the target-independent DAGCombine...
2013-02-05 Eric ChristopherConstruct a skeleton cu for each compile unit in the...
2013-02-05 Eric ChristopherAdd support for emitting a stub DW_AT_GNU_dwo_id as...
2013-02-05 Owen AndersonWhen the target-independent DAGCombiner inferred a...
2013-02-04 Manman Ren[Stack Alignment] emit warning instead of a hard error
2013-02-04 Benjamin KramerSelectionDAG: Teach FoldConstantArithmetic how to deal...
2013-02-02 Shuxin Yangrdar://13126763
2013-02-02 Manman RenCorrect indentation for dumping LexicalScope.
2013-02-01 Manman Ren[Dwarf] avoid emitting multiple AT_const_value for...
2013-02-01 Nadav RotemFix errant fallthrough in the generation of the lifetim...
2013-02-01 Chad RosierUse a continue to simplify loop and reduce indentation...
2013-01-31 Chad RosierAdd braces, so my head doesn't explode.
2013-01-31 Lang HamesWhen lowering memcpys to loads and stores, make sure...
2013-01-31 Manman Ren[Dwarf] early exit to avoid creating dangling DIEs
2013-01-31 Chad Rosier[PEI] Pass the frame index operand number to the elimin...
2013-01-29 Weiming ZhaoAdd a special handling case for untyped CopyFromReg...
2013-01-29 David BlaikieSupport artificial parameters in function types.
2013-01-29 Edwin VaneFixing warnings revealed by gcc release build
2013-01-29 Andrew TrickMIsched: cleanup code. Use isBoundaryNode().
next