Don't use PN->replaceUsesOfWith() to change a PHINode's incoming blocks,
[oota-llvm.git] / include /
2011-06-21 Chris Lattneruse the MapEntryTy typedef instead of writing it out...
2011-06-21 Chad RosierRevert r133435 and r133449 to appease buildbots.
2011-06-21 Bill WendlingDon't mark the eh.dispatch.setup with a memory access...
2011-06-20 Jay FoadChange how PHINodes store their operands.
2011-06-20 Jay FoadRemove the AugmentedUse struct.
2011-06-20 Chris LattnerRevamp the "ConstantStruct::get" methods. Previously...
2011-06-20 Chris Lattnerintroduce an isLayoutIdentical() method, which is curre...
2011-06-20 Jakob Stoklund OlesenAdd a RegisterTuples class to Target.td and TableGen.
2011-06-19 Jay FoadFix a FIXME by making GlobalVariable::getInitializer...
2011-06-19 Nick LewyckyRevert r133373. I was going to use this to teach the...
2011-06-19 Nick LewyckyAdd the remaining instructions/constant expressions...
2011-06-18 Chris Lattnerfix the varargs version of StructType::get to not requi...
2011-06-18 Chris Lattnereliminate some pointless virtual methods.
2011-06-18 Chris Lattnernow that Type::getDescription() is dead, the TypePrinti...
2011-06-18 Chris Lattnereliminate the Type::getDescription() method, using...
2011-06-18 Chris Lattnerimprove some comments.
2011-06-18 Benjamin KramerDon't allocate empty read-only SmallVectors during...
2011-06-18 Jakob Stoklund OlesenRemove MethodProtos/MethodBodies and allocation_order_b...
2011-06-18 Jakob Stoklund OlesenProvide AltOrders for specifying alternative allocation...
2011-06-17 Bill WendlingUse the verbose asm flag instead of a new flag for...
2011-06-17 Nadav RotemFix a bug in the type-lowering of integer-promoted...
2011-06-17 Eric ChristopherLower multiply with overflow checking to __mulo<mode>
2011-06-17 Bill WendlingAdd an option that allows one to "decode" the LSDA.
2011-06-17 Chris LattnerDrop the "2" suffix on some enums.
2011-06-17 Chris Lattnerremove support for a bunch of obsolete instruction...
2011-06-17 Chris LattnerRemove some "2" suffixes from the metadata enums now...
2011-06-17 Chris Lattnerremove bitcode reader support for LLVM 2.7 metadata...
2011-06-17 Lang HamesAdd a hook for PBQP clients to run a custom pre-alloc...
2011-06-16 Jakob Stoklund OlesenRename TRI::getAllocationOrder() to getRawAllocationOrd...
2011-06-16 Chris Lattnerforward declare GraphTraits in Type.h instead of #inclu...
2011-06-16 Chris Lattnerchange Type.h to forward declare ArrayRef instead of...
2011-06-16 Chris Lattnermove the address space into the subclass data field...
2011-06-16 Chris Lattnertidy up some comments, store the 'isvararg' bit for...
2011-06-16 Chris Lattnerremove Type::getVAArgsPromotedType, which is dead,...
2011-06-16 Jakub StaszakIntroduce MachineBranchProbabilityInfo class, which...
2011-06-16 Owen AndersonChange the REG_SEQUENCE SDNode to take an explict regis...
2011-06-16 Jakob Stoklund OlesenAdd TargetRegisterInfo::getRawAllocationOrder().
2011-06-16 Owen AndersonFix formatting.
2011-06-15 John McCallThe ARC language-specific optimizer. Credit to Dan...
2011-06-15 Owen AndersonAdd a new MVT::untyped. This will be used in future...
2011-06-15 Jakob Stoklund OlesenUse set operations instead of plain lists to enumerate...
2011-06-15 John McCallAdd a new function attribute, nonlazybind, which inhibi...
2011-06-15 Eli FriedmanRemove unused code.
2011-06-15 Argyrios KyrtzidisConstify PackedVector::reference::operator T().
2011-06-15 Jim GrosbachDiagnostic for undefined assembler local symbols.
2011-06-15 Andrew TrickAdded -stress-sched flag in the Asserts build.
2011-06-15 Owen AndersonReplace the statically generated hashtables for checkin...
2011-06-15 Ted Kremenekadd option for literal formatting to APInt::toString()
2011-06-15 Eli FriedmanAdd "unknown" results for memdep, which mean "I don...
2011-06-14 Jim GrosbachRevert 133010. Self-hosted buildbot unhappy.
2011-06-14 Jim GrosbachDiagnostic for undefined assembler local symbols.
2011-06-14 Bruno Cardoso LopesAdd one more argument to the prefetch intrinsic to...
2011-06-13 Benjamin KramerRevert r132910 and r132909 on behalf of Michael. They...
2011-06-13 Michael J. SpencerRevert the last two commits in the series. r132911...
2011-06-13 Michael J. SpencerMake Binary the parent of ObjectFile and update childre...
2011-06-13 Michael J. SpencerAdd Binary class. This is a cleaner parent than ObjectFile.
2011-06-13 Michael J. SpencerAdd Object/Error.
2011-06-13 Michael J. SpencerFix spelling and sort CMakeLists.txt.
2011-06-12 Nadav RotemBugfix: When looking for a legal vector type, stop...
2011-06-12 Jakob Stoklund OlesenTweak hash function and compress hash tables.
2011-06-12 Jakob Stoklund OlesenCompute lists of sub-regs, super-regs, and overlapping...
2011-06-11 Bill WendlingReformatting. Moving class definitions to more natural...
2011-06-11 Andrew TrickBranch profiling: floating-point avoidance.
2011-06-10 Cameron ZwarichProvide an ARMCCState subclass of CCState so that ARM...
2011-06-10 Cameron ZwarichRename the ParmContext enum values to make a bit more...
2011-06-10 Cameron ZwarichRemove tabs.
2011-06-10 Richard OsborneFix example code in comment.
2011-06-09 Roman DivackyFix emission of PPC64 assembler on non-darwin platforms...
2011-06-09 John McCallTeach the CallGraph to ignore calls to intrinsics.
2011-06-08 Eric ChristopherAdd a parameter to CCState so that it can access the...
2011-06-07 Lang HamesSwitched to DenseMap for allowed sets in PBQP. Reduces...
2011-06-05 Rafael EspindolaBasic support for macros with explicit arguments.
2011-06-04 Hans WennborgCast unused parameter to void.
2011-06-04 Andrew TrickNew BranchProbabilityInfo analysis. Patch by Jakub...
2011-06-04 Dan GohmanFix BasicAA's recursion detection so that it doesn...
2011-06-03 Devang PatelA typedef's context is not the same as type's context...
2011-06-03 Charles DavisTreat Win64 EH as a DWARF EH scheme. For GCC-style...
2011-06-02 Eric ChristopherHave LowerOperandForConstraint handle multiple characte...
2011-06-02 Jakob Stoklund OlesenMake it possible to have unallocatable register classes.
2011-06-02 Devang PatelRemove dead code.
2011-06-02 Rafael EspindolaDon't hardcode the %reg format in the streamer.
2011-06-01 Chad RosierTypos.
2011-06-01 Benjamin KramerInitialize IssueWidth to zero.
2011-06-01 Jakob Stoklund OlesenFix PR10059 and future variations by handling all regis...
2011-06-01 Joerg SonnenbergerAdd new -d option to tblgen. It writes a make(1)-style...
2011-06-01 Nadav RotemThis patch is another step in the direction of adding...
2011-06-01 Stuart HastingsFGETSIGN support for x86, using movmskps/pd. Will...
2011-05-31 Eli Friedmanllvm.memcpy.* has two distinct associated address space...
2011-05-31 Richard OsborneFix 80 column violations.
2011-05-31 Richard OsborneAdd XCore intrinsic for crc8.
2011-05-31 Richard OsborneAdd XCore intrinsic for crc32.
2011-05-31 Argyrios KyrtzidisIntroduce PackedVector, useful for storing a vector...
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-05-30 Rafael EspindolaIntroduce the DwarfRegAlias class for declaring that...
2011-05-29 John McCall...this is not a good commit day for me.
2011-05-29 John McCallOn Darwin ARM, set the UNWIND_RESUME libcall to _Unwind...
2011-05-28 Nadav RotemRefactor the type legalizer. Switch TargetLowering...
2011-05-28 John McCallChange how tblgen generates attributes for intrinsics...
2011-05-28 Charles DavisWhen generating code for Win64 EH, emit StartProc and...
2011-05-28 Bruno Cardoso LopesAdd support for ARM ldrexd/strexd intrinsics. They...
next