aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-11-0780-column cleanup of file header commentsJim Grosbach
2009-11-07Support alignment specifier for NEON vld/vst instructionsJim Grosbach
2009-11-07Improve tail call elimination to handle the switch statement.Nick Lewycky
2009-11-07t2ldrpci_pic can be used for blockaddress as well.Evan Cheng
2009-11-07make instcombine only rewrite a chain of computation Chris Lattner
2009-11-07indicate what the native integer types for the target are.Chris Lattner
2009-11-07Revert r86359, it is breaking the self host on theChris Lattner
2009-11-07First try of the post-inc operands handling... Not fully worked, though :(Anton Korobeynikov
2009-11-07Add some dummy support for post-incremented loadsAnton Korobeynikov
2009-11-07Add 8 bit libcalls and make use of them for msp430Anton Korobeynikov
2009-11-07Add few pseudo-source-valuesAnton Korobeynikov
2009-11-07Initial support for addrmode handling. Tests by Brian Lucas!Anton Korobeynikov
2009-11-07Some preliminary variable asmprintingAnton Korobeynikov
2009-11-07Use '.L' for global private prefix (as mspgcc)Anton Korobeynikov
2009-11-07Drop old asmprinter stuffAnton Korobeynikov
2009-11-07It turns out that the testcase in question uncovered subreg-handling bug.Anton Korobeynikov
2009-11-07add the ability for TargetData to return information about legal integerChris Lattner
2009-11-07more cleanup.Chris Lattner
2009-11-07add some missing #includesChris Lattner
2009-11-07rewrite TargetData to use StringRef/raw_ostream instead of thrashing std::str...Chris Lattner
2009-11-07prune #include / layering violationChris Lattner
2009-11-07Make the need-stub variables accurate and consistent. In the case ofJeffrey Yasskin
2009-11-07Fix a couple of shuffle patterns to use movhlps insteadEric Christopher
2009-11-07Teach dead store elimination that certain intrinsics write to memory just likeNick Lewycky
2009-11-07reapply 86289, 86278, 86270, 86267, 86266 & 86264 plus a fixChris Lattner
2009-11-07Fix PR5421 by APInt'izing switch lowering.Chris Lattner
2009-11-07Oops, FunctionContainsEscapingAllocas is really used to mean two differentNick Lewycky
2009-11-07Dust off tail recursion elimination. Fix a fixme by applying CaptureTrackingNick Lewycky
2009-11-07llvmc: Add a '-time' option.Mikhail Glushenkov
2009-11-07Trailing whitespace.Mikhail Glushenkov
2009-11-07Update some globals to use ManagedStatic.Lang Hames
2009-11-07Fix memoizing of CvtRndSatSDNodeMon P Wang
2009-11-07Fixed Overload table bug noticed by JakobMon P Wang
2009-11-07Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRp...Evan Cheng
2009-11-07- Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdenticalEvan Cheng
2009-11-07Update CMake file.Ted Kremenek
2009-11-07Add code to check at SelectionDAGISel::LowerArguments time to see if return v...Kenneth Uildriks
2009-11-07Fix inverted conflict test in -early-coalesce.Jakob Stoklund Olesen
2009-11-07Revert following patches to fix llvmgcc bootstrap.Devang Patel
2009-11-07My previous patch (r84124) for setting the encoding bits 4 and 7 of DPSoRegFrmJohnny Chen
2009-11-07- new SROA mallocs should have the mallocs running-or'ed, not the malloc's bi...Victor Hernandez
2009-11-07Fit in 80 columnsVictor Hernandez
2009-11-07Avoid "ambiguous 'else'" warning from gcc.Jeffrey Yasskin
2009-11-07Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez
2009-11-0780-columnsJim Grosbach
2009-11-07Give the JITResolver a direct pointer to its JITEmitter, and use that insteadJeffrey Yasskin
2009-11-06- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relativeEvan Cheng
2009-11-06Honour subreg machine operands during asmprintingAnton Korobeynikov
2009-11-06Print VMOV (immediate) operands as hexadecimal values. Apple's assemblerBob Wilson
2009-11-06Fix a bug where we'd call SplitBlockPredecessors with a pred in the Chris Lattner