Add count() method to MapVector
[oota-llvm.git] / lib /
2012-10-09 Bill WendlingUse the attribute enums to query if a function has...
2012-10-09 Bill WendlingUse the attribute enums to query if a parameter has...
2012-10-09 Bill WendlingRevert r165547 to fix build.
2012-10-09 Bill WendlingUse a single location for calculating the alignments.
2012-10-09 Sean Silvatblgen: Rename handleDependencies -> createDependencyFile
2012-10-09 Sean Silvatblgen: Move dependency file output to a separate function.
2012-10-09 Bill WendlingUse appropriate method calls to get the alignment value.
2012-10-09 Chad RosierWhitespace.
2012-10-09 Bill WendlingInline the checks for mutually exclusive attributes...
2012-10-09 Rafael EspindolaEnable response files in all tools. Patch by Liu, Yaxun...
2012-10-09 Bill WendlingMove the 'FunctionOnly' attributes thingy inside of...
2012-10-09 Sean Silvatblgen: Remove pointless method call.
2012-10-09 Michael IlsemanUpdate EarlyCSE's SimpleValues to use Hashing.h for...
2012-10-09 David ChisnallImprovements to MIPS64 assembler:
2012-10-09 Micah VillmowAdd in the first step of the multiple pointer support...
2012-10-09 Alexey SamsonovFixup for r165490: Use DenseMap instead of std::map...
2012-10-09 Bill WendlingMove the 'ParameterOnly' variable inside of the Attribu...
2012-10-09 Bill WendlingRemove the now dead VarArgsIncompatible variable.
2012-10-09 Bill WendlingUse the enum value of the attributes when removing...
2012-10-09 Bill WendlingUse the enum value of the attributes when adding them...
2012-10-09 Alexey SamsonovFix PR14016.
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-10-09 Bill WendlingRemove some dead methods.
2012-10-09 Craig TopperSeparate AVXCC and SSECC printing for cmpps/pd/ss/sd...
2012-10-09 Craig TopperIn parseMSRMaskOperand, add an explicit check for the...
2012-10-09 Craig TopperRemove some dead code from ARMAsmPrinter. Add virtual...
2012-10-09 Craig TopperRemove some unused code in the X86AsmPrinter. Add LLVM_...
2012-10-09 Chandler CarruthFix PR14034, an infloop / heap corruption / crash bug...
2012-10-09 Bill WendlingFix. Apply the no capture attribute to the correct...
2012-10-09 Bill WendlingConvert to using the Attributes::Builder class to creat...
2012-10-09 Bill WendlingUse an iterator and proper query method instead of...
2012-10-09 Bill WendlingRemove more uses of the attribute enums by supplying...
2012-10-09 Bill WendlingConvert to using the Attributes::Builder interface.
2012-10-08 Eric ChristopherFix up comment to be more clear.
2012-10-08 Bill WendlingUse the Attributes::Builder to build the attributes...
2012-10-08 Nadav RotemRefactor the AddrMode class out of TLI to its own heade...
2012-10-08 Bill WendlingConvert the LLVM parser over to using the new Attribute...
2012-10-08 Nick LewyckyGive CaptureTracker::shouldExplore a base implementatio...
2012-10-08 Jakob Stoklund OlesenDon't crash on extra evil irreducible control flow.
2012-10-08 Bill WendlingBegin the transition to using the AttributesImpl object...
2012-10-08 Eric ChristopherAdd names for the accelerator table sections so that...
2012-10-08 Eric ChristopherFixup comment.
2012-10-08 Eric ChristopherFixup comments.
2012-10-08 Adhemerval ZanellaPR12716: PPC crashes on vector compare
2012-10-08 Andrew Trickmisched: remove the unused getSpecialAddressLatency...
2012-10-08 Andrew Trickmisched: remove forceUnitLatencies. Defaults are handle...
2012-10-08 Andrew Trickmisched: avoid scheduling an instruction twice.
2012-10-08 Adhemerval ZanellaPowerPC: Fix object creation with PPC::MTCRF8 instruction
2012-10-08 Adhemerval ZanellaAdd floating-point to and from integer conversion
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-07 Craig TopperRemove unused MachineInstr constructors that don't...
2012-10-07 Craig TopperFix indentation. Remove 'else' after return. No functio...
2012-10-07 Benjamin KramerX86: fcmov doesn't handle all possible EFLAGS, fall...
2012-10-07 Bill WendlingMove more methods out-of-line. This is in preparation...
2012-10-07 Bob WilsonMake sure always-inline functions get inlined. <rdar...
2012-10-06 Jack CarterAdding support for instructions mfc0, mfc2, mtc0, mtc2
2012-10-06 Jack CarterMinor changes based on post commit review:
2012-10-05 Jack CarterMinor changes based on post commit review:
2012-10-05 Bill SchmidtThis patch splits apart PPCISelLowering::LowerFormalArg...
2012-10-05 Benjamin KramerRemove unused but set variable flagged by GCC.
2012-10-05 Chad Rosier[ms-inline asm] Add a few typedefs to simplify future...
2012-10-05 Reed KotlerPatch for integer multiply, signed/unsigned, long/long...
2012-10-05 Benjamin KramerSimplify code, don't or a bool with an uint64_t.
2012-10-05 Benjamin KramerRemove empty file.
2012-10-05 Micah VillmowImplement TargetData with the DataLayout class, this...
2012-10-05 Will Schmidt- Mark the BCC and BLR defs as isCodeGenOnly per error...
2012-10-05 NAKAMURA TakumiSROA.cpp: Fix a warning, [-Wunused-variable]
2012-10-05 Duncan SandsMove this test a bit later, after the point at which...
2012-10-05 Bill WendlingMove methods out-of-line.
2012-10-05 Bill WendlingUse method to query for attributes.
2012-10-05 Craig TopperRemove some encoding bits I forgot to remove from SETB_...
2012-10-05 Craig TopperMove expansion of SETB_C(8/16/32/64)r from MCInstLower...
2012-10-05 Sean Silvatblgen: Use appropriate LLVM-style RTTI functions.
2012-10-05 Sean Silvatblgen: Replace uses of dynamic_cast<XXXRecTy> with...
2012-10-05 Eli FriedmanMake sure to generate the right kind of MDNode for...
2012-10-05 Evan ChengFollow up to r165072. Try a different approach: only...
2012-10-05 Chandler CarruthTeach the new SROA a new trick. Now we zap any memcpy...
2012-10-05 Chandler CarruthLift the speculation visitor above all the helpers...
2012-10-04 Chad Rosier[ms-inline asm] Add support for parsing [Intel dialect...
2012-10-04 Micah VillmowRename the Target specific passes in the DataLayout...
2012-10-04 Nadav RotemWhen merging connsecutive stores, use vectors to store...
2012-10-04 Micah VillmowResubmit the copying of TargetData to DataLayout withou...
2012-10-04 Preston GurdThis patch corrects commit 165126 by using an integer...
2012-10-04 Jim GrosbachARM: locate user-defined text sections next to default...
2012-10-04 Micah VillmowBacking out my changes, something screwed up from my...
2012-10-04 Micah VillmowRename TargetData to DataLayout in DataLayout.cpp....
2012-10-04 Eric ChristopherUpdate this a bit more to represent how the prologue...
2012-10-04 Micah VillmowCreate the DataLayout class, as a direct copy of Target...
2012-10-04 Micah VillmowAccidently checked in the files, only wanted to copy...
2012-10-04 Micah Villmowgit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2012-10-04 Michael LiaoAdd register encoding support in X86 backend
2012-10-04 Jakub StaszakAdd a comment to the commit r165187.
2012-10-04 Will Schmidt- add tokens to PPCInstrInfo.td and PPCInstr64Bit.td...
2012-10-04 Jakob Stoklund OlesenGet MCSchedModel directly from the subtarget.
2012-10-04 Jakob Stoklund OlesenSwitch MachineTraceMetrics to the new TargetSchedModel...
2012-10-04 Will Schmidttest commit / whitespace
2012-10-04 Benjamin KramerSimplifyCFG: Enhance the "remove CFG edge that leads...
2012-10-04 Duncan SandsIn my recent change to avoid use of underaligned memory...
2012-10-04 Duncan SandsThe alignment of an sret parameter is known: it must...
2012-10-04 Benjamin KramerHoist some grossly duplicated code from the COFF/ELF...
next