2013-11-19 |
Juergen Ributzka | [weak vtables] Remove a bunch of weak vtables |
blob | commitdiff | raw |
2013-11-18 |
Alexey Samsonov | Revert r194865 and r194874. |
blob | commitdiff | raw | diff to current |
2013-11-15 |
Juergen Ributzka | [weak vtables] Remove a bunch of weak vtables |
blob | commitdiff | raw | diff to current |
2013-08-23 |
Andrea Di Biagio | Add function attribute 'optnone'. |
blob | commitdiff | raw | diff to current |
2013-08-02 |
Peter Collingbourne | Add a AttributeSetImpl::dump function. |
blob | commitdiff | raw | diff to current |
2013-08-02 |
Peter Collingbourne | Make one of the AttributeSet ctors maintain the invaria... |
blob | commitdiff | raw | diff to current |
2013-07-25 |
Bill Wendling | Add a way to add a kind-value string pair to an attribute. |
blob | commitdiff | raw | diff to current |
2013-07-25 |
Bill Wendling | Replace the "NoFramePointerElimNonLeaf" target option... |
blob | commitdiff | raw | diff to current |
2013-07-11 |
Benjamin Kramer | Reduce the number of indirections in the attributes... |
blob | commitdiff | raw | diff to current |
2013-07-06 |
Nick Lewycky | Extend 'readonly' and 'readnone' to work on function... |
blob | commitdiff | raw | diff to current |
2013-06-27 |
Michael Gottesman | Added support for the Builtin attribute. |
blob | commitdiff | raw | diff to current |
2013-05-24 |
Diego Novillo | Add a new function attribute 'cold' to functions. |
blob | commitdiff | raw | diff to current |
2013-05-01 |
Rafael Espindola | Now that the underlying issue is fixed, revert r180750... |
blob | commitdiff | raw | diff to current |
2013-04-30 |
Rafael Espindola | Change getSlotIndex to return unsigned. |
blob | commitdiff | raw | diff to current |
2013-04-29 |
Bill Wendling | Revert the command line option patch. However, keep... |
blob | commitdiff | raw | diff to current |
2013-04-29 |
Reid Kleckner | Revert "revert r179735, it has no testcases, and doesn... |
blob | commitdiff | raw | diff to current |
2013-04-25 |
Chris Lattner | revert r179735, it has no testcases, and doesn't really... |
blob | commitdiff | raw | diff to current |
2013-04-20 |
Stephen Lin | Add CodeGen support for functions that always return... |
blob | commitdiff | raw | diff to current |
2013-04-19 |
Benjamin Kramer | Attributes: Don't print trailing whitespace on the... |
blob | commitdiff | raw | diff to current |
2013-04-18 |
Bill Wendling | Make the TargetIndependent flag have the right boolean... |
blob | commitdiff | raw | diff to current |
2013-04-18 |
Bill Wendling | Cleanup patch: |
blob | commitdiff | raw | diff to current |
2013-04-18 |
Bill Wendling | This patch addresses two cleanup issues: |
blob | commitdiff | raw | diff to current |
2013-04-17 |
Bill Wendling | Add an option `-enable-old-style-attr-syntax' to print... |
blob | commitdiff | raw | diff to current |
2013-03-13 |
Reed Kotler | Add some additonal attribute helper functions. Test... |
blob | commitdiff | raw | diff to current |
2013-02-28 |
Bill Wendling | Don't add an attribute that already exists and don... |
blob | commitdiff | raw | diff to current |
2013-02-26 |
Kostya Serebryany | Unify clang/llvm attributes for asan/tsan/msan (LLVM... |
blob | commitdiff | raw | diff to current |
2013-02-22 |
Bill Wendling | Remove warning about default covering no cases. |
blob | commitdiff | raw | diff to current |
2013-02-22 |
Bill Wendling | Add a bitmask for NoBuiltin. This should *not* be used. |
blob | commitdiff | raw | diff to current |
2013-02-22 |
Bill Wendling | Implement the NoBuiltin attribute. |
blob | commitdiff | raw | diff to current |
2013-02-18 |
Benjamin Kramer | Futureproof AttrBuild if we ever have more than 64... |
blob | commitdiff | raw | diff to current |
2013-02-16 |
Benjamin Kramer | GCC doesn't like ++ on enums. |
blob | commitdiff | raw | diff to current |
2013-02-16 |
Benjamin Kramer | Turn the enum attributes DenseSet in AttrBuilder into... |
blob | commitdiff | raw | diff to current |
2013-02-15 |
Bill Wendling | Simplify the 'operator<' for the attribute object. |
blob | commitdiff | raw | diff to current |
2013-02-15 |
Anna Zaks | Revert "Simplify the attributes '<' comparison function." |
blob | commitdiff | raw | diff to current |
2013-02-15 |
Bill Wendling | Simplify the attributes '<' comparison function. |
blob | commitdiff | raw | diff to current |
2013-02-13 |
Bill Wendling | Use array_pod_sort. |
blob | commitdiff | raw | diff to current |
2013-02-13 |
Bill Wendling | Add some accessor and query methods for retrieving... |
blob | commitdiff | raw | diff to current |
2013-02-12 |
Bill Wendling | Support string attributes in the AttrBuilder. |
blob | commitdiff | raw | diff to current |
2013-02-11 |
Bill Wendling | Add support for printing out the attribute groups. |
blob | commitdiff | raw | diff to current |
2013-02-11 |
Kostya Serebryany | [tsan/msan] adding thread_safety and uninitialized_chec... |
blob | commitdiff | raw | diff to current |
2013-02-10 |
Bill Wendling | The 'Raw' method cannot handle 'string' attributes... |
blob | commitdiff | raw | diff to current |
2013-02-10 |
Bill Wendling | Handle string attributes in the AttrBuilder. |
blob | commitdiff | raw | diff to current |
2013-02-10 |
Bill Wendling | Add accessor for the LLVMContext. |
blob | commitdiff | raw | diff to current |
2013-02-06 |
Bill Wendling | Add a 'StringRef' version of hasAttribute. |
blob | commitdiff | raw | diff to current |
2013-02-06 |
Bill Wendling | Add methods to merge an AttrBuilder into another builder. |
blob | commitdiff | raw | diff to current |
2013-02-05 |
Bill Wendling | Add the target-dependent (string) attributes from the... |
blob | commitdiff | raw | diff to current |
2013-02-05 |
Bill Wendling | Convert to storing the attribute's internals as enums... |
blob | commitdiff | raw | diff to current |
2013-02-05 |
Bill Wendling | Add target-dependent versions of addAttribute/removeAtt... |
blob | commitdiff | raw | diff to current |
2013-02-04 |
Bill Wendling | Initial cleanups of the param-attribute code in the... |
blob | commitdiff | raw | diff to current |
2013-02-02 |
Bill Wendling | Remove AttrBuilder::Raw(). |
blob | commitdiff | raw | diff to current |
2013-02-02 |
Bill Wendling | Use the AttributeSet's iterators. |
blob | commitdiff | raw | diff to current |
2013-02-01 |
Bill Wendling | Change the AttributeImpl to hold a single Constant... |
blob | commitdiff | raw | diff to current |
2013-02-01 |
Bill Wendling | Remove some dead code, improve some asserts, and other... |
blob | commitdiff | raw | diff to current |
2013-02-01 |
Bill Wendling | Remove one of the odious 'Raw' methods. |
blob | commitdiff | raw | diff to current |
2013-02-01 |
Bill Wendling | Use iterators instead of relying upon a bitmask of... |
blob | commitdiff | raw | diff to current |
2013-01-31 |
Bill Wendling | Add iterators to the AttributeSet class so that we... |
blob | commitdiff | raw | diff to current |
2013-01-31 |
Bill Wendling | s/AttrBuilder::addAttributes/AttrBuilder::addAttribute... |
blob | commitdiff | raw | diff to current |
2013-01-31 |
Bill Wendling | Remove the AttrBuilder form of the Attribute::get creators. |
blob | commitdiff | raw | diff to current |
2013-01-31 |
Bill Wendling | Add support for emitting a string attribute. |
blob | commitdiff | raw | diff to current |
2013-01-31 |
Bill Wendling | Remove the Attribute::hasAttributes() function. |
blob | commitdiff | raw | diff to current |
2013-01-31 |
NAKAMURA Takumi | Revert r174026, "Remove Attribute::hasAttributes()... |
blob | commitdiff | raw | diff to current |
2013-01-31 |
Bill Wendling | Remove Attribute::hasAttributes() and make Attribute... |
blob | commitdiff | raw | diff to current |
2013-01-31 |
Bill Wendling | Revert for now: |
blob | commitdiff | raw | diff to current |
2013-01-31 |
Bill Wendling | Remove the AttrBuilder version of the Attribute::get... |
blob | commitdiff | raw | diff to current |
2013-01-31 |
Bill Wendling | Make sure that the Attribute object represents one... |
blob | commitdiff | raw | diff to current |
2013-01-30 |
Bill Wendling | Convert typeIncompatible to return an AttributeSet. |
blob | commitdiff | raw | diff to current |
2013-01-30 |
Bill Wendling | Remove redundant code. |
blob | commitdiff | raw | diff to current |
2013-01-29 |
Bill Wendling | Add a couple of accessor methods to get the kind and... |
blob | commitdiff | raw | diff to current |
2013-01-29 |
Bill Wendling | s/Data/Kind/g. No functionality change. |
blob | commitdiff | raw | diff to current |
2013-01-29 |
NAKAMURA Takumi | AttributeSet::get(): Fix a valgrind error. It doesn... |
blob | commitdiff | raw | diff to current |
2013-01-29 |
Bill Wendling | Convert getAttributes() to return an AttributeSetNode. |
blob | commitdiff | raw | diff to current |
2013-01-29 |
Bill Wendling | Use an AttrBuilder to generate the correct AttributeSet. |
blob | commitdiff | raw | diff to current |
2013-01-29 |
Bill Wendling | Convert the AttrBuilder into a list of Attributes inste... |
blob | commitdiff | raw | diff to current |
2013-01-29 |
Bill Wendling | S'more small non-functional changes in comments and... |
blob | commitdiff | raw | diff to current |
2013-01-29 |
Bill Wendling | Reorder some functions and add comments. No functionali... |
blob | commitdiff | raw | diff to current |
2013-01-28 |
Bill Wendling | Try to appease some broken compilers by using 'unsigned... |
blob | commitdiff | raw | diff to current |
2013-01-28 |
Bill Wendling | Remove the AttributeWithIndex class. |
blob | commitdiff | raw | diff to current |
2013-01-28 |
Bill Wendling | Mid-air collision. reapply r173656. |
blob | commitdiff | raw | diff to current |
2013-01-28 |
Bill Wendling | Rewrite the removeAttr() method. |
blob | commitdiff | raw | diff to current |
2013-01-28 |
Bill Wendling | Rewrite the addAttr() method. |
blob | commitdiff | raw | diff to current |
2013-01-28 |
NAKAMURA Takumi | Revert r173646, "Use proper type for the index." |
blob | commitdiff | raw | diff to current |
2013-01-28 |
Bill Wendling | Use proper type for the index. |
blob | commitdiff | raw | diff to current |
2013-01-28 |
Bill Wendling | Remove another use of AttributeWithIndex, using the... |
blob | commitdiff | raw | diff to current |
2013-01-28 |
Bill Wendling | Remove another use of AttributeWithIndex, using the... |
blob | commitdiff | raw | diff to current |
2013-01-28 |
Bill Wendling | Remove a use of AttributeWithIndex. |
blob | commitdiff | raw | diff to current |
2013-01-27 |
Bill Wendling | Improve the debug output a bit. |
blob | commitdiff | raw | diff to current |
2013-01-27 |
Bill Wendling | Use proper return type for attribute index. |
blob | commitdiff | raw | diff to current |
2013-01-27 |
Bill Wendling | Push the calculation of the 'Raw' attribute mask down... |
blob | commitdiff | raw | diff to current |
2013-01-27 |
Bill Wendling | Add special 'get' methods to create an Attribute with... |
blob | commitdiff | raw | diff to current |
2013-01-27 |
Bill Wendling | s/AttrList/pImpl/g in AttributeSet. No functionality... |
blob | commitdiff | raw | diff to current |
2013-01-27 |
Bill Wendling | Start using more of the AttrNode in the AttributeSetImp... |
blob | commitdiff | raw | diff to current |
2013-01-27 |
Bill Wendling | In the AttributeSetImpl c'tor, fill in the AttrNodes... |
blob | commitdiff | raw | diff to current |
2013-01-27 |
Bill Wendling | Fix miscompile. Add back the use of the ArrayRef versio... |
blob | commitdiff | raw | diff to current |
2013-01-27 |
Bill Wendling | Remove dead methods. |
blob | commitdiff | raw | diff to current |
2013-01-26 |
Bill Wendling | Convert BuildLibCalls.cpp to using the AttributeSet... |
blob | commitdiff | raw | diff to current |
2013-01-25 |
Bill Wendling | Remove dead method. |
blob | commitdiff | raw | diff to current |
2013-01-25 |
Bill Wendling | Remove some introspection functions. |
blob | commitdiff | raw | diff to current |
2013-01-25 |
Bill Wendling | Use the new 'getSlotIndex' method to retrieve the attri... |
blob | commitdiff | raw | diff to current |
2013-01-25 |
Bill Wendling | Add an accessor method to get the slot's index. This... |
blob | commitdiff | raw | diff to current |
2013-01-25 |
Reid Kleckner | Fix MSVC 2012 warning about a 32-bit shift that should... |
blob | commitdiff | raw | diff to current |
next |