platform/upstream/llvm.git
2015-03-11 Reid KlecknerHandle big index in getelementptr instruction
2015-03-11 Alexey SamsonovAdd deprecation notice for -f(no-)sanitize-recover...
2015-03-11 Hal Finkel[PowerPC] Remove canFoldAsLoad from instruction definitions
2015-03-11 Andrew KaylorExtended support for native Windows C++ EH outlining
2015-03-11 Eric ChristopherRemove useMachineScheduler and replace it with subtarge...
2015-03-11 Eric ChristopherHave getCallPreservedMask and getThisCallPreservedMask...
2015-03-11 Anton Yartsev[analyzer] www: +progress for undefbehavior.ZeroAllocDe...
2015-03-11 Eric ChristopherOne more getCalleeSavedRegs prototype with nullptr.
2015-03-11 Chandler CarruthDon't rely on the elf test suites inputs when testing...
2015-03-11 Joerg SonnenbergerBe nicer to C90 environments and avoid the declaration...
2015-03-11 Kevin EnderbyAdd the option, -info-plist to llvm-objdump used with...
2015-03-11 Chandler CarruthMove the 'linker-script-test' binary to the tools direc...
2015-03-11 Joerg SonnenbergerAlways include stddef.h to make sure size_t exists.
2015-03-11 David MajnemerDon't overconstrain a FileCheck pattern
2015-03-11 Eric ChristopherHave getCalleeSavedRegs take a non-null MachineFunction...
2015-03-11 Pete CooperConstify AArch64CollectLOH.cpp. NFC
2015-03-11 Chandler CarruthFix a comparison function to actually be a SWO so that...
2015-03-11 Frederic RissRevert "[dsymutil] Gather function ranges during DIE...
2015-03-11 Robert FlackInitialize ProcessGDBRemoteLog for LLGS to fix remote...
2015-03-11 Joerg SonnenbergerRefactor float to integer conversion to share the same...
2015-03-11 Robert FlackReduce the number of components initialized for LLGS...
2015-03-11 Jozef Kolek[mips][microMIPS] Make usage of NOT16 by code generator
2015-03-11 Sanjay Pateladd CHECK-LABELs for better reliability
2015-03-11 Rafael EspindolaPut jump tables in unique sections on COFF.
2015-03-11 Hal Finkel[PowerPC] ABI support for the QPX vector instruction set
2015-03-11 Tim NorthoverARM: simplify and extend byval handling
2015-03-11 Frederic Riss[dsymutil] Add missing headers.
2015-03-11 Frederic Riss[dsymutil] Gather function ranges during DIE selection.
2015-03-11 Frederic Riss[dsymutil] Small clang-format patch.
2015-03-11 Frederic Riss[dsymutil] Correctly clone address attributes.
2015-03-11 Eric ChristopherRemove the need to cache the subtarget in the R600...
2015-03-11 David MajnemerMS ABI: Mark 'throw' as implemented in the compatibilit...
2015-03-11 David MajnemerMS ABI: Implement copy-ctor closures, finish implementi...
2015-03-11 Eric ChristopherHave getRegPressureSetLimit take a MachineFunction...
2015-03-11 Richard Smith[modules] When merging the pattern of a class template...
2015-03-11 Oleksiy VyalovPass a process full executable path within "name" respo...
2015-03-11 David MajnemerInstCombine: Don't fold call bitcast into args if calle...
2015-03-11 Timur Iskhodzhanov[ASan/Win] Fix a CHECK failure when an exception is...
2015-03-11 Kit BartonUpdated with list of possible improvements we are track...
2015-03-11 Juergen RibutzkaAdd the "vbroadcasti128" instruction back.
2015-03-11 Anastasia StulovaReverted OpenCL2.0 atomic type commits r231932, r231935
2015-03-11 Gabor Horvath[clang-tidy] Static Analyzer checker configuration...
2015-03-11 Jonathan RoelofsFix ctype_byname<wchar_t>::do_is() mask checking.....
2015-03-11 Fariborz Jahanianrevert r231700 (designated initializer patch) which...
2015-03-11 Alexander Kornienko[clang-tidy] Clean up misc-use-override warning. NFC
2015-03-11 Ed SchoutenDisable cat*() on CloudABI. Also make tiny cleanups.
2015-03-11 Zachary TurnerAdd a CODE_OWNERS.txt file to LLDB.
2015-03-11 Anastasia StulovaOpenCL: CL2.0 atomic type diagnostics
2015-03-11 Derek SchuffMake NaCl's use of .init_array for static constructors...
2015-03-11 Benjamin KramerWrap in __MINGW32__ to avoid warnings from msvc.
2015-03-11 Anastasia StulovaOpenCL: CL2.0 atomic types
2015-03-11 Kit BartonAdd builtins for the 64-bit vector integer arithmetic...
2015-03-11 Benjamin KramerAdd missing namespace specifier for MSVC.
2015-03-11 Benjamin KramerRtlCaptureContext is absent from the mingw32 headers...
2015-03-11 Meador IngeLinkerScript: Add parsing of the MEMORY command
2015-03-11 Sanjay PatelInliner should not add callgraph edges for intrinsic...
2015-03-11 Daniel Jasperclang-format: Recognize the .ts (TypeScript) extension...
2015-03-11 Greg BedwellRevert "[CMake] Don't pass in MSVC warning flags as...
2015-03-11 Greg Bedwell[CMake] Don't pass in MSVC warning flags as definitions
2015-03-11 Benjamin KramerPrefer pipes over temporary files in a feeble attempt...
2015-03-11 Tamas BerghammerRefactor GdbRemote test cases to support remote platforms
2015-03-11 Dan LiewFix too short title underline reported by build-bot.
2015-03-11 Daniel Jasperclang-format: Fix incorrect && recognition.
2015-03-11 Rafael EspindolaRelax CHECK to match mips syntax.
2015-03-11 Ilia KMove MiInterpreterExecTestCase to test/tools/lldb-mi...
2015-03-11 Ilia KFix build on Windows (PATH_MAX was undefined) after...
2015-03-11 Elena DemikhovskyAVX-512: Added SKX forms of shift instructions.
2015-03-11 Pavel LabathFix bug in ProcessGDBRemote
2015-03-11 Ed SchoutenEnable security checks for arc4random() on CloudABI...
2015-03-11 Ed SchoutenFix up default header paths for CloudABI.
2015-03-11 Ed SchoutenAdd target information for CloudABI on x86-64.
2015-03-11 Justin BognerNow that r231902's test is executed, make it actually...
2015-03-11 Owen AndersonFix another verifier crash where a GC intrinsic would...
2015-03-11 David MajnemerSema: Properly track mangling number/name for linkage...
2015-03-11 Daniel JasperMake test added in r231902 actually be executed.
2015-03-11 Daniel JasperPrevent test from accessing files.
2015-03-11 Davide ItalianoGarbage collect an unused class in Atoms.h
2015-03-11 Alexey Bataev[OPENMP] Fix for ExprWithCleanups in 'omp atomic' const...
2015-03-11 Rafael EspindolaDon't print labels that on ELF are never used.
2015-03-11 NAKAMURA TakumiCGOpenMPRuntime.h: Fix an incorrect \param on emitTaskO...
2015-03-11 Justin BognerInstrProf: Teach llvm-cov to handle universal binaries...
2015-03-11 Richard Smith[modules] Avoid accidentally completing the redeclarati...
2015-03-11 Richard SmithFix test to specify an Itanium triple.
2015-03-11 Rafael EspindolaRelax label CHECK to mach COFF syntax.
2015-03-11 Rafael EspindolaPrint section start labels when first switching to...
2015-03-11 Dan AlbertMove Android to the builtin rune table.
2015-03-11 Lang Hames[Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724...
2015-03-11 Rafael EspindolaRemove a bugus test.
2015-03-11 Chandler CarruthFix a grammar issue I introduced.
2015-03-11 Chandler CarruthInspired by r231891, use gender neutral pronouns in...
2015-03-11 Richard SmithFor PR22870: produce an error rather than asserting...
2015-03-11 Nico WeberGender-neutralize a comment.
2015-03-11 Richard Smith[modules] Fix iterator invalidation issue with names...
2015-03-10 Andrew KaylorFix Value dangling reference debug output
2015-03-10 Eric ChristopherHave TargetRegisterInfo::getLargestLegalSuperClass...
2015-03-10 Eric ChristopherRemove subtarget dependence from HexagonRegisterInfo.
2015-03-10 Rafael EspindolaSplit test in two to handle building without x86.
2015-03-10 Jason MolendaIf the user specifies a kernel binary that isn't correc...
2015-03-10 Zachary TurnerUpdate build instructions / coding conventions.
2015-03-10 Eric ChristopherRemove dead code.
next