This patch produces the correct pointer size
[oota-llvm.git] / include /
2013-01-08 Tim NorthoverAdd fp128 rtlib function names to LLVM
2013-01-08 Tim NorthoverAllow ELF64 relocation type to be more than 8 bits.
2013-01-08 Chandler CarruthSink a function that refers to the SelectionDAG into...
2013-01-08 Eric ChristopherRemove the llvm-local DW_TAG_vector_type tag and add...
2013-01-08 Eli BenderskyRenamed MCInstFragment to MCRelaxableFragment and added...
2013-01-08 Eric ChristopherRemove what appears to be a dead llvm-specific debug...
2013-01-07 Jakob Stoklund OlesenPack MachineOperand bitfields better.
2013-01-07 Jakob Stoklund OlesenPack MachineInstr fields better.
2013-01-07 Eli BenderskyAdd the align_to_end option to .bundle_lock in the...
2013-01-07 Jordan RoseChange SMRange to be half-open (exclusive end) instead...
2013-01-07 Shuxin YangImplement APFloat::isDenormal()
2013-01-07 Quentin ColombetWhen code size is the priority (Oz, MinSize attribute...
2013-01-07 Chandler CarruthMove TypeFinder.h into the IR tree, it clearly belongs...
2013-01-07 Chandler CarruthMove CallGraphSCCPass.h into the Analysis tree; that...
2013-01-07 Chandler CarruthRemove the long defunct 'DefaultPasses' header. We...
2013-01-07 Chandler CarruthSink AddrMode back into TargetLowering, removing one...
2013-01-07 Chandler CarruthSwitch the SCEV expander and LoopStrengthReduce to use
2013-01-07 NAKAMURA TakumiCallingConvLower.h: Use bitfields like unsigned:1 inste...
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...
next