summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Don't call 'FilesToRemove[0]' when the vector is empty, even to computeChandler Carruth2012-06-16
* Harden the Unix signals code to be more async signal safe.Chandler Carruth2012-06-16
* Fix building ThreadLocal.cpp with --disable-threads.Argyrios Kyrtzidis2012-06-13
* Fixes for PPC host detection and features.Hal Finkel2012-06-12
* Reapply r158337, this time properly protect Darwin/PPC host CPU use with __pp...Hal Finkel2012-06-12
* Satisfy C++ aliasing rules, per suggestion by Chandler.Argyrios Kyrtzidis2012-06-12
* Revert r158337 "Move PPC host-CPU detection logic from PPCSubtarget into sys:...Jakob Stoklund Olesen2012-06-12
* For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specificArgyrios Kyrtzidis2012-06-12
* Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName().Hal Finkel2012-06-11
* Disabling a spurious deprecation warning about using PathV1 from within the P...Aaron Ballman2012-06-09
* Fixing a typo in the comments.Aaron Ballman2012-06-09
* Convert comments to proper Doxygen comments.Dmitri Gribenko2012-06-09
* Fix a crash in APInt::lshr when shiftAmt > BitWidth.Chad Rosier2012-06-08
* Use access(2) instead of stat(2) to check if a file exists.Benjamin Kramer2012-06-02
* Path::GetTemporaryDirectory(): Add an assertion if TempDirectory is alive, to...NAKAMURA Takumi2012-05-27
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-24
* Fix -Wcovered-switch-default warning.Patrik Hägglund2012-05-24
* fix corner case in ConstantRange::intersectWith().Nuno Lopes2012-05-18
* [Support/YAMLParser] Use rtrim on plain scalars.Michael J. Spencer2012-05-14
* [Support/StringRef] Add find_last_not_of and {r,l,}trim.Michael J. Spencer2012-05-11
* Allow unique_file to take a mode for file permissions, but defaultEric Christopher2012-05-11
* Set the default iOS version to 3.0.Chad Rosier2012-05-09
* Use the cpuid 64 bit flag to pick the default CPU name for an unknown model.Bob Wilson2012-05-09
* Don't return true on a function with a void return type.Chad Rosier2012-05-09
* Add Triple::getiOSVersion.Chad Rosier2012-05-09
* Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby2012-05-08
* [Support] Fix sys::GetRandomNumber() to always use a high quality seed.Daniel Dunbar2012-05-08
* Windows/PathV2.inc: Retry rename() for (maximum) 2 seconds.NAKAMURA Takumi2012-05-08
* Don't assume size_t is unsigned long long.Matt Beaumont-Gay2012-05-07
* make SourceMgr tolerate empty SMLoc()'s better.Chris Lattner2012-05-06
* Unix/Process.inc: Give more useful random seed to srand. Workaround for PR12743.NAKAMURA Takumi2012-05-06
* Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp ...NAKAMURA Takumi2012-05-06
* reapply my patch, with a fix for an off-by-one error. Turned out to be a lotChris Lattner2012-05-05
* revert my patches, which are causing problems.Chris Lattner2012-05-05
* refactor some code to expose column numbers more and make diagnostic printing...Chris Lattner2012-05-05
* [Support] Add missing include.Daniel Dunbar2012-05-05
* [Support] Fix up comments.Daniel Dunbar2012-05-05
* [Support] Rewrite sys::fs::unique_file to not be stupid with /dev/urandom.Daniel Dunbar2012-05-05
* [Support] Add sys::Process::GetRandomNumber().Daniel Dunbar2012-05-05
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-04
* Change the Intel Atom detection code to recognizePreston Gurd2012-05-02
* YAMLParser: get rid of global ctors & dtors.Benjamin Kramer2012-05-01
* [Support/YAMLParser] Fix ASan found bugs.Michael J. Spencer2012-04-27
* [Support/YAML] Properly fix unitialized variable warning by inserting aMichael J. Spencer2012-04-26
* Add a missing cpu subtype.Evan Cheng2012-04-23
* [Support/Unix] Unconditionally include time.h.Michael J. Spencer2012-04-23
* Conflict with st_dev/st_ino identifiers under Debian GNU/HurdSylvestre Ledru2012-04-23
* Don't die with an assertion if the Result bitwidth is already correct. ThisChris Lattner2012-04-23
* Remove some potential warnings about variables used uninitialized.Bill Wendling2012-04-22
* No need for "else if" after a return. Autosense "0o123" as octal inChris Lattner2012-04-21