2013-05-04 |
Tim Northover | AArch64: use __clear_cache under GCCish environments |
tree | commitdiff |
2013-05-04 |
Tim Northover | Allow host triple to be correctly overridden in CMake... |
tree | commitdiff |
2013-05-03 |
Ulrich Weigand | [SystemZ] Support System Z as host architecture |
tree | commitdiff |
2013-05-03 |
Richard Sandiford | [SystemZ] Add llvm::Triple::systemz |
tree | commitdiff |
2013-05-03 |
Benjamin Kramer | X86: Add target description for btver2; make autodetect... |
tree | commitdiff |
2013-05-01 |
Aaron Ballman | Fixes a buffer overrun where the allocated buffer wasn... |
tree | commitdiff |
2013-04-28 |
Benjamin Kramer | Inline variable into the #ifdef block where it's used. |
tree | commitdiff |
2013-04-27 |
Joerg Sonnenberger | Fix typo. Stupid me. |
tree | commitdiff |
2013-04-27 |
Joerg Sonnenberger | Only use cxxabi.h's demangler, if it is actually available. |
tree | commitdiff |
2013-04-23 |
Aaron Ballman | Testing for _XCR_XFEATURE_ENABLED_MASK instead of a... |
tree | commitdiff |
2013-04-23 |
Alexey Samsonov | Fixup for r180094: properly use MSan interface functions |
tree | commitdiff |
2013-04-23 |
Alexey Samsonov | Tell MSan that memory initialized by libz is valid |
tree | commitdiff |
2013-04-23 |
Hans Wennborg | Add llvm_unreachable after fully covered switch to... |
tree | commitdiff |
2013-04-23 |
Alexey Samsonov | Add more guards around zlib-dependent code |
tree | commitdiff |
2013-04-23 |
Alexey Samsonov | Add basic zlib support to LLVM. This would allow to... |
tree | commitdiff |
2013-04-22 |
Reid Kleckner | [Support] Fix argv string escape bug on Windows |
tree | commitdiff |
2013-04-22 |
Craig Topper | Convert windows line endings to linux/unix line endings. |
tree | commitdiff |
2013-04-15 |
Rafael Espindola | Make the host endianness check an integer constant... |
tree | commitdiff |
2013-04-11 |
Rafael Espindola | Add a function to check if an argument list is too... |
tree | commitdiff |
2013-04-05 |
Douglas Gregor | <rdar://problem/13551789> Fix a race in the LockFileMan... |
tree | commitdiff |
2013-04-05 |
Douglas Gregor | <rdar://problem/13551789> Fix yet another race in uniqu... |
tree | commitdiff |
2013-04-05 |
Michael J. Spencer | [Support][FileSystem] Fix identify_magic for big endian... |
tree | commitdiff |
2013-04-05 |
Reid Kleckner | [Support] Disable assertion dialogs from the MSVC debug CRT |
tree | commitdiff |
2013-04-03 |
Aaron Ballman | Ensuring that both bits are set, and not just a combina... |
tree | commitdiff |
2013-04-03 |
Aaron Ballman | Testing for Visual Studio 2010 SP1 or greater before... |
tree | commitdiff |
2013-04-03 |
Aaron Ballman | Second pass at addressing PR15351 by explicitly checkin... |
tree | commitdiff |
2013-04-03 |
Aaron Ballman | Rolling back the AVX support patch due to breaking... |
tree | commitdiff |
2013-04-03 |
Aaron Ballman | Attempting to fix the build on older GCC versions. |
tree | commitdiff |
2013-04-03 |
Aaron Ballman | This patch addresses PR15351 by explicitly checking... |
tree | commitdiff |
2013-03-30 |
Benjamin Kramer | Put private class into an anonmyous namespace. |
tree | commitdiff |
2013-03-29 |
Jean-Luc Duprat | SmallVector and SmallPtrSet allocations now power-of... |
tree | commitdiff |
2013-03-29 |
Rafael Espindola | Revert "Fix allocations of SmallVector and SmallPtrSet... |
tree | commitdiff |
2013-03-29 |
Jean-Luc Duprat | Fix allocations of SmallVector and SmallPtrSet so they... |
tree | commitdiff |
2013-03-27 |
Chad Rosier | Don't try to generate crash diagnostics if we had an... |
tree | commitdiff |
2013-03-27 |
Chad Rosier | Add a boolean parameter to the llvm::report_fatal_error... |
tree | commitdiff |
2013-03-26 |
Chad Rosier | Add a boolean parameter to the ExecuteAndWait static... |
tree | commitdiff |
2013-03-26 |
Nick Lewycky | Add missing file to cmake build. |
tree | commitdiff |
2013-03-26 |
Nick Lewycky | Add a new watchdog timer interface. The interface does... |
tree | commitdiff |
2013-03-22 |
Chandler Carruth | Revert r177543: Add timing of the IR parsing code with... |
tree | commitdiff |
2013-03-21 |
Douglas Gregor | <rdar://problem/13477190> On Darwin, use DARWIN_USER_TE... |
tree | commitdiff |
2013-03-20 |
Jakub Staszak | Use pre-inc, pre-dec when possible. |
tree | commitdiff |
2013-03-20 |
Eli Bendersky | Add timing of the IR parsing code with a new -time... |
tree | commitdiff |
2013-03-20 |
Hao Liu | Fix AsmPrinter crashes with assertion. Bug 15318 in... |
tree | commitdiff |
2013-03-15 |
Michael J. Spencer | [Support][Path][Windows] Fix dangling else. Don't call... |
tree | commitdiff |
2013-03-14 |
Akira Hatanaka | Android uses cacheflush(long start, long end, long... |
tree | commitdiff |
2013-03-14 |
Michael J. Spencer | [Support] Fix lifetime of file descriptors when using... |
tree | commitdiff |
2013-03-12 |
Matt Beaumont-Gay | Don't crash if write_impl() leaves less buffer space... |
tree | commitdiff |
2013-03-12 |
Michael J. Spencer | [Support][Path] Don't inf loop if creating the parent... |
tree | commitdiff |
2013-03-12 |
Michael J. Spencer | [Support][MemoryBuffer] Use sys::fs::mapped_file_region... |
tree | commitdiff |
2013-03-09 |
Craig Topper | Remove an unused member variable from HelpPrinter.... |
tree | commitdiff |
2013-03-08 |
Jan Wen Voung | Disable statistics on Release builds and move tests... |
tree | commitdiff |
2013-03-01 |
Argyrios Kyrtzidis | In llvm::MemoryBuffer::getFile() remove an unnecessary... |
tree | commitdiff |
2013-02-28 |
Argyrios Kyrtzidis | [PathV2] In llvm::sys::fs::unique_file, make sure it... |
tree | commitdiff |
2013-02-26 |
Roman Divacky | Add support for autodetection of ADM bdver2. |
tree | commitdiff |
2013-02-21 |
Eli Bendersky | Previously, parsing capability of the .debug_frame... |
tree | commitdiff |
2013-02-21 |
David Blaikie | Provide a "None" value for convenience when using Optio... |
tree | commitdiff |
2013-02-20 |
Pedro Artigas | as the allocator is reset zero out the number of bytes... |
tree | commitdiff |
2013-02-20 |
Erik Verbruggen | Fix accidental concatenation for "outputuntil" in the... |
tree | commitdiff |
2013-02-20 |
Dan Gohman | Rewrite comments. |
tree | commitdiff |
2013-02-20 |
Krzysztof Parzyszek | Add comment in Memory.inc explaining r175646. |
tree | commitdiff |
2013-02-20 |
Dan Gohman | SIGQUIT is a "kill" signal, rather than an "int" signal... |
tree | commitdiff |
2013-02-20 |
Krzysztof Parzyszek | On PowerPC, the cache-flush instructions dcbf and icbi... |
tree | commitdiff |
2013-02-20 |
Jakub Staszak | Move part of APInt implementation from header to cpp... |
tree | commitdiff |
2013-02-19 |
Dan Gohman | Update a portability kludge to keep it in sync with... |
tree | commitdiff |
2013-02-19 |
Dan Gohman | Whitelist files and block devices instead of blacklisti... |
tree | commitdiff |
2013-02-19 |
Dan Gohman | Don't trust st_size of a character device. This fixes... |
tree | commitdiff |
2013-02-19 |
Alexey Samsonov | Fix initialization-order bug in llvm::Support::TimeValu... |
tree | commitdiff |
2013-02-15 |
Benjamin Kramer | Make helpers static. Add missing include so LLVMInitial... |
tree | commitdiff |
2013-02-14 |
Evgeniy Stepanov | Workaround an MSan false positive. |
tree | commitdiff |
2013-02-12 |
Guy Benyei | Add static cast to unsigned char whenever a character... |
tree | commitdiff |
2013-02-04 |
Evgeniy Stepanov | More MSan/ASan annotations. |
tree | commitdiff |
2013-01-31 |
Tim Northover | Add AArch64 as an experimental target. |
tree | commitdiff |
2013-01-31 |
Evgeniy Stepanov | Annotate BumpPtrAllocator for MemorySanitizer. |
tree | commitdiff |
2013-01-30 |
Dmitri Gribenko | Move UTF conversion routines from clang/lib/Basic to... |
tree | commitdiff |
2013-01-28 |
Edwin Vane | Fix gcc/printf/ISO C++ warning |
tree | commitdiff |
2013-01-25 |
Benjamin Kramer | APFloat: Make sure that we get a well-formed x87 NaN... |
tree | commitdiff |
2013-01-25 |
Andrew Trick | ScheduleDAG: colorize the DOT graph and improve formatting. |
tree | commitdiff |
2013-01-22 |
Eli Bendersky | Initial patch for x32 ABI support. |
tree | commitdiff |
2013-01-22 |
Tim Northover | Make APFloat constructor require explicit semantics. |
tree | commitdiff |
2013-01-18 |
Jordan Rose | Add llvm::hexDigitValue to convert single characters... |
tree | commitdiff |
2013-01-16 |
Peter Collingbourne | Introduce llvm::sys::getProcessTriple() function. |
tree | commitdiff |
2013-01-14 |
Timur Iskhodzhanov | Revert r171829 "Split changeset_ty using iterators... |
tree | commitdiff |
2013-01-13 |
Dmitri Gribenko | Remove redundant 'llvm::' qualifications |
tree | commitdiff |
2013-01-11 |
Jordan Rose | SMDiagnostic: don't emit ranges if there are /any/... |
tree | commitdiff |
2013-01-10 |
Jordan Rose | Add basic fix-its to SMDiagnostic. |
tree | commitdiff |
2013-01-10 |
Douglas Gregor | Fix a race condition in the lock-file manager: once... |
tree | commitdiff |
2013-01-10 |
Douglas Gregor | Fix a race condition in llvm::sys::path::unique_file... |
tree | commitdiff |
2013-01-09 |
Argyrios Kyrtzidis | Move the internal PrintStackTrace function that is... |
tree | commitdiff |
2013-01-08 |
Nick Kledzik | Fix memory leak in YAML I/O. |
tree | commitdiff |
2013-01-08 |
Eric Christopher | Remove the llvm-local DW_TAG_vector_type tag and add... |
tree | commitdiff |
2013-01-08 |
Lenny Maiorani | Split changeset_ty using iterators instead of loops. |
tree | commitdiff |
2013-01-08 |
Eric Christopher | Remove what appears to be a dead llvm-specific debug... |
tree | commitdiff |
2013-01-07 |
Jordan Rose | Change SMRange to be half-open (exclusive end) instead... |
tree | commitdiff |
2013-01-07 |
Shuxin Yang | Implement APFloat::isDenormal() |
tree | commitdiff |
2013-01-05 |
Chandler Carruth | Eric thought that Darwin was right to use -1 consistent... |
tree | commitdiff |
2013-01-05 |
Chandler Carruth | Try to suppress the use of clock_gettime on Darwin... |
tree | commitdiff |
2013-01-04 |
Chandler Carruth | Fix an obvious typo spotted by Reid Kleckner, and break... |
tree | commitdiff |
2013-01-04 |
Chandler Carruth | Add time getters to the process interface for requestin... |
tree | commitdiff |
2013-01-04 |
Nick Kledzik | Fix how YAML I/O detects flow sequences. |
tree | commitdiff |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
tree | commitdiff |
next |