summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added a testcase for defining and using lambdas in the expression parser.Sean Callanan2016-04-152-0/+21
* [ParallelCG] Attempt to placate MSVC.Davide Italiano2016-04-151-0/+2
* clang-cl: Make /link accept an optional joined argument.Hans Wennborg2016-04-152-3/+4
* Option parser: class for consuming a joined arg in addition to all remaining ...Hans Wennborg2016-04-156-1/+73
* OptionParsingTest.cpp: reorder EXPECT_EQs to put expectation on the left. NFC.Hans Wennborg2016-04-151-25/+25
* Initial support for reading type information from PDBs.Zachary Turner2016-04-1511-20/+844
* Delete a dead repl.Rafael Espindola2016-04-151-1/+1
* [LTO] Add a new splitCodeGen() API which takes a TargetMachineFactory.Davide Italiano2016-04-152-20/+39
* Added a testcase for defining and using a block in the expression parser.Sean Callanan2016-04-151-3/+13
* Fix StaticAnalyzer complaints. NFC.George Burgess IV2016-04-141-2/+4
* Lit C++11 Compatibility Patch #8Charles Li2016-04-1424-92/+529
* [test] Require 'asserts' for a test which uses -debug-onlyVedant Kumar2016-04-141-0/+1
* AMDGPU: Remove custom load/store scalarizationMatt Arsenault2016-04-144-87/+7
* Don't disable stdin buffering on WindowsAdrian McCarthy2016-04-141-6/+5
* AMDGPU: Add test for generic builtin behaviorMatt Arsenault2016-04-141-0/+16
* AMDGPU: Include LDS size in printed commentMatt Arsenault2016-04-142-4/+12
* [AliasSetTracker] Correctly handle changing the size of an entryMichael Kuperstein2016-04-143-20/+64
* Nuke getGlobalContext() from LLVM (but the C API)Mehdi Amini2016-04-143-14/+4
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-1480-1079/+1108
* AMDGPU: Run SIFoldOperands after PeepholeOptimizerMatt Arsenault2016-04-1417-46/+74
* AMDGPU: Directly emit m0 initialization with s_mov_b32Matt Arsenault2016-04-142-14/+37
* AMDGPU: Fold bitcasts of scalar constants to vectorsMatt Arsenault2016-04-145-50/+83
* Do not use llvm::getGlobalContext().Rui Ueyama2016-04-143-5/+7
* Revert "Do not use llvm::getGlobalContext(), trying to nuke it from LLVM"Mehdi Amini2016-04-142-4/+2
* [ScheduleDAGInstrs] Re-factor for based on review feedback. NFC.Geoff Berry2016-04-142-54/+52
* [sanitizer] [SystemZ] Fix stack traces.Marcin Koscielnicki2016-04-141-0/+2
* [sanitizer] [SystemZ] Add/fix kernel and libc type definitions.Marcin Koscielnicki2016-04-145-6/+37
* [clang-tidy] Add check misc-multiple-statement-macroSamuel Benzaquen2016-04-147-0/+249
* [ELF][MIPS] Make R_MIPS_LO16 a relative relocation if it references _gp_disp ...Simon Atanasyan2016-04-143-4/+26
* Use fully qualified name to refer to LLVMContextMehdi Amini2016-04-141-1/+1
* In vector comparisons, handle scalar LHS just as we handle scalar RHSReid Kleckner2016-04-143-11/+38
* Do not use llvm::getGlobalContext(), trying to nuke it from LLVMMehdi Amini2016-04-142-2/+4
* Specialize the symbol table data structure a bit.Rafael Espindola2016-04-144-14/+19
* [ARM] Adding IEEE-754 SIMD detection to loop vectorizerRenato Golin2016-04-146-6/+406
* [InstCombine] remove constant by inverting compare + logic (PR27105)Sanjay Patel2016-04-142-0/+32
* Fix Xcode project after recent s390x changes.Greg Clayton2016-04-141-0/+44
* Fix null pointer access for discriminator assignment.Dehao Chen2016-04-141-0/+2
* Make this code less brittle. The benefits of a fixed-size array aren't worth ...Richard Smith2016-04-141-9/+5
* Add support for type aliases to modernize-redundant-void-arg.cppAaron Ballman2016-04-143-11/+22
* Hash symbol names only once per global SymbolBody.Rafael Espindola2016-04-142-3/+34
* AMDGPU: Add skeleton GlobalIsel implementationTom Stellard2016-04-147-0/+156
* Simplify handling of size relocations. NFC.Rafael Espindola2016-04-143-12/+5
* Update discriminator assignment algorithm to handle nested call correctly.Dehao Chen2016-04-142-20/+64
* Fix off-by-one error in worst-case number of offsets needed for an AST record.Richard Smith2016-04-142-1/+7
* Fix regression in gnu_libstdcpp.py introduced by r266313Ulrich Weigand2016-04-141-1/+1
* Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.hReid Kleckner2016-04-1411-46/+70
* [ValueMapper] Range-loopify to improve readability. NFC.Davide Italiano2016-04-141-3/+3
* [lanai] Add custom lowering for SRL_PARTS i32.Jacques Pienaar2016-04-143-1/+56
* [GlobalISel] Move GISelAccessor class into public headersTom Stellard2016-04-144-20/+20
* [DivergenceAnalysis] Treat PHI with incoming undef as constantNicolai Haehnle2016-04-145-1/+93
OpenPOWER on IntegriCloud