summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-18Roll back the shared library, r96559. It broke two darwins and arm, mysterio...Jeffrey Yasskin10-150/+12
2010-02-18Added LDRSBT, LDRHT, LDRSHT for disassembly only. And fixed encoding errorsJohnny Chen2-6/+24
2010-02-18rename the child field to 'next'. This is not a parent/child Chris Lattner4-44/+46
2010-02-18eliminate the MatcherNodeWithChild class, give the 'child'Chris Lattner4-67/+53
2010-02-18Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add anJeffrey Yasskin10-12/+150
2010-02-18Some dag combiner goodness:Evan Cheng7-89/+117
2010-02-18New test case for r96543.Devang Patel1-0/+14
2010-02-18fit in 80 colsChris Lattner1-7/+11
2010-02-18Added for disassembly only the variants of DMB, DSB, and ISB.Johnny Chen1-0/+60
2010-02-17Fix a few unused parameter warnings.Eric Christopher3-3/+3
2010-02-17MC/Mach-O: Update fixup values for change to X86 offsets.Daniel Dunbar1-6/+4
2010-02-17Make this an unnumbered list.Dan Gohman1-2/+2
2010-02-17HTML validation fixes.Dan Gohman1-14/+12
2010-02-17Add an "advanced" GetElementPtr FAQ document, with answers toDan Gohman2-0/+359
2010-02-17Remove the NEON N2VSInt instruction class: it's only used in one place andBob Wilson1-10/+4
2010-02-17Added CLREX (Clear-Exclusive) for disassembly only.Johnny Chen1-0/+8
2010-02-17More cleanup for NEON:Bob Wilson1-101/+90
2010-02-17Added RFE for disassembly only.Johnny Chen1-1/+16
2010-02-17Make the non-temporal bit "significant" in MemSDNodes so they aren'tDavid Greene2-9/+20
2010-02-17Remember to define super registers in mips calls.Jakob Stoklund Olesen1-3/+2
2010-02-17Add Regex::sub, for doing regular expression substitution with backreferences.Daniel Dunbar3-0/+118
2010-02-17irbuilder is doing constant folding now by default, PR6092Chris Lattner1-3/+3
2010-02-17fix some out of date prose dating from the LLVMContext changes.Chris Lattner1-3/+3
2010-02-17Fix comment.Daniel Dunbar1-1/+1
2010-02-17redisable this to save people a small amount of build time.Chris Lattner1-1/+1
2010-02-17Dead code elimination.Jakob Stoklund Olesen2-38/+0
2010-02-17"Fix and issue in SparcAsmPrinter where multiple identical .LLGETPCHn symbols...Chris Lattner1-5/+6
2010-02-17move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter,Chris Lattner6-37/+75
2010-02-17add a note, from PR5100Chris Lattner1-0/+2
2010-02-17add missing method, PR6284Chris Lattner1-1/+3
2010-02-17add optional debian instructions, PR6272Chris Lattner1-2/+8
2010-02-17Added routine to clone the body of a function and maintain a map of alreadySanjiv Gupta2-0/+45
2010-02-17Mention an API change.Duncan Sands1-0/+4
2010-02-17Pacify gcc-4.5, which warns (correctly) that these switches haveDuncan Sands1-2/+2
2010-02-17Revert:Eric Christopher2-17/+1
2010-02-17reduce nesting.Chris Lattner1-3/+7
2010-02-17Added a function to clone locals of a function.( which for pic16 are globalsSanjiv Gupta2-1/+47
2010-02-17improve comments, the matcher is now feature complete, on to codegen.Chris Lattner1-1/+5
2010-02-17Removed header files from .h by adding forward decls.Sanjiv Gupta2-22/+27
2010-02-17Added BFI for disassembly only.Johnny Chen1-0/+11
2010-02-17sink special case "cannotyetselect" for intrinsics out of the Chris Lattner2-14/+7
2010-02-17Emulate the current isel's "IsChainCompatible" logic for now.Chris Lattner5-6/+57
2010-02-17properly record chain inputs to complex patterns,Chris Lattner1-6/+13
2010-02-17rename and document some arguments so I don't have to keepChris Lattner1-11/+18
2010-02-17Use pointer-wide encoding for LSDA and FDE on Darwin.Anton Korobeynikov1-4/+4
2010-02-17simplify IsChainCompatible codegen, add comments. no Chris Lattner2-8/+14
2010-02-17Removed an early out which was causing the PBQP allocator to not compute live...Lang Hames1-4/+0
2010-02-17Fix SCEVExpander's existing PHI reuse checking to recognize theDan Gohman1-0/+13
2010-02-17Before setting scope end marker, pay attention to scope begin marker and exis...Devang Patel2-1/+42
2010-02-17Prep work to handle input chains of matched patterns and checking forChris Lattner1-4/+28