aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* StringSwitchify the rest of Triple.cpp.Benjamin Kramer2012-02-121-62/+34
* Switch a bunch of manual if-chains to use StringSwitch. Clean them up inChandler Carruth2012-02-121-170/+93
* Change default error_code ctor to a 'named ctor' so it's more self-documenting.David Blaikie2012-02-096-59/+54
* Remove static initializer from DataStream.cppDavid Blaikie2012-02-091-12/+11
* PathV2: Remove static StringRef ctors.Benjamin Kramer2012-02-081-4/+4
* Correct use of const in ParseCommandLineOptionsDavid Blaikie2012-02-071-5/+5
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-072-4/+3
* Fix win32 build breakage from bitcode streaming patchDerek Schuff2012-02-071-1/+4
* Fix comment-rulers.Nick Lewycky2012-02-062-2/+2
* Enable streaming of bitcodeDerek Schuff2012-02-064-1/+236
* Introduce helpers to compute the 32-bit varaints and 64-bit variants ofChandler Carruth2012-02-061-0/+74
* fix typoSebastian Pop2012-02-061-1/+1
* Persuade GCC that there is nothing worth warning about here (there isn't).Duncan Sands2012-02-051-1/+1
* Add new tag and an attribute to support debug info for objective-c property.Devang Patel2012-02-031-0/+2
* Add Triple::getMacOSXVersion to replace crufty code in the clang driver.Bob Wilson2012-01-311-0/+39
* Add various coarse bit-width architecture predicates to llvm::Triple.Chandler Carruth2012-01-311-0/+49
* Move Clang's file-level locking facility over to LLVM's supportDouglas Gregor2012-01-292-0/+217
* Add r149110 back with a fix for when the vector and the int have the sameRafael Espindola2012-01-271-0/+12
* Tidy up. s/Low Level Virtual Machine/LLVM/.Jim Grosbach2012-01-251-1/+1
* Remove dead default.David Blaikie2012-01-231-1/+0
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-4/+5
* Add support for the gnueabihf environment. Patch by Sylvestre Ledru.Rafael Espindola2012-01-181-0/+3
* Removes template magic to build up containers.Manuel Klimek2012-01-171-7/+82
* Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie2012-01-171-1/+8
* Removing unused default switch cases in switches over enums that already acco...David Blaikie2012-01-162-7/+0
* Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth2012-01-152-8/+0
* Remove dead code.David Blaikie2012-01-152-140/+79
* Disable the crash reporter when running lit tests.Argyrios Kyrtzidis2012-01-112-1/+21
* Teach the triple library about the androideabi environment.Chandler Carruth2012-01-101-0/+3
* Add 'llvm_unreachable' to passify GCC's understanding of the constraintsChandler Carruth2012-01-101-0/+1
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-3/+0
* Add definitions for AMD's bobcat (aka btver1)Benjamin Kramer2012-01-101-0/+2
* revert r147542 after comments from Joerg SonnenbergerSebastian Pop2012-01-054-18/+7
* use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop2012-01-044-7/+18
* Conform to the style guide; remove 'else' after 'return'. Also remove an extraNick Lewycky2012-01-031-56/+36
* Switch StringMap from an array of structures to a structure of arrays.Benjamin Kramer2011-12-271-27/+34
* drop unneeded config.h includesDylan Noblesmith2011-12-221-1/+1
* Fix APInt::rotl and APInt::rotr so that they work correctly. Found while wri...Eli Friedman2011-12-221-12/+4
* Changes the JSON parser to use the SourceMgr.Manuel Klimek2011-12-211-26/+33
* Fixes a potential compilation error.Manuel Klimek2011-12-201-12/+0
* Pulls the implementation of skip() into JSONParser.Manuel Klimek2011-12-201-11/+24
* Addressing style issues in JSON parser.Manuel Klimek2011-12-201-4/+2
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-201-0/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+14
* APInt: update asserts for base-36Dylan Noblesmith2011-12-161-1/+5
* Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek2011-12-162-0/+222
* Support/FileSystem: Add file_magic and move a vew clients over to it.Michael J. Spencer2011-12-132-14/+126
* Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer2011-12-134-12/+20
* Cleanup whitespace.Michael J. Spencer2011-12-132-4/+4
* Hexagon backend supportTony Linthicum2011-12-121-0/+7