aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-301-0/+64
* llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f...Daniel Dunbar2009-08-301-30/+15
* make DenseMap::clear() early exit if there is nothing to do.Chris Lattner2009-08-301-0/+2
* some minor cleanups to IRBuilder, factor the insertionChris Lattner2009-08-301-24/+32
* Nuke moribund "std::string" version of EOL(..., Encoding).Bill Wendling2009-08-301-1/+0
* Remove some unused fields.Dan Gohman2009-08-291-7/+4
* - Add target lowering methods to get the preferred format for the FDE and LSDABill Wendling2009-08-291-1/+14
* Add a form of EOL which emits the text version of a DWARF format encoding. ThisBill Wendling2009-08-291-1/+3
* Reapply 79977.Devang Patel2009-08-2810-84/+86
* llvm-mc: Support .comm emission.Daniel Dunbar2009-08-281-1/+36
* llvm-mc: Support .zerofill emission.Daniel Dunbar2009-08-281-1/+37
* llvm-mc: Tweak section alignment and size computation to match 'as' closer.Daniel Dunbar2009-08-281-5/+1
* llvm-mc: Emit .lcomm as .zerofill.Daniel Dunbar2009-08-281-2/+1
* llvm-mc: Add const to EmitZeroFill section argument.Daniel Dunbar2009-08-281-1/+1
* Add MathExtras.h OffsetToAlignment, like RoundUpToAlignment but returns theDaniel Dunbar2009-08-281-0/+7
* Closure is a very generic name. Use AppleBlock instead.Devang Patel2009-08-271-6/+7
* eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif2009-08-2714-30/+50
* Minor code simplification.Dan Gohman2009-08-271-5/+2
* Be somewhat more consistent about const qualifiers.Dan Gohman2009-08-271-3/+4
* Global Aliases are not identifiable objects.Dan Gohman2009-08-271-1/+1
* Handle TargetData with const.Dan Gohman2009-08-271-3/+3
* Strip trailing whitespace from blank lines.Dan Gohman2009-08-271-56/+56
* re-apply r80197, now that iterator.h is not mentioned any moreGabor Greif2009-08-273-158/+15
* llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions.Daniel Dunbar2009-08-271-1/+2
* Add {MCInst,MCOperand}::{print,dump}Daniel Dunbar2009-08-271-0/+7
* the buildbots revealed one more breakage. fix. (why didn't I see this?)Gabor Greif2009-08-271-1/+1
* Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif2009-08-2718-44/+35
* Implement a new optimization in the inliner: if inlining multipleChris Lattner2009-08-271-4/+0
* Revert accidental commit.Bill Wendling2009-08-271-2/+0
* reduce header #include'ageChris Lattner2009-08-272-10/+11
* enhance InlineFunction to be able to optionally returnChris Lattner2009-08-271-3/+10
* smallvectorize the list of returns built by CloneAndPruneFunctionInto.Chris Lattner2009-08-271-3/+3
* remove CloneTrace, which appears to be dead since 2004.Chris Lattner2009-08-271-17/+3
* --- Reverse-merging r80147 into '.':Bill Wendling2009-08-274-15/+160
* llvm-mc: Tweak MCCodeEmitter skeleton.Daniel Dunbar2009-08-272-9/+6
* Add missing declarations.Daniel Dunbar2009-08-271-0/+2
* Sketch TargetRegistry support for MCCodeEmitter abstract interface.Daniel Dunbar2009-08-273-3/+105
* Try to make MSVC just a little happier.Daniel Dunbar2009-08-271-2/+2
* now that include/llvm/ADT/iterator.h.in is not attempted to be built, its pre...Gabor Greif2009-08-261-76/+0
* Regenerate configureDouglas Gregor2009-08-261-3/+15
* llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar2009-08-262-0/+7
* nobody includes llvm/ADT/iterator.h any more,Gabor Greif2009-08-261-79/+0
* llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.Daniel Dunbar2009-08-261-0/+10
* Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit...Gabor Greif2009-08-267-45/+6
* Allow unsigned long long DenseMapInfo.Mike Stump2009-08-261-0/+14
* Move ProfileInfo::Edge's operator<< out of line. Among other benefits,Dan Gohman2009-08-261-12/+2
* Bugfix for r80100, forgot include. Sorry.Andreas Neustifter2009-08-261-0/+1
* Implemented comments from Daniel Dunbar.Andreas Neustifter2009-08-262-1/+13
* Create a ScalarEvolution-based AliasAnalysis implementation.Dan Gohman2009-08-262-0/+8
* llvm-mc/Mach-O: Add support for relocations.Daniel Dunbar2009-08-261-0/+68