[X86] Convert to MVT instead of calling EVT functions since we already know the type...
[oota-llvm.git] / lib / Support /
2015-10-28 Tim NorthoverARM: add watchOS default version support function.
2015-10-28 Tim NorthoverARM: support .watchos_version_min and .tvos_version_min.
2015-10-27 Michael Kuperstein[X86] Make elfiamcu an OS, not an environment.
2015-10-25 Michael Kuperstein[X86] Add support for elfiamcu triple
2015-10-24 Yaron KerenAdd libuuid to required system libraries list for mingw.
2015-10-23 Artyom Skrobov[ARM] Renaming +t2dsp feature into +dsp, as discussed...
2015-10-22 Pawel BylicaUse range-based for loop in sys::path::append(). NFC.
2015-10-18 Craig TopperUse array_lengthof. NFC
2015-10-18 Craig TopperMake a bunch of static arrays const.
2015-10-16 Pawel BylicaUse Windows Vista API to get the user's home directory
2015-10-16 Dylan McKayInitial migration of AVR backend
2015-10-15 Adrian PrantlAdd a missing include of cstddef needed for size_t.
2015-10-15 Pawel BylicaRequire Windows API of version 6.1 (Windows 7).
2015-10-15 David Majnemer[llvm-pdbdump] Provide a mechanism to dump the raw...
2015-10-14 Craig Topper[X86] Update CPU detection to only enable XSAVE feature...
2015-10-12 Cong HouAdd - and -= operators to BlockFrequency using saturati...
2015-10-12 Cong HouTurn const/const& into value type for BlockFrequency...
2015-10-12 Greg BedwellFix rename() sometimes failing if another process uses...
2015-10-12 Amjad Aboud[X86] Add XSAVE intrinsic family
2015-10-08 Duncan P. N. Exon... Support: Stop relying on iterator auto-conversion, NFC
2015-10-08 George RimarWindows: Fixed sys::findProgramByName to work with...
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-10-05 Benjamin Kramer[Support] Add a version of fs::make_absolute with a...
2015-09-26 Benjamin Kramer[BranchProbability] Manually round the floating point...
2015-09-25 Cong HouUse fixed-point representation for BranchProbability.
2015-09-24 Artyom Skrobov[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTar...
2015-09-22 NAKAMURA TakumiUntabify.
2015-09-21 Stephen CanonRemove roundingMode argument in APFloat::mod
2015-09-21 James MolloyRevert "[ARM] Handle +t2dsp feature as an ArchExtKind...
2015-09-21 Artyom Skrobov[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTar...
2015-09-18 Rafael EspindolaRemove temporary file on signal.
2015-09-18 Michael Kruse[Support] Reapply r245289 "Always wait for GraphViz...
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-11 Yaron KerenAdd #include llvm-config.h to Locale.cpp which depends...
2015-09-11 Cong HouFixed a bug that BranchProbability is not defined in...
2015-09-10 Reid KlecknerAdd .exe check to Execute to fix clang-modernize tests...
2015-09-10 Reid KlecknerScanDirForExecutable on Windows fails to find executabl...
2015-09-10 Cong HouPass BranchProbability/BlockMass by value instead of...
2015-09-10 Chandler Carruth[ADT] Rewrite the StringRef::find implementation to...
2015-09-10 Chandler Carruth[ADT] Micro-optimize the Triple constructor by doing...
2015-09-10 Chandler Carruth[ADT] Fix a confusing interface spec and some annoying...
2015-09-10 Chandler Carruth[ADT] Switch a bunch of places in LLVM that were doing...
2015-09-10 Chandler Carruth[ADT] Add a single-character version of the small vecto...
2015-09-05 Alexandros LamprineasAdded arch extensions and default target features in...
2015-09-02 Douglas KatzmanAdd Myriad into enum VendorType
2015-09-02 Douglas KatzmanMove twice-repeated clang path operation into a new...
2015-09-01 David Majnemer[MC] Add support for generating COFF CRCs
2015-08-30 Chandler CarruthStop calling the flat out insane ARM target parsing...
2015-08-30 Chandler CarruthRemove a linear walk to find the default FPU for a...
2015-08-30 Chandler CarruthTeach the target parsing framework to directly compute...
2015-08-30 Chandler CarruthRefactor the ARM target parsing to use a def file with...
2015-08-30 Chandler Carruth[Triple] Use clang-format to normalize the formatting...
2015-08-30 Chandler Carruth[Triple] Stop abusing a class to have only static metho...
2015-08-26 JF BastienExpose more properties of llvm::fltSemantics
2015-08-21 Vedant Kumar[ARM] Fix MachO CPU Subtype selection
2015-08-21 Benjamin Kramer[APFloat] Remove else after return and replace loop...
2015-08-18 Peter CollingbourneSupport: Clean up TSan annotations.
2015-08-18 Michael Kruse[Support] On Windows, generate PDF files for graphs...
2015-08-18 Michael Kruse[Support] Always wait for GraphViz before opening the...
2015-08-17 Dan Gohman[WebAssembly] Don't default to ELF in the triple.
2015-08-17 Dan Gohman[WebAssembly] Make getArchTypePrefix return "wasm".
2015-08-16 Chandler Carruth[ADT] Teach FoldingSet to be movable.
2015-08-14 Pat GavlinAdd a target environment for CoreCLR.
2015-08-14 Renato GolinRevert "[ARM] Fix MachO CPU Subtype selection"
2015-08-14 Vedant Kumar[ARM] Fix MachO CPU Subtype selection
2015-08-13 Nick LewyckyFix GCC warning: extra `;' [-Wpedantic].
2015-08-13 Yaron KerenModify raw_svector_ostream to use its SmallString witho...
2015-08-13 Rafael EspindolaThere is only one saver of strings.
2015-08-13 Rafael EspindolaReturn ErrorOr from FileOutputBuffer::create. NFC.
2015-08-08 Craig TopperAdd model numbers for Skylake CPUs and an additional...
2015-08-08 Craig TopperAdd Intel family 6 model 93 as Silvermont.
2015-08-07 Craig TopperAdd Intel family 6 model 90 as Silvermont. Fixes PR24392.
2015-08-07 Nico WeberAdd functions to save and restore the PrettyStackTrace...
2015-08-07 Nico WeberAdd a comment.
2015-08-06 Frederic RissThread premissions through sys::fs::create_director...
2015-08-06 Nico WeberFix nested CrashRecoveryContexts with LLVM_ENABLE_THREA...
2015-08-05 Benjamin Kramer[YAMLTraits] Use StringRef::copy. No functionality...
2015-08-05 NAKAMURA TakumiWindows/COM.inc: Fix emacs mode in the first line.
2015-08-04 Justin BognerRemove the configure and cmake checks for sys/wait.h
2015-08-04 Chandler Carruth[UB] Fix yet another use of memcpy with a null pointer...
2015-07-30 Matt ArsenaultAdd amdopencl environment to triple
2015-07-27 Alexandros Lamprineas- Added support for parsing HWDiv features using Target...
2015-07-23 Yaron KerenRemove unnecessary in C++11 c_str() calls
2015-07-22 Yaron KerenRename RunCallBacksToRun to llvm::sys::RunSignalHandlers
2015-07-22 Yaron KerenDe-duplicate Unix & Windows CallBacksToRun
2015-07-22 Rafael EspindolaIdentify thin archives as archives.
2015-07-22 Yaron KerenRemove C++98 workaround in llvm::sys::DontRemoveFileOnS...
2015-07-17 Alexandros LamprineasEdited the CPUNames table of TargetParser
2015-07-16 Alexandros Lamprineas- TargetParser does not handle armv7l in parseArchProfi...
2015-07-15 Rafael EspindolaSimplify a few uses of remove_filename by using parent_...
2015-07-15 Alexandros Lamprineas-Added API for retrieving the default FPU of a CPU...
2015-07-14 Alexandros LamprineasCaused regressions: compile Release+Asserts failed...
2015-07-14 Alexandros Lamprineas-Added API for retrieving the default FPU of a CPU...
2015-07-13 Benjamin KramerRemove macro guards for extern template instantiations.
2015-07-09 Tamas BerghammerAdd getSizeInBits function to the APFloat class
2015-07-06 Benjamin Kramer[Triple] Add a helper to switch between big/little...
2015-07-02 Leny Kholodov[Support] Lazy load of dbghlp.dll on Windows
next