[Object] Temporarily disable these tests.
[oota-llvm.git] / include /
2013-01-02 Bill WendlingAn intermediate step in the Attributes rewrite.
2013-01-02 Argyrios KyrtzidisUse a bool instead of a bitfield in llvm/ADT/Optional.
2013-01-02 Michael J. SpencerRestrict __builtin_assume_aligned to gcc 4.7+
2013-01-02 Michael J. Spencer[Support][Endian] Add support for specifying the alignm...
2013-01-02 Argyrios KyrtzidisDon't #include stuff outside the include guards.
2013-01-02 Shuxin Yang- Add comment to two functions which might be considere...
2013-01-02 Chandler CarruthActually update the CMake and Makefile builds correctly...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2013-01-01 Benjamin KramerAdd IRBuilder::CreateVectorSplat and use it to simplify...
2012-12-31 Chandler CarruthMake it explicit that the only entry points to the...
2012-12-31 Chandler CarruthRemove an unused method on Program.
2012-12-31 Chandler CarruthRemove an unused method on the Program class.
2012-12-31 Chandler CarruthGo ahead and get rid of the old page size interface...
2012-12-31 Chandler CarruthFlesh out a page size accessor in the new API.
2012-12-31 Chandler CarruthRemove the declspecs from small alignments that we...
2012-12-31 Chandler CarruthRemove an unused function in the old Process interface.
2012-12-31 Nuno Lopesrecommit r171298 (add support for PHI nodes to ObjectSi...
2012-12-31 Michael J. Spencer[AlignOf] Add AlignedCharArray and refactor AlignedChar...
2012-12-31 Rafael EspindolaFix bits check in ELFObjectFile::isSectionZeroInit().
2012-12-31 Nuno Lopesadd support for GlobalAlias to ObjectSizeOffsetVisitor
2012-12-31 Bill WendlingRemove dead method.
2012-12-31 Bill WendlingAdd some comparison operators to compare the Attribute...
2012-12-31 Chandler CarruthBegin sketching out the process interface.
2012-12-31 Chandler CarruthStart sketching out a roadmap for better subprocess...
2012-12-31 Bill WendlingRemove the getAttributesAtIndex and getNumAttrs methods...
2012-12-30 Bill WendlingUse the predicate methods off of AttributeSet instead...
2012-12-30 Bill WendlingRemove the Function::getRetAttributes method in favor...
2012-12-30 Bill WendlingRemove Function::getParamAttributes and use the Attribu...
2012-12-30 Bill WendlingRemove the Function::getFnAttributes method in favor...
2012-12-30 Bill Wendlings/hasAttribute/contains/g to be more consistent with...
2012-12-30 Bill Wendlings/Raw/getBitMask/g to be more in line with current...
2012-12-28 Chandler CarruthTeach instsimplify to use the constant folder where...
2012-12-28 Chandler CarruthAdd entry points to instsimplify for simplifying calls...
2012-12-28 Alexey SamsonovAdd proper support for -fsanitize-blacklist= flag for...
2012-12-27 Chandler CarruthAdd support to BasicBlocks for iterating backwards...
2012-12-27 Chandler CarruthProvide a common half-open interval map info implementa...
2012-12-27 Nadav RotemDAGCombinerInformation: add a getter that exposes the...
2012-12-27 Alexey SamsonovFix new[]/delete mismatch in FullDependence spotted...
2012-12-27 Nadav RotemRefactor DAGCombinerInfo. Change the different booleans...
2012-12-27 Nadav Rotemwhitespace
2012-12-27 Eric ChristopherRight now all of the relocations are 32-bit dwarf,...
2012-12-26 Nadav Rotemwhite space
2012-12-25 Hal FinkelLoosen scheduling restrictions on the PPC dcbt intrinsic
2012-12-25 Bob WilsonRename LLVMContext diagnostic handler types and functions.
2012-12-24 Bob WilsonAdd LLVMContext::emitWarning methods and use them....
2012-12-24 Nadav RotemCostModel: We have API for checking the costs of known...
2012-12-24 Elena DemikhovskyAdded 6 more value types: v32i1, v64i1, v32i16, v32i8...
2012-12-24 Nadav RotemChange the codegen Cost Model API for shuffeles. This...
2012-12-24 NAKAMURA Takumillvm/MC/MCMachObjectWriter.h: ComputeSymbolTable()...
2012-12-23 Nadav RotemCostModel: Change the default target-independent implem...
2012-12-23 Nadav RotemLoop Vectorizer: Update the cost model of scatter/gathe...
2012-12-22 Craig TopperAdd a comma to fix the build.
2012-12-22 Craig TopperUse a negative value to represent INVALID_SIMPLE_VALUE_...
2012-12-22 Craig TopperAdd vAny and Metadata to the switch in getSizeInBits...
2012-12-22 Bill WendlingChange 'AttrVal' to 'AttrKind' to better reflect that...
2012-12-22 Richard SmithFix some undefined behavior when parsing YAML input...
2012-12-21 Jakob Stoklund OlesenAdd a missing assertion, the null register has no regis...
2012-12-21 Evgeniy Stepanov[msan] Remove unreachable blocks before instrumenting...
2012-12-21 Rafael EspindolaAdd a function to get the segment name of a section.
2012-12-21 Evan ChengAdd targets to skip running the GC passes.
2012-12-20 Jakob Stoklund OlesenRequire the two-argument MI::addOperand(MF, MO) for...
2012-12-20 Jakob Stoklund OlesenAdd an MF argument to MI::copyImplicitOps().
2012-12-20 Jakob Stoklund OlesenUse two-arg addOperand(MF, MO) internally in MachineIns...
2012-12-20 Bill WendlingSome random comment, naming, and format changes.
2012-12-20 Jakob Stoklund OlesenRemove two dead functions.
2012-12-20 Bob WilsonRevert "Adding support for llvm.arm.neon.vaddl[su]...
2012-12-20 Eli BenderskyAligned bundling support. Following the discussion...
2012-12-20 Jim GrosbachFix inadvertant delete of 'has'.
2012-12-20 Jakob Stoklund OlesenUse MachineInstrBuilder in InstrEmitter.
2012-12-20 James MolloyAdd a new attribute, 'noduplicate'. If a function conta...
2012-12-20 Roman DivackyRemove MCTargetAsmLexer and its derived classes now...
2012-12-20 Renato GolinAdding support for llvm.arm.neon.vaddl[su].* and
2012-12-20 Richard SmithDon't use -1 as a value of an unsigned 7-bit enumeratio...
2012-12-20 Richard SmithDon't leave IsUnsigned uninitialized in a default-const...
2012-12-20 Bill Wendlings/AttributesImpl/AttributeImpl/g This is going to apply...
2012-12-20 Jim GrosbachClean up some DOxygen comments.
2012-12-20 Jim GrosbachClean up some DOxygen comments.
2012-12-19 Jim GrosbachMC: Add MCInstrDesc::mayAffectControlFlow() method.
2012-12-19 Jim GrosbachAdd isSubRegisterEq() and isSuperRegisterEq().
2012-12-19 Jim GrosbachMove isSubRegister() and isSuperRegister to MCRegisterInfo.
2012-12-19 Jim GrosbachFix doc comment. '///' not '//'.
2012-12-19 Michael IlsemanRefactor isIntrinsic() to be quicker, and change classo...
2012-12-19 Bill Wendlings/AttributeListImpl/AttributeSetImpl/g to match the...
2012-12-19 Jakob Stoklund OlesenAlways use addOperand(MF, MO) from MachineInstrBuilder.
2012-12-19 Jakob Stoklund OlesenRemove the explicit MachineInstrBuilder(MI) constructor.
2012-12-19 Benjamin KramerRemove edis remnant.
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-19 Jakob Stoklund OlesenAdd an MF argument to MachineInstr::addOperand().
2012-12-19 Chad RosierRemove superfluous brief command from getAsString.
2012-12-19 Patrik HagglundChange AsmOperandInfo::ConstraintVT to MVT, instead...
2012-12-19 Rafael EspindolaRevert 170545 while I debug the ppc failures.
2012-12-19 Benjamin KramerMake TargetLowering::getTypeConversion more resilient...
2012-12-19 Rafael EspindolaAdd r170095 back.
2012-12-19 Evgeniy Stepanov[msan] Add track-origins argument to the pass constructor.
2012-12-19 Patrik HagglundChange TargetLowering::getTypeForExtArgOrReturn to...
2012-12-19 Patrik HagglundChange a parameter of TargetLowering::getVectorTypeBrea...
2012-12-19 Patrik HagglundChange TargetLowering::RegisterTypeForVT to contain...
2012-12-19 Patrik HagglundChange TargetLowering::TransformToType to contain MVTs...
2012-12-19 Patrik HagglundChange TargetLowering::getRepRegClassCostFor, getIndexe...
next