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