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