install-sh chmods to 0755 by default, and this causes 'git diff' to show
[oota-llvm.git] / include /
2009-08-28 Daniel Dunbarllvm-mc: Support .comm emission.
2009-08-28 Daniel Dunbarllvm-mc: Support .zerofill emission.
2009-08-28 Daniel Dunbarllvm-mc: Tweak section alignment and size computation...
2009-08-28 Daniel Dunbarllvm-mc: Emit .lcomm as .zerofill.
2009-08-28 Daniel Dunbarllvm-mc: Add const to EmitZeroFill section argument.
2009-08-28 Daniel DunbarAdd MathExtras.h OffsetToAlignment, like RoundUpToAlign...
2009-08-27 Devang PatelClosure is a very generic name. Use AppleBlock instead.
2009-08-27 Gabor Greifeliminate all 80-col violations that I have introduced...
2009-08-27 Dan GohmanMinor code simplification.
2009-08-27 Dan GohmanBe somewhat more consistent about const qualifiers.
2009-08-27 Dan GohmanGlobal Aliases are not identifiable objects.
2009-08-27 Dan GohmanHandle TargetData with const.
2009-08-27 Dan GohmanStrip trailing whitespace from blank lines.
2009-08-27 Gabor Greifre-apply r80197, now that iterator.h is not mentioned...
2009-08-27 Daniel Dunbarllvm-mc/Mach-O: Add MCCodeEmitter support, for encoding...
2009-08-27 Daniel DunbarAdd {MCInst,MCOperand}::{print,dump}
2009-08-27 Gabor Greifthe buildbots revealed one more breakage. fix. (why...
2009-08-27 Gabor GreifClean up the minor mess I caused with removing iterator...
2009-08-27 Chris LattnerImplement a new optimization in the inliner: if inlinin...
2009-08-27 Bill WendlingRevert accidental commit.
2009-08-27 Chris Lattnerreduce header #include'age
2009-08-27 Chris Lattnerenhance InlineFunction to be able to optionally return
2009-08-27 Chris Lattnersmallvectorize the list of returns built by CloneAndPru...
2009-08-27 Chris Lattnerremove CloneTrace, which appears to be dead since 2004.
2009-08-27 Bill Wendling--- Reverse-merging r80147 into '.':
2009-08-27 Daniel Dunbarllvm-mc: Tweak MCCodeEmitter skeleton.
2009-08-27 Daniel DunbarAdd missing declarations.
2009-08-27 Daniel DunbarSketch TargetRegistry support for MCCodeEmitter abstrac...
2009-08-27 Daniel DunbarTry to make MSVC just a little happier.
2009-08-26 Gabor Greifnow that include/llvm/ADT/iterator.h.in is not attempte...
2009-08-26 Douglas GregorRegenerate configure
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Don't put assembler temporary labels...
2009-08-26 Gabor Greifnobody includes llvm/ADT/iterator.h any more,
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Set .subsections_via_symbols flag properly.
2009-08-26 Gabor GreifRemove all the LLVM_COMPACTIFY_SENTINELS-related macro...
2009-08-26 Mike StumpAllow unsigned long long DenseMapInfo.
2009-08-26 Dan GohmanMove ProfileInfo::Edge's operator<< out of line. Among...
2009-08-26 Andreas NeustifterBugfix for r80100, forgot include. Sorry.
2009-08-26 Andreas NeustifterImplemented comments from Daniel Dunbar.
2009-08-26 Dan GohmanCreate a ScalarEvolution-based AliasAnalysis implementa...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Add support for relocations.
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Move symbol indices into the MCSymbolDa...
2009-08-26 Daniel Dunbarllvm-mc: Change MCContext value table to take const...
2009-08-26 Daniel Dunbarllvm-mc: Make MCValue take const MCSymbol*s.
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-26 Chris Lattnersome mips and some sparc compilers apparently
2009-08-26 Chris Lattnerfix some funky indentation
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Add section padding where needed (to...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Set addresses for symbols.
2009-08-26 Dale JohannesenAdd an 'inline hint' attribute to represent source
2009-08-26 Devang PatelAdd isClosure() predicate. This is used to add DW_AT_AP...
2009-08-26 Daniel Dunbarllvm-mc: Add MCSection::isDefined()
2009-08-25 Dan GohmanEliminate the unused Context argument on one of the...
2009-08-25 Gabor Greifrevert r78628 and r78803 as these are not needed any...
2009-08-25 Dan GohmanUse covariant return types for Instruction::clone,...
2009-08-25 Dan GohmanRename Instruction::isIdenticalTo to Instruction::isIde...
2009-08-25 Bill WendlingRevert last patch. We need to put this into TargetLower...
2009-08-25 Gabor Greifre-committing yesterday's r79938.
2009-08-25 Bill WendlingComment formatting. Removing of unused #include and...
2009-08-25 Bill WendlingAdd a target asm info hook to specify that particular...
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-25 Bill Wendling--- Reverse-merging r79938 into '.':
2009-08-24 Andreas NeustifterThis patch cleans up the ProfileInfo by
2009-08-24 Gabor GreifResubmit an earlier patch of mine:
2009-08-24 Daniel Dunbarllvm-mc/Mach-O: Preliminary support for indirect symbols.
2009-08-24 Daniel DunbarAdd llvm::Triple::getArchTypePrefix for getting the...
2009-08-24 Daniel DunbarAdd StringRef based APIs to BitstreamWriter.
2009-08-24 Daniel DunbarAdd MemoryBuffer::getBuffer() -> StringRef.
2009-08-24 Daniel Dunbarllvm-mc/Mach-O: Support symbol attributes.
2009-08-24 Daniel DunbarAdd missing include (for MSVC).
2009-08-24 Chris Lattnerremove the last *stream> #include from a public header.
2009-08-24 Chris Lattnersplit raw_os_ostream out to its own header and implemen...
2009-08-24 Chris Lattnerprune the #includes in raw_ostream.h by moving a
2009-08-24 Chris Lattnerremove a few dead insertion methods.
2009-08-24 Daniel DunbarRemove alloca config.h support.
2009-08-24 Daniel DunbarRemove include/llvm/Config/alloca.h, it is dead.
2009-08-23 Chris Lattnerremove the dead std::ostream APInt inserter
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-23 Chris Lattnerllvm/Support/Streams.h is now dead, zap it.
2009-08-23 Chris LattnerSwitch SubtargetFeature off of ostreams
2009-08-23 Chris Lattnereliminate the ostream version of CheckBitcodeOutputToCo...
2009-08-23 Daniel DunbarFix off-by-one in llvm::Format::print.
2009-08-23 Daniel DunbarFix some refactos for iostream changes (in -Asserts...
2009-08-23 Chris Lattnerremove some uses of llvm/Support/Streams.h
2009-08-23 Chris Lattnereliminate the std::ostream forms of the bitcode writing...
2009-08-23 Chris Lattnerconvert LoopInfo.h and GraphWriter.h to use raw_ostream
2009-08-23 Chris Lattnereliminate DOUT and make Debug.h not include Streams...
2009-08-23 Chris Lattnerremove a few DOUTs here and there.
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-23 Chris Lattnereliminate the std::ostream form of WriteAsOperand and...
2009-08-23 Chris Lattnerremove the std::ostream version of module and type...
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
2009-08-23 Chris Lattnershoot a few more std::ostream print methods in the...
2009-08-23 Chris Lattnerremove various std::ostream version of printing methods...
2009-08-23 Chris Lattnerremove std::ostream versions of printing stuff for...
2009-08-23 Chris LattnerChange raw_fd_ostream to take flags as an optional...
2009-08-23 Chris LattnerThis was supposed to go with r79803
2009-08-23 Chris Lattnerconvert some stuff to work on raw_ostreams instead...
2009-08-23 Chris Lattnerremove some dead print method variants.
next