summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* change the canonical form of "cond ? -1 : 0" to be Chris Lattner2010-01-24
* Remove the '-disable-scheduling' flag and replace it with the 'source' option ofBill Wendling2010-01-23
* mcize lcomm, simplify .comm, extend both to support 64-bit sizes.Chris Lattner2010-01-23
* resolve a fixme: the "nonexecutable stack directive" is actuallyChris Lattner2010-01-23
* mcize visibility directives.Chris Lattner2010-01-23
* move the various directive enums out of the MCStreamer classChris Lattner2010-01-23
* Change constantexpr global variable initializers to convert the constantsChris Lattner2010-01-23
* mcstreamerize .no_dead_strip and .reference for static ctors/dtors.Chris Lattner2010-01-23
* mcize jump table and constant pool entry labels, .local on elf,Chris Lattner2010-01-23
* emit .ascii and .asciz through MCStreamer.Chris Lattner2010-01-23
* remove one form of EmitString, just use EmitBytes instead. We mustChris Lattner2010-01-23
* Avoid using "Type" as the variable name.Devang Patel2010-01-23
* move "EOL" from asmprinter to dwarfprinter. It should eventuallyChris Lattner2010-01-22
* move uleb printing from asmprinter to dwarfprinter, mcize,Chris Lattner2010-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
* Filled out the skeleton of the TargetAsmLexer to behaveSean Callanan2010-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
* Changes to fix buffering that I forgot to commit with previous patch.Chris Lattner2010-01-22
* Convert some more random-comment-printing stuff to use Chris Lattner2010-01-22
* add a new MCAsmStreamer::GetCommentOS method to simplify stuffChris 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
* 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
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* give PassNameParser a home.Chris Lattner2010-01-22
* add an out-of-line virtual method to CmpInst to give it a home.Chris Lattner2010-01-22
* elimiante the dynamic_cast's from opt.Chris Lattner2010-01-22
* eliminate a bunch of dynamic_cast's.Chris Lattner2010-01-22
* eliminate a bunch of dynamic_cast's.Chris Lattner2010-01-22
* Add two target hooks to determine whether two loads are near and should be sc...Evan Cheng2010-01-22
* Add DenseMapInfo for signed long long.Evan Cheng2010-01-22
* move some files out of the llvm-mc tool into the MCParser library soChris Lattner2010-01-22
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-22
* allow registering target lexers.Chris Lattner2010-01-22
* stub out a new TargetAsmLexer interface.Chris Lattner2010-01-22
* Revert LoopStrengthReduce.cpp to pre-r94061 for now.Dan Gohman2010-01-22
* Store flags in bitfields instead of masking them into the pointer for the lef...Ted Kremenek2010-01-22
* Tidy up assertion syntax. No functionality change.Ted Kremenek2010-01-21
* DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up ...Victor Hernandez2010-01-21
* back this out for now. Growing Function is not good.Jim Grosbach2010-01-21
* struct/class mismatch.Benjamin Kramer2010-01-21
* remove a couple of asserts that use RTTI.Chris Lattner2010-01-21
* Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman2010-01-21
* eliminate dynamic_cast from the pass manager.Chris Lattner2010-01-21
* Make sure that landing pad entries in the EH call site table are in the properJim Grosbach2010-01-21