summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP 4.5] Parsing/sema analysis for 'depend(source)' clause in 'ordered' d...Alexey Bataev2015-12-1813-41/+178
* Add a test for LLVMGetBitcodeModule.Rafael Espindola2015-12-184-11/+35
* [RS4GC] Use an value handle to help isolate errors quicklyPhilip Reames2015-12-181-2/+2
* clang-format to reduce diff in another patch.Rafael Espindola2015-12-181-4/+3
* Revert "[Option] Introduce Arg::print(raw_ostream&) and use llvm::dbgs"Vedant Kumar2015-12-182-15/+9
* [Option] Introduce Arg::print(raw_ostream&) and use llvm::dbgsVedant Kumar2015-12-182-9/+15
* Fix formatting for last commit.Jim Ingham2015-12-181-3/+3
* Make the Language print the description of the Exception Breakpoint resolver....Jim Ingham2015-12-187-8/+32
* Reorganize the C API headers to improve build times.Eric Christopher2015-12-1839-146/+212
* Fix type in tuple test. Sorry for the noiseEric Fiselier2015-12-181-2/+2
* ObjC properties: consider ownership of properties from protocols when synthes...Douglas Gregor2015-12-182-0/+23
* The lldb side changes to go along with r255711 where a newJason Molenda2015-12-186-0/+144
* [libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-...Eric Fiselier2015-12-1811-14/+420
* BranchProbabilityTest.cpp: Suppress warnings. [-Wsign-compare]NAKAMURA Takumi2015-12-181-3/+3
* Remove unused class variables.Eric Christopher2015-12-171-5/+3
* Fix typo in MSC pathXinliang David Li2015-12-171-1/+1
* Add a test for r255875 & r255929, comparisons on DynTypeNode wrapped QualType.Richard Trieu2015-12-171-0/+7
* [X86] Use push-pop for materializing small constants under 'minsize'Hans Wennborg2015-12-178-106/+262
* Revert "Disable test reruns on arm unless explicitly marked with --rerun-all-...Todd Fiala2015-12-171-7/+2
* [BranchProbability] Remove the restriction that known and unknown probabiliti...Cong Hou2015-12-172-11/+57
* [CUDA] runtime wrapper header tweaksArtem Belevich2015-12-171-3/+24
* [InstCombine] Extend peephole DSE to handle unordered atomicsPhilip Reames2015-12-172-6/+124
* Polish atomic pointersJF Bastien2015-12-173-50/+46
* Pass -m elf_x84_64 to gold invocations.Rafael Espindola2015-12-171-2/+2
* Fix r255875, use '<' instead of '==' for 'operator<'Richard Trieu2015-12-171-1/+1
* Revert "[AArch64] Add DAG combine for extract extend pattern"Matthew Simpson2015-12-172-27/+10
* Drop function that are deprecated since 2010.Rafael Espindola2015-12-173-30/+3
* Test commitDave Bartolomeo2015-12-171-1/+1
* [WebAssembly] Switch WebAssemblyMCAsmInfo.h from MCAsmInfo to MCAsmInfoELF.Dan Gohman2015-12-173-2/+24
* [docs] Motivate ninja in GettingStarted.rstVedant Kumar2015-12-171-1/+1
* Fix of a comment.Roman Gareev2015-12-171-1/+1
* Fix delinearization of fortran arraysRoman Gareev2015-12-172-2/+42
* [SCEV] Add and use SCEVConstant::getAPInt; NFCISanjoy Das2015-12-1713-147/+132
* [InstCombine] Adding "\n" to debug output. NFC.Weiming Zhao2015-12-171-2/+2
* Hardcode the target in this testcase — it depends on the ABI.Adrian Prantl2015-12-171-1/+1
* Attach maximum function count to Module when using PGO mode.Easwaran Raman2015-12-173-2/+55
* ResultsFormatter: always lock on handle_event()Todd Fiala2015-12-171-92/+91
* [x86] Filecheck is case sensitive. Capitalize directives.Chad Rosier2015-12-171-4/+4
* [x86] Filecheck is case sensitive. Capitalize directives.Chad Rosier2015-12-171-48/+48
* [EarlyCSE] DSE of atomic unordered storesPhilip Reames2015-12-172-18/+91
* make this test less whitespace-sensitive.Adrian Prantl2015-12-171-1/+1
* Rewrite test to use llvm-dwarfdump instead of checking for asm comments.Adrian Prantl2015-12-171-4/+12
* [CUDA] Make vtable construction aware of host/device side of CUDA compilation.Artem Belevich2015-12-173-0/+94
* [STATS] Properly guard the tick_time() function and its usesJonathan Peyton2015-12-173-2/+13
* [ThinLTO] Metadata linking for imported functionsTeresa Johnson2015-12-1718-74/+611
* AMDGPU/SI: Reserve appropriate number of sgprs for flat scratch init.Tom Stellard2015-12-172-2/+42
* [STATS] replace __cpuid() intrinsic with already existing __kmp_x86_cpuid() f...Jonathan Peyton2015-12-171-4/+5
* AMDGPU: Fix off-by-one in SIRegisterInfo::eliminateFrameIndexNicolai Haehnle2015-12-173-9/+10
* Revert r254592 (virtual dtor in SCEVPredicate).Andy Gibbs2015-12-173-13/+18
* [RenderScript] Support all RS allocation types Ewan Crawford2015-12-171-18/+100
OpenPOWER on IntegriCloud