| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Functions are allowed to return structures. (Note that this test never failed.) | Nick Lewycky | 2008-03-16 | 1 | -7/+0 |
* | Regressions/ is long gone. | Nick Lewycky | 2008-03-16 | 1 | -1/+1 |
* | Commit works on regular functions too. Fix the syntax to allow @foo. | Nick Lewycky | 2008-03-16 | 1 | -3/+3 |
* | C and Objective Caml bindings for PassManagers. | Gordon Henriksen | 2008-03-16 | 6 | -14/+234 |
* | Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs... | Christopher Lamb | 2008-03-16 | 11 | -208/+158 |
* | Minor documentation fix. | Gordon Henriksen | 2008-03-15 | 1 | -1/+1 |
* | Remove isImplicitDef TargetInstrDesc flag. | Evan Cheng | 2008-03-15 | 6 | -16/+3 |
* | Replace all target specific implicit def instructions with a target independe... | Evan Cheng | 2008-03-15 | 31 | -178/+68 |
* | Expose Module::dump via C and Ocaml. | Gordon Henriksen | 2008-03-14 | 4 | -0/+14 |
* | Expose Module::dump via C and Ocaml. | Gordon Henriksen | 2008-03-14 | 1 | -0/+4 |
* | move the Use destructor where it belongs to | Gabor Greif | 2008-03-14 | 2 | -6/+4 |
* | Back out r48353. Not needed. | Evan Cheng | 2008-03-14 | 2 | -16/+4 |
* | Do not generate special entries in the dwarf eh | Duncan Sands | 2008-03-14 | 1 | -6/+2 |
* | Restore this member, which is used on win32. | Chris Lattner | 2008-03-14 | 1 | -2/+1 |
* | Fix PR2138. Apparently any modification to a std::multimap (including remove ... | Evan Cheng | 2008-03-14 | 2 | -2/+56 |
* | this was removed from the Unix side. | Chris Lattner | 2008-03-14 | 1 | -5/+0 |
* | Update comments; getPassName no longer uses RTTI. | Dan Gohman | 2008-03-14 | 2 | -5/+5 |
* | Move the PMStack class out of Pass.h and into PassManagers.h. | Dan Gohman | 2008-03-14 | 3 | -28/+32 |
* | Implement the real calling convention for ppc32 Altivec: | Dale Johannesen | 2008-03-14 | 1 | -21/+118 |
* | Fix some 80 col violations. | Evan Cheng | 2008-03-14 | 1 | -22/+22 |
* | Fix a number of encoding bugs. SSE 4.1 instructions MPSADBWrri, PINSRDrr, etc... | Evan Cheng | 2008-03-14 | 3 | -32/+32 |
* | Add debugging stuff. | Evan Cheng | 2008-03-14 | 1 | -0/+4 |
* | Add an issue that is preventing instcombine from doing a simplification. | Chris Lattner | 2008-03-14 | 1 | -5/+43 |
* | Simplify using getIntPtrConstant. | Duncan Sands | 2008-03-14 | 1 | -5/+3 |
* | The inst combining of inttoptr into GEP with one index was using the bit size of | Bill Wendling | 2008-03-14 | 2 | -1/+10 |
* | Add an MO_Undef MachineOperandType, intended for INSERT_SUBREG. Next up MO_Un... | Evan Cheng | 2008-03-14 | 2 | -4/+16 |
* | Tabs -> spaces | Nate Begeman | 2008-03-14 | 1 | -14/+23 |
* | Forgot this. | Evan Cheng | 2008-03-14 | 1 | -8/+6 |
* | Livein copy scheduling fixes: do not coalesce physical register copies, corre... | Evan Cheng | 2008-03-14 | 1 | -112/+42 |
* | Use SDTNone instead of duplicating it. | Dan Gohman | 2008-03-13 | 2 | -4/+2 |
* | Fix a typo in a comment. | Dan Gohman | 2008-03-13 | 1 | -1/+1 |
* | More APInt-ification. | Dan Gohman | 2008-03-13 | 6 | -67/+91 |
* | Fix a bug in GVN that Duncan noticed, where we potentially need to insert a | Owen Anderson | 2008-03-13 | 2 | -1/+24 |
* | Fix error in testing for END. notation. | Tanya Lattner | 2008-03-13 | 1 | -1/+1 |
* | Undo tweak. It had no obvious benefit. | Evan Cheng | 2008-03-13 | 1 | -19/+4 |
* | Remove unused GetAddressOfSymbol() | Devang Patel | 2008-03-13 | 2 | -31/+3 |
* | New test case. | Evan Cheng | 2008-03-13 | 1 | -0/+68 |
* | Typo. | Evan Cheng | 2008-03-13 | 1 | -1/+1 |
* | Don't try to sink 3-address instruction if convertToThreeAddress created more... | Evan Cheng | 2008-03-13 | 1 | -1/+6 |
* | A test case I forgot to check in. | Evan Cheng | 2008-03-13 | 1 | -0/+94 |
* | Remove an unused command line option. | Evan Cheng | 2008-03-13 | 1 | -9/+0 |
* | TwoAddressInstructionPass enhancement. After it converts a two address instru... | Evan Cheng | 2008-03-13 | 3 | -14/+161 |
* | Get rid of a pseudo instruction and replace it with subreg based operation on... | Christopher Lamb | 2008-03-13 | 11 | -79/+65 |
* | Fix Path::GetMainExecutable on cygwin, patch by Sam Bishop. | Chris Lattner | 2008-03-13 | 1 | -1/+10 |
* | remove extraneous namespace qualifier, PR2142 | Chris Lattner | 2008-03-13 | 1 | -2/+1 |
* | move a bunch of trivial methods to be inline. | Chris Lattner | 2008-03-13 | 4 | -132/+64 |
* | Various improvements suggested by Duncan | Chris Lattner | 2008-03-13 | 4 | -9/+11 |
* | Fix an incorrect comment, PR2147. | Chris Lattner | 2008-03-13 | 1 | -1/+1 |
* | Improve VarInfo::removeKill() by using std::find instead of linear search. | Evan Cheng | 2008-03-13 | 1 | -7/+6 |
* | Update -mem2reg to use succ_iterator instead of iterating across TerminatorInst | Nick Lewycky | 2008-03-13 | 1 | -13/+10 |