summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merging r226058:llvmorg-3.6.0-rc1Duncan P. N. Exon Smith2015-01-151-1/+1
* Merging r226048:Duncan P. N. Exon Smith2015-01-15299-1580/+1587
* Merging r226049:Duncan P. N. Exon Smith2015-01-1523-81/+81
* Merging r226046:Duncan P. N. Exon Smith2015-01-152-3/+3
* Merging r226044:Duncan P. N. Exon Smith2015-01-152-16/+32
* Merging r226029:Duncan P. N. Exon Smith2015-01-152-0/+33
* Merging r226023:Hans Wennborg2015-01-142-26/+43
* Merging r226008:Hans Wennborg2015-01-142-5/+5
* Change version from 3.6.0svn to 3.6.0Hans Wennborg2015-01-141-1/+1
* Change version from 3.6.0svn to 3.6.0Hans Wennborg2015-01-143-13/+13
* Creating release_36 branch off revision 225991Hans Wennborg2015-01-142690-628604/+0
* fix typosSanjay Patel2015-01-141-2/+2
* builtins: avoid duplicating unwind declarationsSaleem Abdulrasool2015-01-143-44/+12
* R600/SI: Use IMPLICIT_DEF and KILL when failing to spill VGPRsTom Stellard2015-01-141-3/+2
* R600/SI: Spill VGPRs to scratch space for compute shadersTom Stellard2015-01-1411-96/+353
* Check that the TLI callback enableAggressiveFMAFusion has the desired effect ...Olivier Sallenave2015-01-142-0/+50
* [Msan] Fix strlen() and strnlen() interceptors to work on FreeBSDViktor Kutuzov2015-01-141-0/+4
* Fix a lit configuration diagnostic. NFCJonathan Roelofs2015-01-141-1/+1
* Override the TLI callback enableAggressiveFMAFusion and return true. Indeed, ...Olivier Sallenave2015-01-141-0/+2
* Handle a symbol being undefined.Rafael Espindola2015-01-142-1/+10
* clang-format: Disable flag for Google's Java and Javascript styles.Daniel Jasper2015-01-141-0/+2
* [mips] Handle transparent unions correctly.Daniel Sanders2015-01-142-0/+29
* Add disassembler tests for mips32r2 platform. There are no functional changes.Vladimir Medic2015-01-143-0/+757
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-1445-69/+56
* [cleanup] Re-sort #include lines using llvm/utils/sort_includes.pyChandler Carruth2015-01-146-6/+2
* reapply: SLPVectorizer: Cache results from memory alias checking.Erik Eckstein2015-01-141-21/+71
* [cleanup] Re-sort the #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-1417-28/+28
* [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.pyChandler Carruth2015-01-1413-22/+19
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-14196-288/+233
* clang-format: [Java] Support try blocks with resources.Daniel Jasper2015-01-143-1/+17
* Correct POP handling for v7mJyoti Allur2015-01-142-9/+15
* clang-format: [Java] Prefer not to break in parameter annotations.Daniel Jasper2015-01-142-0/+8
* [dom] Make the DominatorTreeBase not a dynamic class!Chandler Carruth2015-01-141-2/+2
* [PM] Port domtree to the new pass manager (at last).Chandler Carruth2015-01-146-4/+90
* [mips] Refine octeon instructions seq/seqi/sne/sneiKai Nacke2015-01-142-2/+70
* Add disassembler tests for mips32r2 platform. There are no functional changes.Vladimir Medic2015-01-143-0/+618
* [PM] Make DominatorTrees (corectly) movable so that we can move themChandler Carruth2015-01-142-1/+58
* clang-format: [Java] Understand "import static".Daniel Jasper2015-01-142-1/+4
* clang-format: [Java] Don't let annotations confuse return type analysis.Daniel Jasper2015-01-142-0/+7
* clang-format: [Java] Don't line-wrap before annotations' l_parens.Daniel Jasper2015-01-142-1/+5
* clang-format: [Java] Don't get confused by leading annotations.Daniel Jasper2015-01-142-1/+5
* The assembler is now enabled by default.Brad Smith2015-01-141-9/+0
* Sema: It's cheaper to ask LookupResult::empty than to calculate linkageDavid Majnemer2015-01-141-1/+1
* Reapply debug info changes now that more precise column information is availa...David Blaikie2015-01-142-2/+2
* Use the integrated assembler by default on 32-bit PowerPC and SPARC.Brad Smith2015-01-145-35/+7
* Use the integrated assembler by default on SPARC.Brad Smith2015-01-144-5/+4
* Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...David Blaikie2015-01-1419-221/+163
* DebugInof: Correct the location of exception cleanups in global ctors/dtors a...David Blaikie2015-01-144-4/+48
* Use the operand vector instead so inline assembly can be validated tooDavid Majnemer2015-01-141-5/+5
* SelectionDAG: add a -filter-view-dags option to llcMehdi Amini2015-01-142-11/+30