Correcting enum values mentioned in comments.
[oota-llvm.git] / lib /
2012-10-12 Jakob Stoklund OlesenUse a transposed algorithm for handleMove().
2012-10-12 Jakob Stoklund OlesenFix coalescing with IMPLICIT_DEF values.
2012-10-12 Ulrich WeigandFix big-endian codegen bug in DAGTypeLegalizer::ExpandR...
2012-10-12 Duncan SandsAdd powerpc-ibm-aix to Triple. Patch by Kai.
2012-10-12 Eric ChristopherIndenting.
2012-10-12 Sebastian Popfix warning
2012-10-12 Reed KotlerDiv, Rem int/unsigned int
2012-10-12 Evan ChengLegalizer optimize a pair of div / mod to a call to...
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-10-11 Sean SilvaRemove buggy classof().
2012-10-11 Manman RenPGO: create metadata for switch only if it has more...
2012-10-11 Jan Wen VoungFix some typos 165739, spotted by Duncan.
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Jan Wen VoungChange encoding of instruction operands in bitcode...
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-11 Jakob Stoklund OlesenPass an explicit operand number to addLiveIns.
2012-10-11 Bill SchmidtThis patch addresses PR13947.
2012-10-11 David ChisnallExpose move to/from coprocessor instructions in MIPS64...
2012-10-11 Sebastian Popdependence analysis
2012-10-11 Michael LiaoFollow the same routine to add target float expansion...
2012-10-11 Andrew Trickmisched: Handle "transient" non-instructions.
2012-10-11 Nick LewyckyDon't crash when !tbaa.struct contents is invalid.
2012-10-11 NAKAMURA TakumiRevert r165661, "Patch by Shuxin Yang <shuxin.llvm...
2012-10-11 Bill WendlingAdd the LLVM context to this c'tor. It will be needed...
2012-10-11 Bill WendlingSupport a common idiom on how to build an Attributes...
2012-10-11 Nick LewyckyDon't crash if a .ll file contains a forward-reference...
2012-10-11 Evan ChengChange MachineInstrBuilder::addDisp to copy over target...
2012-10-10 Evan ChengAdd isel patterns for v2f32 / v4f32 neon.vbsl intrinsic...
2012-10-10 Nadav RotemAdd getters for the MIPS TargetTransform classes
2012-10-10 David BlaikieRemove unused member variable introduced in r165665.
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-10 Nadav RotemPatch by Shuxin Yang <shuxin.llvm@gmail.com>.
2012-10-10 Bill SchmidtWhen generating spill and reload code for vector regist...
2012-10-10 Bill SchmidtThe PowerPC VRSAVE register has been somewhat of an...
2012-10-10 Micah VillmowAdd in support for expansion of all of the comparison...
2012-10-10 Sean SilvaRevert r165652: "Remove unnecessary RTTI from the build."
2012-10-10 Sean SilvaRemove unnecessary RTTI from the build.
2012-10-10 Sean Silvatblgen: Compile TableGen without RTTI.
2012-10-10 Sean Silvatblgen: Use semantically correct RTTI functions.
2012-10-10 Sean Silvatblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
2012-10-10 Michael LiaoAdd support for FP_ROUND from v2f64 to v2f32
2012-10-10 Michael LiaoAdd alternative support for FP_ROUND from v2f32 to...
2012-10-10 Stepan DyatkovskiyFix for LDRB instruction:
2012-10-10 Stepan DyatkovskiyIssue description:
2012-10-10 Bill WendlingCleanup. Get rid of now dead code.
2012-10-10 Bill WendlingRemove the final bits of Attributes being declared...
2012-10-10 Lang HamesMy earlier "fix" for PBQP (see r165201) was incorrect...
2012-10-10 Bill WendlingPass into the AttributeWithIndex::get method an ArrayRe...
2012-10-10 Andrew Trickmisched: fall-back to a target hook for instr bundles.
2012-10-10 Andrew Trickmisched: Use the TargetSchedModel interface wherever...
2012-10-10 Andrew Trickwhitespace
2012-10-10 Bill WendlingHave 'addFnAttr' take the attribute enum value. Then...
2012-10-10 Reed KotlerReorder some parts of the td file to by in alphabetical...
2012-10-10 Andrew KaylorAdding comments to clarify the reason for non-standard...
2012-10-10 Andrew KaylorCosmetic changes
2012-10-10 Andrew KaylorThis patch adds new functions to the SectionRef and...
2012-10-10 Akira HatanakaImplement MipsTargetLowering::CanLowerReturn.
2012-10-09 Evan ChengWhen expanding atomic load arith instructions, do not...
2012-10-09 Andrew Trickmisched: Add computeInstrLatency to TargetSchedModel.
2012-10-09 Andrew Trickmisched: Allow flags to disable hasInstrSchedModel...
2012-10-09 Andrew Trickmisched: Remove LoopDependencies heuristic.
2012-10-09 Jack CarterInitial assembler implementation of Mips load address...
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...
next