aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2012-11-21Update for some of the coding standard before rearranging functionsEric Christopher
2012-11-21Update some comments.Eric Christopher
2012-11-21Update and add some comments.Eric Christopher
2012-11-21Whitespace.Eric Christopher
2012-11-20Remove constness from this, it modifies the output stream as doesEric Christopher
2012-11-20Remove unused function argument, add a bit to the comment.Eric Christopher
2012-11-20Formatting.Eric Christopher
2012-11-20Whitespace.Eric Christopher
2012-11-20Fix physical register liveness calculations:Tim Northover
2012-11-19Remove a function argument and propagate const around accordingly.Eric Christopher
2012-11-19Whitespace and 80-col.Eric Christopher
2012-11-19Make AsmPrinter::EmitTTypeReference() more robust - putAnton Korobeynikov
2012-11-19Factor out type info emission into separate routine.Anton Korobeynikov
2012-11-19Move section label emission to module end. Nothing should beEric Christopher
2012-11-19Handle mixed normal and early-clobber defs on inline asm.Jakob Stoklund Olesen
2012-11-19Move else onto line with preceding closing brace.Craig Topper
2012-11-17Broaden isSchedulingBoundary to check aliases of SP.Andrew Trick
2012-11-17Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete C...Eli Friedman
2012-11-16Use array_pod_sort instead of std::sort.Andrew Trick
2012-11-16Remove conditions from 'else if' that were guaranteed by preceding 'if'.Craig Topper
2012-11-16Factor out the final FADD that's common to multiple code paths in the visitLo...Craig Topper
2012-11-16Factor some common code to reduce compile size.Craig Topper
2012-11-15Mark FP_ROUND for converting NEON v2f64 to v2f32 as expand. Add a missingEli Friedman
2012-11-15Use std::stable_sort instead of std::sort when sorting stack slotsUlrich Weigand
2012-11-15[reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a falseChad Rosier
2012-11-15Fix indeterminism in MI scheduler DAG construction.Sergei Larin
2012-11-15Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.Craig Topper
2012-11-15Fix an obvious merge bug in -join-globalcopies (disabled).Andrew Trick
2012-11-14Use reserve() to avoid vector reallocation.Jakub Staszak
2012-11-14canJoinPhys method doesn't modify CoalescerPair. Make it const.Jakub Staszak
2012-11-14Remove dead code.Chad Rosier
2012-11-14Fix really stupid ARM EHABI info generation bug: we should not emitAnton Korobeynikov
2012-11-14Add newlines to end of debug messages.Craig Topper
2012-11-14Handle DAG CSE adding new uses during ReplaceAllUsesWith. Fixes PR14333.Rafael Espindola
2012-11-14Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov
2012-11-13Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher
2012-11-13Revert -join-splitedges to a boolean cmd line option.Andrew Trick
2012-11-13The MachineScheduler does not currently require JoinSplitEdges.Andrew Trick
2012-11-13[MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev!Michael J. Spencer
2012-11-13Do not consider a machine instruction that uses and defines the sameUlrich Weigand
2012-11-13Fix -join-splitedges: my previous "cleanup" broke it.Andrew Trick
2012-11-13Codegen support for arbitrary vector getelementptrs.Duncan Sands
2012-11-13misched: Allow subtargets to enable misched and dependent options.Andrew Trick
2012-11-13Added RegisterCoalescer support for joining global copies first.Andrew Trick
2012-11-13misched: Don't consider artificial edges weak edges.Andrew Trick
2012-11-13Use the 'count' attribute instead of the 'upper_bound' attribute.Bill Wendling
2012-11-13Cleanup the main RegisterCoalescer loop.Andrew Trick
2012-11-12Cleanup -join-splitedges. Make the loop more obvious.Andrew Trick
2012-11-12Add an option to enable prototype "fission" capabilities and debug changes.Eric Christopher
2012-11-12Added a temporary option to avoid critical edges splitting.Andrew Trick