Add LICENSE.TXT covering contributions made by ARM.
[oota-llvm.git] / include /
2013-01-07 Bill WendlingRough out a new c'tor for the AttrBuilder class.
2013-01-07 David BlaikiePR14759: Debug info support for C++ member pointers.
2013-01-07 Chandler CarruthMake SimplifyCFG simply depend upon TargetTransformInfo...
2013-01-07 Chandler CarruthFix the enumerator names for ShuffleKind to match tho...
2013-01-07 Chandler CarruthMake the popcnt support enums and methods have more...
2013-01-07 Chandler CarruthMove TargetTransformInfo to live under the Analysis...
2013-01-07 Sean SilvaSimplify TableGen type-compatibility checks.
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-06 Michael J. Spencer[Object][ELF] Fix incorrect size of members for the...
2013-01-06 Michael J. Spencer[Object][ELF] Add program header iterator.
2013-01-06 Michael J. Spencer[Object][ELF] Refactor ELFRelocationIterator into ELFEn...
2013-01-05 Chandler CarruthFunnel the actual TargetTransformInfo pass from the...
2013-01-05 Chandler CarruthConvert the TargetTransformInfo from an immutable pass...
2013-01-05 Chandler CarruthReplicate the APIs of ScalarTargetTransformInfo and
2013-01-05 Chandler CarruthSwitch the empty and tombstone key enumerators to not...
2013-01-05 Chandler CarruthWhile the struct being defined in the AddressingMode...
2013-01-05 Chandler CarruthRemove unnecessary include.
2013-01-05 NAKAMURA TakumiIR/Attributes: Provide EmptyKey and TombstoneKey in...
2013-01-05 NAKAMURA TakumiWhitespace.
2013-01-05 NAKAMURA TakumiDenseMap: Appease -fstrict-aliasing on g++-4.4.
2013-01-05 Jakob Stoklund OlesenDon't call destructors on MachineInstr and MachineOperand.
2013-01-05 Jakob Stoklund OlesenUse ArrayRecycler for MachineInstr operand lists.
2013-01-05 Jakob Stoklund OlesenAdd MachineRegisterInfo::moveOperands().
2013-01-05 Chandler CarruthRefactor the ScalarTargetTransformInfo API for querying...
2013-01-05 Chandler CarruthSink the AddressingModeMatcher helper class into an...
2013-01-05 Bill WendlingAdd a method to create an AttributeSet from an AttrBuilder.
2013-01-05 Jakob Stoklund OlesenAdd an ArrayRecycler class.
2013-01-05 Eric ChristopherMake this an integer so we have enumeral types in the...
2013-01-05 Chandler CarruthProvide a default constructor for TimeValue. This was...
2013-01-05 Alex RosenbergFix warnings from llvm-gcc as seen on darwin10 (10.6).
2013-01-04 Bill WendlingGet rid of the 'Bits' mask in the attribute builder.
2013-01-04 Chandler CarruthAdd time getters to the process interface for requestin...
2013-01-04 Jakob Stoklund OlesenSpecial case Recycler::clear(BumpPtrAllocator).
2013-01-04 Jakob Stoklund OlesenAdd an iplist::clearAndLeakNodesUnsafely() function.
2013-01-04 Bill WendlingGeneral cleanups.
2013-01-04 Michael J. Spencer[Object][ELF] Add a maximum alignment. This is used...
2013-01-04 Nick KledzikFix how YAML I/O detects flow sequences.
2013-01-04 Adhemerval ZanellaPowerPC: Fix eh_frame relocation for PIC
2013-01-04 Eric ChristopherAdd section information for the DWARF5 split debug...
2013-01-04 Eric ChristopherMake comment a bit more clear.
2013-01-04 Nadav RotemLoopVectorizer:
2013-01-03 Hal FinkelBetter comment on VTTI::getShuffleCost
2013-01-03 NAKAMURA TakumiCompiler.h: Leave LLVM_BUILTIN_UNREACHABLE undefined...
2013-01-03 Hal FinkelAdd a subtype parameter to VTTI::getShuffleCost
2013-01-03 Bill WendlingTry again to revert the bad patch. The tree was reverte...
2013-01-03 Hal FinkelAdd a default Index for VTTI::getShuffleCost
2013-01-03 Bill WendlingRevert patch. Something snuck in there that shouldn...
2013-01-03 Bill WendlingRemove the 'contains' methods in favor of the 'operator...
2013-01-03 NAKAMURA TakumiRevert r171427, "An intermediate step in the Attributes...
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...
next