aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1816-248/+294
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0925-151/+216
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2358-2412/+2795
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0258-892/+1360
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2140-1551/+2016
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2949-579/+1470
* Update to LLVM 3.5a.Stephen Hines2014-04-2469-5086/+2832
* Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-1135-2000/+1380
|\
| * Merging r196144:Manman Ren2013-12-091-1/+0
| * Merging r195494:Bill Wendling2013-12-091-0/+1
| * [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-194-4/+17
| * Recover gracefully when deserializing invalid YAML input.Alexander Kornienko2013-11-181-8/+10
| * Revert r194865 and r194874.Alexey Samsonov2013-11-184-19/+4
| * DebugLoc defines LineCol as 32 bit in comment but unsigned in code.Yaron Keren2013-11-171-1/+3
| * [block-freq] Add BlockFrequency::scale that returns a remainder from the divi...Michael Gottesman2013-11-171-2/+8
| * X86: Encode the 'h' cpu subtype in the MachO header for x86.Jim Grosbach2013-11-161-1/+2
| * [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-154-4/+19
| * Path: Recognize COFF import library file magic.Rui Ueyama2013-11-151-0/+1
| * Include raw_ostream.h.Rui Ueyama2013-11-151-2/+2
| * Add dyn_cast<> support to YAML I/O's IO classNick Kledzik2013-11-141-3/+8
| * Add simple support for tags in YAML I/ONick Kledzik2013-11-141-2/+4
| * llvm-cov: Slightly improved error checking.Yuchen Wu2013-11-141-2/+2
| * llvm-cov: Removed StringMap holding GCOVLines.Yuchen Wu2013-11-141-16/+6
| * llvm-cov: Replaced asserts with proper error handling.Yuchen Wu2013-11-141-14/+22
| * Removing llvm::huge_vald and llvm::huge_vall because they are not currently u...Aaron Ballman2013-11-131-4/+0
| * Replacing HUGE_VALF with llvm::huge_valf in order to work around a warning tr...Aaron Ballman2013-11-131-1/+13
| * Revert "Remove unused variable."Rafael Espindola2013-11-121-0/+1
| * Remove unused variable.Rafael Espindola2013-11-121-1/+0
| * Don't universally enable initialiser lists on GCC. Thanks for catching this ...Pete Cooper2013-11-111-2/+1
| * Add LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 support. Use it in ArrayRefPete Cooper2013-11-111-0/+9
| * Add DT_VERSYM dynamic table entry tag definition.Simon Atanasyan2013-11-061-0/+1
| * Remove another unused, and IMHO, not very desirable feature of ErrorOr.Rafael Espindola2013-11-051-29/+7
| * Support for reading run counts in llvm-cov.Yuchen Wu2013-11-051-2/+19
| * Fix MSVC build by not putting an error_code directly in a union.Rafael Espindola2013-11-051-6/+17
| * Simplify ErrorOr.Rafael Espindola2013-11-051-214/+5
| * Support for microMIPS branch instructions.Zoran Jovanovic2013-11-041-0/+1
| * Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enab...Filip Pizlo2013-11-041-6/+4
| * Added command-line option to output llvm-cov to file.Yuchen Wu2013-11-021-1/+1
| * [Mips] Add more SHF_MIPS_xxx ELF section flags.Simon Atanasyan2013-10-301-2/+24
| * Remove declared but not implemented function.Rafael Espindola2013-10-291-11/+0
| * Support for microMIPS jump instructionsZoran Jovanovic2013-10-291-0/+1
| * Change MemoryBuffer::getFile to take a Twine.Rafael Espindola2013-10-251-6/+2
| * DIEHash: Summary hashing of nested typesDavid Blaikie2013-10-251-0/+28
| * Support for reading program counts in llvm-cov.Yuchen Wu2013-10-251-1/+17
| * Reverting my r193344 checkin due to build breakage.John Thompson2013-10-241-7/+1
| * Added std::string as a built-in type for mapping.John Thompson2013-10-241-1/+7
| * Include missing Compiler.h for using LLVM_ENUM_INT_TYPE.Zonr Chang2013-10-241-0/+1
| * Fixed llvm-cov to count edges instead of blocks.Yuchen Wu2013-10-241-2/+3
| * Use a map instead of vector to store line counts.Yuchen Wu2013-10-231-2/+5
| * Support for microMIPS relocations 1.Zoran Jovanovic2013-10-231-0/+11