summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAge
...
* Identify end of prologue (and beginning of function body) using DW_LNS_set_pr...Devang Patel2011-05-11
* Fixes a bug in the DAGCombiner. LoadSDNodes have two values (data, chain).Nadav Rotem2011-05-11
* Add custom lowering of X86 vector SRA/SRL/SHL when the shift amount is a spla...Nadav Rotem2011-05-11
* Revert 131172 as it is causing clang to miscompile itself. I will tryRafael Espindola2011-05-11
* Add a late optimization to BranchFolding that hoist common instruction sequencesEvan Cheng2011-05-11
* X86: Add a bunch of peeps for add and sub of SETB.Benjamin Kramer2011-05-08
* Emit a proper error message when register allocators run out of registers.Jakob Stoklund Olesen2011-05-06
* Re-revert r130877; it's apparently causing a regression on 197.parser,Eli Friedman2011-05-06
* Don't produce a __debug_frame.Rafael Espindola2011-05-05
* Avoid extra vreg copies for arguments passed in registers. Specifically, thi...Eli Friedman2011-05-05
* Prepare remaining tests for -join-physreg going away.Jakob Stoklund Olesen2011-05-04
* Fix a batch of x86 tests to be coalescer independent.Jakob Stoklund Olesen2011-05-04
* Re-commit r130862 with a minor change to avoid an iterator running off the ed...Eli Friedman2011-05-04
* Back out r130862; it appears to be breaking bootstrap.Eli Friedman2011-05-04
* Teach MachineCSE how to do simple cross-block CSE involving physregs. This a...Eli Friedman2011-05-04
* Don't depend on the physreg coalescing order.Jakob Stoklund Olesen2011-05-04
* Replace the "movnt" intrinsics with a native store + nontemporal metadata bit.Bill Wendling2011-05-03
* Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.Rafael Espindola2011-05-01
* GCC uses a different encoding of pointers in the FDE when usingRafael Espindola2011-05-01
* Revert the previous patch while I figure out how to make llvm-gccRafael Espindola2011-04-30
* Enable CFI on OS X.Rafael Espindola2011-04-30
* Allow folded spills in test.Jakob Stoklund Olesen2011-04-30
* Weekly fix of register allocation dependent unit tests.Jakob Stoklund Olesen2011-04-30
* Change DwarfCFIException's member variables to track what it actuallyRafael Espindola2011-04-29
* fast-isel sret calls, try 2. We actually do need to do something on x86-32. ...Eli Friedman2011-04-28
* Actually revert r130348 correctly.Eli Friedman2011-04-28
* Revert r130348; causing buildbot issues on x86-32.Eli Friedman2011-04-28
* Teach dwarf writer to handle complex address expression for .debug_loc entries.Devang Patel2011-04-28
* Fix a silly mistake in r130338.Eli Friedman2011-04-28
* fast-isel sret. We actually don't need to do anything special on x86. :) rda...Eli Friedman2011-04-27
* Make the fast-isel code for literal 0.0 a bit shorter/faster, since 0.0 is co...Eli Friedman2011-04-27
* Fix an edge case involving branches in fast-isel on x86.Eli Friedman2011-04-27
* Be careful about scheduling nodes above previous calls. It increase usages ofEvan Cheng2011-04-26
* Force a triple on this test to unbreak windows buildbots.Benjamin Kramer2011-04-26
* Fast-isel support for simple inline asms.Dan Gohman2011-04-26
* Add test for PR9743.Rafael Espindola2011-04-26
* A dbg.declare may not be in entry block, even if it is referring to an incomi...Devang Patel2011-04-25
* Make tests more useful.Benjamin Kramer2011-04-25
* test/CodeGen/X86/shrink-compare.ll: Relax expressions for Win64.NAKAMURA Takumi2011-04-23
* Recommit the fix for rdar://9289512 with a couple tweaks toChris Lattner2011-04-22
* DAGCombine: fold "(zext x) == C" into "x == (trunc C)" if the trunc is lossless.Benjamin Kramer2011-04-22
* X86: Try to use a smaller encoding by transforming (X << C1) & C2 into (X & (...Benjamin Kramer2011-04-22
* Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...",Daniel Dunbar2011-04-21
* llc: Eliminate a use of getDarwinMajorNumber().Daniel Dunbar2011-04-19
* Add support for FastISel'ing varargs calls.Eli Friedman2011-04-19
* Implement support for x86 fastisel of small fixed-sized memcpys, which are ge...Chris Lattner2011-04-19
* Implement support for fast isel of calls of i1 arguments, even though they ar...Chris Lattner2011-04-19
* Handle i1/i8/i16 constant integer arguments to calls by prepromoting them.Chris Lattner2011-04-19
* be layout aware, to produce:Chris Lattner2011-04-19
* fix rdar://9297006 - fast isel bails out on trunc to i1 -> bools cry,Chris Lattner2011-04-19