summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Make MemoryObject accessor members const againDerek Schuff2012-02-29
* Support/PathV2: Fix namespace qualifier in make_absolute(), for Win32.Daniel Dunbar2012-02-29
* Support/PathV2: Fix make_absolute() to match is_absolute() and not expect toDaniel Dunbar2012-02-29
* [PathV2] Fix bug in relative_path.Michael J. Spencer2012-02-29
* Fix undefined behavior.Ahmed Charles2012-02-24
* Workaround a miscompilation by gcc-4.3 that showed up as a failureDuncan Sands2012-02-24
* Update for the removal of Hashing.cpp.Jay Foad2012-02-23
* The implementation of GeneralHash::addBits broke C++ aliasing rules; fixJay Foad2012-02-23
* Remove extra semi-colons.Chad Rosier2012-02-22
* Support was removed from LLVM's MIPS backend for the PSP variant of thatChandler Carruth2012-02-22
* Move the implementation of StringRef::split out of StringExtras.cppDuncan Sands2012-02-21
* Tiny cosmetic change to use the same style for all of the while loops inChandler Carruth2012-02-21
* Replace a hand rolled loop with a lovely StringRef helper we have theseChandler Carruth2012-02-21
* Pull the parsing helper functions out of the Triple interface entirely.Chandler Carruth2012-02-21
* Clean up comments that I missed when changing the triple representation.Chandler Carruth2012-02-21
* Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth2012-02-21
* Move constructors out-of-line and flesh out their documentation. NoChandler Carruth2012-02-20
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-19
* APFloat::toString(): Fix overrun at scanning.NAKAMURA Takumi2012-02-19
* Fix issue with bitwise and precedence.Ahmed Charles2012-02-18
* Hashing.h - utilities for hashing various data types.Talin2012-02-18
* Trivial cleanup to group the generic 'armvN' cases with the 'arm' case,Chandler Carruth2012-02-18
* Add function for computing the edit distance of two arrays.Kaelyn Uhrain2012-02-15
* StringSwitchify the rest of Triple.cpp.Benjamin Kramer2012-02-12
* Switch a bunch of manual if-chains to use StringSwitch. Clean them up inChandler Carruth2012-02-12
* Change default error_code ctor to a 'named ctor' so it's more self-documenting.David Blaikie2012-02-09
* Remove static initializer from DataStream.cppDavid Blaikie2012-02-09
* PathV2: Remove static StringRef ctors.Benjamin Kramer2012-02-08
* Correct use of const in ParseCommandLineOptionsDavid Blaikie2012-02-07
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Fix win32 build breakage from bitcode streaming patchDerek Schuff2012-02-07
* Fix comment-rulers.Nick Lewycky2012-02-06
* Enable streaming of bitcodeDerek Schuff2012-02-06
* Introduce helpers to compute the 32-bit varaints and 64-bit variants ofChandler Carruth2012-02-06
* fix typoSebastian Pop2012-02-06
* Persuade GCC that there is nothing worth warning about here (there isn't).Duncan Sands2012-02-05
* Add new tag and an attribute to support debug info for objective-c property.Devang Patel2012-02-03
* Add Triple::getMacOSXVersion to replace crufty code in the clang driver.Bob Wilson2012-01-31
* Add various coarse bit-width architecture predicates to llvm::Triple.Chandler Carruth2012-01-31
* Move Clang's file-level locking facility over to LLVM's supportDouglas Gregor2012-01-29
* Add r149110 back with a fix for when the vector and the int have the sameRafael Espindola2012-01-27
* Tidy up. s/Low Level Virtual Machine/LLVM/.Jim Grosbach2012-01-25
* Remove dead default.David Blaikie2012-01-23
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Add support for the gnueabihf environment. Patch by Sylvestre Ledru.Rafael Espindola2012-01-18
* Removes template magic to build up containers.Manuel Klimek2012-01-17
* Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie2012-01-17
* Removing unused default switch cases in switches over enums that already acco...David Blaikie2012-01-16
* Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth2012-01-15
* Remove dead code.David Blaikie2012-01-15