summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Remove GC roots that reference dead objects.Nicolas Geoffray2012-10-26
* Fix typo in comment.Nick Lewycky2012-10-26
* Stop running the machine code verifier unconditionally.Jakob Stoklund Olesen2012-10-25
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-10-24
* 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
* Per the C++ standard, we need to include the definition of llvm::Calculate inRichard Smith2012-10-23
* Don't crash when the Assignments vector is empty.Jakob Stoklund Olesen2012-10-21
* 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
* revert r166264 because the LTO build is still failingNadav Rotem2012-10-19
* This patch is to fix radar://8426430. It is about llvm support of __builtin_d...Shuxin Yang2012-10-19
* recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...Nadav Rotem2012-10-19
* Simplify condition checking as CONCAT assume all inputs of the same type.Michael Liao2012-10-19
* Clear unknown mem ops when merging stack slots (pr14090)Sebastian Pop2012-10-18
* Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*Sebastian Pop2012-10-18
* In SimplifySelectOps we pulled two loads through a select node despite the fa...Nadav Rotem2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-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
* Switch MRI::UsedPhysRegs to a register unit bit vector.Jakob Stoklund Olesen2012-10-17
* Add a really faster pre-RA scheduler (-pre-RA-sched=linearize). It doesn't useEvan Cheng2012-10-17
* Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().Jakob Stoklund Olesen2012-10-17
* misched: Better handling of invalid latencies in the machine modelAndrew Trick2012-10-17
* Use a SparseSet instead of a BitVector for UsedInInstr in RAFast.Jakob Stoklund Olesen2012-10-17
* Avoid rematerializing a redef immediately after the old def.Jakob Stoklund Olesen2012-10-16
* Revert r166046 "Switch back to the old coalescer for now to fix the 32 bit bit"Jakob Stoklund Olesen2012-10-16
* Teach DAG combine to fold (trunc (fptoXi x)) to (fptoXi x)Michael Liao2012-10-16
* Switch back to the old coalescer for now to fix the 32 bit bitRafael Espindola2012-10-16
* Issue:Stepan Dyatkovskiy2012-10-16
* misched: Added handleMove support for updating all kill flags, not just for a...Andrew Trick2012-10-16
* Remove unused BitVectors from getAllocatableSet().Jakob Stoklund Olesen2012-10-16
* Remove RegisterClassInfo::isReserved() and isAllocatable().Jakob Stoklund Olesen2012-10-15
* Remove LIS::isAllocatable() and isReserved() helpers.Jakob Stoklund Olesen2012-10-15
* Switch most getReservedRegs() clients to the MRI equivalent.Jakob Stoklund Olesen2012-10-15
* Freeze the reserved registers as soon as isel is complete.Jakob Stoklund Olesen2012-10-15
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-15
* Make sure we iterate over newly created instructions. Fixes pr13625. Testcase toRafael Espindola2012-10-15
* misched: ILP scheduler for experimental heuristics.Andrew Trick2012-10-15
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Remove the bitwise XOR operator from the Attributes class. Replace it with th...Bill Wendling2012-10-14
* Drop <def,dead> flags when merging into an unused lane.Jakob Stoklund Olesen2012-10-13
* Allow for loops in LiveIntervals::pruneValue().Jakob Stoklund Olesen2012-10-13
* Use a transposed algorithm for handleMove().Jakob Stoklund Olesen2012-10-12