aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* fix corner case in ConstantRange::intersectWith().Nuno Lopes2012-05-181-1/+1
* [Support/YAMLParser] Use rtrim on plain scalars.Michael J. Spencer2012-05-141-3/+1
* [Support/StringRef] Add find_last_not_of and {r,l,}trim.Michael J. Spencer2012-05-111-0/+26
* Allow unique_file to take a mode for file permissions, but defaultEric Christopher2012-05-112-5/+8
* Set the default iOS version to 3.0.Chad Rosier2012-05-091-2/+4
* Use the cpuid 64 bit flag to pick the default CPU name for an unknown model.Bob Wilson2012-05-091-1/+1
* Don't return true on a function with a void return type.Chad Rosier2012-05-091-1/+1
* Add Triple::getiOSVersion.Chad Rosier2012-05-091-0/+21
* Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby2012-05-081-0/+41
* [Support] Fix sys::GetRandomNumber() to always use a high quality seed.Daniel Dunbar2012-05-081-5/+15
* Windows/PathV2.inc: Retry rename() for (maximum) 2 seconds.NAKAMURA Takumi2012-05-081-4/+14
* Don't assume size_t is unsigned long long.Matt Beaumont-Gay2012-05-071-3/+1
* make SourceMgr tolerate empty SMLoc()'s better.Chris Lattner2012-05-061-45/+54
* Unix/Process.inc: Give more useful random seed to srand. Workaround for PR12743.NAKAMURA Takumi2012-05-061-1/+14
* Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp ...NAKAMURA Takumi2012-05-062-10/+9
* reapply my patch, with a fix for an off-by-one error. Turned out to be a lotChris Lattner2012-05-051-12/+18
* revert my patches, which are causing problems.Chris Lattner2012-05-051-18/+12
* refactor some code to expose column numbers more and make diagnostic printing...Chris Lattner2012-05-051-12/+18
* [Support] Add missing include.Daniel Dunbar2012-05-051-1/+2
* [Support] Fix up comments.Daniel Dunbar2012-05-051-5/+3
* [Support] Rewrite sys::fs::unique_file to not be stupid with /dev/urandom.Daniel Dunbar2012-05-051-19/+5
* [Support] Add sys::Process::GetRandomNumber().Daniel Dunbar2012-05-051-0/+9
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-041-0/+18
* Change the Intel Atom detection code to recognizePreston Gurd2012-05-021-2/+3
* YAMLParser: get rid of global ctors & dtors.Benjamin Kramer2012-05-011-2/+0
* [Support/YAMLParser] Fix ASan found bugs.Michael J. Spencer2012-04-271-1/+7
* [Support/YAML] Properly fix unitialized variable warning by inserting aMichael J. Spencer2012-04-261-6/+12
* Add a missing cpu subtype.Evan Cheng2012-04-231-0/+4
* [Support/Unix] Unconditionally include time.h.Michael J. Spencer2012-04-231-8/+2
* Conflict with st_dev/st_ino identifiers under Debian GNU/HurdSylvestre Ledru2012-04-231-4/+4
* Don't die with an assertion if the Result bitwidth is already correct. ThisChris Lattner2012-04-231-1/+1
* Remove some potential warnings about variables used uninitialized.Bill Wendling2012-04-221-3/+3
* No need for "else if" after a return. Autosense "0o123" as octal inChris Lattner2012-04-211-4/+12
* move Signals to .rodataNuno Lopes2012-04-211-1/+1
* YAMLParser: silence warning about tautological comparison on unsigned-char pl...Benjamin Kramer2012-04-211-1/+1
* SourceMgr: Colorize diagnostics.Benjamin Kramer2012-04-181-7/+41
* SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing ...Benjamin Kramer2012-04-181-1/+2
* fix error check in assertSeth Cantrell2012-04-181-1/+1
* C++ has newlines at the end of files (including include files).David Blaikie2012-04-171-1/+1
* platform support for counting column widths and checking isprintSeth Cantrell2012-04-175-0/+104
* Goodbye, JSONParser...Manuel Klimek2012-04-172-303/+0
* Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer2012-04-163-0/+49
* Revert r154800 which breaks windows builders.Argyrios Kyrtzidis2012-04-163-50/+0
* Add reverseColor to raw_ostream.Argyrios Kyrtzidis2012-04-163-0/+50
* Fix the build under Debian GNU/Hurd.Sylvestre Ledru2012-04-113-2/+17
* FoldingSet: Push the hash through FoldingSetTraits::Equals, so clients can us...Benjamin Kramer2012-04-111-3/+3
* In MemoryBuffer::getOpenFile() make sure that the buffer is null-terminated ifArgyrios Kyrtzidis2012-04-051-0/+11
* Move yaml::Stream's dtor out of line so it can see Scanner's dtor.Benjamin Kramer2012-04-041-0/+2
* Sorry about that. MSVC seems to accept just about any random string you give ...Michael J. Spencer2012-04-031-2/+2
* Add YAML parser to Support.Michael J. Spencer2012-04-032-0/+2116