2015-01-12 |
Ahmed Bougacha | [SimplifyLibCalls] Factor out fortified libcall handling. |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Ahmed Bougacha | [SimplifyLibCalls] Factor out str/mem libcall optimizat... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Ahmed Bougacha | [SimplifyLibCalls] Factor out signature checks for... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Evgeniy Stepanov | [asan] Fix uninit in coverage. |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Evgeniy Stepanov | [asan] Pass activation options in the android test... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Ehsan Akhgari | Fix two extra semicolon warnings |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Eric Fiselier | Fix vexing parse in test. |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Toma Tabacu | [mips] Explain why we need to always clobber for MIPS... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Jay Foad | [ASan] Handle SIGBUS on Linux. |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Daniel Jasper | Make LoopConvert work with containers that are used... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Alexander Kornienko | Fix assertion in BreakableBlockComment (llvm.org/PR21916). |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Jozef Kolek | [mips][microMIPS] Implement BEQZ16 and BNEZ16 instructions |
commit | commitdiff | tree | snapshot |
2015-01-12 |
NAKAMURA Takumi | Suppress clang/test/Driver/rewrite-map-in-diagnostics... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Daniel Jasper | clang-format: Improve format of lambdas in ctor initial... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Alexey Bataev | Rename RefersToCapturedVariable to RefersToEnclosingVar... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Daniel Jasper | clang-format: Fix formatting of inline asm. |
commit | commitdiff | tree | snapshot |
2015-01-12 |
David Majnemer | Parse: Get rid of cxx_exceptspec_end, use EOF instead |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Richard Smith | Put this test's input in the Inputs directory where... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
David Majnemer | Parse: Just a small tidy-up in ParseLexedMethodDeclaration |
commit | commitdiff | tree | snapshot |
2015-01-12 |
David Majnemer | Parse: Get rid of tok::cxx_defaultarg_end, use EOF... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Chandler Carruth | Add a new utility script that helps update very simple... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Hal Finkel | [PowerPC] Fix calls to non-function objects |
commit | commitdiff | tree | snapshot |
2015-01-12 |
David Majnemer | Parse: It's cleaner to handle cxx_defaultarg_end in... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
David Majnemer | Parse: Don't let BalancedDelimiterTracker consume cxx_d... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Saleem Abdulrasool | Driver: include rewrite maps in the diagnostics |
commit | commitdiff | tree | snapshot |
2015-01-12 |
David Majnemer | Parse: Don't parse beyond the end of the synthetic... |
commit | commitdiff | tree | snapshot |
2015-01-11 |
Simon Pilgrim | [X86][SSE] Minor fix to VPBLENDW AVX2 commutation. |
commit | commitdiff | tree | snapshot |
2015-01-11 |
Vince Harron | Fix for lldb-platform linking error on OSX/CMake |
commit | commitdiff | tree | snapshot |
2015-01-11 |
Roman Divacky | Add FreeBSD support for __clear_cache. |
commit | commitdiff | tree | snapshot |
2015-01-11 |
Marshall Clow | One more #include request in the test suite from Walter... |
commit | commitdiff | tree | snapshot |
2015-01-11 |
Daniel Sanders | Fix silly mistake in release notes for Mips. |
commit | commitdiff | tree | snapshot |
2015-01-11 |
Daniel Sanders | Added release notes for the Mips target. |
commit | commitdiff | tree | snapshot |
2015-01-11 |
David Majnemer | Basic: Numeric constraints are multidigit |
commit | commitdiff | tree | snapshot |
2015-01-11 |
David Majnemer | Basic: [asmSymbolicName] follows the same rule as numbe... |
commit | commitdiff | tree | snapshot |
2015-01-11 |
Vince Harron | Got C++ unit tests running on Linux again |
commit | commitdiff | tree | snapshot |
2015-01-11 |
David Majnemer | Basic: The asm constraint '#m' isn't valid, reject it |
commit | commitdiff | tree | snapshot |
2015-01-11 |
David Majnemer | CodeGen: Simplify consecutive '%' modifiers |
commit | commitdiff | tree | snapshot |
2015-01-11 |
David Majnemer | CodeGen: Simplify consecutive '&' modifiers |
commit | commitdiff | tree | snapshot |
2015-01-11 |
David Majnemer | Basic: The asm constraint '+#r' isn't valid, reject it |
commit | commitdiff | tree | snapshot |
2015-01-11 |
David Majnemer | Revert most of r225597 |
commit | commitdiff | tree | snapshot |
2015-01-11 |
Marshall Clow | Change a couple more template parameter names from... |
commit | commitdiff | tree | snapshot |
2015-01-11 |
David Majnemer | X86: Properly decode shuffle masks when the constant... |
commit | commitdiff | tree | snapshot |
2015-01-11 |
Saleem Abdulrasool | X86: teach X86TargetLowering about L,M,O constraints |
commit | commitdiff | tree | snapshot |
2015-01-11 |
Saleem Abdulrasool | ARM: add support for segment base relocations (SBREL) |
commit | commitdiff | tree | snapshot |
2015-01-11 |
Chandler Carruth | Don't rely on the default constructor default construct... |
commit | commitdiff | tree | snapshot |
2015-01-11 |
Chandler Carruth | [x86] Remove some windows line endings that snuck into... |
commit | commitdiff | tree | snapshot |
2015-01-11 |
Chandler Carruth | [ADT] Remove the unused default constructor for iterato... |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Sanjoy Das | Fix PR22179. |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Joerg Sonnenberger | Revert r225500, it leads to infinite loops. |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Simon Pilgrim | [X86][SSE] Improved (v)insertps shuffle matching |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Ramkumar Ramachandra | .gitignore: add some rules for tagging programs |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Nathan Sidwell | fix pr18645. Correct logic concerning 'T &&' deduction... |
commit | commitdiff | tree | snapshot |
2015-01-10 |
David Majnemer | Sema: The asm constraint '+&m' isn't valid, reject it |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Jason Molenda | Add RegisterNumber.cpp. |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Hal Finkel | [PowerPC] Mark zext of a small scalar load as free |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Justin Hibbits | Remove some whitespace. |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Tobias Grosser | Check assert before the instruction that uses the assum... |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Richard Trieu | Add a new warning, -Wself-move, to Clang. |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Dmitri Gribenko | ConvertUTFTest: fix misleading empty line |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Jason Molenda | Forgot to include RegisterNumber.h in prev commit. |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Jason Molenda | Hoist the RegisterNumber class out of RegisterContextLL... |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Saleem Abdulrasool | tests: fix previous commit |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Saleem Abdulrasool | test: merge ARM relocations test |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Saleem Abdulrasool | tests: convert a couple of ARM relocation tests to... |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Greg Fitzgerald | Don't fail if parent directory name contains a '+'... |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Justin Hibbits | Fully fix Bug #22115. |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Greg Clayton | Add C++ breakpoint tests where names are partially... |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Richard Smith | Fix temporary lifetime extension from an initializer... |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Hans Wennborg | Don't emit implicit template instantiations eagerly... |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Alexey Samsonov | Fix undefined behavior (shift of negative value) in... |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Greg Clayton | Respect the fact that the result object claims it doesn... |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Hal Finkel | [PowerPC] Readjust the loop unrolling threshold |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Hal Finkel | [LoopUnroll] Fix the partial unrolling threshold for... |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Siva Chandra | [TestInferiorAssert] Differentiate DWARF and DSYM tests... |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Jonathan Roelofs | Support Newlib as libc++'s C library [cstdio part,... |
commit | commitdiff | tree | snapshot |
2015-01-10 |
Rafael Espindola | Use the DiagnosticHandler to print diagnostics when... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
David Blaikie | Remove unnecessary/incorrect XFAIL after the revert... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
David Blaikie | Revert "Reapply debug info changes now that more precis... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Nico Weber | clang-format: [Java] Support formatting qualified annot... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Alexey Samsonov | Fix UBSan error reports in ValueMapCallbackVH and Asser... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Alexey Samsonov | Disable Go bindings test under UBSan. |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Alexey Samsonov | Remove AsanInterceptsSignal in favor of (equivalent... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
David Blaikie | Revert "DebugInfo: Generalize debug info location handl... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Andrew Kaylor | Fix the JIT event listeners and replace the associated... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Michael Zolotukhin | Update comment. |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Hans Wennborg | SimplifyCFG: check uses of constant-foldable instrs... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Simon Pilgrim | [X86][SSE] Avoid vector byte shuffles with zero by... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Kevin Enderby | Fix an ASAN failure introduced with r225537 (adding... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Stephane Sezer | Modify dotest.py to be able to run without an lldb... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Zachary Turner | Fix issues with LLDB's interpreter and MS ABI guard... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Kostya Serebryany | [sanitizer] use the right memory order |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Rafael Espindola | Add a testcase of llvm-lto error handling. |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Michael Zolotukhin | Remove duplicating code. NFC. |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Marshall Clow | Walter Brown sent a list of tests which needed 'additio... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Zachary Turner | Change int32_t to uint32_t to fix warnings. |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Zachary Turner | Change auto to size_t to fix warning. |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Enrico Granata | Make the list of synthetic children thread safe |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Kevin Enderby | Add the option, -universal-headers, used with -macho... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Tim Northover | Re-reapply r221924: "[GVN] Perform Scalar PRE on gep... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Greg Clayton | Fixed an issue where you couldn't delete a user defined... |
commit | commitdiff | tree | snapshot |
next |