2010-01-23 |
Chris Lattner | third bug from PR6119: the xor dupe extension allows
|
commit | commitdiff | tree |
2010-01-23 |
Chris Lattner | add an early out to ProcessBranchOnXOR to speed it up,
|
commit | commitdiff | tree |
2010-01-23 |
Chris Lattner | fix a crash in jump threading, PR6119
|
commit | commitdiff | tree |
2010-01-23 |
Chris Lattner | implement a simple instcombine xform that has been...
|
commit | commitdiff | tree |
2010-01-23 |
Chris Lattner | add a note
|
commit | commitdiff | tree |
2010-01-23 |
Chris Lattner | add some notes, making posix-memalign be nocapture...
|
commit | commitdiff | tree |
2010-01-23 |
Chris Lattner | mcize lcomm, simplify .comm, extend both to support...
|
commit | commitdiff | tree |
2010-01-23 |
Chris Lattner | resolve a fixme: the "nonexecutable stack directive...
|
commit | commitdiff | tree |
2010-01-23 |
Chris Lattner | remove a dead call.
|
commit | commitdiff | tree |
2010-01-23 |
Chris Lattner | use helpers.
|
commit | commitdiff | tree |
2010-01-23 |
Chris Lattner | mcize visibility directives.
|
commit | commitdiff | tree |
2010-01-23 |
Chris Lattner | move the various directive enums out of the MCStreamer...
|
commit | commitdiff | tree |
2010-01-23 |
Chris Lattner | Change constantexpr global variable initializers to...
|
commit | commitdiff | tree |
2010-01-23 |
Chris Lattner | mcstreamerize .no_dead_strip and .reference for static...
|
commit | commitdiff | tree |
2010-01-23 |
Chris Lattner | stop testing for invalid output.
|
commit | commitdiff | tree |
2010-01-23 |
Chris Lattner | remove unneeded directive set.
|
commit | commitdiff | tree |
2010-01-23 |
Chris Lattner | use some helpers instead of duplicating logic.
|
commit | commitdiff | tree |
2010-01-23 |
Chris Lattner | mcize jump table and constant pool entry labels, .local...
|
commit | commitdiff | tree |
2010-01-23 |
Chris Lattner | emit .ascii and .asciz through MCStreamer.
|
commit | commitdiff | tree |
2010-01-23 |
Chris Lattner | simplify code a bit.
|
commit | commitdiff | tree |
2010-01-23 |
Chris Lattner | remove one form of EmitString, just use EmitBytes instead...
|
commit | commitdiff | tree |
2010-01-23 |
Chris Lattner | remove this test.
|
commit | commitdiff | tree |
2010-01-23 |
Chris Lattner | teach MCAsmStreamer::EmitBytes to use .ascii and .asciz
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | move "EOL" from asmprinter to dwarfprinter. It should...
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | remove uses of EOL.
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | add a new EmitCFAByte method and use it.
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | move uleb printing from asmprinter to dwarfprinter...
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | move sleb printing out of asmprinter into dwarf printer...
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | add a new DwarfPrinter::EmitEncodingByte method which...
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | rename the dwarf class to DwarfPrinter. This matches...
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | fix indentation
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | inline away the trivial AsmPrinter::EOL() method.
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | inline AsmPrinter::PrintHex into its two trivial callers.
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | change this to be a static function instead of a method...
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | make the loop comment printer print out a much better...
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | Changes to fix buffering that I forgot to commit with...
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | For blocks that are not loop headers, just print their...
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | reenable the label loop comments and switch them to...
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | Convert some more random-comment-printing stuff to use
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | make this less constrained, we want blank lines between...
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | add a new MCAsmStreamer::GetCommentOS method to simplify...
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | add missing break, PR6114, patch by M Wahab.
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | use both the Mangler and the CBE's mangler for identifiers,
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | rename addComment -> AddComment for consistency.
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | add comment support to the rest of the directives.
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | stop using strtoll, it gives windows heartburn.
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | Add the ability for MCStreamer to emit comments on...
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | pass "-fasm-verbose" into createAsmStreamer.
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm libraries...
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | give PassNameParser a home.
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | add an out-of-line virtual method to CmpInst to give...
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | elimiante the dynamic_cast's from opt.
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | simplify code.
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | drop the pass name from the output.
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | eliminate dynamic_cast from this file.
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | eliminate a bunch more unneeded dynamic_cast's.
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | eliminate a bunch of dynamic_cast's.
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | eliminate a bunch of dynamic_cast's.
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | add new file
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | move some files out of the llvm-mc tool into the MCParser...
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | forgot to svn add these, doh.
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | create a new MCParser library and move some stuff into it.
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | remove some confused code that used strtoull
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | allow registering target lexers.
|
commit | commitdiff | tree |
2010-01-22 |
Chris Lattner | stub out a new TargetAsmLexer interface.
|
commit | commitdiff | tree |
2010-01-21 |
Chris Lattner | It turns out that this #include is needed because otherwise
|
commit | commitdiff | tree |
2010-01-21 |
Chris Lattner | unbreak the build, apparently without this transformutils...
|
commit | commitdiff | tree |
2010-01-21 |
Chris Lattner | tidy up
|
commit | commitdiff | tree |
2010-01-21 |
Chris Lattner | tidy up
|
commit | commitdiff | tree |
2010-01-21 |
Chris Lattner | remove dead .erase.
|
commit | commitdiff | tree |
2010-01-21 |
Chris Lattner | testcase for r94095
|
commit | commitdiff | tree |
2010-01-21 |
Chris Lattner | fix a problem with a missing _, testcase pending.
|
commit | commitdiff | tree |
2010-01-21 |
Chris Lattner | remove a couple of asserts that use RTTI.
|
commit | commitdiff | tree |
2010-01-21 |
Chris Lattner | eliminate dynamic_cast from the pass manager.
|
commit | commitdiff | tree |
2010-01-20 |
Chris Lattner | simplify this code.
|
commit | commitdiff | tree |
2010-01-20 |
Chris Lattner | eliminate FnStubInfo, using MachineModuleInfoMachO...
|
commit | commitdiff | tree |
2010-01-20 |
Chris Lattner | split function stub printing out to its own function,
|
commit | commitdiff | tree |
2010-01-20 |
Chris Lattner | eliminate the GVStubs and HiddenGVStubs maps, and use
|
commit | commitdiff | tree |
2010-01-20 |
Chris Lattner | don't forget to initialize an instance variable!
|
commit | commitdiff | tree |
2010-01-20 |
Chris Lattner | adopt getAdjustedAnalysisPointer in a few more passes.
|
commit | commitdiff | tree |
2010-01-20 |
Chris Lattner | adopt getAdjustedAnalysisPointer in two more passes.
|
commit | commitdiff | tree |
2010-01-20 |
Chris Lattner | adopt getAdjustedAnalysisPointer in BasicCallGraph.
|
commit | commitdiff | tree |
2010-01-20 |
Chris Lattner | add some new methods to adjust this pointers. Not...
|
commit | commitdiff | tree |
2010-01-20 |
Chris Lattner | add a helper method.
|
commit | commitdiff | tree |
2010-01-20 |
Chris Lattner | don't send null pointers through the constantexpr codepath...
|
commit | commitdiff | tree |
2010-01-20 |
Chris Lattner | reduce redundant are's.
|
commit | commitdiff | tree |
2010-01-20 |
Chris Lattner | use getGlobalDirective(), don't hardcode .globl. PR6093
|
commit | commitdiff | tree |
2010-01-20 |
Chris Lattner | eliminate some uses of AsmPrinter::EmitIntXXX
|
commit | commitdiff | tree |
2010-01-20 |
Chris Lattner | inline and radically simplify printDataDirective. ...
|
commit | commitdiff | tree |
2010-01-20 |
Chris Lattner | emit basic block labels with mcstreamer.
|
commit | commitdiff | tree |
2010-01-20 |
Chris Lattner | emit integer and fp zeros as (e.g.) .byte 0 instead...
|
commit | commitdiff | tree |
2010-01-20 |
Chris Lattner | signficant cleanups to EmitGlobalConstant (including...
|
commit | commitdiff | tree |
2010-01-20 |
Chris Lattner | switch ConstantFP emission to use MCStreamer, significantly
|
commit | commitdiff | tree |
2010-01-20 |
Chris Lattner | make mcasmstreamer handle expanding 8 byte integer...
|
commit | commitdiff | tree |
2010-01-20 |
Chris Lattner | give createAsmStreamer an 'isLittleEndian' argument.
|
commit | commitdiff | tree |
2010-01-20 |
Chris Lattner | revert 93934, removing the MCAsmInfo endianness bit...
|
commit | commitdiff | tree |
2010-01-19 |
Chris Lattner | give MCAsmInfo a 'has little endian' bit. This is...
|
commit | commitdiff | tree |
2010-01-19 |
Chris Lattner | simplify the rest of fp constant printing.
|
commit | commitdiff | tree |
2010-01-19 |
Chris Lattner | simplify the code for printing x86 long double, don...
|
commit | commitdiff | tree |
2010-01-19 |
Chris Lattner | add a new EmitIntValue method that MCStreamer impls...
|
commit | commitdiff | tree |