aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* llvm-mc/Mach-O: Move symbol indices into the MCSymbolData structure.Daniel Dunbar2009-08-261-2/+11
* llvm-mc: Change MCContext value table to take const MCSymbol*s.Daniel Dunbar2009-08-261-9/+7
* llvm-mc: Make MCValue take const MCSymbol*s.Daniel Dunbar2009-08-261-4/+5
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-2610-86/+84
* some mips and some sparc compilers apparently Chris Lattner2009-08-261-0/+5
* fix some funky indentationChris Lattner2009-08-261-7/+7
* llvm-mc/Mach-O: Add section padding where needed (to align the next section).Daniel Dunbar2009-08-261-4/+17
* llvm-mc/Mach-O: Set addresses for symbols.Daniel Dunbar2009-08-261-1/+19
* Add an 'inline hint' attribute to represent sourceDale Johannesen2009-08-262-3/+5
* Add isClosure() predicate. This is used to add DW_AT_APPLE_block attribute.Devang Patel2009-08-261-1/+5
* llvm-mc: Add MCSection::isDefined()Daniel Dunbar2009-08-261-1/+8
* Eliminate the unused Context argument on one of the ICmpInst and FCmpInstDan Gohman2009-08-253-5/+3
* revert r78628 and r78803 as these are not needed any moreGabor Greif2009-08-251-3/+0
* Use covariant return types for Instruction::clone, and eliminateDan Gohman2009-08-252-21/+14
* Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined,Dan Gohman2009-08-254-86/+19
* Revert last patch. We need to put this into TargetLowering. There will be a lotBill Wendling2009-08-251-7/+0
* re-committing yesterday's r79938.Gabor Greif2009-08-257-18/+63
* Comment formatting. Removing of unused #include and type forwarding.Bill Wendling2009-08-251-53/+50
* Add a target asm info hook to specify that particular bits of data in the FDEBill Wendling2009-08-251-19/+19
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-252-7/+6
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-2510-84/+86
* --- Reverse-merging r79938 into '.':Bill Wendling2009-08-257-48/+18
* This patch cleans up the ProfileInfo byAndreas Neustifter2009-08-241-12/+17
* Resubmit an earlier patch of mine:Gabor Greif2009-08-247-18/+48
* llvm-mc/Mach-O: Preliminary support for indirect symbols.Daniel Dunbar2009-08-241-0/+32
* Add llvm::Triple::getArchTypePrefix for getting the intrinsic prefix for anDaniel Dunbar2009-08-241-0/+8
* Add StringRef based APIs to BitstreamWriter.Daniel Dunbar2009-08-241-4/+18
* Add MemoryBuffer::getBuffer() -> StringRef.Daniel Dunbar2009-08-241-0/+5
* llvm-mc/Mach-O: Support symbol attributes.Daniel Dunbar2009-08-241-6/+22
* Add missing include (for MSVC).Daniel Dunbar2009-08-241-0/+1