| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix lib\support\Windows/TimeValue.inc(48): warning C4189: | Yaron Keren | 2015-04-15 | 1 | -0/+1 |
| * | Use the ability to pwrite to simplify the ELF writer. | Rafael Espindola | 2015-04-14 | 1 | -1/+1 |
| * | Add raw_pwrite_stream type. | Rafael Espindola | 2015-04-14 | 1 | -2/+29 |
| * | Fix SupportsSeeking detection on windows. | Rafael Espindola | 2015-04-13 | 1 | -0/+7 |
| * | Add r234615 back, but make sure outs() is binary. | Rafael Espindola | 2015-04-13 | 1 | -25/+21 |
| * | Revert r234615, "Have one raw_fd_ostream constructor forward to the other." | NAKAMURA Takumi | 2015-04-13 | 1 | -18/+24 |
| * | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 2 | -4/+2 |
| * | Remember if lseek works in this FD. | Rafael Espindola | 2015-04-10 | 1 | -1/+2 |
| * | Have one raw_fd_ostream constructor forward to the other. | Rafael Espindola | 2015-04-10 | 1 | -24/+18 |
| * | [FS] Report errors from llvm::sys::fs::rename on Windows | Reid Kleckner | 2015-04-10 | 1 | -0/+1 |
| * | Misc cleanup. NFC. | Rafael Espindola | 2015-04-09 | 2 | -7/+7 |
| * | This reverts commit r234460 and r234461. | Rafael Espindola | 2015-04-09 | 2 | -7/+7 |
| * | Add classof implementations to the raw_ostream classes. | Rafael Espindola | 2015-04-09 | 2 | -7/+7 |
| * | Add boolean to PrintStackTraceOnErrorSignal to disable crash reporting. | Pete Cooper | 2015-04-07 | 2 | -3/+3 |
| * | fix typos; NFC | Sanjay Patel | 2015-04-06 | 1 | -2/+2 |
| * | Test commit. Improve comments in APInt. NFC. | Pawel Bylica | 2015-04-06 | 1 | -10/+9 |
| * | [GraphWriter] Attempt to open .dot files with xdg-open/open first | Matthias Braun | 2015-04-03 | 1 | -0/+23 |
| * | [ARM] Rename v8.1a from "extension" to "architecture": follow-up | Vladimir Sukharev | 2015-04-02 | 1 | -1/+1 |
| * | [SystemZ] Support transactional execution on zEC12 | Ulrich Weigand | 2015-04-01 | 1 | -1/+1 |
| * | [X86] Stop changing result of getHostCPUName based on whether the processor s... | Craig Topper | 2015-03-31 | 1 | -14/+5 |
| * | [X86] Be more robust against unknown Intel family 6 models. Use feature flags... | Craig Topper | 2015-03-31 | 1 | -10/+43 |
| * | Remove more superfluous .str() and replace std::string concatenation with Twine. | Yaron Keren | 2015-03-30 | 3 | -3/+4 |
| * | [X86] In getHostCPUFeatures, disable xop, f16c, fma, and fma4 if OS does not ... | Craig Topper | 2015-03-30 | 1 | -4/+4 |
| * | [X86] Use the more specific CPU names like 'nehalem', 'westmere', 'haswell', ... | Craig Topper | 2015-03-30 | 1 | -12/+9 |
| * | [X86] Move family 6 model 21 to 'pentium-m'. Near as I can tell this is a Dot... | Craig Topper | 2015-03-30 | 1 | -0/+2 |
| * | [X86] Family 6 model 29 is a Penryn based processor not a Nehalem based proce... | Craig Topper | 2015-03-30 | 1 | -2/+2 |
| * | Fix a variable name in MSVC specific part of rr233487. | Craig Topper | 2015-03-29 | 1 | -2/+2 |
| * | [X86] Implement getHostCPUFeatures for X86. | Craig Topper | 2015-03-29 | 1 | -8/+93 |
| * | [Support] Remove statically initialized yet dead code. | Benjamin Kramer | 2015-03-27 | 1 | -18/+0 |
| * | Default to armv7 cpu for NaCl when march=arm | Derek Schuff | 2015-03-26 | 1 | -0/+2 |
| * | Fix rare case where APInt divide algorithm applied un-needed transformation. | Yaron Keren | 2015-03-26 | 1 | -34/+19 |
| * | [AArch64, ARM] Add v8.1a architecture and generic cpu | Vladimir Sukharev | 2015-03-26 | 1 | -0/+3 |
| * | Sometimes report_fatal_error is called when there is not a handler function u... | Aaron Ballman | 2015-03-26 | 1 | -3/+17 |
| * | [APInt] Add an isSplat helper and use it in some places. | Benjamin Kramer | 2015-03-25 | 1 | -0/+8 |
| * | Silencing some MSVC warnings "C4805: '^' : unsafe mix of type 'bool' and type... | Aaron Ballman | 2015-03-24 | 1 | -1/+1 |
| * | Refactor: Simplify boolean expressions in llvm Support | David Blaikie | 2015-03-23 | 1 | -1/+1 |
| * | Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. | Benjamin Kramer | 2015-03-23 | 2 | -0/+2 |
| * | Add missing include that MSVC complains about. | Benjamin Kramer | 2015-03-23 | 1 | -2/+4 |
| * | Purge unused includes throughout libSupport. | Benjamin Kramer | 2015-03-23 | 24 | -40/+14 |
| * | Move private classes into anonymous namespaces | Benjamin Kramer | 2015-03-23 | 1 | -0/+2 |
| * | Fix typo 'AVX too' instead of 'AVX2' | Craig Topper | 2015-03-23 | 1 | -2/+2 |
| * | [X86] Add one stepping of Broadwell to the CPU name autodetection for march=n... | Craig Topper | 2015-03-23 | 1 | -0/+6 |
| * | FoldingSet: Make FoldingSetImpl's dtor protected and non-virtual | Benjamin Kramer | 2015-03-22 | 1 | -0/+2 |
| * | Note that we don't support COFF on PPC. | Rafael Espindola | 2015-03-19 | 1 | -0/+7 |
| * | Teach getDefaultFormat that we only support ELF on some architectures. | Rafael Espindola | 2015-03-18 | 1 | -0/+17 |
| * | Remove many superfluous SmallString::str() calls. | Yaron Keren | 2015-03-18 | 4 | -14/+14 |
| * | [ARM] Add support for ARMV6K subtarget (LLVM) | Renato Golin | 2015-03-17 | 1 | -2/+3 |
| * | Teach Twine to support SmallString. | Yaron Keren | 2015-03-17 | 1 | -7/+7 |
| * | Fix uses of reserved identifiers starting with an underscore followed by an u... | David Blaikie | 2015-03-16 | 1 | -17/+9 |
| * | [llvm] Replacing asserts with static_asserts where appropriate | Gabor Horvath | 2015-03-16 | 1 | -2/+3 |