| Commit message (Expand) | Author | Age | Files | Lines |
* | fast-isel sret calls, try 2. We actually do need to do something on x86-32. ... | Eli Friedman | 2011-04-28 | 1 | -2/+4 |
* | Revert r130348; causing buildbot issues on x86-32. | Eli Friedman | 2011-04-28 | 1 | -0/+1 |
* | fast-isel sret. We actually don't need to do anything special on x86. :) rda... | Eli Friedman | 2011-04-27 | 1 | -1/+0 |
* | Make the fast-isel code for literal 0.0 a bit shorter/faster, since 0.0 is co... | Eli Friedman | 2011-04-27 | 1 | -0/+41 |
* | Refactor out code to fast-isel a memcpy operation with a small constant | Eli Friedman | 2011-04-27 | 1 | -32/+40 |
* | Fix an edge case involving branches in fast-isel on x86. | Eli Friedman | 2011-04-27 | 1 | -2/+4 |
* | ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS | Daniel Dunbar | 2011-04-20 | 1 | -2/+2 |
* | Target/X86: Eliminate uses of getDarwinVers(). | Daniel Dunbar | 2011-04-19 | 1 | -1/+2 |
* | Add support for FastISel'ing varargs calls. | Eli Friedman | 2011-04-19 | 1 | -4/+21 |
* | Implement support for x86 fastisel of small fixed-sized memcpys, which are ge... | Chris Lattner | 2011-04-19 | 1 | -5/+50 |
* | tidy up | Chris Lattner | 2011-04-19 | 1 | -3/+5 |
* | Implement support for fast isel of calls of i1 arguments, even though they ar... | Chris Lattner | 2011-04-19 | 1 | -10/+23 |
* | Handle i1/i8/i16 constant integer arguments to calls by prepromoting them. | Chris Lattner | 2011-04-19 | 1 | -9/+22 |
* | be layout aware, to produce: | Chris Lattner | 2011-04-19 | 1 | -1/+8 |
* | fix rdar://9297006 - fast isel bails out on trunc to i1 -> bools cry, | Chris Lattner | 2011-04-19 | 1 | -6/+29 |
* | 1. merge fast-isel-shift-imm.ll into fast-isel-x86-64.ll | Chris Lattner | 2011-04-17 | 1 | -22/+13 |
* | fix an x86 fast isel issue where we'd completely give up on folding an address | Chris Lattner | 2011-04-17 | 1 | -71/+71 |
* | fix an oversight which caused us to compile the testcase (and other | Chris Lattner | 2011-04-17 | 1 | -4/+7 |
* | tidy up and reduce indentation. | Chris Lattner | 2011-04-17 | 1 | -37/+39 |
* | Don't include Operator.h from InstrTypes.h. | Jay Foad | 2011-04-11 | 1 | -0/+1 |
* | Fix fast-isel address mode folding to avoid folding instructions | Dan Gohman | 2011-03-22 | 1 | -16/+22 |
* | Target/X86/X86FastISel: [PR6275] Fix Win32's dllimport function with fastisel. | NAKAMURA Takumi | 2011-02-21 | 1 | -2/+6 |
* | reapply my fix for PR8961 with a tweak to properly handle | Chris Lattner | 2011-01-16 | 1 | -1/+1 |
* | revert my fastisel patch again which apparently still gives the | Chris Lattner | 2011-01-14 | 1 | -1/+1 |
* | reapply r123414 now that the botz are calmed down and the fix is already in. | Chris Lattner | 2011-01-14 | 1 | -1/+1 |
* | r123414 broke llvm-gcc bootstrap apparently, revert | Chris Lattner | 2011-01-14 | 1 | -1/+1 |
* | fix PR8961 - a fast isel miscompilation where we'd insert a new instruction | Chris Lattner | 2011-01-14 | 1 | -1/+1 |
* | Do not model all INLINEASM instructions as having unmodelled side effects. | Evan Cheng | 2011-01-07 | 1 | -2/+2 |
* | Remove dead code and silence warnings. | Benjamin Kramer | 2011-01-06 | 1 | -2/+0 |
* | silence more self assignment warnings. | Chris Lattner | 2011-01-05 | 1 | -3/+3 |
* | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck | 2010-11-23 | 1 | -76/+76 |
* | Reapply r118917. With pseudo-instruction expansion moved to | Dan Gohman | 2010-11-16 | 1 | -5/+5 |
* | Revert r118917, which is implicated in the llvm-gcc-i386-linux-selfhost failure. | Dan Gohman | 2010-11-13 | 1 | -5/+5 |
* | When the definition of an address value is in a different block | Dan Gohman | 2010-11-12 | 1 | -5/+5 |
* | In the calling convention logic, ValVT is always a legal type, | Duncan Sands | 2010-11-04 | 1 | -1/+1 |
* | Inside the calling convention logic LocVT is always a simple | Duncan Sands | 2010-11-03 | 1 | -24/+25 |
* | Factorize the duplicated logic for choosing the right argument | Duncan Sands | 2010-10-31 | 1 | -28/+1 |
* | Remove CCAssignFnForRet from X86 FastISel in favour of RetCC_X86, | Duncan Sands | 2010-10-31 | 1 | -16/+1 |
* | Noticed by inspection when looking for other cmov bits. | Eric Christopher | 2010-09-29 | 1 | -0/+3 |
* | MMX parameters aren't handled here yet. | Dale Johannesen | 2010-09-27 | 1 | -0/+3 |
* | implement rdar://6653118 - fastisel should fold loads where possible. | Chris Lattner | 2010-09-05 | 1 | -0/+35 |
* | Fix x86 fast-isel's cmp+branch folding to avoid folding when the | Dan Gohman | 2010-08-21 | 1 | -2/+4 |
* | Make fast isel win64-aware w.r.t. call-clobbered regs | Nate Begeman | 2010-07-22 | 1 | -3/+14 |
* | Use MI.isCopy. | Jakob Stoklund Olesen | 2010-07-16 | 1 | -4/+2 |
* | Last COPY conversion. | Jakob Stoklund Olesen | 2010-07-14 | 1 | -3/+2 |
* | Don't propagate debug locations to instructions for materializing | Dan Gohman | 2010-07-14 | 1 | -1/+1 |
* | Don't fast-isel an x87 comparison opcode, as fast-isel doesn't | Dan Gohman | 2010-07-12 | 1 | -2/+2 |
* | Avoid SSE instructions in FastIsel when it is not available. | Jakob Stoklund Olesen | 2010-07-11 | 1 | -4/+4 |
* | Use COPY in X86FastISel::X86SelectRet. | Jakob Stoklund Olesen | 2010-07-11 | 1 | -6/+4 |
* | Use COPY in FastISel everywhere it is safe and trivial. | Jakob Stoklund Olesen | 2010-07-11 | 1 | -18/+8 |