| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary "inline" keywords. | Devang Patel | 2008-02-23 | 1 | -25/+21 |
* | Use dyn_cast instead of isa + cast. | Devang Patel | 2008-02-23 | 1 | -1/+5 |
* | Forgot this. | Evan Cheng | 2008-02-23 | 1 | -1/+1 |
* | To support multiple return values, now ret instruction supports multiple oper... | Devang Patel | 2008-02-23 | 2 | -14/+9 |
* | Split ParameterAttributes.h, putting the complicated | Dale Johannesen | 2008-02-22 | 2 | -204/+229 |
* | Remove an invalid assertion now that there are implicit virtual register oper... | Evan Cheng | 2008-02-22 | 1 | -2/+0 |
* | Add StripDeadPrototypes pass. | Devang Patel | 2008-02-22 | 1 | -0/+1 |
* | Pass alignment on ByVal parameters, from FE, all | Dale Johannesen | 2008-02-22 | 5 | -1/+27 |
* | Add smart refcounting pointer class to ADT back (known before as IntrusiveSPt... | Anton Korobeynikov | 2008-02-22 | 1 | -0/+264 |
* | Unbreak build for VC2008. Patch by Argiris Kirtzidis! | Anton Korobeynikov | 2008-02-22 | 1 | -0/+1 |
* | Enable re-materialization of instructions which have virtual register operand... | Evan Cheng | 2008-02-22 | 1 | -9/+25 |
* | Read and write getresult. | Devang Patel | 2008-02-22 | 1 | -1/+2 |
* | minor cleanups to LSBaseSDNode. | Chris Lattner | 2008-02-22 | 1 | -18/+17 |
* | Better names as per Evan's request | Andrew Lenharth | 2008-02-21 | 2 | -11/+12 |
* | Atomic op support. If any gcc test uses __sync builtins, it might start fail... | Andrew Lenharth | 2008-02-21 | 4 | -4/+70 |
* | Add convenient helper to get suffix of the file | Anton Korobeynikov | 2008-02-20 | 1 | -0/+8 |
* | Remove inline keywords from in-class function definitions, for | Dan Gohman | 2008-02-20 | 1 | -32/+32 |
* | getresult type is the type of indexed aggregate element | Devang Patel | 2008-02-20 | 1 | -5/+0 |
* | Specify GetResultInst index as an unsigned. | Devang Patel | 2008-02-20 | 1 | -10/+11 |
* | Fix typo. Add const version of getAggregateValue() accessor member function. | Devang Patel | 2008-02-20 | 1 | -2/+7 |
* | Add explicit keywords. | Dan Gohman | 2008-02-20 | 3 | -4/+6 |
* | Add an intersects method to APInt, to capture a common idiom. | Dan Gohman | 2008-02-20 | 1 | -0/+6 |
* | Add 'sink' cmdline option. Patch by Mikhail Glushenkov! | Anton Korobeynikov | 2008-02-20 | 1 | -1/+2 |
* | Fix newly-introduced 4.3 warnings | Anton Korobeynikov | 2008-02-20 | 1 | -1/+1 |
* | And final pack of warnings silencing | Anton Korobeynikov | 2008-02-20 | 1 | -0/+1 |
* | Update gcc 4.3 warnings fix patch with recent head changes | Anton Korobeynikov | 2008-02-20 | 1 | -2/+0 |
* | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov | 2008-02-20 | 9 | -11/+17 |
* | Fixed typo. | Bill Wendling | 2008-02-20 | 1 | -1/+1 |
* | More constification of things. More comments added. No functionality | Bill Wendling | 2008-02-20 | 1 | -3/+3 |
* | Add 'umax' similar to 'smax' SCEV. Closes PR2003. | Nick Lewycky | 2008-02-20 | 3 | -3/+35 |
* | Add some comments to Intrinsic::getDeclaration to clarify how to | Dan Gohman | 2008-02-20 | 1 | -0/+6 |
* | Add Alignment field to ParameterAttributes and | Dale Johannesen | 2008-02-19 | 1 | -0/+2 |
* | Add GetResultInst. First step for multiple return value support. | Devang Patel | 2008-02-19 | 3 | -1/+54 |
* | Expand ParameterAttributes to 32 bits (in preparation | Dale Johannesen | 2008-02-19 | 4 | -32/+39 |
* | remove the LowerSelect pass. The last client was the old Sparc backend, whic... | Chris Lattner | 2008-02-19 | 2 | -10/+0 |
* | remove the lower packed pass. It can never work and even the parts that | Chris Lattner | 2008-02-19 | 2 | -8/+0 |
* | - When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should c... | Evan Cheng | 2008-02-18 | 1 | -0/+5 |
* | Simplify caller updating using a CallSite, as | Duncan Sands | 2008-02-18 | 1 | -0/+1 |
* | New helper function getMBBFromIndex() that given an index in any instruction ... | Roman Levenstein | 2008-02-18 | 1 | -0/+30 |
* | Add support for setting parameters to CallSite. | Owen Anderson | 2008-02-18 | 1 | -0/+9 |
* | Add a predicate to Argument to check for the StructRet attribute. | Owen Anderson | 2008-02-17 | 1 | -0/+4 |
* | llvm.memory.barrier, and impl for x86 and alpha | Andrew Lenharth | 2008-02-16 | 2 | -0/+13 |
* | Rename CountMemOperands to ComputeMemOperandsEnd to reflect what | Dan Gohman | 2008-02-16 | 1 | -5/+6 |
* | Make tblgen a little smarter about constants smaller than i32. Currently, | Scott Michel | 2008-02-15 | 1 | -0/+4 |
* | - Removing the infamous r2rMap_ and rep() method. Now the coalescer will update | Evan Cheng | 2008-02-15 | 2 | -12/+29 |
* | Added CommuteChangesDestination(). This returns true if commuting the specified | Evan Cheng | 2008-02-15 | 1 | -0/+10 |
* | Change MemOperand's size and offset to be 64-bit. | Dan Gohman | 2008-02-15 | 1 | -5/+6 |
* | In TargetLowering::LowerCallTo, don't assert that | Duncan Sands | 2008-02-14 | 1 | -2/+2 |
* | Change how FP immediates are handled. | Nate Begeman | 2008-02-14 | 1 | -0/+1 |
* | Support a new type of MachineOperand, MO_FPImmediate, used for holding | Nate Begeman | 2008-02-14 | 1 | -0/+15 |