| Commit message (Expand) | Author | Age | Files | Lines |
| * | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner | 2009-12-03 | 1 | -1/+1 |
| * | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
| * | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 |
| * | fix PR4767, a crash because fp stackifier visited blocks in | Chris Lattner | 2009-09-08 | 1 | -0/+8 |
| * | eliminate uses of cerr() | Chris Lattner | 2009-08-23 | 1 | -3/+3 |
| * | remove various std::ostream version of printing methods from | Chris Lattner | 2009-08-23 | 1 | -3/+3 |
| * | - s/DOUT/DEBUG(errs()/g | Bill Wendling | 2009-08-03 | 1 | -10/+11 |
| * | X86 floating-point passes don't modify the CFG. | Dan Gohman | 2009-08-01 | 1 | -0/+1 |
| * | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -2/+2 |
| * | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -2/+3 |
| * | Fix PR4485. | Rafael Espindola | 2009-06-30 | 1 | -3/+6 |
| * | Fix PR4484. | Rafael Espindola | 2009-06-30 | 1 | -3/+5 |
| * | FIX PR 4459. | Rafael Espindola | 2009-06-29 | 1 | -1/+1 |
| * | Fix PR4185. | Rafael Espindola | 2009-06-21 | 1 | -2/+7 |
| * | Have only one definition of X86AddrNumOperands. | Rafael Espindola | 2009-03-28 | 1 | -1/+0 |
| * | Make code a bit less brittle by no hardcoding the number | Rafael Espindola | 2009-03-28 | 1 | -1/+2 |
| * | Model inline asm constraint which ties an input to an output register as mach... | Evan Cheng | 2009-03-23 | 1 | -2/+30 |
| * | Remove non-DebugLoc versions of BuildMI from X86. | Dale Johannesen | 2009-02-13 | 1 | -6/+15 |
| * | Implement FpSET_ST1_*. | Evan Cheng | 2009-02-09 | 1 | -1/+15 |
| * | Switch the MachineOperand accessors back to the short names like | Dan Gohman | 2008-10-03 | 1 | -4/+4 |
| * | Instead of setPreservesAll, just mark them preseving machine loop info and ma... | Evan Cheng | 2008-09-22 | 1 | -1/+2 |
| * | Mark several codegen passes as preserving all analysis. | Evan Cheng | 2008-09-22 | 1 | -0/+5 |
| * | Remove isImm(), isReg(), and friends, in favor of | Dan Gohman | 2008-09-13 | 1 | -2/+2 |
| * | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
| * | Remove more uses of std::set. | Owen Anderson | 2008-08-14 | 1 | -3/+3 |
| * | Eliminate a compilation warning. | Evan Cheng | 2008-07-21 | 1 | -0/+4 |
| * | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman | 2008-07-07 | 1 | -1/+1 |
| * | Restore this assert now that the livevar bug is fixed. | Chris Lattner | 2008-03-21 | 1 | -2/+7 |
| * | remove Evan's "ugly hack" that sorta attempted to get | Chris Lattner | 2008-03-21 | 1 | -5/+0 |
| * | Add support for calls that return two FP values in | Chris Lattner | 2008-03-21 | 1 | -0/+36 |
| * | disable a bogus assertion. | Chris Lattner | 2008-03-21 | 1 | -2/+2 |
| * | Enable support for returning two long-double values in ST(0)/ST(1). | Chris Lattner | 2008-03-21 | 1 | -4/+1 |
| * | Implement basic support for the 'f' register class constraint. This basically | Chris Lattner | 2008-03-11 | 1 | -2/+45 |
| * | Fix the build on gcc 4.2. | Nick Lewycky | 2008-03-11 | 1 | -1/+1 |
| * | Change the model for FP Stack return to use fp operands on the | Chris Lattner | 2008-03-11 | 1 | -18/+100 |
| * | rename FP_SETRESULT -> FP_SET_ST0 | Chris Lattner | 2008-03-09 | 1 | -3/+3 |
| * | rename FpGETRESULT32 -> FpGET_ST0_32 etc. Add support for | Chris Lattner | 2008-03-09 | 1 | -5/+5 |
| * | Refactor code. Remove duplicated functions that basically do the same thing as | Evan Cheng | 2008-03-05 | 1 | -20/+8 |
| * | Work in progress. This patch *fixes* x86-64 calls which are modelled as Struc... | Evan Cheng | 2008-01-29 | 1 | -0/+5 |
| * | Improve the FP stackifier to decide all on its own whether | Chris Lattner | 2008-01-14 | 1 | -23/+30 |
| * | rename MachineInstr::setInstrDescriptor -> setDesc | Chris Lattner | 2008-01-11 | 1 | -6/+6 |
| * | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner | 2008-01-07 | 1 | -5/+5 |
| * | Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor | Chris Lattner | 2008-01-07 | 1 | -4/+4 |
| * | Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects | Chris Lattner | 2008-01-07 | 1 | -5/+5 |
| * | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner | 2007-12-31 | 1 | -1/+2 |
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | Enabling new condition code modeling scheme. | Evan Cheng | 2007-09-29 | 1 | -33/+0 |
| * | New style x87 cmp instructions. | Evan Cheng | 2007-09-25 | 1 | -0/+6 |
| * | Added support for new condition code modeling scheme (i.e. physical register ... | Evan Cheng | 2007-09-25 | 1 | -0/+27 |
| * | another long double buglet | Dale Johannesen | 2007-09-20 | 1 | -0/+1 |