| Commit message (Expand) | Author | Age | Files | Lines |
* | Bail from FastISel when we encounter a volatile memset intrinsic. Patch by Ivan | Nick Lewycky | 2011-08-02 | 1 | -0/+3 |
* | Teach PreprocessISelDAG to be aware of vector types and to not process them. | Bruno Cardoso Lopes | 2011-08-01 | 1 | -2/+2 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -10/+10 |
* | Fix a problem with fast-isel return values introduced in r134018. | Jakob Stoklund Olesen | 2011-06-30 | 1 | -2/+3 |
* | Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo. | Evan Cheng | 2011-06-28 | 1 | -2/+2 |
* | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and | Evan Cheng | 2011-06-28 | 1 | -1/+1 |
* | Clean up the handling of the x87 fp stack to make it more robust. | Jakob Stoklund Olesen | 2011-06-28 | 1 | -7/+9 |
* | Remove TargetOptions.h dependency from X86Subtarget. | Evan Cheng | 2011-06-23 | 1 | -1/+3 |
* | Make sure to pass OpFlags into MachineInstrBuilder::addExternalSymbol; the | Eli Friedman | 2011-06-11 | 1 | -1/+1 |
* | Add full x86 fast-isel support for memcpy and memset. | Eli Friedman | 2011-06-10 | 1 | -9/+50 |
* | Add a parameter to CCState so that it can access the MachineFunction. | Eric Christopher | 2011-06-08 | 1 | -17/+21 |
* | Rewrite fast-isel integer cast handling to handle more cases, and to be simpl... | Eli Friedman | 2011-05-25 | 1 | -25/+43 |
* | Add fast-isel support for byval calls on x86. | Eli Friedman | 2011-05-20 | 1 | -17/+51 |
* | Add fast-isel support for zeroext and signext ret instructions on x86. | Eli Friedman | 2011-05-19 | 1 | -5/+25 |
* | Revert unintentional commit. | Eli Friedman | 2011-05-18 | 1 | -26/+5 |
* | More instcombine simplifications towards better debug locations. | Eli Friedman | 2011-05-18 | 1 | -5/+26 |
* | Add x86 fast-isel for calls returning first-class aggregates. rdar://9435872. | Eli Friedman | 2011-05-17 | 1 | -46/+51 |
* | Back out r131444 and r131438; they're breaking nightly tests. I'll look into | Eli Friedman | 2011-05-17 | 1 | -43/+48 |
* | Add x86 fast-isel for calls returning first-class aggregates. rdar://9435872. | Eli Friedman | 2011-05-17 | 1 | -48/+43 |
* | Make fast-isel work correctly s/uadd.with.overflow intrinsics. | Eli Friedman | 2011-05-16 | 1 | -76/+7 |
* | Fix a FIXME by moving the fast-isel implementation of the objectsize intrinsi... | Eli Friedman | 2011-05-14 | 1 | -23/+0 |
* | Zap useless code; this hasn't done anything useful since fast-isel switched t... | Eli Friedman | 2011-05-14 | 1 | -29/+0 |
* | 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 |