platform/upstream/llvm.git
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.
2015-03-10 Owen AndersonFix an infinite loop in InstCombine when an instruction...
2015-03-10 Rafael EspindolaRevert "[OPENMP] Improved code for generating debug...
2015-03-10 Rafael EspindolaMove variable into assert to fix -Asserts builds.
2015-03-10 Alexey Bataev[OPENMP] Improved code for generating debug info +...
2015-03-10 Rafael EspindolaRemove incredibly confusing isBaseAddressKnownZero.
2015-03-10 Rafael EspindolaUse a better name for compile unit labels.
2015-03-10 Sanjay Patelremoved function names from comments; NFC
2015-03-10 Frederic RissDwarfAccelTable: remove unneeded bucket terminators.
2015-03-10 Sanjay Pateluse range-based for loops; NFC
2015-03-10 Craig TopperImprove and simplify EnforceSmallerThan for vector...
2015-03-10 Craig TopperRemove extra indentation of entire function body. NFC.
2015-03-10 Rafael EspindolaMove label creation close to emission. NFC.
2015-03-10 George Burgess IVAdded ConstantExpr support to CFLAA.
2015-03-10 Richard Smith[modules] Don't bother looking up a declaration to...
2015-03-10 George Burgess IVAdded special handling for inttoptr in CFLAA.
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-03-10 Mehdi AminiUpdate for LLVM API change: getOrEnforceKnownAlignment...
2015-03-10 Richard SmithPR21687: when adding a redeclaration of a function...
2015-03-10 Oleksiy VyalovRestore commented setTearDownCleanup in TestHelloWorld...
2015-03-10 Kostya Serebryany[sanitizer] fix instrumentation with -mllvm -sanitizer...
2015-03-10 Richard Smith[modules] Don't clobber a destructor's operator delete...
2015-03-10 Oleksiy VyalovAdd Utility/ModuleCache class and integrate it with...
2015-03-10 Kostya Serebryany[sanitizer] decrease sanitizer-coverage-block-threshold...
2015-03-10 Frederic RissDwarfAccelTable: Fix handling of hash collisions.
2015-03-10 Eric ChristopherTemporarily revert r231726 and r231724 as they're break...
2015-03-10 Eric ChristopherRemove an unused variable.
2015-03-10 Eric Fiselier[libcxx] Fix __RAII_IncreaseAnnotator for increases...
2015-03-10 Richard Smith[modules] This check is run before we resolve the heade...
2015-03-10 Ben LangmuirDon't treat .foo as two path components in path::iterators
2015-03-09 Lang Hames[Orc][MCJIT][RuntimeDyld] Add header that was accidenta...
2015-03-09 Richard Smith[modules] Don't assert if the same header is named...
2015-03-09 Lang Hames[Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols...
next