platform/upstream/llvm.git
2015-07-17 David Majnemer[CodeGen, X86] Classify vectors <= 32 bits as INTEGER
2015-07-17 Alexey BataevTests for "Disabling of "redefine_extname" pragma for...
2015-07-17 NAKAMURA Takumiclang: s/PCHContainerOps/PCHContainerRdr/ in \param...
2015-07-17 Adrian PrantlFix clang-fuzzer build after r242499.
2015-07-17 Justin BognerDriver: Determine file names for crash reports more...
2015-07-17 Tim NorthoverAArch64: add comment missed out from earlier patch.
2015-07-17 Enrico GranataTeach the std::wstring data formatter how to properly...
2015-07-17 Matthias BraunARM: Enable MachineScheduler and disable PostRASchedule...
2015-07-17 Adrian PrantlMake the clang module container format selectable from...
2015-07-17 Matt ArsenaultOnly do fmul (fadd x, x), c combine if the fadd only...
2015-07-17 Enrico GranataAdd StringPrinter support for printing a std::string...
2015-07-17 Rafael EspindolaUse small encodings for constants when possible.
2015-07-17 Matthias Braun__builtin_setjmp/__builtin_longjmp is support on ARM now
2015-07-17 Alex LorenzMIR Serialization: Serialize the frame setup machine...
2015-07-17 Greg ClaytonAllow gdbremote.py to take input from STDIN and handle...
2015-07-17 Matthias BraunAllow __builtin_setjmp/__builtin_longjmp on ARM
2015-07-16 Chaoren LinRe-landing r242318 after buildbot update.
2015-07-16 Alex LorenzMIR Serialization: Serialize the frame index machine...
2015-07-16 Cong HouAdd new constructors for LoopInfo/DominatorTree/BFI/BPI
2015-07-16 James DennettDoxygen: Enable autobrief feature, matching llvm config...
2015-07-16 Daniel Jasperclang-format: Respect IndentWrappedFunctionNames when...
2015-07-16 Davide Italiano[Sema] Refactor Sema::ImplicitExceptionSpecification...
2015-07-16 Matthias BraunArm: Don't define a label twice with two setjmps in...
2015-07-16 Matthias BraunFix __builtin_setjmp in combination with sjlj exception...
2015-07-16 Jordan RoseAdd __has_feature(attribute_availability_with_version_u...
2015-07-16 Chaoren LinXfail pexpect tests for Windows hosts.
2015-07-16 Mehdi AminiFix ffiInvoke() use of DataLayout, broken in 242414
2015-07-16 Marshall ClowInclude what we use, instead of letting them get pulled...
2015-07-16 Sean SilvaAdd missing REQUIRES to this test.
2015-07-16 Sanjoy Das[SCEV][NFC] Use triple-slash (///) for comment.
2015-07-16 James DennettDocumentation cleanup. No functional change intended.
2015-07-16 Alexey Samsonov[ASan] PR24150: restrict test case to i386.
2015-07-16 Simon PilgrimFix spelling. NFCI.
2015-07-16 Tim NorthoverAArch64: make inexact signalling on round Darwin-specific
2015-07-16 Alexey Samsonov[CMake] One more attempt to fix PR24144.
2015-07-16 Simon Pilgrim[X86][SSE] Added nounwind attribute to vector shift...
2015-07-16 Bill Schmidt[PowerPC] v4i32 is a VSRCRegClass
2015-07-16 Philip ReamesList supported architectures for StackMap section and...
2015-07-16 Simon Pilgrim[X86][SSE] Updated vector conversion test names.
2015-07-16 Eli BenderskyStreamline the coding style in NVPTXLowerAggrCopies
2015-07-16 Matthias BraunMachineInstr: Explain the subtle semantics of uses...
2015-07-16 Jingyue Wu[NVPTX] enable SpeculativeExecution in NVPTX
2015-07-16 Matthias BraunAArch64: Implement conditional compare sequence matching.
2015-07-16 Greg ClaytonMake sure we calculate resolver symbol addresses correc...
2015-07-16 Tom StellardAMDPGU/SI: Negative offsets aren't allowed in MUBUF...
2015-07-16 Tom StellardAMDPGU/SI: Use AssertZext node to mask high bit for...
2015-07-16 Davide Italiano[SemaType] Use a range loop.
2015-07-16 Matthias BraunLiveInterval: Document and enforce rules about empty...
2015-07-16 Matthias BraunDo not duplicate method name in comment, remove duplica...
2015-07-16 Rafael EspindolaDelete an unused function.
2015-07-16 Pete CooperRevert "Add missing load/store flags to thumb2 instruct...
2015-07-16 Rui UeyamaCOFF: Set Load Configuration entry in Data Directory.
2015-07-16 Cong HouRename LoopInfo::Analyze() to LoopInfo::analyze() and...
2015-07-16 Alexey Samsonov[CMake] Workaround for PR24144: avoid installing libcxx...
2015-07-16 Peter CollingbourneInternalize: internalize comdat members as a group...
2015-07-16 Artem BelevichFixed an error in cuda-options.cu test:
2015-07-16 Marshall ClowSet the libc++ version # to 3.7. Will bump to 3.8...
2015-07-16 Aaron BallmanDisable #pragma redefine_extname for C++ code as it...
2015-07-16 Benjamin Kramer[NVPTX] Don't leak dead instructions after unlinking...
2015-07-16 Mehdi AminiFix Kaleidoscope tuto: ExecutionEngine->getDataLayout...
2015-07-16 Nico WeberFix test/COFF/dll.test after r242342.
2015-07-16 Mehdi AminiMake ExecutionEngine owning a DataLayout
2015-07-16 Eli BenderskyCorrect lowering of memmove in NVPTX
2015-07-16 Tom StellardAMDGPU/R600: Remove unused variable
2015-07-16 Tom StellardAMDPGU/R600: Replace llvm_unreachable() call with LLVMC...
2015-07-16 James Molloy[Codegen] Add intrinsics 'absdiff' and corresponding...
2015-07-16 Alexandros... - TargetParser does not handle armv7l in parseArchProfi...
2015-07-16 Daniel Jasperclang-format: [Proto] Handle enum bodies differently.
2015-07-16 Pavel LabathFix compiler warning in ThreadPlanStepRange
2015-07-16 Pavel LabathAdd jThreadsInfo support to lldb-server
2015-07-16 Tamas BerghammerRevert "Default to linking lldb-server statically for...
2015-07-16 Silviu BarangaFix memcheck interval ends for pointers with negative...
2015-07-16 Michael Kuperstein[X86] Test for r242395 (Fix emitPrologue() to make...
2015-07-16 Michael Kuperstein[X86] Reapply r240257 : "Allow more call sequences...
2015-07-16 Pavel LabathFix compiler warning in ArchSpec
2015-07-16 Tamas BerghammerAdd missing include for android-arm build
2015-07-16 Michael Kuperstein[X86] Fix emitPrologue() to make less assumptions about...
2015-07-16 Michael KupersteinRevert "Make ExecutionEngine owning a DataLayout"
2015-07-16 Benjamin Kramer[Mips] Make helper function static, NFC.
2015-07-16 Tamas BerghammerImprove XFAIL for test_lldb_process_load_and_unload_com...
2015-07-16 Pavel LabathRevert "[NativeProcessLinux] Integrate MainLoop"
2015-07-16 Tobias GrosserAdd option to choose where in the pass pipeline polly...
2015-07-16 Tobias GrosserAdd PM extension point EP_VectorizerStart
2015-07-16 Mehdi AminiAdd missing break in switch case in R600ISelLowering
2015-07-16 Mehdi AminiMake ExecutionEngine owning a DataLayout
2015-07-16 Mehdi AminiMove most user of TargetMachine::getDataLayout to the...
2015-07-16 Mehdi AminiRemove DataLayout from TargetLoweringObjectFile, redire...
2015-07-16 Mehdi AminiRedirect pointerSize query to the TargetMachine in...
2015-07-16 Filipe CabecinhasActually "RUN:" the tests...
2015-07-16 Alexey Bataev[OPENMP] Fixed detection of canonical loops with random...
2015-07-16 Jaydeep Patil[LLDB][MIPS] Detect MIPS application specific extension...
2015-07-16 Jason MolendaOnly include the stack memory for the caller stack
2015-07-16 Jason MolendaBuild ValueObjectConstResultCast.cpp.
2015-07-16 David Majnemer[Intrin.h] Use compiler builtins to model memory barriers
2015-07-16 Marshall ClowMake sure that __libcpp_compressed_pair_imp default...
2015-07-16 Adam Nemet[LAA] Split out a helper to check the pointer partition...
2015-07-16 Marshall ClowMark two tests as failing on clang 3.8 (they failed...
2015-07-16 Siva ChandraAdd a class ValueObjectConstResultCast.
2015-07-16 Reid KlecknerRevert "[X86] Allow more call sequences to use push...
2015-07-16 Reid KlecknerRevert "Update LLVM bindings after r239940. ..."
next