platform/upstream/llvm.git
2015-03-10 Eric ChristopherUpdate clang for llvm r231861.
2015-03-10 Eric ChristopherRemove the use of the subtarget in MCCodeEmitter creati...
2015-03-10 Rafael EspindolaCreate symbols marking the start of a section earlier.
2015-03-10 Ilia KAdd =shlibs-added/=shlibs-removed notifications (MI)
2015-03-10 Eric ChristopherRemove createAMDGPUMCCodeEmitter and instead just regis...
2015-03-10 Quentin Colombet[CodeGenPrepare] Refine the cost model provided by...
2015-03-10 Adam Nemet[LoopAccesses] Add debug message to indicate the result...
2015-03-10 Rafael EspindolaMove a non-trivial virtual function out of line.
2015-03-10 Eric FiselierRemove unneeded const_cast in readPointerHelper. Pointe...
2015-03-10 Fariborz Jahanian[Objective-C Sema]. Remove -Wreceiver-is-weak warning.
2015-03-10 Colin LeMahieu[Hexagon] Adding frame index + add load/store patterns.
2015-03-10 Ilia KAdd SymbolVendor::GetMainFileSpec and simplify CommandO...
2015-03-10 Rafael Espindolaclang-format code that is about to change.
2015-03-10 Colin LeMahieu[Hexagon] Simplifying deallocret definitions.
2015-03-10 Rafael Espindolaclang-format these declarations. NFC.
2015-03-10 Rafael EspindolaDon't repeat names in comments. NFC.
2015-03-10 Colin LeMahieu[Hexagon] Separating InstHexagon from OpcodeHexagon.
2015-03-10 Nemanja IvanovicAdd support for part-word atomics for PPC
2015-03-10 Chris BienemanAdd new LLVM_OPTIMIZED_TABLEGEN build setting which...
2015-03-10 Eric FiselierUse generic feature name for sanitizers that replace...
2015-03-10 Ahmed Bougacha[AArch64] Avoid going through GPRs for across-vector...
2015-03-10 Eric Fiselier[libcxx] Fix PR21580 - Undefined behavior in readEncode...
2015-03-10 Ahmed Bougacha[AArch64] Remove integer INSvi*lane patterns. NFCI.
2015-03-10 Chad RosierDon't evaluate rend() on every iteration of the loop.
2015-03-10 David MajnemerLoopAccessAnalysis: Silence -Wreturn-type diagnostic...
2015-03-10 Tobias GrosserEnsure the functions in our GPURuntime are visible
2015-03-10 Benjamin KramerDon't use LLVM_LIBRARY_VISIBILITY in cpp files.
2015-03-10 Bruno Cardoso... [AsmPrinter][TLOF] Reintroduce AArch64 test
2015-03-10 Colin LeMahieu[Hexagon] Adding nodes for PIC support.
2015-03-10 Colin LeMahieu[Hexagon] Adding DuplexInst instruction format and...
2015-03-10 Kit BartonChange the generation of the vmuluwm instruction to...
2015-03-10 Sanjay Patelremove function names from comments; NFC
2015-03-10 Colin LeMahieu[Hexagon] Adding nodes for vector insert/extract lowering.
2015-03-10 Colin LeMahieu[Hexagon] Renaming HexagonJT to JT and adding CP for...
2015-03-10 Adrian PrantlChange the datatype of DwarfExpression::Emit(Un)Signed...
2015-03-10 Benjamin KramerNVPTX: move NVPTXAllocaHoisting into the cpp file
2015-03-10 Adam Nemet[LAA-memchecks] Comment improvement
2015-03-10 Michael ZolotukhinEnable loop-rotate before loop-vectorize by default
2015-03-10 David MajnemerMS ABI: Mangle the location of the catchable type into...
2015-03-10 Adam Nemet[LAA-memchecks 3/3] Introduce pointer partitions for...
2015-03-10 Adam Nemet[LAA-memchecks 2/3] Move number of memcheck threshold...
2015-03-10 Adam Nemet[LAA-memchecks 1/3] Split out NumComparisons checks...
2015-03-10 Dan AlbertFactor out RemoteExecutor from SSHExecutor.
2015-03-10 John McCallRecognize objc_bridge(id) on bridged casts to CF types.
2015-03-10 Sanjay Patelremove names from comments; NFC
2015-03-10 Sanjay Patelfix typos; NFC
2015-03-10 Benjamin KramerMake helper functions static. NFC.
2015-03-10 Benjamin KramerNVPTX: Remove copy of LLVMInitializeNVPTXAsmPrinter.
2015-03-10 Benjamin KramerHexagon: Remove unused InstrMapping.
2015-03-10 Robert FlackAdd Debugger::InitializeForLLGS to allow ref counted...
2015-03-10 Adam Nemet[LoopAccesses 3/3] Print the dependences with -analyze
2015-03-10 Adam Nemet[LoopAccesses 2/3] Allow querying of interesting depend...
2015-03-10 Adam Nemet[LoopAccesses 1/3] Expose MemoryDepChecker to LAA users
2015-03-10 Ilia KFix a comment for ValueObject::GetValueDidChange after...
2015-03-10 Aaron BallmanThe semantic spelling enumeration should retain values...
2015-03-10 Rafael EspindolaStore an optional section start label in MCSection.
2015-03-10 Sanjay Patelremove function names from comments; NFC
2015-03-10 Igor LaevskyTeach lowering to correctly handle invoke statepoint...
2015-03-10 Chad Rosier[BranchFolding] Remove MMOs during tail merge to preser...
2015-03-10 Tom StellardR600/SI: Add _IDXEN and _BOTHEN variants for buffer_store
2015-03-10 Tom StellardR600/SI: Re-order MUBUF operands to match asm strings.
2015-03-10 Tom StellardR600/SI: Move kill flag to second instruction when...
2015-03-10 Tom StellardR600/SI: Add 32-bit encoding of v_cndmask_b32
2015-03-10 Sanjay Patel[X86, AVX] replace vinsertf128 intrinsics with generic...
2015-03-10 Tobias GrosserFix compilation after DataLayout was added to ScevExpander
2015-03-10 Sanjay Patel[X86, AVX] Replace vinsertf128 intrinsics with generic...
2015-03-10 Benjamin KramerHexagon: Remove pass that does nothing at all
2015-03-10 Rafael EspindolaRemove effectively dead code.
2015-03-10 Ben LangmuirDocument __has_feature(modules) in LanguageExtensions
2015-03-10 Karthik BhatFix a memory corruption in Dependency Analysis.
2015-03-10 Renato GolinAllow -target= and --target options
2015-03-10 Rafael EspindolaDon't repeat names and clang-format this file.
2015-03-10 Aaron BallmanRemoving dead code to silence warning C4060: switch...
2015-03-10 Karthik BhatFix a crash in Dependency Analysis.
2015-03-10 Daniel SandersThe operand flag word used in ISD::INLINEASM is an...
2015-03-10 Dmitry Vyukovasan: fix leak test for power platform
2015-03-10 Andrey Churbanovfix for broken commit 231774
2015-03-10 Ed SchoutenAlso use LC_C_LOCALE on CloudABI.
2015-03-10 Andrey Churbanovissuing of incorrect warning fixed
2015-03-10 Andrey Churbanovcleanup: removed unused function __kmp_change_thread_af...
2015-03-10 Ed SchoutenEnable _LIBCPP_LOCALE__L_EXTENSIONS on CloudABI.
2015-03-10 Andrey Churbanovproc_bind_disabled enum value removed, its usage replas...
2015-03-10 Andrey Churbanovcleanup: usages of mask size wrapped into macros
2015-03-10 Andrey ChurbanovAdding some 8-bit atomic operations for future use
2015-03-10 Andrey Churbanovchanged unsigned types to signed - caused by comments...
2015-03-10 Chandler CarruthThe LLD tests require 'llvm-nm' to run as well, ensure...
2015-03-10 Chandler CarruthDon't write output to 'a.out', write it to a temporary...
2015-03-10 Ed SchoutenDon't include <sys/sysctl.h> on CloudABI.
2015-03-10 Ed SchoutenPrint log/error messages on stderr, not stdout
2015-03-10 Chandler CarruthFix the local variable naming I used in r231765 to...
2015-03-10 Chandler CarruthFix a bug where the code would use subscript a std...
2015-03-10 Ed SchoutenAdd support for arc4random() to random_device.
2015-03-10 Yaron KerenTeach raw_ostream to accept SmallString.
2015-03-10 Alexey Bataev[OPENMP] Initial codegen for 'omp task' directive.
2015-03-10 Owen AndersonFix a crash in InstCombine where we could try to trunca...
2015-03-10 Owen AndersonFix a stack overflow in the assembler when checking...
2015-03-10 Owen AndersonFix an issue in the verifier where we could try to...
2015-03-10 Alexey Bataev[OPENMP] Fixed tests for non-debug builds. NFC.
2015-03-10 Alexey Bataev[OPENMP] Improved code for generating debug info +...
2015-03-10 Rui UeyamaUse template aliases.
next