[opaque pointers] Avoid the use of pointee types when parsing inline asm in IR
[oota-llvm.git] / lib / Support /
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
2015-07-02 Charlie Turner[GraphWriter] Don't wait on xdg-open when not on Apple.
2015-06-30 Dan GohmanDrop the OS from the WebAssembly target triple for...
2015-06-30 Adrian PrantlDebug info: Add dwarf backend support for DIModule.
2015-06-29 Dan Gohman[WebAssembly] Initial WebAssembly backend
2015-06-29 Ben LangmuirReapply "Use gethostuuid() on Mac to identify hosts...
2015-06-29 Ben LangmuirRevert "Use gethostuuid() on Mac to identify hosts...
2015-06-29 Ben LangmuirUse gethostuuid() on Mac to identify hosts for LockFile...
2015-06-29 Ben LangmuirClean up unique lock files on signal and always release...
2015-06-29 Javed Absar[ARM]: Extend -mfpu options for half-precision and...
2015-06-29 Javed Absar[ARM]: Extend -mfpu options for half-precision and...
2015-06-23 Alex LorenzADT: Add a string APSInt constructor.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-16 Rafael EspindolaUse std::unique_ptr to manage the DataStreamer in bitco...
2015-06-15 Alex LorenzMIR Serialization: Connect the machine function analysi...
2015-06-13 Rafael EspindolaDon't use std::errc.
2015-06-13 Rafael EspindolaBring in a BumpPtrStringSaver from lld and simplify...
2015-06-12 Douglas KatzmanAdd 'shave' processor name to Triple
2015-06-12 John Brawn[ARM] Disabling vfp4 should disable fp16
2015-06-11 Reid Kleckner[Support] Fix a race initializing a static local in...
2015-06-09 Eli BenderskyAdd more wrappers for symbol APIs to the C API.
2015-06-09 Daniel Sanders[ADT] Assert that SmallVectorBase::grow_pod() successfu...
2015-06-06 NAKAMURA TakumiTargetParser: Fix comments in enum(s) introduced in...
2015-06-05 Alexei Starovoitov[bpf] rename triple names bpf_be -> bpfeb
2015-06-05 Benjamin Kramer[TargetParser] Properly attach functions of ARMTargetPa...
2015-06-05 John Brawn[ARM] Add support for -sp- FPUs and FPU none to TargetP...
2015-06-05 John Brawn[ARM] Add knowledge of FPU subtarget features to Target...
2015-06-05 Artyom Skrobov[ARMTargetParser] Follow-up for r239099: one case was...
2015-06-04 Artyom SkrobovSimplify ARMTargetParser::getArchSynonym
2015-06-04 Alexei Starovoitov[bpf] add big- and host- endian support
2015-06-01 David Majnemer[Support] Simplify Triple::getOSVersion
2015-06-01 David Majnemer[ADT] Add Triple::getEnvironmentVersion
2015-05-30 Renato Golin[ARMTargetParser] Move IAS arch ext parser. NFC
2015-05-30 Craig TopperFix indentation. NFC.
2015-05-29 Frederic Riss[YAMLIO] Make line-wrapping configurable and test it.
2015-05-28 Renato Golin[ARMTargetParser] Adding sub-arch information for Clang...
2015-05-28 Renato Golin[ARMTargetParser] Adding a few more CPUs for Clang...
2015-05-28 Renato GolinFix comments in ARMTargetParser. NFC.
2015-05-27 Renato GolinARMTargetParser: Make BSD Thumb/BE armv6 work
2015-05-27 Renato GolinARMTargetParser: Normalising build attributes
2015-05-27 Yaron KerenAvoid creating and destroying a std::string on every...
2015-05-27 Alex LorenzResubmit r237954 (MIR Serialization: print and parse...
2015-05-25 NAKAMURA TakumiReformat.
2015-05-25 NAKAMURA TakumiPrune CRLFs.
2015-05-24 Renato GolinMove parseSubArch to ARMTargetParser. NFC
2015-05-22 Renato GolinReinforce ARMTargetParser::getCanonicalArchName validation
2015-05-22 Renato GolinAdding profile and version parsers to ARMTargetParser
2015-05-22 NAKAMURA TakumiRevert r237954, "Resubmit r237708 (MIR Serialization...
2015-05-21 Alex LorenzResubmit r237708 (MIR Serialization: print and parse...
2015-05-21 Alex LorenzYAML: Null terminate block scalar's value.
2015-05-21 Derek SchuffFix StreamingMemoryObject to respect known object size.
2015-05-21 Renato GolinMake Triple::parseARMArch use ARMTargetParser
2015-05-21 Renato GolinRemove unnecessary FIXME comment
2015-05-20 Renato GolinGet Triple::getARMCPUForArch() to use TargetParser
2015-05-19 Alex LorenzRevert r237708 (MIR serialization) - incremental buildb...
2015-05-19 Alexey Samsonov[DWARF parser] Add basic support for DWZ DWARF multifil...
2015-05-19 Alex LorenzMIR Serialization: print and parse LLVM IR using MIR...
2015-05-19 Yaron KerenRangify for loop in Cleanup(), NFC.
2015-05-19 Yaron KerenPrevent Cleanup() from running more than once.
2015-05-18 Benjamin Kramer[YAML] Plug a memory leak
2015-05-14 Alex LorenzYAML: Add support for literal block scalar I/O.
2015-05-14 Alex LorenzFix memory leak introduced in r237314.
2015-05-13 Alex LorenzYAML: Implement block scalar parsing.
2015-05-12 Alex LorenzRevert r237157, "YAML: Fix typos. NFC".
2015-05-12 Alex LorenzYAML: Fix typos. NFC.
2015-05-12 Renato GolinChange TargetParser enum names to avoid macro conflicts...
2015-05-11 David BlaikieReaddress r236990, use of static members on a non-stati...
2015-05-08 Renato GolinTargetParser: FPU/ARCH/EXT parsing refactory - NFC
2015-05-08 John Brawn[ARM] Reject invalid -march values
2015-05-07 Steven WuUse auto instead of the long type name. NFC.
2015-05-07 Alex LorenzYAML: Enable the YAMLParser tests.
2015-05-07 Steven WuFix another hang caused by ManagedStatic in SignalHandler
2015-05-06 Alex LorenzYAML: Extract the code that skips a comment into a...
2015-05-06 Zachary TurnerFix link failure on MinGW due to use of CoInitialize.
2015-05-05 Ulrich Weigand[SystemZ] Add z13 vector facility and MC support
2015-05-05 Ismail DonmezFix regression in parsing armv{6,7}hl- triples. These...
2015-05-04 Alex LorenzYAML: Add an optional 'flow' field to the mapping trait...
2015-05-04 Yaron KerenReplace windows_error calls with mapWindowsError.
2015-05-01 Alex LorenzYAML: Fix the output of sequences that contain flow...
2015-05-01 Douglas KatzmanFix omission from adding sparcel (original reviews...
2015-04-30 Richard TrieuFix -Wpessimizing-move warnings by removing std::move...
2015-04-29 Douglas KatzmanNew architecture name - 'sparcel' for Sparc little...
2015-04-27 Chris BienemanFixes a hang that can occur if a signal comes in during...
next