summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG
Commit message (Expand)AuthorAge
* Properly recognize "memory" constraint in clobber list of inline asm.embtoolkit-1.1.0Krzysztof Parzyszek2013-01-13
* Merging r167912: into the 3.2 release branch.Pawel Wodnicki2012-11-26
* 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
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Follow the same routine to add target float expansion hookMichael Liao2012-10-11
* Add in support for expansion of all of the comparison operations to the absol...Micah Villmow2012-10-10
* Add alternative support for FP_ROUND from v2f32 to v2f64Michael Liao2012-10-10
* Issue description:Stepan Dyatkovskiy2012-10-10
* Use the attribute enums to query if a parameter has an attribute.Bill Wendling2012-10-09
* Add in the first step of the multiple pointer support. This adds in support t...Micah Villmow2012-10-09
* Create enums for the different attributes.Bill Wendling2012-10-09
* Refactor the AddrMode class out of TLI to its own header file.Nadav Rotem2012-10-08
* misched: remove forceUnitLatencies. Defaults are handled by the default Sched...Andrew Trick2012-10-08
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Remove unused but set variable flagged by GCC.Benjamin Kramer2012-10-05
* Simplify code, don't or a bool with an uint64_t.Benjamin Kramer2012-10-05
* When merging connsecutive stores, use vectors to store the constant zero.Nadav Rotem2012-10-04
* Update to use the predicate methods to query if an attribute exists.Bill Wendling2012-10-03
* Fix a cycle in the DAG. In this code we replace multiple loads with a single ...Nadav Rotem2012-10-03