summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Revert "[FunctionAttrs] Identify norecurse functions"James Molloy2015-11-126-74/+10
* [FunctionAttrs] Identify norecurse functionsJames Molloy2015-11-126-10/+74
* Mostly revert 252842 due to failures on some buildbots.David Blaikie2015-11-121-10/+10
* [WebAssembly] Switch to MC for instruction printing.Dan Gohman2015-11-1229-901/+623
* dwarfdump: Dump the contents of DWP indexesDavid Blaikie2015-11-122-13/+12
* LegalizeDAG: Fix and improve FCOPYSIGN/FABS legalizationMatthias Braun2015-11-122-6/+7
* [TLS on Darwin] use a different mask for tls calls on x86-64.Manman Ren2015-11-121-0/+28
* [ARM] Enable shrink-wrapping by default.Quentin Colombet2015-11-1111-18/+27
* [WinEH] Don't forward branches across empty EH pad BBsReid Kleckner2015-11-111-0/+53
* [IR] Add support for empty tokensDavid Majnemer2015-11-111-0/+5
* Introduce deoptimization operand bundlesSanjoy Das2015-11-111-0/+13
* [Symbolizer]: Add -pretty-print optionHemant Kulkarni2015-11-112-3/+14
* Add a libLTO diagnostic handler that supports lto_get_error_message APIYunzhong Gao2015-11-111-2/+2
* [DAGCombiner] Improve zextload optimization.Geoff Berry2015-11-111-1/+15
* dwarfdump: DWP type unit index dumping skeletonDavid Blaikie2015-11-111-5/+12
* dwarfdump: First piece of support for DWP dumpingDavid Blaikie2015-11-112-0/+19
* [WinEH] Only generate UnwindHelp slot for MSVCXXJoseph Tremoulet2015-11-111-6/+6
* Reverting r252760Colin LeMahieu2015-11-112-14/+3
* Emit discriminator for inlined callsites.Dehao Chen2015-11-111-0/+52
* SamplePGO - Fix PR 25482 - Do not rely on llvm.dbg.cu for discriminatorsDiego Novillo2015-11-116-5/+29
* [Symbolizer]: Add -pretty-print optionHemant Kulkarni2015-11-112-3/+14
* [MIPS] add overrides for isCheapToSpeculateCttz() and isCheapToSpeculateCtlz()Sanjay Patel2015-11-112-0/+48
* test/DebugInfo/ARM/prologue_end.ll references thumbv1, which is invalid.Artyom Skrobov2015-11-111-1/+1
* [mips] Move MC tests for the DSP ASE into the standard format.Daniel Sanders2015-11-112-97/+45
* Visibly fail if attempting to encode register AH,BH,CH,DH in a REX-prefixed i...Douglas Katzman2015-11-111-0/+3
* [ARM] Combine BFIs togetherJames Molloy2015-11-111-0/+39
* [X86] Replace LEAs with INC/DEC when profitableMichael Kuperstein2015-11-112-1/+35
* [ASan] Enable optional ASan recovery.Yury Gribov2015-11-111-0/+14
* Sort the enums in Attributes.h in case insensitive alphabetical order.Akira Hatanaka2015-11-118-13/+13
* [WebAssembly] Support non-legal argument and return types.Dan Gohman2015-11-111-5/+14
* [MC] Use LShr for constant evaluation of ">>" on non-arm64 darwin.Ahmed Bougacha2015-11-112-4/+3
* AMDGPU: Set isAllocatable = 0 on VS_32/VS_64Matt Arsenault2015-11-112-3/+3
* [ValueTracking] Teach isImpliedCondition a new bitwise trickSanjoy Das2015-11-101-0/+78
* [WinEH] Insert the MBB for EH_RESTORE after the catchretReid Kleckner2015-11-101-0/+46
* [WebAssembly] Support for floating point min and max.Dan Gohman2015-11-102-0/+48
* [PowerPC] Add an MI SSA peephole pass.Bill Schmidt2015-11-108-28/+81
* dsymutil: Prune module forward decl DIEs if a uniquable definition wasAdrian Prantl2015-11-102-10/+11
* Ensure ModuleLinker materializes complete comdat groupsTeresa Johnson2015-11-103-16/+21
* [ARM] add overrides for isCheapToSpeculateCttz() and isCheapToSpeculateCtlz()Sanjay Patel2015-11-102-0/+48
* llvm-lto: trivial spelling changes to distinguish custom diagnostic handler andYunzhong Gao2015-11-101-1/+3
* [ValueTracking] Recognize that and(x, add (x, -1)) clears the low bitPhilip Reames2015-11-101-0/+65
* [ThinLTO] WeakAny fixes/cleanupTeresa Johnson2015-11-101-0/+2
* [AArch64] add overrides for isCheapToSpeculateCttz() and isCheapToSpeculateCt...Sanjay Patel2015-11-101-0/+43
* Revert "Strip metadata when speculatively hoisting instructions"Renato Golin2015-11-103-71/+1
* [X86] Do not try to custom-lower sitofp/fptosi in soft-float modeMichael Kuperstein2015-11-101-7/+125
* add 'MustReduceDepth' as an objective/cost-metric for the MachineCombinerSanjay Patel2015-11-101-5/+6
* Reapply "[ARM] Combine CMOV into BFI where possible"James Molloy2015-11-101-0/+34
* Strip metadata when speculatively hoisting instructionsIgor Laevsky2015-11-103-1/+71
* Update test to use explicit tripleOliver Stannard2015-11-101-2/+2
* [AArch64] Fix halfword load merging for big-endian targetsOliver Stannard2015-11-101-11/+26