Age | Commit message (Expand) | Author |
2010-08-18 | Marked with ATTRIBUTE_USED so that clang doesn't complain. | Bill Wendling |
2010-08-16 | Partially revert r111155. It looks like MSVC is calling an operator<() that | Jakob Stoklund Olesen |
2010-08-16 | Remove unused functions. | Jakob Stoklund Olesen |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-07-17 | doxygenify some comments. | Chris Lattner |
2010-07-16 | Keep valgrind quiet. | Jakob Stoklund Olesen |
2010-07-16 | Search for a free FP register instead of just assuming FP7 is not in use. | Jakob Stoklund Olesen |
2010-07-16 | Allow x87 FP registers to be alive globally in a function. | Jakob Stoklund Olesen |
2010-07-10 | Don't emit st(0)/st(1) copies as FpMOV instructions. Use FpSET_ST? instead. | Jakob Stoklund Olesen |
2010-07-08 | add some long-overdue enums to refer to the parts of the 5-operand | Chris Lattner |
2010-07-08 | Teach the x86 floating point stackifier to handle COPY instructions. | Jakob Stoklund Olesen |
2010-06-22 | Use pre-increment instead of post-increment when the result is not used. | Dan Gohman |
2010-06-08 | Reapply r105521, this time appending "LLU" to 64 bit | Bruno Cardoso Lopes |
2010-06-05 | revert r105521, which is breaking the buildbots with stuff like this: | Chris Lattner |
2010-06-05 | Initial AVX support for some instructions. No patterns matched | Bruno Cardoso Lopes |
2010-04-28 | Teach X86FloatingPoint that a register can be killed multiple times by the same | Jakob Stoklund Olesen |
2010-02-09 | move target-independent opcodes out of TargetInstrInfo | Chris Lattner |
2010-01-05 | Change errs() to dbgs(). | David Greene |
2009-12-03 | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner |
2009-10-25 | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky |
2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky |
2009-09-08 | fix PR4767, a crash because fp stackifier visited blocks in | Chris Lattner |
2009-08-23 | eliminate uses of cerr() | Chris Lattner |
2009-08-23 | remove various std::ostream version of printing methods from | Chris Lattner |
2009-08-03 | - s/DOUT/DEBUG(errs()/g | Bill Wendling |
2009-08-01 | X86 floating-point passes don't modify the CFG. | Dan Gohman |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
2009-06-30 | Fix PR4485. | Rafael Espindola |
2009-06-30 | Fix PR4484. | Rafael Espindola |
2009-06-29 | FIX PR 4459. | Rafael Espindola |
2009-06-21 | Fix PR4185. | Rafael Espindola |
2009-03-28 | Have only one definition of X86AddrNumOperands. | Rafael Espindola |
2009-03-28 | Make code a bit less brittle by no hardcoding the number | Rafael Espindola |
2009-03-23 | Model inline asm constraint which ties an input to an output register as mach... | Evan Cheng |
2009-02-13 | Remove non-DebugLoc versions of BuildMI from X86. | Dale Johannesen |
2009-02-09 | Implement FpSET_ST1_*. | Evan Cheng |
2008-10-03 | Switch the MachineOperand accessors back to the short names like | Dan Gohman |
2008-09-22 | Instead of setPreservesAll, just mark them preseving machine loop info and ma... | Evan Cheng |
2008-09-22 | Mark several codegen passes as preserving all analysis. | Evan Cheng |
2008-09-13 | Remove isImm(), isReg(), and friends, in favor of | Dan Gohman |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-08-14 | Remove more uses of std::set. | Owen Anderson |
2008-07-21 | Eliminate a compilation warning. | Evan Cheng |
2008-07-07 | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman |
2008-03-21 | Restore this assert now that the livevar bug is fixed. | Chris Lattner |
2008-03-21 | remove Evan's "ugly hack" that sorta attempted to get | Chris Lattner |
2008-03-21 | Add support for calls that return two FP values in | Chris Lattner |