platform/upstream/llvm.git
2015-07-11 Tyler NowickiRenamed some uses of unroll to interleave in the vector...
2015-07-10 Duncan P. N... MC: Shrink MCDwarfLoc/MCLineEntry
2015-07-10 Adrian PrantlClean up the comments in DIBuilder.h to adhere to the...
2015-07-10 Adrian PrantlRevert "Clean up the comments in DIBuilder.h to adhere...
2015-07-10 Eric Fiselier[libcxx] LWG2420 bits for bind<void> - Patch from K...
2015-07-10 Adrian PrantlCleanup a couple of comments in DIBuilder.cpp
2015-07-10 Adrian PrantlClean up the comments in DIBuilder.h to adhere to the...
2015-07-10 Jason MolendaAdd a another packet to the gdb-remote protocol,
2015-07-10 Justin BognerSema: Allow null names to be passed in to isAcceptableT...
2015-07-10 Lang Hames[ExecutionEngine] Use std::function rather than a funct...
2015-07-10 Duncan P. N... MC: Only allow changing feature bits in MCSubtargetInfo
2015-07-10 Matt ArsenaultAMDGPU: Fix chains for memory ops dependent on argument...
2015-07-10 Alex LorenzMIR Serialization: Serialize the virtual register operands.
2015-07-10 David Majnemer[IR] Switch static const to an enum to silence MSVC...
2015-07-10 Duncan P. N... MC: Remove MCSubtargetInfo() default constructor
2015-07-10 Duncan P. N... MC: Remove MCSubtargetInfo::InitCPUSched()
2015-07-10 Bjorn Steinbrink[InstCombine] Actually combine AA metadata when replaci...
2015-07-10 Matt ArsenaultAMDGPU: Use requested chain when lowering arguments
2015-07-10 Richard Smith[modules] When checking the include guard for a header...
2015-07-10 Reid KlecknerDisable C++ EH by default for clang-cl and MSVC environ...
2015-07-10 Matthias BraunARM: Use SpecificBumpPtrAllocator to fix leak introduce...
2015-07-10 Reid Kleckner[SEH] Push reloads of the SEH code past phi nodes
2015-07-10 Duncan P. N... Add <type_traits> for is_pod, fixing r241947
2015-07-10 Matt ArsenaultDAGCombiner: Assume invariant load cannot alias a store
2015-07-10 Duncan P. N... MC: Remove the copy of MCSchedModel in MCSubtargetInfo
2015-07-10 Quentin Colombet[ShrinkWrap][PEI] Do not insert epilogue for unreachabl...
2015-07-10 David Majnemer[MC] Switch static const to an enum to silence MSVC...
2015-07-10 Jordan Rose[analyzer] When forced to fake a block type, do it...
2015-07-10 Evgeniy StepanovFix AArch64 prologue for empty frame with dynamic allocas.
2015-07-10 Jingyue Wu[TTI] BasicTTIImpl assumes no vector registers
2015-07-10 David Majnemer[MS ABI] Don't generates code for unreferenced inline...
2015-07-10 Peter CollingbourneTemporarily disable check-sanitizer tests on 64-bit...
2015-07-10 Eric FiselierUse __is_identifier to detect __decltype and not the...
2015-07-10 JF BastienFix `llvm-config` to emit the linker flag for the combi...
2015-07-10 Michael J.... [Object][ELF] Handle the dynamic string table in files...
2015-07-10 Richard Smith[modules] Fix "prefer own module over others" rule...
2015-07-10 Evgeniy StepanovAdd an experimental flag -fsanitize-memory-use-after...
2015-07-10 Artem BelevichChanged Driver::getToolChain() to use Triple as an...
2015-07-10 Jan Wen VoungFix enum BitcodeError to not define a zero-valued error...
2015-07-10 Adam Nemet[LoopDist/LoopVer] Move LoopVersioning to a new module...
2015-07-10 Adam Nemet[LoopDist] Move loop-versioning helper functions to...
2015-07-10 Akira Hatanaka[inlineasm] Attach readonly and readnone to inline...
2015-07-10 Yaron KerenTeach clang that -no-pthread is a valid command line...
2015-07-10 Matthias BraunARMLoadStoreOpt: Merge subs/adds into LDRD/STRD; Factor...
2015-07-10 Fiona GlaserComputeKnownBits: be a bit smarter about ADDs
2015-07-10 Matthias BraunARMLoadStoreOptimizer: Create LDRD/STRD on thumb2
2015-07-10 Eric ChristopherRefactor PPC ABI handling to accept and silently ignore...
2015-07-10 Eric ChristopherFix a couple of typos: specifc->specific.
2015-07-10 JF BastienWebAssembly: basic instructions todo, and basic registe...
2015-07-10 Alex LorenzMIR Serialization: Initial serialization of stack objects.
2015-07-10 JF BastienTarget RegisterInfo: devirtualize TargetFrameLowering
2015-07-10 Matthias BraunARMLoadStoreOptimizer: Rewrite LDM/STM matching logic.
2015-07-10 Greg ClaytonDon't try to make a pseudo terminal if we are launching...
2015-07-10 Diego NovilloFactor PGO and coverage flag processing out of Clang...
2015-07-10 Sean CallananFixed a problem where variables in modules were not...
2015-07-10 Ulrich WeigandRespect alignment of nested bitfields
2015-07-10 Adrian PrantlAdd a missing dependency to unittests/Frontend.
2015-07-10 Eli BenderskyActually support volatile memcpys in NVPTX lowering
2015-07-10 Nemanja IvanovicNFC. Added a blank line for consistency.
2015-07-10 Nemanja IvanovicThe test case still runs on non-ppc targets. Added...
2015-07-10 Benjamin Kramer[InstSimplify] Fold away ord/uno fcmps when nnan is...
2015-07-10 Daniel Jasperclang-format: [JS] Assign proper penalties when breakin...
2015-07-10 Tom StellardR600: Implement accurate double precision sqrt v2
2015-07-10 Tom StellardFix implementation of sqrt v2
2015-07-10 Tom Stellardprepare-builtins: Fix build with LLVM 3.6
2015-07-10 Nemanja IvanovicAdd missing builtins to altivec.h for ABI compliance...
2015-07-10 NAKAMURA TakumiTweak a couple of -fprofile tests in clang/test to...
2015-07-10 Benjamin KramerTry to fix the test harder, it still fails on windows...
2015-07-10 James MolloyAdd support for fast-math flags to the FCmp instruction.
2015-07-10 Nemanja IvanovicAdd missing builtins to the PPC back end for ABI compli...
2015-07-10 Benjamin KramerReapply test for r241811 with a fix for msvc compat...
2015-07-10 Ulrich WeigandRespect alignment when loading up a coerced function...
2015-07-10 Alexey BataevDisable loop re-rotation for -Oz (patch by Andrey Turetsky)
2015-07-10 Pawel Bylica[llvm-stress] Enhance scalar type selection from comman...
2015-07-10 NAKAMURA Takumillvm/Object/ELF.h: Appease g++-4.7.2.
2015-07-10 Daniel JasperRe-use a single SmallString instance to reduce the...
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 Daniel JasperAdd missing 'const'. I don't think this is strictly...
2015-07-10 David MajnemerTighten the verifier check for catchblock.
2015-07-10 David MajnemerAddress Joseph's review comments.
2015-07-10 David MajnemerAddress Reid's review feedback.
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-07-10 Bjorn Steinbrink[InstCombine] Employ AliasAnalysis in FindAvailableLoad...
2015-07-10 Bjorn Steinbrink[InstCombine] Properly combine metadata when replacing...
2015-07-10 Daniel JasperRemove test that tests referring to the current working...
2015-07-10 Jingyue Wu[NVPTX] declare no vector registers
2015-07-10 Rui UeyamaCOFF: Fix locally-imported symbol's base relocations.
2015-07-10 NAKAMURA TakumiRevert test lines added in r241811, "[CodeCompletion...
2015-07-10 Peter CollingbourneDriver: Make all of -f{,no-}sanitize{,-recover,-trap...
2015-07-10 John ThompsonAdded mechanism to modularize for doing a compilation...
2015-07-10 Greg ClaytonDon't let a test fail because of a teardown command...
2015-07-10 Reid KlecknerRe-enable 32-bit SEH after the alignment fix
2015-07-10 Reid Kleckner[WinEH] Make sure LSDA tables are 4 byte aligned
2015-07-10 Alexey Samsonov[TSan] Fix dl_iterate_phdr callback for the case when...
2015-07-09 Eli BenderskyReplace index-loops by range-based loops
2015-07-09 Rui UeyamaCOFF: Find C++ mangled name for symbols starting with...
2015-07-09 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-07-09 Rui UeyamaCOFF: Fix dllexported symbol names on x86.
2015-07-09 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-07-09 Michael J.... Fix shadowing.
next