summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Delete a directory that wasn't supposed to be checked in yet.Micah Villmow2012-10-242-2/+2
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-244-13/+15
* Teach DAG combine to fold (buildvec (Xint2fp x)) to (Xint2fp (buildvec x))Michael Liao2012-10-241-0/+71
* Keep coding standard. Don't evaluate getNumOperands() every time.Jakub Staszak2012-10-241-1/+1
* Clean up code and put transformation on (build_vec (ext x)) into a helper funcMichael Liao2012-10-231-55/+69
* Make the indirect branch optimization deterministic. No functionality change.Nadav Rotem2012-10-231-8/+8
* Per the C++ standard, we need to include the definition of llvm::Calculate inRichard Smith2012-10-231-0/+1
* Don't crash when the Assignments vector is empty.Jakob Stoklund Olesen2012-10-211-1/+1
* Symbol hygiene: Make sure declarations and definitions match, make helper fun...Benjamin Kramer2012-10-202-1/+3
* 1. Remove noreturn attribute from __builtin_debugtrap().Shuxin Yang2012-10-191-2/+2
* revert r166264 because the LTO build is still failingNadav Rotem2012-10-191-2/+2
* This patch is to fix radar://8426430. It is about llvm support of __builtin_d...Shuxin Yang2012-10-193-5/+23
* recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...Nadav Rotem2012-10-191-2/+2
* Simplify condition checking as CONCAT assume all inputs of the same type.Michael Liao2012-10-191-3/+3
* Clear unknown mem ops when merging stack slots (pr14090)Sebastian Pop2012-10-181-6/+13
* Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*Sebastian Pop2012-10-181-0/+1
* In SimplifySelectOps we pulled two loads through a select node despite the fa...Nadav Rotem2012-10-181-0/+4
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-181-2/+2
* Revert part of r166049 back and enable test case in r166125.Michael Liao2012-10-171-0/+42
* Revert r166049Michael Liao2012-10-171-46/+0
* Teach DAG combine to fold (extract_subvec (concat v1, ..) i) to v_iMichael Liao2012-10-171-2/+17
* Switch MRI::UsedPhysRegs to a register unit bit vector.Jakob Stoklund Olesen2012-10-171-2/+2
* Add a really faster pre-RA scheduler (-pre-RA-sched=linearize). It doesn't useEvan Cheng2012-10-173-3/+160
* Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().Jakob Stoklund Olesen2012-10-172-2/+2
* misched: Better handling of invalid latencies in the machine modelAndrew Trick2012-10-171-2/+10
* Use a SparseSet instead of a BitVector for UsedInInstr in RAFast.Jakob Stoklund Olesen2012-10-171-23/+30
* Avoid rematerializing a redef immediately after the old def.Jakob Stoklund Olesen2012-10-161-0/+7
* Revert r166046 "Switch back to the old coalescer for now to fix the 32 bit bit"Jakob Stoklund Olesen2012-10-161-344/+1
* Teach DAG combine to fold (trunc (fptoXi x)) to (fptoXi x)Michael Liao2012-10-161-0/+46
* Switch back to the old coalescer for now to fix the 32 bit bitRafael Espindola2012-10-161-1/+344
* Issue:Stepan Dyatkovskiy2012-10-161-1/+1
* misched: Added handleMove support for updating all kill flags, not just for a...Andrew Trick2012-10-162-8/+21
* Remove unused BitVectors from getAllocatableSet().Jakob Stoklund Olesen2012-10-163-9/+1
* Remove RegisterClassInfo::isReserved() and isAllocatable().Jakob Stoklund Olesen2012-10-156-17/+18
* Remove LIS::isAllocatable() and isReserved() helpers.Jakob Stoklund Olesen2012-10-154-7/+5
* Switch most getReservedRegs() clients to the MRI equivalent.Jakob Stoklund Olesen2012-10-1510-40/+25
* Freeze the reserved registers as soon as isel is complete.Jakob Stoklund Olesen2012-10-152-9/+10
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-151-3/+3
* Make sure we iterate over newly created instructions. Fixes pr13625. Testcase toRafael Espindola2012-10-151-0/+5
* misched: ILP scheduler for experimental heuristics.Andrew Trick2012-10-152-20/+197
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-159-24/+29
* Remove the bitwise XOR operator from the Attributes class. Replace it with th...Bill Wendling2012-10-141-2/+2
* Drop <def,dead> flags when merging into an unused lane.Jakob Stoklund Olesen2012-10-131-4/+9
* Allow for loops in LiveIntervals::pruneValue().Jakob Stoklund Olesen2012-10-131-29/+32
* Use a transposed algorithm for handleMove().Jakob Stoklund Olesen2012-10-121-427/+213
* Fix coalescing with IMPLICIT_DEF values.Jakob Stoklund Olesen2012-10-121-21/+54
* Fix big-endian codegen bug in DAGTypeLegalizer::ExpandRes_BITCASTUlrich Weigand2012-10-121-0/+4
* Legalizer optimize a pair of div / mod to a call to divrem libcall if they areEvan Cheng2012-10-121-0/+2
* Remove unnecessary classof()'sSean Silva2012-10-111-8/+0
* Revert 165732 for further review.Micah Villmow2012-10-119-29/+24
OpenPOWER on IntegriCloud