aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2012-02-18Hashing.h - utilities for hashing various data types.Talin
2012-02-18Trivial cleanup to group the generic 'armvN' cases with the 'arm' case,Chandler Carruth
2012-02-15Add function for computing the edit distance of two arrays.Kaelyn Uhrain
2012-02-12StringSwitchify the rest of Triple.cpp.Benjamin Kramer
2012-02-12Switch a bunch of manual if-chains to use StringSwitch. Clean them up inChandler Carruth
2012-02-09Change default error_code ctor to a 'named ctor' so it's more self-documenting.David Blaikie
2012-02-09Remove static initializer from DataStream.cppDavid Blaikie
2012-02-08PathV2: Remove static StringRef ctors.Benjamin Kramer
2012-02-07Correct use of const in ParseCommandLineOptionsDavid Blaikie
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-02-07Fix win32 build breakage from bitcode streaming patchDerek Schuff
2012-02-06Fix comment-rulers.Nick Lewycky
2012-02-06Enable streaming of bitcodeDerek Schuff
2012-02-06Introduce helpers to compute the 32-bit varaints and 64-bit variants ofChandler Carruth
2012-02-06fix typoSebastian Pop
2012-02-05Persuade GCC that there is nothing worth warning about here (there isn't).Duncan Sands
2012-02-03Add new tag and an attribute to support debug info for objective-c property.Devang Patel
2012-01-31Add Triple::getMacOSXVersion to replace crufty code in the clang driver.Bob Wilson
2012-01-31Add various coarse bit-width architecture predicates to llvm::Triple.Chandler Carruth
2012-01-29Move Clang's file-level locking facility over to LLVM's supportDouglas Gregor
2012-01-27Add r149110 back with a fix for when the vector and the int have the sameRafael Espindola
2012-01-25Tidy up. s/Low Level Virtual Machine/LLVM/.Jim Grosbach
2012-01-23Remove dead default.David Blaikie
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-18Add support for the gnueabihf environment. Patch by Sylvestre Ledru.Rafael Espindola
2012-01-17Removes template magic to build up containers.Manuel Klimek
2012-01-17Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie
2012-01-16Removing unused default switch cases in switches over enums that already acco...David Blaikie
2012-01-15Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth
2012-01-15Remove dead code.David Blaikie
2012-01-11Disable the crash reporter when running lit tests.Argyrios Kyrtzidis
2012-01-10Teach the triple library about the androideabi environment.Chandler Carruth
2012-01-10Add 'llvm_unreachable' to passify GCC's understanding of the constraintsChandler Carruth
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie
2012-01-10Add definitions for AMD's bobcat (aka btver1)Benjamin Kramer
2012-01-05revert r147542 after comments from Joerg SonnenbergerSebastian Pop
2012-01-04use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop
2012-01-03Conform to the style guide; remove 'else' after 'return'. Also remove an extraNick Lewycky
2011-12-27Switch StringMap from an array of structures to a structure of arrays.Benjamin Kramer
2011-12-22drop unneeded config.h includesDylan Noblesmith
2011-12-22Fix APInt::rotl and APInt::rotr so that they work correctly. Found while wri...Eli Friedman
2011-12-21Changes the JSON parser to use the SourceMgr.Manuel Klimek
2011-12-20Fixes a potential compilation error.Manuel Klimek
2011-12-20Pulls the implementation of skip() into JSONParser.Manuel Klimek
2011-12-20Addressing style issues in JSON parser.Manuel Klimek
2011-12-20Fix up the CMake build for the new files added in r146960, they'reChandler Carruth
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-16APInt: update asserts for base-36Dylan Noblesmith
2011-12-16Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek
2011-12-13Support/FileSystem: Add file_magic and move a vew clients over to it.Michael J. Spencer