oota-llvm.git
2010-02-21 Tanya LattnerTest commit
2010-02-19 Dan GohmanRename getSDiv to getExactSDiv to reflect its behavior...
2010-02-19 Dan GohmanCheck for overflow when scaling up an add or an addrec for
2010-02-19 Bob WilsonRevert 96634. It causes assertion failures for 126...
2010-02-19 Dan GohmanAdd a comment.
2010-02-19 Charles DavisAdd support for the 'alignstack' attribute to the x86...
2010-02-19 Dan GohmanTeach ScalarEvolution how to compute a tripcount for...
2010-02-19 Bob WilsonRevert Anton's most recent EH patch (r96637), since...
2010-02-19 Duncan SandsRevert commits 96556 and 96640, because commit 96556...
2010-02-19 Duncan SandsCorrect LastPrimitiveTyID: MetadataType is a primitive...
2010-02-19 Chris Lattneradd emitter support for integer constants and simple...
2010-02-19 Dale Johannesenrecommit 96626, evidence that it broke things appears
2010-02-19 Chris Lattnerfix this to work more determinstically, patch by Thomas...
2010-02-19 Devang PatelTest case for r96656.
2010-02-19 Johnny ChenAdded entries for ASR, LSL, LSR, ROR, and RRX so that...
2010-02-19 Dale JohannesenRevert 96626, which causes build failure on ppc Darwin.
2010-02-19 Evan ChengTransform (xor (setcc), (setcc)) == / != 1 to
2010-02-19 Chris LattnerI confused myself, temporaries will be recorded right...
2010-02-19 Anton KorobeynikovUse the same encoding for EH stuff uniformly on all...
2010-02-19 Chris Lattnerintroduce a new ResultVal and start keeping track of...
2010-02-19 Jim GrosbachRadar 7636153. In the presence of large call frames...
2010-02-19 Dan GohmanWhen determining the set of interesting reuse factors...
2010-02-18 Dan GohmanIndvars needs to explicitly notify ScalarEvolution...
2010-02-18 Mon P WanggetSplatIndex assumes that the first element of the...
2010-02-18 Johnny ChenAdded LDRD_PRE/POST & STRD_PRE/POST for disassembly...
2010-02-18 Chris Lattneradd support for referencing registers and immediates,
2010-02-18 TalinreplaceUsesOfWithOnConstant implementation for unions.
2010-02-18 Dan GohmanHoist this loop-invariant logic out of the loop.
2010-02-18 Jakob Stoklund... Always normalize spill weights, also for intervals...
2010-02-18 Dan GohmanMake CodePlacementOpt detect special EH control flow by
2010-02-18 Devang PatelFix comments.
2010-02-18 Devang PatelDestroy MDNodes gracefully while deleting llvm context.
2010-02-18 Devang PatelIgnore target dependent value in grep search.
2010-02-18 Dale JohannesenGenerate DBG_VALUE from dbg.value intrinsics. These...
2010-02-18 Dan GohmanClarify that ptrtoint+inttoptr are an alternative to...
2010-02-18 Dan GohmanFix a typo.
2010-02-18 Dan GohmanClarify that the rules about object hopping kick in...
2010-02-18 Dan GohmanFix typos Duncan noticed.
2010-02-18 Sanjiv GuptaRemap the call sites of a shared function in interrupt...
2010-02-18 Sanjiv GuptaRe-factoring.
2010-02-18 Duncan SandsUniformize the way these options are printed. Requested by
2010-02-18 Duncan SandsRemove terminating dot in description. Inconsistency...
2010-02-18 Duncan SandsRefer to -help instead of --help since this is what...
2010-02-18 Benjamin KramerAvoid a dangling pointer dereference, PassManager:...
2010-02-18 Chris Lattnerstart sketching out the structure of code for result...
2010-02-18 Chris Lattneradd a missing type cast.
2010-02-18 Chris Lattnerremove empty file
2010-02-18 Bob WilsonUse NEON vmin/vmax instructions for floating-point...
2010-02-18 Jeffrey YasskinRoll back the shared library, r96559. It broke two...
2010-02-18 Johnny ChenAdded LDRSBT, LDRHT, LDRSHT for disassembly only. ...
2010-02-18 Chris Lattnerrename the child field to 'next'. This is not a parent...
2010-02-18 Chris Lattnereliminate the MatcherNodeWithChild class, give the...
2010-02-18 Jeffrey YasskinAdd a shared library for LLVM, named libLLVM2.7svn...
2010-02-18 Evan ChengSome dag combiner goodness:
2010-02-18 Devang PatelNew test case for r96543.
2010-02-18 Chris Lattnerfit in 80 cols
2010-02-18 Johnny ChenAdded for disassembly only the variants of DMB, DSB...
2010-02-17 Eric ChristopherFix a few unused parameter warnings.
2010-02-17 Daniel DunbarMC/Mach-O: Update fixup values for change to X86 offsets.
2010-02-17 Dan GohmanMake this an unnumbered list.
2010-02-17 Dan GohmanHTML validation fixes.
2010-02-17 Dan GohmanAdd an "advanced" GetElementPtr FAQ document, with...
2010-02-17 Bob WilsonRemove the NEON N2VSInt instruction class: it's only...
2010-02-17 Johnny ChenAdded CLREX (Clear-Exclusive) for disassembly only.
2010-02-17 Bob WilsonMore cleanup for NEON:
2010-02-17 Johnny ChenAdded RFE for disassembly only.
2010-02-17 David GreeneMake the non-temporal bit "significant" in MemSDNodes...
2010-02-17 Jakob Stoklund... Remember to define super registers in mips calls.
2010-02-17 Daniel DunbarAdd Regex::sub, for doing regular expression substituti...
2010-02-17 Chris Lattnerirbuilder is doing constant folding now by default...
2010-02-17 Chris Lattnerfix some out of date prose dating from the LLVMContext...
2010-02-17 Daniel DunbarFix comment.
2010-02-17 Chris Lattnerredisable this to save people a small amount of build...
2010-02-17 Jakob Stoklund... Dead code elimination.
2010-02-17 Chris Lattner"Fix and issue in SparcAsmPrinter where multiple identi...
2010-02-17 Chris Lattnermove isOnlyReachableByFallthrough out of MachineBasicBl...
2010-02-17 Chris Lattneradd a note, from PR5100
2010-02-17 Chris Lattneradd missing method, PR6284
2010-02-17 Chris Lattneradd optional debian instructions, PR6272
2010-02-17 Sanjiv GuptaAdded routine to clone the body of a function and maint...
2010-02-17 Duncan SandsMention an API change.
2010-02-17 Duncan SandsPacify gcc-4.5, which warns (correctly) that these...
2010-02-17 Eric ChristopherRevert:
2010-02-17 Chris Lattnerreduce nesting.
2010-02-17 Sanjiv GuptaAdded a function to clone locals of a function.( which...
2010-02-17 Chris Lattnerimprove comments, the matcher is now feature complete...
2010-02-17 Sanjiv GuptaRemoved header files from .h by adding forward decls.
2010-02-17 Johnny ChenAdded BFI for disassembly only.
2010-02-17 Chris Lattnersink special case "cannotyetselect" for intrinsics...
2010-02-17 Chris LattnerEmulate the current isel's "IsChainCompatible" logic...
2010-02-17 Chris Lattnerproperly record chain inputs to complex patterns,
2010-02-17 Chris Lattnerrename and document some arguments so I don't have...
2010-02-17 Anton KorobeynikovUse pointer-wide encoding for LSDA and FDE on Darwin.
2010-02-17 Chris Lattnersimplify IsChainCompatible codegen, add comments. no
2010-02-17 Lang HamesRemoved an early out which was causing the PBQP allocat...
2010-02-17 Dan GohmanFix SCEVExpander's existing PHI reuse checking to recog...
2010-02-17 Devang PatelBefore setting scope end marker, pay attention to scope...
2010-02-17 Chris LattnerPrep work to handle input chains of matched patterns...
2010-02-17 Chris Lattnerdaniel remembered why this was needed.
2010-02-17 Chris Lattneradd a comment explaining why darwin/i386 uses ## as...
next