Add LICENSE.TXT covering contributions made by ARM.
[oota-llvm.git] / lib / IR /
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 CarruthMove the initialization to the Analysis library as...
2013-01-07 Chandler CarruthMove TargetTransformInfo to live under the Analysis...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-05 David BlaikieInclude access modifiers in subprogram metadata IR...
2013-01-05 Benjamin KramerAttribute: Make hashes match when looking up AttributeI...
2013-01-05 Chandler CarruthConvert the TargetTransformInfo from an immutable pass...
2013-01-05 Chandler CarruthSwitch the empty and tombstone key enumerators to not...
2013-01-05 NAKAMURA TakumiIR/Attributes: Provide EmptyKey and TombstoneKey in...
2013-01-05 Bill WendlingAdd a method to create an AttributeSet from an AttrBuilder.
2013-01-04 Bill WendlingGet rid of the 'Bits' mask in the attribute builder.
2013-01-04 Bill WendlingGeneral cleanups.
2013-01-04 Eli BenderskyRemove unused #include
2013-01-03 Bill WendlingRevert everything to r171366 to try to fix the build.
2013-01-03 Bill WendlingTry again to revert the bad patch. The tree was reverte...
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-03 Bill WendlingMake the type signature more strict.
2013-01-02 Bill WendlingAn intermediate step in the Attributes rewrite.
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 CarruthRename VMCore directory to IR.