aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-01Delete unused variables (that weren't even getting expanded).Dan Gohman
2010-06-01Freebsd's sed doesn't support \< in regexps, and GNU sed doesn'tDan Gohman
2010-06-01Refactor some SSE 2 unpack instructionsBruno Cardoso Lopes
2010-06-01Don't call flush() at a library level which isn't checking for errorsDan Gohman
2010-06-01Fix a spello affecting platforms where the configure check fails.Dan Gohman
2010-06-01Fix a typo in a comment.Dan Gohman
2010-06-01-retain-symbols-file is not what it seems. Update the makefilesDan Gohman
2010-06-01Fix extra fread after EOF, non-wires-crossed version.Dan Gohman
2010-06-01Fix handling of 'load' nodes.Kalle Raiskila
2010-05-31Debreak test for non-Darwin.Bill Wendling
2010-05-31Fix PR7272: when inlining through a callsite with byval arguments,Duncan Sands
2010-05-31Add a test for the llvm-gcc commit in r90200.Eric Christopher
2010-05-31fix PR6623: when optimizing for size, don't inline memcpy/memsetsChris Lattner
2010-05-31upgrade and filecheckize this test.Chris Lattner
2010-05-31the 'limit' argument to FindOptimalMemOpLowering is unsigned, not uint64_t.Chris Lattner
2010-05-31revert r105223 which broke all my testing.Chris Lattner
2010-05-31Fix count so that it doesn't make an extra fread call afterDan Gohman
2010-05-31Avoid swap when a copy suffices.Benjamin Kramer
2010-05-31The memcpy intrinsic only takes i8* for %src and %dst, so cast them to thatNick Lewycky
2010-05-30Use `llvm::next' instead of `next' to make VC++ 2010 happy.Oscar Fuentes
2010-05-30Allow for creation of clang DeclNodes tables.Sean Hunt
2010-05-29Some A9 load/store cleanupsAnton Korobeynikov
2010-05-29Some rough approximations for load/stores on A9Anton Korobeynikov
2010-05-29NEON/VFP stuff can be issued only via Pipe1 on A9Anton Korobeynikov
2010-05-29Add some integer instruction itineraries for A9Anton Korobeynikov
2010-05-29Reorder some code in SelectionDAGBuilder.Dan Gohman
2010-05-29SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValueDan Gohman
2010-05-29Remove unused function.Benjamin Kramer
2010-05-29Document aggregate operation constant expressions.Nick Lewycky
2010-05-29Fix typo.Nick Lewycky
2010-05-29Remove schedule-livein-copies. It's not being used.Evan Cheng
2010-05-29Fix PR7193: if sibling call address can take a register, make sure there are ...Evan Cheng
2010-05-29Handle composed subreg indices when processing REQ_SEQUENCE instructions.Jakob Stoklund Olesen
2010-05-29Doh. Machine LICM is re-initializing the CSE map over and over. Patch by Anna...Evan Cheng
2010-05-28Emit TargetRegisterInfo::composeSubRegIndices().Jakob Stoklund Olesen
2010-05-28Merge the SystemZ subreg_even32 SubRegIndex into subreg_32bit. The SubRegIndicesJakob Stoklund Olesen
2010-05-28Fix some latency computation bugs: if the use is not a machine opcode do not ...Evan Cheng
2010-05-28Schedule high latency instructions for latency reduction even if they are not...Evan Cheng
2010-05-28Fix comment typos.Dale Johannesen
2010-05-28More SSE 1 & 2 merge, this time with logical instructionsBruno Cardoso Lopes
2010-05-28Fix AliasDebugger to be aware of operand values too.Dan Gohman
2010-05-28Add lint checks for function attributes.Dan Gohman
2010-05-28Split the logic behind CastInst::isNoopCast into a separate static function,Dan Gohman
2010-05-28Fix a comment; vectors are not a special case here.Dan Gohman
2010-05-28MC/X86: Add alias for movzx.Kevin Enderby
2010-05-28MC/X86: Add alias for fwait.Kevin Enderby
2010-05-28Fix the use of x86 control and debug registers so that the assertion failure inKevin Enderby
2010-05-28Fix Data Layout description of floating point.Dale Johannesen
2010-05-28Add missing space; works for me.Dale Johannesen
2010-05-28Add a TargetRegisterInfo::composeSubRegIndices hook with a defaultJakob Stoklund Olesen