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