aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Merging r226058:llvmorg-3.6.0-rc1Duncan P. N. Exon Smith1-1/+1
2015-01-15Merging r226048:Duncan P. N. Exon Smith299-1580/+1587
2015-01-15Merging r226049:Duncan P. N. Exon Smith23-81/+81
2015-01-15Merging r226046:Duncan P. N. Exon Smith2-3/+3
2015-01-15Merging r226044:Duncan P. N. Exon Smith2-16/+32
2015-01-15Merging r226029:Duncan P. N. Exon Smith2-0/+33
2015-01-14Merging r226023:Hans Wennborg2-26/+43
2015-01-14Merging r226008:Hans Wennborg2-5/+5
2015-01-14Change version from 3.6.0svn to 3.6.0Hans Wennborg1-1/+1
2015-01-14Change version from 3.6.0svn to 3.6.0Hans Wennborg3-13/+13
2015-01-14Creating release_36 branch off revision 225991Hans Wennborg2690-628604/+0
2015-01-14fix typosSanjay Patel1-2/+2
2015-01-14builtins: avoid duplicating unwind declarationsSaleem Abdulrasool3-44/+12
2015-01-14R600/SI: Use IMPLICIT_DEF and KILL when failing to spill VGPRsTom Stellard1-3/+2
2015-01-14R600/SI: Spill VGPRs to scratch space for compute shadersTom Stellard11-96/+353
2015-01-14Check that the TLI callback enableAggressiveFMAFusion has the desired effect ...Olivier Sallenave2-0/+50
2015-01-14[Msan] Fix strlen() and strnlen() interceptors to work on FreeBSDViktor Kutuzov1-0/+4
2015-01-14Fix a lit configuration diagnostic. NFCJonathan Roelofs1-1/+1
2015-01-14Override the TLI callback enableAggressiveFMAFusion and return true. Indeed, ...Olivier Sallenave1-0/+2
2015-01-14Handle a symbol being undefined.Rafael Espindola2-1/+10
2015-01-14clang-format: Disable flag for Google's Java and Javascript styles.Daniel Jasper1-0/+2
2015-01-14[mips] Handle transparent unions correctly.Daniel Sanders2-0/+29
2015-01-14Add disassembler tests for mips32r2 platform. There are no functional changes.Vladimir Medic3-0/+757
2015-01-14[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth45-69/+56
2015-01-14[cleanup] Re-sort #include lines using llvm/utils/sort_includes.pyChandler Carruth6-6/+2
2015-01-14reapply: SLPVectorizer: Cache results from memory alias checking.Erik Eckstein1-21/+71
2015-01-14[cleanup] Re-sort the #include lines with llvm/utils/sort_includes.pyChandler Carruth17-28/+28
2015-01-14[cleanup] Re-sort the #include lines using llvm/utils/sort_includes.pyChandler Carruth13-22/+19
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth196-288/+233
2015-01-14clang-format: [Java] Support try blocks with resources.Daniel Jasper3-1/+17
2015-01-14Correct POP handling for v7mJyoti Allur2-9/+15
2015-01-14clang-format: [Java] Prefer not to break in parameter annotations.Daniel Jasper2-0/+8
2015-01-14[dom] Make the DominatorTreeBase not a dynamic class!Chandler Carruth1-2/+2
2015-01-14[PM] Port domtree to the new pass manager (at last).Chandler Carruth6-4/+90
2015-01-14[mips] Refine octeon instructions seq/seqi/sne/sneiKai Nacke2-2/+70
2015-01-14Add disassembler tests for mips32r2 platform. There are no functional changes.Vladimir Medic3-0/+618
2015-01-14[PM] Make DominatorTrees (corectly) movable so that we can move themChandler Carruth2-1/+58
2015-01-14clang-format: [Java] Understand "import static".Daniel Jasper2-1/+4
2015-01-14clang-format: [Java] Don't let annotations confuse return type analysis.Daniel Jasper2-0/+7
2015-01-14clang-format: [Java] Don't line-wrap before annotations' l_parens.Daniel Jasper2-1/+5
2015-01-14clang-format: [Java] Don't get confused by leading annotations.Daniel Jasper2-1/+5
2015-01-14The assembler is now enabled by default.Brad Smith1-9/+0
2015-01-14Sema: It's cheaper to ask LookupResult::empty than to calculate linkageDavid Majnemer1-1/+1
2015-01-14Reapply debug info changes now that more precise column information is availa...David Blaikie2-2/+2
2015-01-14Use the integrated assembler by default on 32-bit PowerPC and SPARC.Brad Smith5-35/+7
2015-01-14Use the integrated assembler by default on SPARC.Brad Smith4-5/+4
2015-01-14Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...David Blaikie19-221/+163
2015-01-14DebugInof: Correct the location of exception cleanups in global ctors/dtors a...David Blaikie4-4/+48
2015-01-14Use the operand vector instead so inline assembly can be validated tooDavid Majnemer1-5/+5
2015-01-14SelectionDAG: add a -filter-view-dags option to llcMehdi Amini2-11/+30