summaryrefslogtreecommitdiff
path: root/include/llvm/Support
Commit message (Expand)AuthorAge
* [Embtk] Give ability to specify default float abi to use at configure timeAbdoulaye Walsimou Gaye2014-04-13
* [Embtk] Give ability to specify default -mcpuAbdoulaye Walsimou Gaye2014-04-13
* Merging r196144:Manman Ren2013-12-09
* Merging r195494:Bill Wendling2013-12-09
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Recover gracefully when deserializing invalid YAML input.Alexander Kornienko2013-11-18
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* DebugLoc defines LineCol as 32 bit in comment but unsigned in code.Yaron Keren2013-11-17
* [block-freq] Add BlockFrequency::scale that returns a remainder from the divi...Michael Gottesman2013-11-17
* X86: Encode the 'h' cpu subtype in the MachO header for x86.Jim Grosbach2013-11-16
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-15
* Include raw_ostream.h.Rui Ueyama2013-11-15
* Add dyn_cast<> support to YAML I/O's IO classNick Kledzik2013-11-14
* Add simple support for tags in YAML I/ONick Kledzik2013-11-14
* llvm-cov: Slightly improved error checking.Yuchen Wu2013-11-14
* llvm-cov: Removed StringMap holding GCOVLines.Yuchen Wu2013-11-14
* llvm-cov: Replaced asserts with proper error handling.Yuchen Wu2013-11-14
* Removing llvm::huge_vald and llvm::huge_vall because they are not currently u...Aaron Ballman2013-11-13
* Replacing HUGE_VALF with llvm::huge_valf in order to work around a warning tr...Aaron Ballman2013-11-13
* Revert "Remove unused variable."Rafael Espindola2013-11-12
* Remove unused variable.Rafael Espindola2013-11-12
* Don't universally enable initialiser lists on GCC. Thanks for catching this ...Pete Cooper2013-11-11
* Add LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 support. Use it in ArrayRefPete Cooper2013-11-11
* Add DT_VERSYM dynamic table entry tag definition.Simon Atanasyan2013-11-06
* Remove another unused, and IMHO, not very desirable feature of ErrorOr.Rafael Espindola2013-11-05
* Support for reading run counts in llvm-cov.Yuchen Wu2013-11-05
* Fix MSVC build by not putting an error_code directly in a union.Rafael Espindola2013-11-05
* Simplify ErrorOr.Rafael Espindola2013-11-05
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-04
* Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enab...Filip Pizlo2013-11-04
* Added command-line option to output llvm-cov to file.Yuchen Wu2013-11-02
* [Mips] Add more SHF_MIPS_xxx ELF section flags.Simon Atanasyan2013-10-30
* Remove declared but not implemented function.Rafael Espindola2013-10-29
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-29
* Change MemoryBuffer::getFile to take a Twine.Rafael Espindola2013-10-25
* DIEHash: Summary hashing of nested typesDavid Blaikie2013-10-25
* Support for reading program counts in llvm-cov.Yuchen Wu2013-10-25
* Reverting my r193344 checkin due to build breakage.John Thompson2013-10-24
* Added std::string as a built-in type for mapping.John Thompson2013-10-24
* Include missing Compiler.h for using LLVM_ENUM_INT_TYPE.Zonr Chang2013-10-24
* Fixed llvm-cov to count edges instead of blocks.Yuchen Wu2013-10-24
* Use a map instead of vector to store line counts.Yuchen Wu2013-10-23
* Support for microMIPS relocations 1.Zoran Jovanovic2013-10-23
* Fix llvm-cov counts to be 64-bit integers to avoid overflows.Bob Wilson2013-10-22
* Speling fixes.Benjamin Kramer2013-10-22
* Change llvm-cov output formatting to be more similar to gcov.Bob Wilson2013-10-22
* DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...David Blaikie2013-10-21
* [Support][YAML] Add support for accessing tags and tag handle substitution.Michael J. Spencer2013-10-18
* Allow repeated registration again.Rafael Espindola2013-10-16