Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Object][Archive] Fix name handling with bsd style long names. | Michael J. Spencer | 2013-01-10 | 1 | -8/+14 | |
| | | | | llvm-svn: 172026 | |||||
* | [Object][Archive] Apparently StringRef::getAsInteger for APInt accepts spaces. | Michael J. Spencer | 2013-01-10 | 1 | -2/+6 | |
| | | | | llvm-svn: 172022 | |||||
* | [Object][Archive] Use uint64_t instead of APInt. It is significantly faster. | Michael J. Spencer | 2013-01-09 | 1 | -10/+10 | |
| | | | | llvm-svn: 172015 | |||||
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | Sooooo many of these had incorrect or strange main module includes. I have manually inspected all of these, and fixed the main module include to be the nearest plausible thing I could find. If you own or care about any of these source files, I encourage you to take some time and check that these edits were sensible. I can't have broken anything (I strictly added headers, and reordered them, never removed), but they may not be the headers you'd really like to identify as containing the API being implemented. Many forward declarations and missing includes were added to a header files to allow them to parse cleanly when included first. The main module rule does in fact have its merits. =] llvm-svn: 169131 | |||||
* | s/assert/llvm_unreachable/ | Matt Beaumont-Gay | 2012-11-14 | 1 | -3/+4 | |
| | | | | llvm-svn: 167936 | |||||
* | Fix broken asserts. Also, spell 'indices' correctly. | Matt Beaumont-Gay | 2012-11-14 | 1 | -6/+6 | |
| | | | | llvm-svn: 167894 | |||||
* | [Object] Fix endianess bug by refactoring Archive::Symbol::getMember. | Michael J. Spencer | 2012-11-14 | 1 | -18/+32 | |
| | | | | llvm-svn: 167893 | |||||
* | Adding changes to support GNU style archive library reading | Shankar Easwaran | 2012-11-13 | 1 | -26/+118 | |
| | | | | llvm-svn: 167853 | |||||
* | Convert comments to proper Doxygen comments. | Dmitri Gribenko | 2012-06-09 | 1 | -1/+1 | |
| | | | | llvm-svn: 158248 | |||||
* | Mark some static arrays as const. | Craig Topper | 2012-05-24 | 1 | -2/+2 | |
| | | | | llvm-svn: 157377 | |||||
* | [Object] | David Meyer | 2012-03-09 | 1 | -1/+1 | |
| | | | | | | Make Binary::TypeID more granular, to distinguish between ELF 32/64 little/big llvm-svn: 152435 | |||||
* | Remove static ctor. | Benjamin Kramer | 2012-02-22 | 1 | -2/+2 | |
| | | | | llvm-svn: 151160 | |||||
* | Unweaken vtables as per ↵ | David Blaikie | 2011-12-20 | 1 | -0/+2 | |
| | | | | | | http://llvm.org/docs/CodingStandards.html#ll_virtual_anch llvm-svn: 146960 | |||||
* | Simplify code. | Benjamin Kramer | 2011-11-04 | 1 | -4/+3 | |
| | | | | llvm-svn: 143695 | |||||
* | Removed unused variable. | Chad Rosier | 2011-11-02 | 1 | -1/+0 | |
| | | | | llvm-svn: 143591 | |||||
* | Object/Archive: Add symbol table iteration. | Michael J. Spencer | 2011-11-02 | 1 | -9/+71 | |
| | | | | llvm-svn: 143561 | |||||
* | Object/Archive: Cleanup anon namespace. | Michael J. Spencer | 2011-10-25 | 1 | -8/+5 | |
| | | | | llvm-svn: 142983 | |||||
* | Object/Archive: Add BSD style long file name support and skip internal members. | Michael J. Spencer | 2011-10-25 | 1 | -7/+48 | |
| | | | | llvm-svn: 142981 | |||||
* | lib/Object: Suppress warnings on gcc-4.3.4 cygwin | NAKAMURA Takumi | 2011-10-08 | 1 | -1/+1 | |
| | | | | llvm-svn: 141485 | |||||
* | Object: constize Archive. | Michael J. Spencer | 2011-10-08 | 1 | -2/+2 | |
| | | | | llvm-svn: 141448 | |||||
* | Object: Add archive support. | Michael J. Spencer | 2011-09-27 | 1 | -0/+172 | |
llvm-svn: 140626 |