Cleanup: test source files do not need to be executable
[oota-llvm.git] / lib / CodeGen /
2013-04-22 Eric ChristopherTidy.
2013-04-22 Eric ChristopherUpdate comment. Whitespace.
2013-04-22 David BlaikieRevert "Revert "PR14606: debug info imported_module...
2013-04-21 Jim GrosbachLegalize vector truncates by parts rather than just...
2013-04-21 Jim GrosbachTidy up comment grammar.
2013-04-20 Tim NorthoverRemove unused ShouldFoldAtomicFences flag.
2013-04-20 Tim NorthoverRemove unused MEMBARRIER DAG node; it's been replaced...
2013-04-20 Stephen LinAdd CodeGen support for functions that always return...
2013-04-20 Stephen LinAllow tail call opportunity detection through nested...
2013-04-19 Eli BenderskySimplify the code in FastISel::tryToFoldLoad, add an...
2013-04-19 Eli BenderskyMove TryToFoldFastISelLoad to FastISel, where it belong...
2013-04-19 Michael LiaoArrayRefize getMachineNode(). No functionality change.
2013-04-19 Jakob Stoklund OlesenAdd an MRI::verifyUseLists() function.
2013-04-19 Eli BenderskyUse dbgs() consistently for -debug printouts
2013-04-19 Eric ChristopherRevert "PR14606: debug info imported_module support"
2013-04-19 David BlaikiePR14606: debug info imported_module support
2013-04-19 Eli BenderskyAdd some more stats for fast isel vs. SelectionDAG...
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-04-15 Andy GibbsReplace uses of the deprecated std::auto_ptr with Ownin...
2013-04-14 Nadav RotemDocument the decision to assume that the cost of floats...
2013-04-13 Andrew TrickMI-Sched: DEBUG formatting.
2013-04-13 Andrew TrickMI-Sched cleanup. If an instruction has no valid sched...
2013-04-13 Andrew TrickMI-Sched: schedule physreg copies.
2013-04-12 Nadav RotemCostModel: increase the default cost of supported float...
2013-04-12 Benjamin KramerRevert broken pieces of r179373.
2013-04-12 Andy GibbsReplace uses of the deprecated std::auto_ptr with Ownin...
2013-04-12 Nadav RotemDon't disable block layout when forcing block alignment.
2013-04-12 Nadav RotemAdd a flag to align all basic blocks in the function.
2013-04-11 Benjamin KramerAdd braces around || in && to pacify GCC.
2013-04-10 Hal FinkelManually remove successors in if conversion when CopyAn...
2013-04-10 Andrew TrickGeneralize the PassConfig API and remove addFinalizeReg...
2013-04-09 Eric ChristopherThe .dwo section shouldn't contain the unrelocated...
2013-04-09 Benjamin KramerDAGCombiner: Fold a shuffle on CONCAT_VECTORS into...
2013-04-07 Eric ChristopherDW_FORM_sec_offset should be a relocation on platforms...
2013-04-06 Nadav Rotemtypo
2013-04-06 Manman RenDwarf: use utostr on CUID to append to SmallString.
2013-04-05 Hal FinkelReapply r178845 with fix - Fix bug in PEI's virtual...
2013-04-05 Bill WendlingUse the target options specified on a function to reset...
2013-04-05 Hal FinkelRevert r178845 - Fix bug in PEI's virtual-register...
2013-04-05 Hal FinkelFix bug in PEI's virtual-register scavenging
2013-04-05 Andrew TrickRegisterPressure heuristics currently require signed...
2013-04-05 Andrew TrickDisable DFSResult for ConvergingScheduler.
2013-04-05 Andrew TrickMachineScheduler: format DEBUG output.
2013-04-04 Arnold SchwaighoferCostModel: Add parameter to instruction cost to further...
2013-04-04 Manman RenDebug Info: revert 178722 for now.
2013-04-04 Adrian Prantltypo
2013-04-04 Eli BenderskyFormatting
2013-04-04 Manman RenDebug Info: according to DWARF 2, FORM_ref_addr the...
2013-04-03 Bill SchmidtFix PR15632: No support for ppcf128 floating-point...
2013-04-03 Eric ChristopherFix grammar.
2013-04-03 Eric ChristopherRemove ZeroOrMore from the option description. We don...
2013-04-02 Jakob Stoklund OlesenAllow MachineTraceMetrics to be used when the model...
2013-04-02 Jakob Stoklund OlesenDon't attempt MTM heuristics without a scheduling model...
2013-04-02 Jakob Stoklund OlesenCount processor resources individually in MachineTraceM...
2013-04-02 Arnold SchwaighoferDAGCombiner: Merge store/loads when we have extload...
2013-04-01 Arnold SchwaighoferMerge load/store sequences with adresses: base + index...
2013-03-30 Benjamin KramerDAGCombine: visitXOR can replace a node without returni...
2013-03-29 Eric ChristopherUse SmallVectorImpl instead of SmallVector at the uses.
2013-03-29 Eric ChristopherUse 12 as the magic number for our abbreviation data...
2013-03-29 Eric ChristopherMove the construction of the skeleton compile unit...
2013-03-29 Benjamin KramerRemove the old CodePlacementOpt pass.
2013-03-29 Nadav RotemFix a typo
2013-03-28 Chad Rosier[fast-isel] Add a preemptive fix for the case where...
2013-03-27 Hal FinkelFix target-customized spilling in the register scavenger
2013-03-26 Hal FinkelFix the register scavenger for targets that provide...
2013-03-26 Hal FinkelUpdate PEI's virtual-register-based scavenging to suppo...
2013-03-25 Michael LiaoEnhance folding of (extract_subvec (insert_subvec V1...
2013-03-25 Shuxin YangDisable some unsafe-fp-math DAG-combine transformation...
2013-03-25 Eric ChristopherCouple more sets of tidying.
2013-03-25 Eric ChristopherFormatting.
2013-03-25 Duncan SandsTeach cmake about the new Erlang GC files.
2013-03-25 Yiannis TsiourisAdd a GC plugin for Erlang
2013-03-23 Owen AndersonRemove the type legality check from the SelectionDAGBui...
2013-03-23 Hal FinkelFix comparison of mixed signedness
2013-03-22 Hal FinkelAllow the register scavenger to spill multiple registers
2013-03-22 Hal FinkelRemove ScavengedRC from RegisterScavenging
2013-03-21 Matt ArsenaultFix missing std::. Not sure how this compiles for anyon...
2013-03-20 Justin HolewinskiMake variable name more explicit and eliminate redundan...
2013-03-20 Nadav RotemWhen computing the demanded bits of Load SDNodes, make...
2013-03-20 Christian KonigRevert "pre-RA-sched: fix TargetOpcode usage"
2013-03-20 Justin HolewinskiMove SDNode order propagation to SDNodeOrdering, which...
2013-03-20 Christian Konigpre-RA-sched: fix TargetOpcode usage
2013-03-20 Justin HolewinskiPropagate DAG node ordering during type legalization...
2013-03-18 Jakub StaszakMove #include of BitVector from .h to .cpp file.
2013-03-18 Jakub StaszakAdd some constantness.
2013-03-18 Hans WennborgFix integer comparison in DIEInteger::BestForm.
2013-03-18 Anton KorobeynikovWindows TLS: Section name prefix to ensure correct...
2013-03-16 Andrew TrickChange the default latency for implicit defs.
2013-03-14 Hal FinkelMove estimateStackSize from ARM into MachineFrameInfo
2013-03-14 Hal FinkelProvide the register scavenger to processFunctionBefore...
2013-03-13 Bill WendlingReset some of the target options which affect code...
2013-03-13 Manman RenNo functionality change. Use unreachable in getCUOffset.
2013-03-13 Manman RenNo functionality change. Use unreachable in getCompileUnit.
2013-03-13 Jakob Stoklund OlesenCheck register classes also when changing them.
2013-03-12 Manman RenDebug Info: use DW_FORM_ref_addr instead of DW_FORM_ref...
2013-03-12 Richard RelphAvoid generating ISD::SELECT for vector operands to...
2013-03-11 David BlaikieRemove support for versioned debug info.
2013-03-11 Nick LewyckyFix a crasher newly introduced in r176659/r176649,...
2013-03-10 Jakub StaszakCleanup #includes.
2013-03-08 Jakob Stoklund OlesenRemove wrong and unnecessary assertion.
next