summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG
Commit message (Expand)AuthorAge
* Refactor to make helper method static.Craig Topper2012-11-25
* Remove duplicate check of LimitFloatPrecision. It was already checked earlier...Craig Topper2012-11-25
* Factor common code out of individual if blocks into common tail.Craig Topper2012-11-25
* Remove redundant calls to getCurDebugLoc in visitIntrinsicCall. It's already ...Craig Topper2012-11-24
* Refactor a bit to make some helper methods static.Craig Topper2012-11-24
* Factor some common code out of individual if blocks.Craig Topper2012-11-24
* Refactor a bit to make some helper functions static.Craig Topper2012-11-23
* Cleanup: Simplify loop end logic in computeRegisterProperties().Patrik Hägglund2012-11-23
* llvm.fmuladd.* lowering should be checking isOperationLegalOrCustom, rather thanLang Hames2012-11-22
* Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete C...Eli Friedman2012-11-17
* Remove conditions from 'else if' that were guaranteed by preceding 'if'.Craig Topper2012-11-16
* Factor out the final FADD that's common to multiple code paths in the visitLo...Craig Topper2012-11-16
* Factor some common code to reduce compile size.Craig Topper2012-11-16
* Mark FP_ROUND for converting NEON v2f64 to v2f32 as expand. Add a missingEli Friedman2012-11-15
* Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.Craig Topper2012-11-15
* Handle DAG CSE adding new uses during ReplaceAllUsesWith. Fixes PR14333.Rafael Espindola2012-11-14
* Codegen support for arbitrary vector getelementptrs.Duncan Sands2012-11-13
* misched: Allow subtargets to enable misched and dependent options.Andrew Trick2012-11-13
* misched: Infrastructure for weak DAG edges.Andrew Trick2012-11-12
* ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies.Andrew Trick2012-11-06
* Be careful not to optimize a SELECT_CC into a SETCC post-legalization if the ...Owen Anderson2012-11-03
* OutputArg: added an index of the original argument to match the change toManman Ren2012-11-01
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Add a few more simple fast-math constant propagations and cancellations.Owen Anderson2012-11-01
* [inline asm] Get the mayLoad/mayStore directly from the MIOp_ExtraInfo operand.Chad Rosier2012-10-30
* Add a comment for r167040.Chad Rosier2012-10-30
* [inline asm] Implement mayLoad and mayStore for inline assembly. In general,Chad Rosier2012-10-30
* In various places throughout the code generator, there were specialUlrich Weigand2012-10-29
* Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow2012-10-24
* Delete a directory that wasn't supposed to be checked in yet.Micah Villmow2012-10-24
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Teach DAG combine to fold (buildvec (Xint2fp x)) to (Xint2fp (buildvec x))Michael Liao2012-10-24
* Keep coding standard. Don't evaluate getNumOperands() every time.Jakub Staszak2012-10-24
* Clean up code and put transformation on (build_vec (ext x)) into a helper funcMichael Liao2012-10-23
* Make the indirect branch optimization deterministic. No functionality change.Nadav Rotem2012-10-23
* Symbol hygiene: Make sure declarations and definitions match, make helper fun...Benjamin Kramer2012-10-20
* 1. Remove noreturn attribute from __builtin_debugtrap().Shuxin Yang2012-10-19
* This patch is to fix radar://8426430. It is about llvm support of __builtin_d...Shuxin Yang2012-10-19
* Simplify condition checking as CONCAT assume all inputs of the same type.Michael Liao2012-10-19
* In SimplifySelectOps we pulled two loads through a select node despite the fa...Nadav Rotem2012-10-18
* Revert part of r166049 back and enable test case in r166125.Michael Liao2012-10-17
* Revert r166049Michael Liao2012-10-17
* Teach DAG combine to fold (extract_subvec (concat v1, ..) i) to v_iMichael Liao2012-10-17
* Add a really faster pre-RA scheduler (-pre-RA-sched=linearize). It doesn't useEvan Cheng2012-10-17
* Teach DAG combine to fold (trunc (fptoXi x)) to (fptoXi x)Michael Liao2012-10-16
* Freeze the reserved registers as soon as isel is complete.Jakob Stoklund Olesen2012-10-15
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Fix big-endian codegen bug in DAGTypeLegalizer::ExpandRes_BITCASTUlrich Weigand2012-10-12
* Legalizer optimize a pair of div / mod to a call to divrem libcall if they areEvan Cheng2012-10-12