summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Fix for codegen of captured variables in inlined directives.Alexey Bataev2016-04-277-21/+76
* Updated doxygen comments for intrinsics.Ekaterina Romanova2016-04-271-48/+33
* Fixed sphinx warning from r267672Adam Nemet2016-04-271-1/+1
* [Compiler-rt][CFI] Enabling CFI for MIPS64Mohit K. Bhakkad2016-04-271-1/+1
* [ELF][MIPS] Remove getMipsGpAddr(). NFCSimon Atanasyan2016-04-273-14/+1
* [LoopDist] Add llvm.loop.distribute.enable loop metadataAdam Nemet2016-04-275-13/+247
* [Cloning] cloneLoopWithPreheader(): add assert to ensure no sub-loopsVaivaswatha Nagaraj2016-04-272-0/+3
* [Support][X86] Add a few more Intel model numbers to getHostCPUName for airmo...Craig Topper2016-04-271-0/+4
* [Support][X86] Change the case values in the Intel family 6 code to hex so it...Craig Topper2016-04-271-68/+66
* Revert "Support "preserving" the summary information when using setModule() A...Mehdi Amini2016-04-273-46/+1
* Committing patch from <Michael Woerister <michaelwoerister@posteo.net>Jason Molenda2016-04-271-0/+2
* [Support][X86] Add a couple more Broadwell CPU models numbers to getHostCPUName.Craig Topper2016-04-271-0/+2
* Support "preserving" the summary information when using setModule() API in LT...Mehdi Amini2016-04-273-1/+46
* Revert "Support "preserving" the summary information when using setModule() A...Mehdi Amini2016-04-273-46/+1
* Simplify. NFC.Rui Ueyama2016-04-271-1/+1
* The patch fixes PR27392.Evgeny Stupachenko2016-04-275-27/+38
* [LVI] Delete stale and misleading comment.Philip Reames2016-04-271-5/+0
* [ppc64] fix bug in prologue that mfocrf's cr operand should be explict state ...Chuang-Yu Cheng2016-04-272-5/+11
* Remove unnecessary trailing semicolons.Rui Ueyama2016-04-2723-24/+24
* [X86] Set AddPristinesAndCSRs to FixupBW LivePhysRegs. NFC.Ahmed Bougacha2016-04-271-1/+2
* Fix the test from r267656: Support "preserving" the summary information when ...Mehdi Amini2016-04-271-2/+0
* Add a test for r267655: Support "preserving" the summary information when usi...Mehdi Amini2016-04-271-0/+39
* Support "preserving" the summary information when using setModule() API in LT...Mehdi Amini2016-04-272-1/+9
* Fix = that should have been == in test. Thanks to STL@microsoft for the catchMarshall Clow2016-04-271-1/+1
* Fix typo in comment; NFCSanjoy Das2016-04-271-1/+1
* [X86] Don't assume that MMX extractelts are from index 0.Ahmed Bougacha2016-04-272-1/+31
* [X86] Re-enable MMX i32 extractelt combine.Ahmed Bougacha2016-04-272-10/+18
* Detects the SAD pattern on X86 so that much better code will be emitted once ...Cong Hou2016-04-273-7/+1120
* [LVI] Add a comment explaining a subtle piece of codePhilip Reames2016-04-271-15/+23
* [Docs] Try to clarify the concept of domains for noalias scopeAdam Nemet2016-04-271-1/+9
* ThinLTO: do not promote GlobalVariable that have a specific section.Mehdi Amini2016-04-275-4/+117
* SLSR: Use UnknownAddressSpace instead of 0 for pure arithmetic.Matt Arsenault2016-04-271-1/+3
* LTOCodeGenerator: turns linkonce(_odr) into weak_(odr) when present "MustPres...Mehdi Amini2016-04-272-22/+53
* [LoopDist] Split main class. NFCAdam Nemet2016-04-271-86/+96
* [LVI] Reduce compile time by lazily scanning blocks if neededPhilip Reames2016-04-272-26/+48
* [MachineInstrBundle] Actually set the PartialDeadDef flag only when the registerQuentin Colombet2016-04-271-1/+1
* ELF: Merge UndefinedBitcode and UndefinedElf. NFC.Peter Collingbourne2016-04-275-64/+45
* ELF: Re-implement -u directly and remove CanKeepUndefined flag.Peter Collingbourne2016-04-277-31/+29
* [MachineInstrBundle] Update the comment for PhysRegInfo::DeadDef.Quentin Colombet2016-04-261-2/+4
* ELF: Move code to where it is used, and related cleanups. NFC.Peter Collingbourne2016-04-267-97/+74
* Add optimization bisect opt-in calls for SystemZ passesAndrew Kaylor2016-04-263-0/+9
* Add optimization bisect opt-in calls for NVPTX passesAndrew Kaylor2016-04-265-1/+13
* [X86] Make sure it is safe to clobber EFLAGS, if need be, when choosingQuentin Colombet2016-04-263-0/+60
* Module debugging: Add an assertion.Adrian Prantl2016-04-261-1/+3
* PR27513: When determining which declaration to put into an exported lookupRichard Smith2016-04-2613-2/+51
* PM: Port Reassociate to the new pass managerJustin Bogner2016-04-267-141/+207
* Module debugging: Also correctly handle typedef'd foward-declared members.Adrian Prantl2016-04-264-12/+27
* [X86] Replace -mcpu with -mattr in several testsMitch Bodart2016-04-264-5/+5
* Reassociate: Convert another functor into a lambda. NFCJustin Bogner2016-04-261-15/+13
* [LVI] Cut short search if we know we can't return a useful resultPhilip Reames2016-04-261-9/+44
OpenPOWER on IntegriCloud