Age | Commit message (Expand) | Author |
2009-11-07 | 80-column cleanup of file header comments | Jim Grosbach |
2009-11-07 | Support alignment specifier for NEON vld/vst instructions | Jim Grosbach |
2009-11-07 | Improve tail call elimination to handle the switch statement. | Nick Lewycky |
2009-11-07 | t2ldrpci_pic can be used for blockaddress as well. | Evan Cheng |
2009-11-07 | temporarily remove these tests, as they are breaking in the buildbot, | Chris Lattner |
2009-11-07 | make instcombine only rewrite a chain of computation | Chris Lattner |
2009-11-07 | indicate what the native integer types for the target are. | Chris Lattner |
2009-11-07 | all targets should be required to declare legal integer types. My plan to | Chris Lattner |
2009-11-07 | remove empty files. | Chris Lattner |
2009-11-07 | Revert r86359, it is breaking the self host on the | Chris Lattner |
2009-11-07 | First try of the post-inc operands handling... Not fully worked, though :( | Anton Korobeynikov |
2009-11-07 | Add some dummy support for post-incremented loads | Anton Korobeynikov |
2009-11-07 | Add 8 bit libcalls and make use of them for msp430 | Anton Korobeynikov |
2009-11-07 | Add few pseudo-source-values | Anton Korobeynikov |
2009-11-07 | Initial support for addrmode handling. Tests by Brian Lucas! | Anton Korobeynikov |
2009-11-07 | Some preliminary variable asmprinting | Anton Korobeynikov |
2009-11-07 | Use '.L' for global private prefix (as mspgcc) | Anton Korobeynikov |
2009-11-07 | Drop old asmprinter stuff | Anton Korobeynikov |
2009-11-07 | It turns out that the testcase in question uncovered subreg-handling bug. | Anton Korobeynikov |
2009-11-07 | add the ability for TargetData to return information about legal integer | Chris Lattner |
2009-11-07 | more cleanup. | Chris Lattner |
2009-11-07 | add some missing #includes | Chris Lattner |
2009-11-07 | rewrite TargetData to use StringRef/raw_ostream instead of thrashing std::str... | Chris Lattner |
2009-11-07 | prune #include / layering violation | Chris Lattner |
2009-11-07 | Make the need-stub variables accurate and consistent. In the case of | Jeffrey Yasskin |
2009-11-07 | Fix a couple of shuffle patterns to use movhlps instead | Eric Christopher |
2009-11-07 | Teach dead store elimination that certain intrinsics write to memory just like | Nick Lewycky |
2009-11-07 | remove the win32 tree, it's stale and confusing. | Chris Lattner |
2009-11-07 | reapply 86289, 86278, 86270, 86267, 86266 & 86264 plus a fix | Chris Lattner |
2009-11-07 | Fix PR5421 by APInt'izing switch lowering. | Chris Lattner |
2009-11-07 | Oops, FunctionContainsEscapingAllocas is really used to mean two different | Nick Lewycky |
2009-11-07 | Dust off tail recursion elimination. Fix a fixme by applying CaptureTracking | Nick Lewycky |
2009-11-07 | llvmc: Add a '-time' option. | Mikhail Glushenkov |
2009-11-07 | Trailing whitespace. | Mikhail Glushenkov |
2009-11-07 | 80-col violation. | Mikhail Glushenkov |
2009-11-07 | merge cmp1 into cmp0 and filecheckize. | Chris Lattner |
2009-11-07 | Update some globals to use ManagedStatic. | Lang Hames |
2009-11-07 | Fix memoizing of CvtRndSatSDNode | Mon P Wang |
2009-11-07 | Fixed Overload table bug noticed by Jakob | Mon P Wang |
2009-11-07 | Missed this. | Evan Cheng |
2009-11-07 | Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRp... | Evan Cheng |
2009-11-07 | - Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdentical | Evan Cheng |
2009-11-07 | Update CMake file. | Ted Kremenek |
2009-11-07 | Add code to check at SelectionDAGISel::LowerArguments time to see if return v... | Kenneth Uildriks |
2009-11-07 | Fix inverted conflict test in -early-coalesce. | Jakob Stoklund Olesen |
2009-11-07 | Revert following patches to fix llvmgcc bootstrap. | Devang Patel |
2009-11-07 | My previous patch (r84124) for setting the encoding bits 4 and 7 of DPSoRegFrm | Johnny Chen |
2009-11-07 | - new SROA mallocs should have the mallocs running-or'ed, not the malloc's bi... | Victor Hernandez |
2009-11-07 | Fit in 80 columns | Victor Hernandez |
2009-11-07 | Avoid "ambiguous 'else'" warning from gcc. | Jeffrey Yasskin |