Move onlyUsedByLifetimeMarkers to ValueTracking so that it can be used by other
[oota-llvm.git] / include /
2011-06-27 Nick LewyckyMove onlyUsedByLifetimeMarkers to ValueTracking so...
2011-06-27 Jakob Stoklund OlesenDistinguish early clobber output operands from clobbere...
2011-06-26 Rafael EspindolaThere is only one register coalescer. Merge it into...
2011-06-26 Rafael EspindolaMove RegisterCoalescer.h to lib/CodeGen.
2011-06-25 Michael J. SpencerObject: Add proper error handling.
2011-06-25 Michael J. SpencerMake Binary the parent of ObjectFile and update childre...
2011-06-25 Michael J. SpencerAdd Binary class. This is a cleaner parent than ObjectFile.
2011-06-25 Michael J. SpencerAdd Object/Error.
2011-06-25 Nick LewyckyEnhance the sanity check for block sizes; check that...
2011-06-24 Evan ChengRename TargetRegisterDesc to MCRegisterDesc
2011-06-24 Jim GrosbachRefactor MachO relocation generaration into the Target...
2011-06-24 Devang PatelFix struct member's scope. Patch by Xi Wang.
2011-06-24 Devang PatelHandle debug info for i128 constants.
2011-06-24 Evan Cheng- Add MCRegisterInfo registration machinery. Also added...
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2011-06-23 Jakub StaszakCalculate backedge probability correctly.
2011-06-23 Jakub StaszakMissing files for the BlockFrequency analysis added.
2011-06-23 Jakub StaszakIntroduce BlockFrequency analysis for BasicBlocks.
2011-06-23 Evan ChengRename TargetOptions::StackAlignment to StackAlignmentO...
2011-06-23 Rafael EspindolaAdd missing file.
2011-06-23 Dylan NoblesmithSupport: make floating-exception header private
2011-06-23 Dylan NoblesmithDon't include config.h in public headers
2011-06-23 Dylan Noblesmithremove CMake mode_t define
2011-06-23 Jay FoadReinstate r133513 (reverted in r133700) with an additio...
2011-06-23 Eric ChristopherRevert r133513:
2011-06-23 Bill WendlingUse the presence of the __compact_unwind section to...
2011-06-23 Bill WendlingAllow the AsmInfo to query for the compact unwind section.
2011-06-23 Bill WendlingAllow the AsmInfo to query the TLOF to see if it suppor...
2011-06-22 Bill WendlingAdd a flag that indicates whether a target supports...
2011-06-22 Bill WendlingAdd a __LD,__compact_unwind section.
2011-06-22 Jay FoadReplace the existing forms of ConstantArray::get()...
2011-06-22 Jay FoadMake ConstantVector::get() always take an ArrayRef...
2011-06-22 Jay FoadExtend ConstantUniqueMap with a new template parameter...
2011-06-21 Andrew TrickIVUsers no longer needs to record the phis.
2011-06-21 Jay FoadRemove deprecated forms of StringMap::GetOrCreateValue().
2011-06-21 Jay FoadReinstate r133435 and r133449 (reverted in r133499...
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...
next