Recognize 'add_executable' when analyzing CMake files.
[oota-llvm.git] / include /
2010-01-28 Bill WendlingAssign the ordering of SDNodes in a much less intrusive...
2010-01-28 Douglas GregorAdd llvm::Program::ChangeStderrToBinary().
2010-01-28 Dan GohmanMake getAlignOf return an i64, for consistency with...
2010-01-28 Dan GohmanRemove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and...
2010-01-28 Chris Lattneradd target hooks for emitting random gunk before and...
2010-01-28 Jim GrosbachUpdate of 94055 to track the IR level call site informa...
2010-01-28 Chris LattnerGive AsmPrinter the most common expected implementation of
2010-01-28 Chris LattnerRemove the argument from EmitJumpTableInfo, because...
2010-01-28 Chris LattnerDrop the argument to AsmPrinter::EmitConstantPool and...
2010-01-28 Chris Lattnerrename printVisibility to EmitVisibility and make it...
2010-01-27 Chris Lattneradd a helper function for bumping up the alignment...
2010-01-27 Sean CallananChanged constants to an enum so as not to pollute the
2010-01-27 Sean CallananAdded a header file defining the externally-visible...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-27 Benjamin KramerDon't bother with sprintf, just pass the Twine through.
2010-01-27 Mikhail GlushenkovMake SMDiagnostic::Print a const method.
2010-01-27 Mikhail GlushenkovTrailing whitespace.
2010-01-27 Chris Lattneradd a new AsmPrinter::EmitFunctionEntryLabel virtual...
2010-01-27 Evan ChengRemove a dead target hook.
2010-01-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2010-01-26 Chris Lattnerpull linkage emission code out to a new EmitLinkage...
2010-01-26 Chris Lattnerremove a noop function.
2010-01-26 Jakob Stoklund OlesenFix inline cost predictions with SCIENCE.
2010-01-26 Chris Lattnernow that enough stuff is constified, move function...
2010-01-26 Chris Lattnerconstify a bunch of dwarf stuff now that the registerin...
2010-01-26 Chris Lattnerconstify a method argument.
2010-01-26 Devang PatelBefore existing NamedMDNode entry in the symbol table...
2010-01-26 Devang PatelRemve unnecessary include.
2010-01-26 Devang PatelAdd extra element to composite type. This new element...
2010-01-26 Chris LattnerEliminate SetDirective, and replace it with HasSetDirec...
2010-01-26 Rafael EspindolaEmit .comm alignment in bytes but .align in powers...
2010-01-26 Chris Lattnereliminate MCAsmInfo::NeedsSet: we now just use .set...
2010-01-26 Duncan SandsTweak the way appendModuleInlineAsm works, so you aren...
2010-01-26 Torok EdwinRegenerate configure.
2010-01-26 Bill WendlingRemove warning about non return on a non-void function.
2010-01-26 Chris Lattnereliminate the TargetLowering::UsesGlobalOffsetTable...
2010-01-26 Chris LattnerNow that printPICJumpTableSetLabel is not overloaded,
2010-01-26 Chris LattnerMove getJTISymbol from MachineJumpTableInfo to MachineF...
2010-01-26 Chris Lattneradd a new MachineJumpTableInfo::getJTISymbol method,
2010-01-26 Chris Lattnerstub out a new target hook, need some refactoring befor...
2010-01-26 Chris Lattnerrename printPICJumpTableEntry -> EmitJumpTableEntry,
2010-01-26 Chris Lattneradd a new MachineBasicBlock::getSymbol method, replacing
2010-01-26 Chris Lattnermake MachineFunction keep track of its ID and make
2010-01-26 Chris Lattnerthis hook should be const.
2010-01-26 Chris LattnerAdd support for target-specific 32-bit custom-lowered
2010-01-26 Victor HernandezAdd MDNode::getIfExists(), an efficient way to determin...
2010-01-25 Chris LattnerRearrange handling of jump tables. Highlights:
2010-01-25 Chris Lattneradd a method to get the alignment of an integer type...
2010-01-25 Chris Lattnereliminate redundant argument to EmitJumpTableInfo
2010-01-25 Chris Lattnermcstreamerize gprel32 emission.
2010-01-25 Chris Lattnerhandle the _set_ symbol with an MCSymbol.
2010-01-25 Chris Lattnerrename MAI::PICJumpTableDirective to MAI::GPRel32Direct...
2010-01-25 Chris Lattnerremove JumpTableDirective, it is always null.
2010-01-25 Chris Lattnersink an arm specific method out of asmprinter into...
2010-01-25 Chris Lattnermcstreamerize .file and .file. This also fixes an...
2010-01-25 Chris Lattneradd symbol attribute support for the ELF .type directive.
2010-01-25 Bob WilsonChange Value::getUnderlyingObject to have the MaxLookup...
2010-01-25 Chris Lattneremit the .size directive for global variables on ELF...
2010-01-25 Chris Lattnerall supported target now have aligned common support.
2010-01-24 Chris Lattnerchange the canonical form of "cond ? -1 : 0" to be
2010-01-23 Bill WendlingRemove the '-disable-scheduling' flag and replace it...
2010-01-23 Chris Lattnermcize lcomm, simplify .comm, extend both to support...
2010-01-23 Chris Lattnerresolve a fixme: the "nonexecutable stack directive...
2010-01-23 Chris Lattnermcize visibility directives.
2010-01-23 Chris Lattnermove the various directive enums out of the MCStreamer...
2010-01-23 Chris LattnerChange constantexpr global variable initializers to...
2010-01-23 Chris Lattnermcstreamerize .no_dead_strip and .reference for static...
2010-01-23 Chris Lattnermcize jump table and constant pool entry labels, .local...
2010-01-23 Chris Lattneremit .ascii and .asciz through MCStreamer.
2010-01-23 Chris Lattnerremove one form of EmitString, just use EmitBytes inste...
2010-01-23 Devang PatelAvoid using "Type" as the variable name.
2010-01-22 Chris Lattnermove "EOL" from asmprinter to dwarfprinter. It should...
2010-01-22 Chris Lattnermove uleb printing from asmprinter to dwarfprinter...
2010-01-22 Chris Lattnermove sleb printing out of asmprinter into dwarf printer...
2010-01-22 Devang PatelRemove MetadataBase class because it is not adding...
2010-01-22 Sean CallananAdded a Register token to AsmToken and the appropriate
2010-01-22 Sean CallananFilled out the skeleton of the TargetAsmLexer to behave
2010-01-22 Chris Lattnerinline away the trivial AsmPrinter::EOL() method.
2010-01-22 Chris Lattnerinline AsmPrinter::PrintHex into its two trivial callers.
2010-01-22 Chris Lattnerchange this to be a static function instead of a method...
2010-01-22 Chris LattnerChanges to fix buffering that I forgot to commit with...
2010-01-22 Chris LattnerConvert some more random-comment-printing stuff to use
2010-01-22 Chris Lattneradd a new MCAsmStreamer::GetCommentOS method to simplif...
2010-01-22 Chris Lattnerrename addComment -> AddComment for consistency.
2010-01-22 Benjamin KramerSimplify some uses of str(n)cmp with StringRef.
2010-01-22 Chris LattnerAdd the ability for MCStreamer to emit comments on...
2010-01-22 Chris Lattnerpass "-fasm-verbose" into createAsmStreamer.
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-22 Chris Lattnergive PassNameParser a home.
2010-01-22 Chris Lattneradd an out-of-line virtual method to CmpInst to give...
2010-01-22 Chris Lattnerelimiante the dynamic_cast's from opt.
2010-01-22 Chris Lattnereliminate a bunch of dynamic_cast's.
2010-01-22 Chris Lattnereliminate a bunch of dynamic_cast's.
2010-01-22 Evan ChengAdd two target hooks to determine whether two loads...
2010-01-22 Evan ChengAdd DenseMapInfo for signed long long.
2010-01-22 Chris Lattnermove some files out of the llvm-mc tool into the MCPars...
2010-01-22 Chris Lattnercreate a new MCParser library and move some stuff into it.
2010-01-22 Chris Lattnerallow registering target lexers.
2010-01-22 Chris Lattnerstub out a new TargetAsmLexer interface.
2010-01-22 Dan GohmanRevert LoopStrengthReduce.cpp to pre-r94061 for now.
next