oota-llvm.git
2010-01-24 Chris LattnerThis corrects an error in the type of the Llvm.dispose_...
2010-01-24 Mon P WangIt seems better to scalarize vectors of size 1 instead...
2010-01-24 Chris Lattnerchange the canonical form of "cond ? -1 : 0" to be
2010-01-24 Mon P WangImproved widening loads by adding support for wider...
2010-01-23 Chris Lattnerfix a potential overflow issue Eli pointed out.
2010-01-23 Nick LewyckySpeculatively revert r94322 to see if it fixes darwin...
2010-01-23 Chris Lattnerthird bug from PR6119: the xor dupe extension allows
2010-01-23 Nick LewyckyTeach DAE that even though it can't modify the function...
2010-01-23 Chris Lattneradd an early out to ProcessBranchOnXOR to speed it up,
2010-01-23 Chris Lattnerfix a crash in jump threading, PR6119
2010-01-23 Chris Lattnerimplement a simple instcombine xform that has been...
2010-01-23 Chris Lattneradd a note
2010-01-23 Chris Lattneradd some notes, making posix-memalign be nocapture...
2010-01-23 Bill WendlingRemove the '-disable-scheduling' flag and replace it...
2010-01-23 Benjamin KramerRespect operator precedence (and silence a gcc 4.3...
2010-01-23 Chris Lattnermcize lcomm, simplify .comm, extend both to support...
2010-01-23 Chris Lattnerresolve a fixme: the "nonexecutable stack directive...
2010-01-23 Chris Lattnerremove a dead call.
2010-01-23 Chris Lattneruse helpers.
2010-01-23 Chris Lattnermcize visibility directives.
2010-01-23 Chris Lattnermove the various directive enums out of the MCStreamer...
2010-01-23 Chris LattnerChange constantexpr global variable initializers to...
2010-01-23 Eric ChristopherDon't lower splat vector load to relative to the esp...
2010-01-23 Chris Lattnermcstreamerize .no_dead_strip and .reference for static...
2010-01-23 Chris Lattnerstop testing for invalid output.
2010-01-23 Eric ChristopherReapply 94059 while fixing the calling convention setup
2010-01-23 Chris Lattnerremove unneeded directive set.
2010-01-23 Chris Lattneruse some helpers instead of duplicating logic.
2010-01-23 Chris Lattnermcize jump table and constant pool entry labels, .local...
2010-01-23 Chris Lattneremit .ascii and .asciz through MCStreamer.
2010-01-23 Chris Lattnersimplify code a bit.
2010-01-23 Mon P WangInstCombine should not fold sext/zext of a vector and...
2010-01-23 Ted KremenekUpdate CMake build.
2010-01-23 Chris Lattnerremove one form of EmitString, just use EmitBytes inste...
2010-01-23 Chris Lattnerremove this test.
2010-01-23 Sean CallananAdded the skeleton for the implementation of the X86
2010-01-23 Evan ChengFix test.
2010-01-23 Evan ChengFix tests.
2010-01-23 Sean CallananModified the register matcher function in AsmMatcher to
2010-01-23 Devang PatelAvoid using "Type" as the variable name.
2010-01-23 Daniel DunbarAsmMatcher: Add a comment.
2010-01-23 Victor HernandezIn mem2reg, for all alloca/stores that get promoted...
2010-01-23 Chris Lattnerteach MCAsmStreamer::EmitBytes to use .ascii and .asciz
2010-01-23 Victor HernandezMake sure ValueFn starts off empty
2010-01-22 Evan ChengEnable pre-regalloc scheduling load clustering by default.
2010-01-22 Evan ChengBe more conservative with clustering f32 / f64 loads.
2010-01-22 Chris Lattnermove "EOL" from asmprinter to dwarfprinter. It should...
2010-01-22 Chris Lattnerremove uses of EOL.
2010-01-22 Chris Lattneradd a new EmitCFAByte method and use it.
2010-01-22 Chris Lattnermove uleb printing from asmprinter to dwarfprinter...
2010-01-22 Jeffrey YasskinMake OProfile support compile again after r93630 removed
2010-01-22 Chris Lattnermove sleb printing out of asmprinter into dwarf printer...
2010-01-22 Devang PatelRemove MetadataBase class because it is not adding...
2010-01-22 Sean CallananAdded a Register token to AsmToken and the appropriate
2010-01-22 Dale JohannesenIgnore DEBUG_VALUE when building live intervals;
2010-01-22 Chris Lattneradd a new DwarfPrinter::EmitEncodingByte method which...
2010-01-22 Sean CallananFilled out the skeleton of the TargetAsmLexer to behave
2010-01-22 Chris Lattnerrename the dwarf class to DwarfPrinter. This matches...
2010-01-22 Chris Lattnerfix indentation
2010-01-22 Chris Lattnerinline away the trivial AsmPrinter::EOL() method.
2010-01-22 Chris Lattnerinline AsmPrinter::PrintHex into its two trivial callers.
2010-01-22 Chris Lattnerchange this to be a static function instead of a method...
2010-01-22 Chris Lattnermake the loop comment printer print out a much better...
2010-01-22 Chris LattnerChanges to fix buffering that I forgot to commit with...
2010-01-22 Chris LattnerFor blocks that are not loop headers, just print their...
2010-01-22 Chris Lattnerreenable the label loop comments and switch them to...
2010-01-22 Daniel DunbarMark EH_RETURN64 as CodeGenOnly.
2010-01-22 Benjamin KramerAnother strncmp -> StringRef.startswith simplification.
2010-01-22 Chris LattnerConvert some more random-comment-printing stuff to use
2010-01-22 Chris Lattnermake this less constrained, we want blank lines between...
2010-01-22 Chris Lattneradd a new MCAsmStreamer::GetCommentOS method to simplif...
2010-01-22 Bob WilsonRevert 94059. It is breaking the MultiSource/Benchmark...
2010-01-22 Chris Lattneradd missing break, PR6114, patch by M Wahab.
2010-01-22 Victor HernandezFix/strengthen verification of llvm.dbg.declare
2010-01-22 Victor HernandezKeep ignoring pointer-to-pointer bitcasts
2010-01-22 Chris Lattneruse both the Mangler and the CBE's mangler for identifiers,
2010-01-22 Chris Lattnerrename addComment -> AddComment for consistency.
2010-01-22 Benjamin KramerSimplify some uses of str(n)cmp with StringRef.
2010-01-22 Daniel DunbarCMake: Don't try to descend into projects/compiler...
2010-01-22 Daniel DunbarMake GetSourceVersion more portable, thanks Pawel!
2010-01-22 Daniel DunbarUpdate CMake LibDeps
2010-01-22 Daniel Dunbarmake: Make .o files depend on Makefile, at least for...
2010-01-22 Torok EdwinFix TimeValue::now() on Unix.
2010-01-22 Dan GohmanRevert r94066, which was the patch which added a Verifi...
2010-01-22 Chris Lattneradd comment support to the rest of the directives.
2010-01-22 Chris Lattnerstop using strtoll, it gives windows heartburn.
2010-01-22 Chris LattnerAdd the ability for MCStreamer to emit comments on...
2010-01-22 Chris Lattnerpass "-fasm-verbose" into createAsmStreamer.
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-22 Chris Lattnergive PassNameParser a home.
2010-01-22 Chris Lattneradd an out-of-line virtual method to CmpInst to give...
2010-01-22 Chris Lattnerelimiante the dynamic_cast's from opt.
2010-01-22 Chris Lattnersimplify code.
2010-01-22 Chris Lattnerdrop the pass name from the output.
2010-01-22 Chris Lattnereliminate dynamic_cast from this file.
2010-01-22 Chris Lattnereliminate a bunch more unneeded dynamic_cast's.
2010-01-22 Chris Lattnereliminate a bunch of dynamic_cast's.
2010-01-22 Chris Lattnereliminate a bunch of dynamic_cast's.
2010-01-22 Evan ChengTeach pre-regalloc scheduler to schedule loads from...
2010-01-22 Evan ChengAdd two target hooks to determine whether two loads...
next