Test commit.
[oota-llvm.git] / lib /
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 Dale Johannesenrecommit 96626, evidence that it broke things appears
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 Anton KorobeynikovUse the same encoding for EH stuff uniformly on all...
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 Johnny ChenAdded LDRD_PRE/POST & STRD_PRE/POST for disassembly...
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 OlesenAlways normalize spill weights, also for intervals...
2010-02-18 Dan GohmanMake CodePlacementOpt detect special EH control flow by
2010-02-18 Devang PatelDestroy MDNodes gracefully while deleting llvm context.
2010-02-18 Dale JohannesenGenerate DBG_VALUE from dbg.value intrinsics. These...
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 Chris Lattneradd a missing type cast.
2010-02-18 Bob WilsonUse NEON vmin/vmax instructions for floating-point...
2010-02-18 Johnny ChenAdded LDRSBT, LDRHT, LDRSHT for disassembly only. ...
2010-02-18 Evan ChengSome dag combiner goodness:
2010-02-18 Johnny ChenAdded for disassembly only the variants of DMB, DSB...
2010-02-17 Daniel DunbarMC/Mach-O: Update fixup values for change to X86 offsets.
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 OlesenRemember to define super registers in mips calls.
2010-02-17 Daniel DunbarAdd Regex::sub, for doing regular expression substituti...
2010-02-17 Jakob Stoklund OlesenDead 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 Sanjiv GuptaAdded routine to clone the body of a function and maint...
2010-02-17 Duncan SandsPacify gcc-4.5, which warns (correctly) that these...
2010-02-17 Sanjiv GuptaAdded a function to clone locals of a function.( which...
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 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 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 Lattnerdaniel remembered why this was needed.
2010-02-17 Chris Lattneradd a comment explaining why darwin/i386 uses ## as...
2010-02-17 Sanjiv GuptaInitial implementation of PIC16 Cloner pass.
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 Dan GohmanMake the operand and format specifier match, and print all
2010-02-17 Bob WilsonWrap lines to 80 columns and generally try to clean...
2010-02-16 Bill WendlingMake error statement more personal.
2010-02-16 Chris Lattnerfix rdar://7653908, a crash on a case where we would...
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.
2010-02-16 Devang PatelUse line and column number to distinguish two lexical...
2010-02-16 Jim Grosbach80 column cleanup
2010-02-16 Evan ChengLook for SSE and instructions of this form: (and x...
2010-02-16 Jim GrosbachRemove trailing whitespace
2010-02-16 Bob WilsonRename SuccessorNumber to GetSuccessorNumber.
2010-02-16 David GreeneAdd support for emitting non-temporal stores for DAGs...
2010-02-16 Jim GrosbachUpdate Thumb2 to not use CarryDefIsUnused or CarryDefIs...
2010-02-16 Jim GrosbachRemove redundant setting of Defs. CPSR is already marke...
2010-02-16 Dan GohmanRefactor rewriting for PHI nodes into a separate function.
2010-02-16 Jim GrosbachFirst step in eliminating the CarryDefIsUnused and...
2010-02-16 Johnny ChenAdded for disassembly the following instructions:
2010-02-16 Bob WilsonSplit critical edges as needed for load PRE.
2010-02-16 Bob WilsonRefactor to share code to find the position of a basic...
2010-02-16 Dan GohmanFix whitespace.
2010-02-16 Kenneth UildriksFunction attributes have index ~0, not 0
2010-02-16 Bob WilsonFix pr6111: Avoid using the LR register for the target...
2010-02-16 Duncan SandsIntroduce isOpaqueTy and use it rather than isa<OpaqueT...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-16 Benjamin KramerMinor warning fixes (semicolons, newline at EOF).
2010-02-16 Chris Lattnermark all the generated node predicates 'const'.
2010-02-16 Chris Lattnermake pcrel immediate values relative to the start of...
2010-02-16 Sanjiv GuptaThe code section for an ISR has a specific address.
2010-02-16 Dale JohannesenHandle DBG_VALUE mixed with labels when doing PHI
2010-02-16 Rafael EspindolaDrop support for the InReg attribute on the ppc backend...
2010-02-16 Dan GohmanSplit the main for-each-use loop again, this time for...
2010-02-16 Dale JohannesenReapply 96294; now that I've gotten around to looking
2010-02-16 Bill WendlingApply patch from llvm.org/bugs/attachment.cgi?id=4136...
2010-02-16 Dale JohannesenSomething broke. Hard to believe it was this patch
2010-02-16 Dan GohmanWhen reusing an existing PHI node in a loop, be even...
2010-02-15 Bob WilsonPut repeated empty pattern into the AQI instruction...
2010-02-15 Evan ChengFix a memory leak. Patch by Nicolas Geoffray.
next