aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1815-117/+261
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0942-354/+345
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2344-1430/+1103
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0254-1179/+1887
* Allow mm in these subdirectories.Dan Albert2014-11-031-0/+2
* Merge "Fixes the build when NDEBUG is not defined."Stephen Hines2014-08-121-0/+1
|\
| * Fixes the build when NDEBUG is not defined.Dan Albert2014-07-191-0/+1
* | Update LLVM for rebase to r212749.Stephen Hines2014-07-2153-1117/+1624
|/
* Adds the ability to run the llvm test suite in-tree.Chris Wailes2014-06-061-0/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2954-578/+481
* Update to LLVM 3.5a.Stephen Hines2014-04-2467-1782/+1236
* Update LLVM for merge to 3.4.Stephen Hines2014-02-131-0/+1
* Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-1149-1076/+1628
|\
| * Merging r197718:Bill Wendling2013-12-202-2/+2
| * Merging r195632:Bill Wendling2013-11-261-6/+90
| * [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-193-0/+17
| * Checking for a return value with FormatMessage; if the call fails, there's no...Aaron Ballman2013-11-181-4/+9
| * Fixing a possible memory leak from a failing realloc() call.Aaron Ballman2013-11-181-2/+7
| * Recover gracefully when deserializing invalid YAML input.Alexander Kornienko2013-11-181-7/+26
| * Revert r194865 and r194874.Alexey Samsonov2013-11-184-20/+0
| * [block-freq] Add BlockFrequency::scale that returns a remainder from the divi...Michael Gottesman2013-11-171-38/+60
| * X86: Encode the 'h' cpu subtype in the MachO header for x86.Jim Grosbach2013-11-161-1/+1
| * [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-154-0/+20
| * Path: Recognize COFF import library file magic.Rui Ueyama2013-11-151-0/+4
| * Recognize 0x0000 as a COFF file magic.Rui Ueyama2013-11-141-0/+3
| * yaml::Input::mapTag(): Don't use StringRef to hold return type of std::string.NAKAMURA Takumi2013-11-141-1/+1
| * Whitespace.NAKAMURA Takumi2013-11-141-1/+1
| * Add dyn_cast<> support to YAML I/O's IO classNick Kledzik2013-11-141-2/+2
| * Add simple support for tags in YAML I/ONick Kledzik2013-11-141-0/+18
| * Make sure LLVMLoadLibraryPermanently gets an extern "C" symbol.Benjamin Kramer2013-11-131-1/+1
| * Add newline at EOF in DynamicLibrary.cppPeter Zotov2013-11-061-1/+1
| * [llvm-c] Specify explicit namespace in LLVMLoadLibraryPermanentlyPeter Zotov2013-11-061-1/+1
| * [llvm-c] Expose LLVMLoadLibraryPermanentlyPeter Zotov2013-11-061-0/+9
| * X86: Add a description for AMD bdver3 aka Steamroller.Benjamin Kramer2013-11-041-3/+5
| * Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enab...Filip Pizlo2013-11-041-16/+13
| * When LLVM is embedded in a larger application, it's not OK for LLVM to interc...Filip Pizlo2013-11-031-0/+5
| * [ConstantRange] improve my previous patch per Nick suggestionNuno Lopes2013-10-311-1/+1
| * Rules adjustments in order to build on DragonFly BSD.Rafael Espindola2013-10-311-2/+3
| * [SystemZ] Automatically detect zEC12 and z196 hostsRichard Sandiford2013-10-311-0/+42
| * Add {start,end}with_lower methods to StringRef.Rui Ueyama2013-10-301-5/+24
| * make ConstantRange::signExtend() optimalNuno Lopes2013-10-301-0/+5
| * simplify ConstantRange::getSetSize()Nuno Lopes2013-10-281-3/+0
| * Change MemoryBuffer::getFile to take a Twine.Rafael Espindola2013-10-251-8/+12
| * Reverting my r193344 checkin due to build breakage.John Thompson2013-10-241-11/+0
| * Added std::string as a built-in type for mapping.John Thompson2013-10-241-0/+11
| * Fix the -Werror -Wpedantic clang selfhost buildAlp Toker2013-10-221-3/+3
| * Can we move to C++11 already?Michael J. Spencer2013-10-181-3/+3
| * [Support][YAML] Add support for accessing tags and tag handle substitution.Michael J. Spencer2013-10-181-11/+91
| * Fix a conversion warning in the mingw32 buildAlp Toker2013-10-181-2/+2
| * Fix initialization order warning in mingw32 buildAlp Toker2013-10-181-1/+1