summaryrefslogtreecommitdiff
path: root/include/llvm/Support
Commit message (Expand)AuthorAge
...
* The GNU/HURD is also using the libc. Therefor, endian.h should be included, n...Sylvestre Ledru2013-06-05
* Add support for adding the contents of a StringRef to the MD5 hash.Eric Christopher2013-05-31
* Move "unsigned char" -> "uint8_t".Eric Christopher2013-05-31
* [Mips] Add Mips specific dynamic table entry tags.Simon Atanasyan2013-05-28
* Add some comments to the stringify function.Eric Christopher2013-05-25
* Fix RecyclingAllocator::PrintStats to print the underlying allocator's stats.Andrew Trick2013-05-25
* ArrayRef-ize MD5 and clean up a few variable names.Eric Christopher2013-05-24
* [Support] Remove Count{Leading,Trailing}Zeros_{32,64}.Michael J. Spencer2013-05-24
* Follow up of the introduction of MCSymbolizer.Quentin Colombet2013-05-24
* MathExtras: Return the result of find(First|Last)Set in the input type.Benjamin Kramer2013-05-24
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* [Support][MathExtras] Add missing include and disable _BitScan{Forward,Revers...Michael J. Spencer2013-05-24
* [Support] Add type generic bit utilities to MathExtras.hMichael J. Spencer2013-05-24
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-24
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-24
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-24
* Define BYTE_ORDER on Solaris.Jakob Stoklund Olesen2013-05-21
* Add an md5 library derived from a public domain implementation for dwarf4Eric Christopher2013-05-21
* Enable pod-like optimizations for pred and succ iterators.Benjamin Kramer2013-05-20
* Add missing verb to comment in PassNameParser.hDerek Schuff2013-05-17
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-15
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Remove unused argument.Rafael Espindola2013-05-10
* Use correct parameter names in comments [-Wdocumentation]Dmitri Gribenko2013-05-08
* Add line tracking support to FormattedStream Daniel Malea2013-05-08
* [PowerPC] Add some missing PPC64 relocsUlrich Weigand2013-05-08
* Implemented public interface for modifying registered (not positional or sink...Andrew Trick2013-05-06
* Support command line option categories.Andrew Trick2013-05-06
* Provide InstCombines for the following 3 cases:Jean-Luc Duprat2013-05-06
* PatternMatch: Fix documentation - 'function' not 'attribute'Arnold Schwaighofer2013-05-05
* PatternMatch: Matcher for (un)ordered floating point min/maxArnold Schwaighofer2013-05-05
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* [SystemZ] Add ELF relocation supportRichard Sandiford2013-05-03
* This exposes more MCJIT options via the C API:Filip Pizlo2013-05-01
* Fix file header comment.Filip Pizlo2013-05-01
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-23
* Fix silly typo that broke big endian hosts.Rafael Espindola2013-04-15
* Fix endianness on some MSVC versions.Rafael Espindola2013-04-15
* Try to fix the mingw builds.Rafael Espindola2013-04-15
* Remove unused function.Rafael Espindola2013-04-15
* Make the host endianness check an integer constant expression.Rafael Espindola2013-04-15
* Add missing relocation namesNico Rieck2013-04-12
* Add a function to check if an argument list is too long.Rafael Espindola2013-04-11
* Revert "Update the version of dwarf we say we're emitting to at least 3."Eric Christopher2013-04-10
* Update the version of dwarf we say we're emitting to at least 3.Eric Christopher2013-04-09
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-03
* unindent the file to follow coding standards, change class doc commentChris Lattner2013-04-01
* Seciton 24.2.2 of the C++ standard, [iterator.iterators], Table 106Howard Hinnant2013-03-28
* Add a boolean parameter to the llvm::report_fatal_error() function to indicatedChad Rosier2013-03-27