Use const reference instead of vector object when passing an argument to
[oota-llvm.git] / lib / CodeGen /
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().
2013-01-29 Evan ChengTeach SDISel to combine fsin / fcos into a fsincos...
2013-01-28 Bill SchmidtThis patch addresses bug 15031.
2013-01-28 Eric ChristopherFix comment.
2013-01-28 Michael GottesmanExtracted ObjCARC.cpp into its own library libLLVMObjCA...
2013-01-27 Benjamin KramerLegalizer: Reword comment again, per Duncan's suggestion.
2013-01-27 Benjamin KramerLegalizer: Add an assert and tweak a comment to clarify...
2013-01-27 Benjamin KramerWhen the legalizer is splitting vector shifts, the...
2013-01-25 Jakub StaszakUse const reference instead of vector copying.
2013-01-25 Preston GurdThis patch aims to reduce compile time in LegalizeTypes...
2013-01-25 Andrew TrickMIsched: Print block name. No functionality.
2013-01-25 Andrew TrickMachineScheduler support for viewGraph.
2013-01-25 Andrew TrickScheduleDAG: colorize the DOT graph and improve formatting.
2013-01-25 Andrew TrickScheduleDAG: Added isBoundaryNode to conveniently detec...
2013-01-25 Andrew TrickSchedDFS: Complete support for nested subtrees.
2013-01-25 Andrew TrickMIsched: Improve the interface to SchedDFS analysis...
2013-01-25 Andrew TrickSchedDFS: Initial support for nested subtrees.
2013-01-25 Andrew TrickMISched: Add SchedDFSResult to ScheduleDAGMI to formali...
2013-01-25 Andrew TrickSchedDFS: Refactor and tweak the subtree selection...
2013-01-24 Jakob Stoklund OlesenAvoid creating duplicate CFG edges in the IfConversion...
2013-01-24 Andrew TrickMachineScheduler: enable biasCriticalPath for all DAGs.
2013-01-24 Andrew TrickMIsched: Added biasCriticalPath.
2013-01-23 Bill WendlingAdd the heuristic to differentiate SSPStrong from SSPRe...
2013-01-23 Bill WendlingAdd the IR attribute 'sspstrong'.
2013-01-22 Tim NorthoverMake APFloat constructor require explicit semantics.
2013-01-21 Michael IlsemanIntroduce a new data structure, the SparseMultiSet...
2013-01-20 Nadav RotemRevert 172708.
2013-01-20 David BlaikieThe last of PR14471 - emission of constant floats
2013-01-18 Eric ChristopherSplit out DW_OP_addr for the split debug info DWARF5...
2013-01-18 Bill WendlingUse AttributeSet accessor methods instead of Attribute...
next