aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-23In mem2reg, for all alloca/stores that get promoted where the alloca has an a...Victor Hernandez
2010-01-23teach MCAsmStreamer::EmitBytes to use .ascii and .ascizChris Lattner
2010-01-23Make sure ValueFn starts off emptyVictor Hernandez
2010-01-22Enable pre-regalloc scheduling load clustering by default.Evan Cheng
2010-01-22Be more conservative with clustering f32 / f64 loads.Evan Cheng
2010-01-22move "EOL" from asmprinter to dwarfprinter. It should eventuallyChris Lattner
2010-01-22remove uses of EOL.Chris Lattner
2010-01-22add a new EmitCFAByte method and use it.Chris Lattner
2010-01-22move uleb printing from asmprinter to dwarfprinter, mcize,Chris Lattner
2010-01-22Make OProfile support compile again after r93630 removedJeffrey Yasskin
2010-01-22move sleb printing out of asmprinter into dwarf printer, make clientsChris Lattner
2010-01-22Remove MetadataBase class because it is not adding significant value.Devang Patel
2010-01-22Added a Register token to AsmToken and the appropriateSean Callanan
2010-01-22Ignore DEBUG_VALUE when building live intervals;Dale Johannesen
2010-01-22add a new DwarfPrinter::EmitEncodingByte method which handlesChris Lattner
2010-01-22Filled out the skeleton of the TargetAsmLexer to behaveSean Callanan
2010-01-22rename the dwarf class to DwarfPrinter. This matches the filenameChris Lattner
2010-01-22fix indentationChris Lattner
2010-01-22inline away the trivial AsmPrinter::EOL() method.Chris Lattner
2010-01-22inline AsmPrinter::PrintHex into its two trivial callers.Chris Lattner
2010-01-22change this to be a static function instead of a method on asmprinter.Chris Lattner
2010-01-22make the loop comment printer print out a much better structuredChris Lattner
2010-01-22Changes to fix buffering that I forgot to commit with previous patch.Chris Lattner
2010-01-22For blocks that are not loop headers, just print their loop depth and header BB.Chris Lattner
2010-01-22reenable the label loop comments and switch them to use the formattedChris Lattner
2010-01-22Mark EH_RETURN64 as CodeGenOnly.Daniel Dunbar
2010-01-22Another strncmp -> StringRef.startswith simplification.Benjamin Kramer
2010-01-22Convert some more random-comment-printing stuff to use Chris Lattner
2010-01-22make this less constrained, we want blank lines between globals.Chris Lattner
2010-01-22add a new MCAsmStreamer::GetCommentOS method to simplify stuffChris Lattner
2010-01-22Revert 94059. It is breaking the MultiSource/Benchmarks/Prolangs-C/bisonBob Wilson
2010-01-22add missing break, PR6114, patch by M Wahab.Chris Lattner
2010-01-22Fix/strengthen verification of llvm.dbg.declareVictor Hernandez
2010-01-22Keep ignoring pointer-to-pointer bitcastsVictor Hernandez
2010-01-22use both the Mangler and the CBE's mangler for identifiers,Chris Lattner
2010-01-22rename addComment -> AddComment for consistency.Chris Lattner
2010-01-22Simplify some uses of str(n)cmp with StringRef.Benjamin Kramer
2010-01-22CMake: Don't try to descend into projects/compiler-rt, it doesn't work.Daniel Dunbar
2010-01-22Make GetSourceVersion more portable, thanks Pawel!Daniel Dunbar
2010-01-22Update CMake LibDepsDaniel Dunbar
2010-01-22make: Make .o files depend on Makefile, at least for now.Daniel Dunbar
2010-01-22Fix TimeValue::now() on Unix.Torok Edwin
2010-01-22Revert r94066, which was the patch which added a Verifier pass afterDan Gohman
2010-01-22add comment support to the rest of the directives.Chris Lattner
2010-01-22stop using strtoll, it gives windows heartburn.Chris Lattner
2010-01-22Add the ability for MCStreamer to emit comments on the same line as directives.Chris Lattner
2010-01-22pass "-fasm-verbose" into createAsmStreamer.Chris Lattner
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2010-01-22give PassNameParser a home.Chris Lattner
2010-01-22add an out-of-line virtual method to CmpInst to give it a home.Chris Lattner