Age | Commit message (Expand) | Author |
2010-04-16 | Use a simpler data structure to calculate the least recently used register in... | Jakob Stoklund Olesen |
2010-04-16 | Cast to (uint64_t) instead of relying on the "ul" suffix. | Johnny Chen |
2010-04-16 | Add a getSelectionDAGInfo member to TargetMachine. | Dan Gohman |
2010-04-16 | update docs for api change. | Chris Lattner |
2010-04-16 | building on the new CallGraphSCC abstraction, teach CallGraphSCCPassManager | Chris Lattner |
2010-04-16 | Add skeleton target-specific SelectionDAGInfo files. | Dan Gohman |
2010-04-16 | Fixed logic error. Should check Builder for validity before calling SetSession | Johnny Chen |
2010-04-16 | move ReplaceNode out of line, rename scc_iterator::fini -> isAtEnd(). | Chris Lattner |
2010-04-16 | Regenerate configure script. | Dan Gohman |
2010-04-16 | Add an autoconf check for -retain-symbols-file and conditionalize | Dan Gohman |
2010-04-16 | Minor change to make the test case comply with Vd<0> == '0' when Q == '1'. | Johnny Chen |
2010-04-16 | introduce a new CallGraphSCC class, and pass it around | Chris Lattner |
2010-04-16 | Fixed a bug in DisassembleN1RegModImmFrm() where a break stmt was missing for a | Johnny Chen |
2010-04-16 | (i32 sext_in_reg (i32 aext (i16 x)), i16) -> (i32 sext x). No known test case... | Evan Cheng |
2010-04-16 | tidy up | Chris Lattner |
2010-04-16 | move PrintCallGraphPass out of the middle of CGPassManager. | Chris Lattner |
2010-04-16 | add a missing break back, patch by Nico Schmidt! | Chris Lattner |
2010-04-16 | Create a new TargetSelectionDAGInfo class. This will eventually acquire | Dan Gohman |
2010-04-16 | Commit this, which should have accompanied 101531. | Dan Gohman |
2010-04-16 | Eliminate an unnecessary SelectionDAG dependency in getOptimalMemOpType. | Dan Gohman |
2010-04-16 | Fix this code to avoid implicit assumptions about the length of the array. | Dan Gohman |
2010-04-16 | In the same spirit of r101524, which removed the assert() from printAddrMode2... | Johnny Chen |
2010-04-16 | Revert 101520, which depended on 101503, which was reverted. | Dan Gohman |
2010-04-16 | Multiclass LdStCop was using pre-UAL syntax LDC<c>L for the L fragment. Changed | Johnny Chen |
2010-04-16 | Revert commit 101503 (johannes), in the hope of fixing the dragonegg build, | Duncan Sands |
2010-04-16 | Remove the assert() from printAddrMode2OffsetOperand(). "#0 and #-0" are | Johnny Chen |
2010-04-16 | Trim a #include. | Dan Gohman |
2010-04-16 | Revert r101455, which fails on the llvm-arm-linux buildbot. | Dan Gohman |
2010-04-16 | Use a ValueMap not a std::map for the reason indicated | Dale Johannesen |
2010-04-16 | 80 col. | Evan Cheng |
2010-04-16 | 80 col. | Evan Cheng |
2010-04-16 | Avoid creating virtual registers for unused values. | Dan Gohman |
2010-04-16 | Fix an assertion string. | Dan Gohman |
2010-04-16 | Fix a comment. | Dan Gohman |
2010-04-16 | Disable inlining of recursive calls. It can complicate tailcallelim and | Dan Gohman |
2010-04-16 | Refine the detection of seemingly infinitely recursive calls where the | Dan Gohman |
2010-04-16 | reapply r101434 | Gabor Greif |
2010-04-16 | Make callIsSmall accessible as a utility function. | Dan Gohman |
2010-04-16 | Fix SCEVCommutativeExpr::print to be robust in the case of improper | Dan Gohman |
2010-04-16 | Delete a blank line. | Dan Gohman |
2010-04-16 | Add Debug+Coverage to more svn:ignore properties. | Dan Gohman |
2010-04-16 | Add JIT exception handling test. | Bill Wendling |
2010-04-16 | The JIT calls TidyLandingPads to tidy up the landing pads. However, because the | Bill Wendling |
2010-04-16 | completed my pass over all 6+ months of commits, next step, format and make c... | Chris Lattner |
2010-04-16 | Adding support for dag combiner to promote operations for profit. This requir... | Evan Cheng |
2010-04-16 | Use getAL() rather than a major constant. | Evan Cheng |
2010-04-16 | Add Debug+Coverage and friends to svn:ignore properties. | Dan Gohman |
2010-04-16 | Add a check for posix_spawn. | Eric Christopher |
2010-04-16 | Refine further the scope where the global DebugLoc value is active. | Dan Gohman |
2010-04-16 | Revert r64616 which worked around http://gcc.gnu.org/PR42757 , we just didn't | Nick Lewycky |