summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-12Update for a new year.Eric Christopher
2015-03-12Fix build break introduced in r231992Krzysztof Parzyszek
2015-03-12Stop calling DwarfEHPrepare from WinEHPrepareReid Kleckner
2015-03-12Eliminate constant-extender profitability checks from Hexagon iselKrzysztof Parzyszek
2015-03-12Fix FileCheck: substr() expect the length of the string as 2nd argMehdi Amini
2015-03-12Move the DataLayout to the generic TargetMachine, making it mandatory.Mehdi Amini
2015-03-11Fix some clang warnings in WinEHPrepareReid Kleckner
2015-03-11Handle big index in getelementptr instructionReid Kleckner
2015-03-11[PowerPC] Remove canFoldAsLoad from instruction definitionsHal Finkel
2015-03-11Extended support for native Windows C++ EH outliningAndrew Kaylor
2015-03-11Remove useMachineScheduler and replace it with subtarget optionsEric Christopher
2015-03-11Have getCallPreservedMask and getThisCallPreservedMask take aEric Christopher
2015-03-11One more getCalleeSavedRegs prototype with nullptr.Eric Christopher
2015-03-11Add the option, -info-plist to llvm-objdump used with -macho to print theKevin Enderby
2015-03-11Have getCalleeSavedRegs take a non-null MachineFunction all theEric Christopher
2015-03-11Constify AArch64CollectLOH.cpp. NFCPete Cooper
2015-03-11Revert "[dsymutil] Gather function ranges during DIE selection."Frederic Riss
2015-03-11[mips][microMIPS] Make usage of NOT16 by code generatorJozef Kolek
2015-03-11add CHECK-LABELs for better reliabilitySanjay Patel
2015-03-11Put jump tables in unique sections on COFF.Rafael Espindola
2015-03-11ARM: simplify and extend byval handlingTim Northover
2015-03-11[dsymutil] Add missing headers.Frederic Riss
2015-03-11[dsymutil] Gather function ranges during DIE selection.Frederic Riss
2015-03-11[dsymutil] Small clang-format patch.Frederic Riss
2015-03-11[dsymutil] Correctly clone address attributes.Frederic Riss
2015-03-11Remove the need to cache the subtarget in the R600 TargetRegisterInfoEric Christopher
2015-03-11Have getRegPressureSetLimit take a MachineFunction so that aEric Christopher
2015-03-11InstCombine: Don't fold call bitcast into args if callee is byvalDavid Majnemer
2015-03-11Updated with list of possible improvements we are tracking internallyKit Barton
2015-03-11Add the "vbroadcasti128" instruction back.Juergen Ributzka
2015-03-11Make NaCl's use of .init_array for static constructors match LinuxDerek Schuff
2015-03-11Wrap in __MINGW32__ to avoid warnings from msvc.Benjamin Kramer
2015-03-11Add missing namespace specifier for MSVC.Benjamin Kramer
2015-03-11RtlCaptureContext is absent from the mingw32 headers, provide a prototype.Benjamin Kramer
2015-03-11Inliner should not add callgraph edges for intrinsic calls (PR22857)Sanjay Patel
2015-03-11Revert "[CMake] Don't pass in MSVC warning flags as definitions"Greg Bedwell
2015-03-11[CMake] Don't pass in MSVC warning flags as definitionsGreg Bedwell
2015-03-11Prefer pipes over temporary files in a feeble attempt to stabilize this test ...Benjamin Kramer
2015-03-11Fix too short title underline reported by build-bot.Dan Liew
2015-03-11Relax CHECK to match mips syntax.Rafael Espindola
2015-03-11AVX-512: Added SKX forms of shift instructions.Elena Demikhovsky
2015-03-11Now that r231902's test is executed, make it actually passJustin Bogner
2015-03-11Fix another verifier crash where a GC intrinsic would look at the internals o...Owen Anderson
2015-03-11Make test added in r231902 actually be executed.Daniel Jasper
2015-03-11Don't print labels that on ELF are never used.Rafael Espindola
2015-03-11InstrProf: Teach llvm-cov to handle universal binaries when given -archJustin Bogner
2015-03-11Relax label CHECK to mach COFF syntax.Rafael Espindola
2015-03-11Print section start labels when first switching to the section.Rafael Espindola
2015-03-11[Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724 with fix suggested byLang Hames
2015-03-11Fix a grammar issue I introduced.Chandler Carruth