aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-22[mips] In performDSPShiftCombine, check that all elements in the vector areAkira Hatanaka
2013-04-22[ms-inline asm] Remove the identifier parsing logic from the AsmParser. This isChad Rosier
2013-04-22[Support] Fix argv string escape bug on WindowsReid Kleckner
2013-04-22COFF: Fix weak external aliases.Peter Collingbourne
2013-04-22Extra paranoid test for r179925 (verify that tail calls are not generated to ...Stephen Lin
2013-04-22Document the -filetype option of llc (PR #12902)Eli Bendersky
2013-04-22Fix for PR 14965: Better error message for GEP with partially defined contentsEli Bendersky
2013-04-22[ms-inline asm] Refactor/clean up the SemaLookup interface. No functionalChad Rosier
2013-04-22Add AArch64 into $llvm_cv_target_arch in configure, reviewed by Tim Northover...Jia Liu
2013-04-22typoJia Liu
2013-04-22Make doxygen comment match declaration.Benjamin Kramer
2013-04-22Also verify llvm.compiler_used.Rafael Espindola
2013-04-22Clarify that llvm.used can contain aliases.Rafael Espindola
2013-04-22No really, don't store anything to this since it's unconditionallyEric Christopher
2013-04-22Remove variable store that is never read.Eric Christopher
2013-04-22Remove variable store that is never read.Eric Christopher
2013-04-22Fix for 5.5 Parameter Passing --> Stage C:Stepan Dyatkovskiy
2013-04-22Add .ll as a valid test suffix for Object, this allows .ll -> objectEric Christopher
2013-04-22Add the same todo about a command iterator interface into theEric Christopher
2013-04-22Add a TODO about wanting an iterator interface.Eric Christopher
2013-04-22llvm-readobj: Dump more COFF auxiliary recordsNico Rieck
2013-04-22llvm-readobj: Check for null section pointerNico Rieck
2013-04-22llvm-readobj: Do not print NULL StringRefsNico Rieck
2013-04-22Cleanup: test source files do not need to be executableArnaud A. de Grandmaison
2013-04-22Tidy.Eric Christopher
2013-04-22Update comment. Whitespace.Eric Christopher
2013-04-22Revert "Revert "PR14606: debug info imported_module support""David Blaikie
2013-04-22Convert windows line endings to linux/unix line endings.Craig Topper
2013-04-22Fix indentation. No functional change.Craig Topper
2013-04-22Put 'else' on same line as preceding curly brace per coding standards. No fun...Craig Topper
2013-04-22Remove an unreachable 'break' following a 'return'.Craig Topper
2013-04-21Legalize vector truncates by parts rather than just splitting.Jim Grosbach
2013-04-21ARM: Split out cost model vcvt testcases.Jim Grosbach
2013-04-21Passing arguments to varags functions under the SPARC v9 ABI.Jakob Stoklund Olesen
2013-04-21Tidy up comment grammar.Jim Grosbach
2013-04-21Fix the SETHIimm pattern for 64-bit code.Jakob Stoklund Olesen
2013-04-21Remove unused, undefined ArgFlagsTy::getArgFlagsString; add a comment about '...Stephen Lin
2013-04-21SROA: Don't crash on a select with two identical operands.Benjamin Kramer
2013-04-21Revert "SimplifyCFG: If convert single conditional stores"Arnold Schwaighofer
2013-04-21ARM: fix part of test which actually needed an asserts buildTim Northover
2013-04-21ARM: Use ldrd/strd to spill 64-bit pairs when available.Tim Northover
2013-04-21Remove the executable bit on cmake filesSylvestre Ledru
2013-04-21SLPVectorize: Add support for vectorization of casts.Nadav Rotem
2013-04-21SLPVectorizer: Fix a bug in the code that scans the tree in search of nodes w...Nadav Rotem
2013-04-21[objc-arc] Cleaned up tail-call-invariant-enforcement.ll.Michael Gottesman
2013-04-21[objc-arc] Check that objc-arc-expand properly handles all strictly forwardin...Michael Gottesman
2013-04-21[objc-arc] Renamed the test file clang-arc-used-intrinsic-removed-if-isolated...Michael Gottesman
2013-04-21Remove tbaa metadata.Bill Wendling
2013-04-21When we strength reduce an objc_retainBlock call to objc_retain, increment Nu...Michael Gottesman
2013-04-21Fixed comment typo.Michael Gottesman