aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
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
2011-12-13Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer
2011-12-13Cleanup whitespace.Michael J. Spencer
2011-12-12Hexagon backend supportTony Linthicum
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-12-12Revert r146363 to allow buildbots to make forward progress.Chad Rosier
2011-12-12Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer
2011-12-12Support/FileSystem: Implement canonicalize.Michael J. Spencer
2011-12-12Support/Windows: Cleanup scoped handles.Michael J. Spencer
2011-12-08Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer
2011-12-07Adding missing anchor to DATDeltaAlgorithm.David Blaikie
2011-12-05Silence tsan false-positives (tsan can't track things which are only safe due toNick Lewycky
2011-12-01Fix unreachable return & simplify some branches.David Blaikie
2011-12-01Autodetect bulldozers.Benjamin Kramer
2011-12-01Add some missing anchors.David Blaikie
2011-11-29[Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the...NAKAMURA Takumi
2011-11-28Don't define these unless we plan to use them.Nick Lewycky