aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-05Add an emitter to handle the list of clang statement nodes.Sean Hunt
2010-05-04Combine the implementations of the core part of the SSAUpdater andBob Wilson
2010-05-04Update comment.Eric Christopher
2010-05-04add the ability to associate 'category' names with clang diagnosticsChris Lattner
2010-05-04With -neon-reg-sequence, models forming a Q register from a pair of consecuti...Evan Cheng
2010-05-04Do not pre-allocate for registers which form a REG_SEQUENCE.Evan Cheng
2010-05-04Teach PHI elimination to remove REG_SEQUENCE instructions and update referenc...Evan Cheng
2010-05-04Use llvm.foo as the intrinsic, rather than llvm.dbg.value. Since theDuncan Sands
2010-05-04Defer adding critical edges to the "toSplit" list until after checking forBob Wilson
2010-05-04one more thing.Chris Lattner
2010-05-04update instructions for llvm-gcc4, the brave new world! PR7037Chris Lattner
2010-05-04"on the rare occasion the SPU BE produces illegal assembly - it tries to emit...Chris Lattner
2010-05-04MC/X86: Chris pointed that 'as' isn't consistent in accepting the long form ofDaniel Dunbar
2010-05-04Rename variables for consistency.Evan Cheng
2010-05-04MC/X86: Add "support" for matching ATT style mnemonic prefixes.Daniel Dunbar
2010-05-04Fix a problem exposed by my previous commit and noticed by a release-assertsDuncan Sands
2010-05-04Fix a variant of PR6112 found by thinking about it: when doingDuncan Sands
2010-05-04fix operand indexes when outputting InvokeInstsGabor Greif
2010-05-04Set DW_AT_APPLE_omit_frame_ptr in endFunction() where MachineFunction is avai...Devang Patel
2010-05-04Use the SCEVAddRecExpr::getPostIncExpr utility function insteadDan Gohman
2010-05-04Fix a copy+pasto.Dan Gohman
2010-05-04Do not ignore debug loc attached with llvm.dbg.declare while collecting debug...Devang Patel
2010-05-04Instruction selection optimizations may have moved the def of a function argu...Evan Cheng
2010-05-04Fix to r102952. The MOV64toSDrm record in X86Instr64bit.td needed the opcodeKevin Enderby
2010-05-04MC/Matcher: Add support for over-riding the default MatchInstruction functionDaniel Dunbar
2010-05-04llvm-mc: Fix case were we would skip a line in the .s file after an instructionDaniel Dunbar
2010-05-04Teach scheduler about REG_SEQUENCE.Evan Cheng
2010-05-04Add a polygen rule that reflects the fact that nsw and nuw can beDan Gohman
2010-05-04Re-enable isel kill flags, now that the local allocator is ignoring them.Dan Gohman
2010-05-04rdar://7937137 - dbg values not being handled in thumb1 version ofJim Grosbach
2010-05-03Update one more 2.7 to 2.8.Dan Gohman
2010-05-03Minimally update ReleaseNotes.html for 2.8 development; uncomment andDan Gohman
2010-05-03Remove preexisting kill flags in RegAllocLocal, just like LiveVariables does.Jakob Stoklund Olesen
2010-05-03Factor out FastISel's code for materializing constants and other valuesDan Gohman
2010-05-03Implement builtin_return_address(x) and builtin_frame_address(x) Dale Johannesen
2010-05-03Remove the API compatibility layer which converted add, sub, and mulDan Gohman
2010-05-03Check that subregisters don't have independent values in RemoveCopyByCommutin...Jakob Stoklund Olesen
2010-05-03Fix tests to use fadd, fsub, and fmul, instead of add, sub, and mul,Dan Gohman
2010-05-03Reword a comment slightly.Eric Christopher
2010-05-03Use getConstant instead of getIntegerSCEV. The two are basically theDan Gohman
2010-05-03Revert r102948.Bill Wendling
2010-05-03Remove special case for llvmCore_Embedded project. This is no longer neededBob Wilson
2010-05-03Print basic block numbers in live interval debug output. Since the rest of theBob Wilson
2010-05-03Fix function prototype mismatch in LLVMUnionType(). Fixes PR7019.Nick Lewycky
2010-05-03Changed llvm-mc to use the same suffixes with floating point compareKevin Enderby
2010-05-03Fixed the encoding of two of the X86 movq instuctions. The Move quadword fromKevin Enderby
2010-05-03Fixed the encoding of the x86 push instructions. Using a 32-bit immediate valueKevin Enderby
2010-05-03Testcase for r102947.Bill Wendling
2010-05-03Silence warnings about -1 being converted to an unsigned value.Dan Gohman
2010-05-03Add an option, defaulting to off, to disable the sse domain crossing opts.Eric Christopher