summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add QualType case to operator< for DynTypedNode.Richard Trieu2015-12-171-0/+4
* AArch64: Simplify emitEpilogue() and related code; NFCMatthias Braun2015-12-171-24/+25
* [llvm-objdump] Use report_fatal_error() for a more uniform error handling.Davide Italiano2015-12-171-29/+13
* ELF: Avoid string concatenation if there's no error.Rui Ueyama2015-12-171-6/+8
* [WebAssembly] Experimental ELF writer supportDan Gohman2015-12-179-17/+293
* Set the minimum stack size for private state thread to 8MBKate Stone2015-12-171-1/+1
* Fix PR25838.Cong Hou2015-12-172-0/+40
* ELF: Rename relocNeedsCopy -> needsCopyRelRui Ueyama2015-12-175-14/+12
* ELF: Separate NeedsCopy and OffsetInBSS.Rui Ueyama2015-12-173-8/+9
* Don't demangle a name when Mangled::GetName() is called with ePreferMangled. ...Greg Clayton2015-12-171-6/+4
* Don't strip types of their typedefs when getting function types.Greg Clayton2015-12-171-2/+2
* [PGO] InstrPGO and coverage code refactoring (NFC)Xinliang David Li2015-12-172-46/+64
* Add comment about DefinedSynthetic class.Rui Ueyama2015-12-171-0/+4
* [TLS on Darwin] use CXX_FAST_TLS calling convention for access functions.Manman Ren2015-12-175-27/+43
* [analyzer] Better detect when C++ object was constructed into existing region.Devin Coughlin2015-12-175-38/+177
* WebAssembly: update expected torture test failuresJF Bastien2015-12-171-14/+0
* ELF: Remove accessors that don't hide anything.Rui Ueyama2015-12-172-14/+9
OpenPOWER on IntegriCloud