oota-llvm.git
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...
2010-02-17 Chris Lattnerrecord input chains.
2010-02-17 Chris Lattnerprefix captured value names with $ so they look like
2010-02-17 Sanjiv GuptaInitial implementation of PIC16 Cloner pass.
2010-02-17 Dan GohmanDon't check for comments, which vary between subtargets.
2010-02-17 Chris Lattnerimprove comments on OPC_Record to say what we're record...
2010-02-17 Dan GohmanFold bswap(undef) to undef.
2010-02-17 Dan GohmanDelete some unneeded casts.
2010-02-17 Dan GohmanDon't attempt to divide INT_MIN by -1; consider such...
2010-02-17 Chris Lattnermake the new isel's interpreter loop call the generated
2010-02-17 Chris Lattnerimprove comments in generated matcher a bit.
2010-02-17 Dan GohmanMake the operand and format specifier match, and print all
2010-02-17 Chris Lattnermake the new isel generator plop out a CheckComplexPatt...
2010-02-17 Bob WilsonWrap lines to 80 columns and generally try to clean...
2010-02-17 Chris Lattnerroundss is an sse 4 thing, fix the test on non-sse41...
2010-02-17 Chris Lattnerfix inverted condition.
2010-02-16 Dale JohannesenMake g5 target explicit; scheduling affects register...
2010-02-16 Chris Lattnercomplex patterns don't get 'record' nodes, they implicitly
2010-02-16 Chris Lattnerclean up some code, eliminate NodeIsComplexPattern...
2010-02-16 Bill WendlingMake error statement more personal.
2010-02-16 Chris Lattnerfix indentation
2010-02-16 Chris Lattnerfix rdar://7653908, a crash on a case where we would...
2010-02-16 Dale JohannesenAdjust register numbers in tests to compensate for the
2010-02-16 Chris Lattnerfilecheckize
2010-02-16 Bob WilsonHandle tGPR register class in a few more places. This...
2010-02-16 Johnny ChenAdd SMC (Secure Monitor Call) system instruction for...
2010-02-16 Dale JohannesenReally reserve R2 on PPC Darwin. PR 6314.
next