Age | Commit message (Expand) | Author |
2010-04-29 | Avoid emitting a dbg_value machineinstr that's not going to be inserted into ... | Evan Cheng |
2010-04-29 | Check Reg against zero. | Evan Cheng |
2010-04-28 | tidy up. | Devang Patel |
2010-04-28 | Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc... | Evan Cheng |
2010-04-27 | Ignore DBG_VALUE instructions that points to undef values. | Devang Patel |
2010-04-27 | Revert a small part of 102372; this fixes at least one | Dale Johannesen |
2010-04-26 | Remove crufty comments. | Dale Johannesen |
2010-04-26 | Add DBG_VALUE handling for byval parameters; this | Dale Johannesen |
2010-04-22 | Sink SelectionDAGBuilder's HandlePHINodesInSuccessorBlocks down | Dan Gohman |
2010-04-22 | Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISel | Dan Gohman |
2010-04-22 | Move PHINodesToUpdate out of SelectionDAGBuilder and into | Dan Gohman |
2010-04-21 | Move several SelectionDAG-independent utility functions out of the | Dan Gohman |
2010-04-20 | Sink the CopyToExportRegsIfNeeded calls out of SelectionDAGISel | Dan Gohman |
2010-04-20 | Don't send PHI nodes down to SelectionDAGBuilder of FastISel, since | Dan Gohman |
2010-04-20 | Sink DebugLoc handling out of SelectionDAGISel into FastISel and | Dan Gohman |
2010-04-19 | Eliminate the CurMBB member from SelectionDAGBuilder. For places that | Dan Gohman |
2010-04-19 | Code that needs a TargetMachine should have access to one directly, rather | Dan Gohman |
2010-04-19 | Move isInTailCallPosition out of SelectionDAGBuilder, as it isn't | Dan Gohman |
2010-04-17 | Delete now-unnecessary const_casts. | Dan Gohman |
2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
2010-04-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher |
2010-04-16 | Avoid creating virtual registers for unused values. | Dan Gohman |
2010-04-16 | Fix an assertion string. | Dan Gohman |
2010-04-16 | reapply r101434 | Gabor Greif |
2010-04-16 | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif |
2010-04-15 | reapply r101364, which has been backed out in r101368 | Gabor Greif |
2010-04-15 | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif |
2010-04-15 | rotate CallInst operands, i.e. move callee to the back | Gabor Greif |
2010-04-15 | Add more const qualifiers for LLVM IR pointers in CodeGen. | Dan Gohman |
2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |
2010-04-14 | Delete unneeeded arguments. | Dan Gohman |
2010-04-14 | Pull utility routines with no SelectionDAG dependence out of | Dan Gohman |
2010-04-14 | Fix typos in comments. | Dan Gohman |
2010-04-08 | Add variants of ult, ule, etc. which take a uint64_t RHS, for convenience. | Dan Gohman |
2010-04-08 | Use twines to simplify calls to report_fatal_error. For code size and readabi... | Benjamin Kramer |
2010-04-08 | convert a report_fatal_error that I was able to trigger into a nice error | Chris Lattner |
2010-04-07 | minor tidying. | Chris Lattner |
2010-04-07 | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner |
2010-04-07 | Three changes: | Chris Lattner |
2010-04-05 | remove the now-redundant MMI pointer in SelectionDAG. | Chris Lattner |
2010-04-05 | selection dag doesn't need DwarfWriter, remove some tendrils. | Chris Lattner |
2010-04-04 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
2010-04-02 | stop using DebugLoc::getUnknownLoc() | Chris Lattner |
2010-04-02 | Switch the code generator (except the JIT) onto the new DebugLoc | Chris Lattner |
2010-04-02 | Revert r100191 since it breaks objc in clang | Mon P Wang |
2010-04-02 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
2010-03-31 | add new apis for getting/setting !dbg metadata on | Chris Lattner |
2010-03-30 | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson |
2010-03-30 | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang |
2010-03-29 | Fix PR4975. Avoid referencing empty vector. | Evan Cheng |