summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mark a couple ModuleLinker member functions as const (NFC)Teresa Johnson2015-12-171-2/+2
* Avoid explicit relocation sorting most of the time.Rafael Espindola2015-12-178-45/+32
* [STATS] Fix stats lock problem to be compatible with new hinted lock codeJonathan Peyton2015-12-172-1/+4
* [STATS] Add libm.so to lib dependencies for stats libraryJonathan Peyton2015-12-171-0/+1
* Revert "[AArch64] Enable PostRAScheduler for AArch64 generic build"Rafael Espindola2015-12-171-2/+1
* Always sort by offset first. NFC.Rafael Espindola2015-12-174-22/+16
* Fix unused variable warning in release builds. NFC.Diego Novillo2015-12-171-3/+1
* [AArch64] Enable PostRAScheduler for AArch64 generic buildMinSeong Kim2015-12-171-1/+2
* [AArch64] Add DAG combine for extract extend patternMatthew Simpson2015-12-172-10/+27
* Simplify. NFC.Rafael Espindola2015-12-171-6/+3
* Patch cmake to allow detection of python 2.7.9+Aidan Dodds2015-12-171-2/+2
* Fix formattingTobias Grosser2015-12-171-4/+3
* ScopGraphPrinter: Only show functions that contain at least one scopTobias Grosser2015-12-171-5/+11
* [ms-inline-asm] Add support for composite structs in MS inline asmMarina Yatsina2015-12-172-27/+59
* DOTGraphTraits: Allow the decision to show a graph to consider the analysisTobias Grosser2015-12-171-6/+14
* Removed empty directory.Alexander Kornienko2015-12-170-0/+0
* Inspect DW_AT_const_value global static const variablesEwan Crawford2015-12-175-5/+12
* Remove clang-modernize.Alexander Kornienko2015-12-17148-14152/+6
* XFAIL some tests failing for Windows -> AndroidTamas Berghammer2015-12-172-0/+2
* [ELF] - implemented @indntpoff (x86) relocation and its optimization.George Rimar2015-12-177-31/+256
* [ELF] - implement support of extended length field for CIE/FDE records of eh_...George Rimar2015-12-176-7/+71
* Add AccessModifierOffset to clang-format stylePavel Labath2015-12-171-0/+1
* [X86] Add option for enabling LEA optimization pass, by Andrey TuretskyAlexey Bataev2015-12-172-2/+6
* test infra: force rerun to use parallel runnerTodd Fiala2015-12-171-1/+5
* [OPENMP] Fix for http://llvm.org/PR25142: openmp: Assertion failed: DD && "qu...Alexey Bataev2015-12-172-0/+24
* [WebAssembly] Convert WebAssemblyTargetObjectFile to TargetLoweringObjectFileELFDan Gohman2015-12-174-42/+30
OpenPOWER on IntegriCloud