move .set generation out of DwarfPrinter into AsmPrinter and
[oota-llvm.git] / include / llvm /
2010-03-08 Chris Lattnermove .set generation out of DwarfPrinter into AsmPrinte...
2010-03-08 Devang PatelIntroduce DIFile. This will be used to represent header...
2010-03-08 Devang PatelDerive DIType from DIScope. This simplifies getContext...
2010-03-08 Devang PatelRemove DbgNode checks in constructor. Debug descriptors...
2010-03-08 Devang PatelisNull() is not used any more.
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 Andrew LenharthIterator traits and swap. closes PR6548 and PR6549
2010-03-08 Devang PatelRevert r97947.
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 Douglas GregorRevert r97917, which was causing Clang Debug self-host...
2010-03-07 Jeffrey YasskinRoll back r97918 again. Just configuring against llvm...
2010-03-07 Jeffrey YasskinReapply r97788 to free MDNodes when the LLVMContext...
2010-03-07 Jeffrey YasskinRoll r97906 forward again, without double-deleting...
2010-03-07 Tobias GrosserAdd findNearestCommonDominator() for PostDominators.
2010-03-07 Chris LattnerUse Other as a sentinel instead of iAny.
2010-03-07 Jeffrey Yasskin_2_ gcc crashes, ah, ah, ah...
2010-03-07 Jeffrey YasskinAvoid leaking CompileUnits and DbgScopes from DwarfDebu...
2010-03-06 Chris Lattnermake APFloat::toString be const.
2010-03-06 Rafael EspindolaAdd static methods to handle Linkage Types.
2010-03-06 Dale JohannesenAdd some new bits of debug info handling. No
2010-03-05 Eric ChristopherMove SimplifyLibCalls's LibCall builders to a separate...
2010-03-05 Eric ChristopherAdd support for an i8* type accessor.
2010-03-05 Eric ChristopherMove GetStringLength and helper from SimplifyLibCalls...
2010-03-05 Jeffrey YasskinRevert r97788 because it broke test/FrontendC/2010...
2010-03-05 Jeffrey YasskinFree MDNodes when the LLVMContext is destroyed. Leak...
2010-03-05 Mikhail GlushenkovMake it not an error to specify -O* options several...
2010-03-04 Chris Lattnerinline CannotYetSelectIntrinsic into CannotYetSelect...
2010-03-03 Evan ChengMove MachineInstrExpressionTrait::getHashValue() out...
2010-03-03 Evan ChengRe-apply r97667 but with a little bit of thought put...
2010-03-03 Dan GohmanRevert 97667. It broke a bunch of tests.
2010-03-03 Evan ChengMove DenseMapInfo for MachineInstr* to MachineInstr.h
2010-03-03 Evan ChengAdd MachineRegisterInfo::hasOneUse and hasOneNonDBGUse.
2010-03-03 Chris Lattnerdon't use always_inline with gcc 3.4, it has some unimp...
2010-03-03 Evan ChengTopLevelMap[] reference is a pointer.
2010-03-03 Chris Lattnerspeed up scope node processing: if the first element...
2010-03-03 Chris Lattnerintroduce a new SwitchTypeMatcher node (which is analog...
2010-03-03 Evan Cheng- Change MachineInstr::isIdenticalTo to take a new...
2010-03-03 Evan ChengOrdering forward declarations.
2010-03-02 Chris Lattnerremove 300 lines of code that is now dead in the MSP430...
2010-03-02 Chris LattnerFix some issues in WalkChainUsers dealing with
2010-03-02 Evan ChengAllow specialization of ScopedHashTable of non-default...
2010-03-02 Evan ChengSwap parameters of isSafeToMove and isSafeToReMat for...
2010-03-02 Chris LattnerFix the xfail I added a couple of patches back. The...
2010-03-02 Chris Lattnerfactor node morphing out to its own helper method.
2010-03-02 Chris Lattnereliminate CodeGen/DAGISelHeader.h, it is empty now.
2010-03-02 Chris LattnerSink InstructionSelect() out of each target into SDISel...
2010-03-02 Chris Lattnermove some code out of DAGISelHeader up to SelectionDAGI...
2010-03-02 Evan ChengAdd skeleton of a machine level cse pass.
2010-03-02 Evan ChengAdd count() and lookup() to ScopedHashTable. It might...
2010-03-02 Chris LattnerRewrite chain handling validation and input TokenFactor...
2010-03-02 Bill WendlingRemove dead parameter passing.
2010-03-01 Chris Lattnerremove some functions that were only used by the
2010-03-01 Chris Lattnerremove all but one version of SelectionDAG::MorphNodeTo
2010-03-01 Jakob Stoklund OlesenUse methods to determine if a LiveInterval is spillable.
2010-03-01 Chris Lattnerremove anders-aa from mainline, it isn't maintained...
2010-03-01 Chris LattnerAccelerate isel dispatch for tables that start with...
2010-03-01 Dan GohmanSpelling fixes.
2010-03-01 Dan GohmanWhitespace cleanups.
2010-03-01 Dan GohmanUse Doxygen comment syntax.
2010-03-01 Chris Lattnereliminate the CheckMultiOpcodeMatcher code and have...
2010-03-01 Chris Lattneradd a new OPC_SwitchOpcode which is semantically equivalent
2010-02-28 Chris Lattnerhoist the new isel interpreter out of DAGISelHeader.h
2010-02-28 Chris Lattnerchange a few opcodes to use VBRs instead of embedding
2010-02-28 Chris Lattnermove all the opcodes out of DAGISelHeader.h (which...
2010-02-28 Chris Lattnerresolve a fixme by using hte new flag.
2010-02-28 Chris Lattnerenhance the EmitNode/MorphNodeTo operands to take a...
2010-02-28 Chris Lattnerenhance the new isel to handle the 'node already exists'
2010-02-28 Chris Lattneruse MorphNodeTo instead of SelectNodeTo. SelectNodeTo
2010-02-28 Chris Lattnerenhance the new isel to use SelectNodeTo for most patterns,
2010-02-28 John McCallAdd an override to StringRef::getAsInteger which parses...
2010-02-28 Bob WilsonRevert r97245 which seems to be causing performance...
2010-02-28 John McCallTeach APFloat how to create both QNaNs and SNaNs and...
2010-02-28 Dan GohmanAdd a flag to addPassesToEmit* to disable the Verifier...
2010-02-27 Dan GohmanThe mayHaveSideEffects flag is no longer used.
2010-02-26 Dale JohannesenFurther constify MDNode* references.
2010-02-26 Bob WilsonMove the EnableFullLoadPRE flag from a separate command...
2010-02-26 Bob WilsonRemove unused "NoPRE" parameter in GVN and createGVNPass().
2010-02-26 Chris Lattnerfix the matcher in the presence of multiple scopes...
2010-02-25 Chris Lattnerchange the scope node to include a list of children...
2010-02-25 Chris Lattnerremove a dead PatLeaf, I previously changed all uses...
2010-02-25 Dan GohmanAdd more information to the getSizeOf comment.
2010-02-25 Dan GohmanRevert r97064. Duncan pointed out that bitcasts are...
2010-02-25 Chris Lattnerrename PushMatcherNode -> ScopeMatcherNode to more...
2010-02-24 Chris Lattnerfix a bug I introduced by checking the wrong node's...
2010-02-24 Dan GohmanMake getTypeSizeInBits work correctly for array types...
2010-02-24 Chris Lattnercontract movechild+checktype into a new checkchild...
2010-02-24 Dan GohmanConvert a few more backedge-taken count functions to...
2010-02-24 Daniel DunbarReapply r97010, the speculative revert failed.
2010-02-24 Chris Lattnerimplement a simple proof-of-concept optimization for
2010-02-24 Daniel DunbarSpeculatively revert r97010, "Add an argument to PHITra...
2010-02-24 Dan GohmanWhen forming SSE min and max nodes for UGE and ULE...
2010-02-24 Chris LattnerThe new isel was not properly handling patterns that...
2010-02-24 Bob WilsonAdd an argument to PHITranslateValue to specify the...
2010-02-23 Chris Lattnerfix X86/uint_to_fp-2.ll, only fold loads when they...
2010-02-23 Jakob Stoklund OlesenKeep track of phi join registers explicitly in LiveVari...
2010-02-23 Wesley PeckAdding the MicroBlaze backend.
2010-02-23 Kevin EnderbyThis is the first patch to put the needed bits in place...
2010-02-23 Mikhail GlushenkovCorrect option forwarding: initial implementation.
2010-02-23 Mikhail GlushenkovNew experimental/undocumented feature: 'works_on_empty'.
2010-02-23 Mikhail GlushenkovAdd a way to enable '-opt=foo' forwarding.
next