aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2010-01-13use the new form of getNameWithPrefix, not makeNameProper.Chris Lattner
2010-01-13change Mangler::makeNameProper to return its result in a SmallVectorChris Lattner
2010-01-13fix assert in AsmPrinter::EmitGlobalConstantLargeInt to match reality.Chris Lattner
2010-01-13reduce nesting and code duplication in AsmPrinter::EmitGlobalConstantLargeInt.Chris Lattner
2010-01-13reduce indentation and add a fast-path to EmitGlobalConstant for 8-byte Chris Lattner
2010-01-13reduce indentation and use early exits in AsmPrinter::EmitConstantValueOnlyChris Lattner
2010-01-13Disable opt-ext pass to unbreak the build for now.Evan Cheng
2010-01-13Remove debug option I accidentally left in.Evan Cheng
2010-01-13Update CMake file.Ted Kremenek
2010-01-13Add a quick pass to optimize sign / zero extension instructions. For targets ...Evan Cheng
2010-01-13Further progration of metadata operands. TheDale Johannesen
2010-01-12Fix a comment typo.Bob Wilson
2010-01-12Update a partially obsolete comment.Dan Gohman
2010-01-12Fix a typo in a comment.Dan Gohman
2010-01-11Avoid adding PHI arguments for a predecessor that has gone away when a BRCOND...Jakob Stoklund Olesen
2010-01-11Disable transformation of select of two loads to a select of address and then...Mon P Wang
2010-01-11s/NextValueNo/NextMDValueNo while processing metadata.Devang Patel
2010-01-09Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNodeDan Gohman
2010-01-09Dan pointed out checking whether a node is dead by comparing its opcode to IS...Evan Cheng
2010-01-08ReplaceAllUsesOfValueWith may delete other nodes that the one being replaced....Evan Cheng
2010-01-07Fix rdar://7517201, a regression introduced by r92849.Chris Lattner
2010-01-07factor this code better and reduce nesting at the sameChris Lattner
2010-01-07APInt'fy TargetLowering::SimplifySetCC to fix PR5963.Evan Cheng
2010-01-07Simplify code. No intended functionality/performance change.Benjamin Kramer
2010-01-07Kill dead store.Benjamin Kramer
2010-01-07Remove dead variable.Benjamin Kramer
2010-01-07Use pop_back_val instead of back()+pop_back.Benjamin Kramer
2010-01-06Allow double defs after tail duplication.Jakob Stoklund Olesen
2010-01-06Add Target hook to duplicate machine instructions.Jakob Stoklund Olesen
2010-01-06Anti-dependency breaking needs to be careful regarding instructions withJim Grosbach
2010-01-06Comment.Evan Cheng
2010-01-06Teach dag combine to fold the following transformation more aggressively:Evan Cheng
2010-01-0680 column and whitespace cleanupJim Grosbach
2010-01-06Fixed malformed -*- lines in PBQP headers.Lang Hames
2010-01-06Add <imp-def> and <imp-kill> operands when replacing virtual sub-register def...Jakob Stoklund Olesen
2010-01-06The previous code could potentially cause a cycle. Allow ordering w.r.t. a 0 ...Bill Wendling
2010-01-06Only check the ordering if there is an ordering for each nodes.Bill Wendling
2010-01-05Add a semi-primitive form of scheduling via the "SDNode ordering" to theBill Wendling
2010-01-05Don't assign the shift the same type as the variable being shifted. This couldBill Wendling
2010-01-05Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGenDan Gohman
2010-01-05Restore dump() methods to Loop and MachineLoop.Dan Gohman
2010-01-05Move remaining stuff to the isInteger predicate.Benjamin Kramer
2010-01-05Remove livein checks from machine code verifier.Jakob Stoklund Olesen
2010-01-05If a scope has only one instruction then first instruction is also the last i...Devang Patel
2010-01-05Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer
2010-01-05Delete renaming use of dead dbg intrinsics.Devang Patel
2010-01-05Use StringRef.startswith().Devang Patel
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene