Age | Commit message (Expand) | Author |
2008-10-15 | fold compare of null pointer into compare with 0. | Chris Lattner |
2008-10-15 | Some minor cleanups: | Chris Lattner |
2008-10-15 | Use switch on VT instead of Type* comparisons. | Chris Lattner |
2008-10-15 | Use X86FastEmitCompare for FCMP_OEQ and FCMP_UNE: it doesn't | Chris Lattner |
2008-10-15 | refactor compare emission out into a new X86FastEmitCompare method, | Chris Lattner |
2008-10-15 | Fold immediates into compares when possible, producing "cmp $4, %eax" instead of | Chris Lattner |
2008-10-15 | more minor refactoring of X86SelectBranch, no functionality change. | Chris Lattner |
2008-10-15 | factor buildmi calls in X86SelectBranch | Chris Lattner |
2008-10-15 | factor some more BuildMI's in X86SelectCmp | Chris Lattner |
2008-10-15 | factor some BuildMI calls, no functionality change. | Chris Lattner |
2008-10-15 | Adjust whitespace in debug messages to be more consistent | Dan Gohman |
2008-10-15 | - Add target lowering hooks that specify which setcc conditions are illegal, | Evan Cheng |
2008-10-14 | FastISel support for exception-handling constructs. | Dan Gohman |
2008-10-14 | Prevent assert when using '"' in names (via hexadecimal). | Daniel Dunbar |
2008-10-14 | Change getLLVMName to use raw_ostream & PrintLLVMName. | Daniel Dunbar |
2008-10-14 | Accept -march=i586, because gcc does (a synonym | Dale Johannesen |
2008-10-14 | Rename LoadX to LoadExt. | Evan Cheng |
2008-10-14 | Update ARM Insn encoding to get endian-ness to match the documentation (31-0 ... | Jim Grosbach |
2008-10-14 | Fix command-line option printing to print two spaces where needed, | Dan Gohman |
2008-10-14 | Combine (fcmp cc0 x, y) | (fcmp cc1 x, y) into a single fcmp when possible. | Evan Cheng |
2008-10-14 | - Somehow I forgot about one / une. | Evan Cheng |
2008-10-14 | Fix indentation. | Evan Cheng |
2008-10-14 | Optimize anding of two fcmp into a single fcmp if the operands are the same. ... | Evan Cheng |
2008-10-14 | little optimization: reuse getPointerToGlobalIfAvailable(CGV) value in emitGl... | Nuno Lopes |
2008-10-13 | When doing the very-late shift-and address-mode optimization, | Dan Gohman |
2008-10-13 | FIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduced by LegalizeSetCCOper... | Evan Cheng |
2008-10-13 | Also update sub-register intervals after a trivial computation is rematt'ed f... | Evan Cheng |
2008-10-13 | Make InstructionCombining::getBitCastOperand() recognize GEP instructions and | Matthijs Kooijman |
2008-10-13 | * Make TargetLowering not crash when TargetMachine::getTargetAsmInfo() returns | Matthijs Kooijman |
2008-10-13 | Make MachineFunction not crash when TargetMachine::getRegisterInfo() returns | Matthijs Kooijman |
2008-10-13 | do not use deprecated interfaces | Gabor Greif |
2008-10-13 | Disallow the construction of SCEVs with could-not-compute operands. Catch CNCs | Nick Lewycky |
2008-10-13 | calls can be supported. | Chris Lattner |
2008-10-12 | Change TAG_ names to DW_TAG for gcc (testsuite) compatibility. | Dale Johannesen |
2008-10-12 | Fix a bug in live-in detection that caused lost-copy problems to show up. | Owen Anderson |
2008-10-12 | Update size of inst correctly with segment override. | Anton Korobeynikov |
2008-10-12 | Add special-case code to allow null-guards on calls to malloc. | Owen Anderson |
2008-10-12 | Make Escape Analysis work for any pointer. | Owen Anderson |
2008-10-12 | Change Dwarf comments starting with AT_ to DW_AT_ to | Dale Johannesen |
2008-10-12 | Fix crashes and infinite loops. | Owen Anderson |
2008-10-12 | Duncan convinced me that it's not possible to transform control-based escapes... | Owen Anderson |
2008-10-11 | fix typo | Chris Lattner |
2008-10-11 | Fix PR2697 by rewriting the '(X / pos) op neg' logic. This also changes | Chris Lattner |
2008-10-11 | Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as | Chris Lattner |
2008-10-11 | rearrange some code. | Chris Lattner |
2008-10-11 | Fix comment typo. | Duncan Sands |
2008-10-11 | Add ability to override segment (mostly for code emitter purposes). | Anton Korobeynikov |
2008-10-11 | Unbreak DbgStopPointInst::getFileName(). | Daniel Dunbar |
2008-10-11 | simplify comparison | Chris Lattner |
2008-10-10 | Fix SSE4.1 roundss, roundsd. While the instructions have | Dale Johannesen |