Age | Commit message (Expand) | Author |
2010-11-24 | Use i8 as SETCC result type for i1 in SPU. | Kalle Raiskila |
2010-11-24 | Allow for 'fcmp ogt' in SPU. | Kalle Raiskila |
2010-11-24 | If a symbol is used as tls, mark it as tls even if not declare as so. Probably | Rafael Espindola |
2010-11-24 | include/llvm/System/system_error.h: ECANCELED is undefined on Cygwin-1.5. | NAKAMURA Takumi |
2010-11-24 | Tweak ImmutableMap/ImmutableSet/ImmutableList APIs | Ted Kremenek |
2010-11-24 | Generalize overflowLeaf to also handle overflows in branch nodes. | Jakob Stoklund Olesen |
2010-11-23 | add a MemoryBuffer::getOpenFile method, which turns an open | Chris Lattner |
2010-11-23 | system_error: Add fixme. | Michael J. Spencer |
2010-11-23 | Rename SimplifyDistributed to the more meaningfull name SimplifyByFactorizing. | Duncan Sands |
2010-11-23 | The srem -> urem transform is not safe for any divisor that's not a power of ... | Benjamin Kramer |
2010-11-23 | Replace calls to ConstantFoldInstruction with calls to SimplifyInstruction | Duncan Sands |
2010-11-23 | Constant folding here is pointless, because InstructionSimplify | Duncan Sands |
2010-11-23 | Move the ARM reloc constants to Support/ELF.h | Jason W Kim |
2010-11-23 | Recognize sign/zero-extended constant BUILD_VECTORs for VMULL operations. | Bob Wilson |
2010-11-23 | Fix copy-and-paste error in exception message. | Bob Wilson |
2010-11-23 | InstCombine: Reduce "X shift (A srem B)" to "X shift (A urem B)" iff B is pos... | Benjamin Kramer |
2010-11-23 | Propagate LeftDistributes and RightDistributes into their only uses. | Duncan Sands |
2010-11-23 | Fix typo pointed out by Frits van Bommel and Marius Wachtler. | Duncan Sands |
2010-11-23 | Exploit distributive laws (eg: And distributes over Or, Mul over Add, etc) in a | Duncan Sands |
2010-11-23 | Division by pow-of-2 is not cheap on SPU, do it with | Kalle Raiskila |
2010-11-23 | Implement the rex64 prefix. | Rafael Espindola |
2010-11-23 | Expand a little on the description of what InstructionSimplify does. | Duncan Sands |
2010-11-23 | Clarify that constant folding of instructions applies when all operands | Duncan Sands |
2010-11-23 | Invalidate the layout on any relaxation, not just Instructions. Bug found by ... | Rafael Espindola |
2010-11-23 | Produce a relocation for pcrel absolute values. Based on a patch by David Meyer. | Rafael Espindola |
2010-11-23 | Optimize a common case in the Lengauer-Tarjan dominators algorithm. This gives a | Cameron Zwarich |
2010-11-23 | Revert functionality doug added in r98575 that was never | Chris Lattner |
2010-11-23 | Reuse data fragments while lowering. Patch by David Meyer. | Rafael Espindola |
2010-11-23 | Fix formatting nits in the coding standards. Reviewed by clattner. | Zhanyong Wan |
2010-11-23 | fix this harder. | Chris Lattner |
2010-11-23 | fix a bug I introduced on the other side of the #ifdef | Chris Lattner |
2010-11-23 | reimplement SwapByteOrder.h in terms of overloading instead of | Chris Lattner |
2010-11-23 | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck |
2010-11-23 | add a 'LLVMConstIntOfArbitraryPrecision' api to the C api, | Chris Lattner |
2010-11-23 | duncan's spider sense was right, I completely reversed the condition | Chris Lattner |
2010-11-23 | filecheckize | Chris Lattner |
2010-11-22 | Fixed some style issues (no _, no spc after !) | Jason W Kim |
2010-11-22 | Remove duplicated constants. Thanks to Jason for noticing it. | Rafael Espindola |
2010-11-22 | InstCombine: Implement X - A*-B -> X + A*B. | Benjamin Kramer |
2010-11-22 | Make the <ARCH>ELFObjectWriter statics private | Jason W Kim |
2010-11-22 | Fix misplaced statics. | Jason W Kim |
2010-11-22 | Kill trailing whitespace | Jason W Kim |
2010-11-22 | Refactor the ELFRelocationEntry (pull up) and move the arch-specific statics ... | Jason W Kim |
2010-11-22 | Fix epilogue codegen to avoid leaving the stack pointer in an invalid | Evan Cheng |
2010-11-22 | Add a newline. | Mikhail Glushenkov |
2010-11-22 | llvmc: Make -march/-mcpu/-mtune behaviour more consistent with gcc. | Mikhail Glushenkov |
2010-11-22 | If a GEP index simply advances by multiples of a type of zero size, | Duncan Sands |
2010-11-22 | Fix a bug with extractelement on SPU. | Kalle Raiskila |
2010-11-22 | Add basic CFI methods to the streamer interface. | Rafael Espindola |
2010-11-22 | Move the "gep undef" -> "undef" transform from instcombine to | Duncan Sands |