platform/upstream/llvm.git
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...
2015-03-09 Colin LeMahieu[Hexagon] Removing unused patterns.
2015-03-09 David BlaikieLLParser: gep: Simplify parsing error handling
2015-03-09 Ahmed Bougacha[CodeGen] Replace the reused stores' chain for extracte...
2015-03-09 Ahmed Bougacha[X86] Add nounwind to vector-idiv.ll testcases. NFC.
2015-03-09 Reid KlecknerReland r229944: EH: Prune unreachable resume instructio...
2015-03-09 Rui UeyamaAdd SimpleAbsoluteAtom which is analogous to other...
2015-03-09 NAKAMURA TakumiSuppress a couple of tests, clang/test/CodeGen/catch...
2015-03-09 Rui UeyamaRemove COFFReference and use SimpleReference instead.
2015-03-09 Rafael EspindolaUse a MapVector instead of an extra sort.
2015-03-09 Colin LeMahieu[Hexagon] Use single tailcall pseudoinst and fix checki...
2015-03-09 Alexey SamsonovRevert "Revert "[UBSan] Add testcases for -fsanitize...
2015-03-09 Alexey Samsonov[UBSan] Split -fsanitize=shift into -fsanitize=shift...
2015-03-09 Colin LeMahieu[Hexagon] Reapply r231699. Remove assumption that...
2015-03-09 Sanjoy Das[SCEV] Unify getUnsignedRange and getSignedRange
2015-03-09 Sanjoy Das[SCEV] Add a `scalar-evolution-print-constant-ranges...
2015-03-09 Rafael Auler[LinkerScript] Implement linker script expression evalu...
2015-03-09 Tim NorthoverARM: use ABI-specified alignment for byval parameters.
2015-03-09 Dimitry AndricFix another -Wunused-local-typedef warning in include...
2015-03-09 Eric FiselierMove test to use correct suffix
2015-03-09 Colin LeMahieu[Hexagon] Reverting r231699
2015-03-09 Frederic RissDwarfAccelTable: fix obvious typo.
2015-03-09 Fariborz Jahanian[PATCH Sema Objective-C]. Patch to warn on missing...
2015-03-09 Colin LeMahieu[Hexagon] Updating constant set to simpler versions.
2015-03-09 Reid KlecknerTableGen: Use 'enum : uint64_t' for feature flags to...
2015-03-09 Benjamin KramerRemove the remaining uses of abs64 and nuke it.
2015-03-09 Colin LeMahieu[Hexagon] Removing old halfword codegen instructions...
2015-03-09 Rafael EspindolaDon't prime the section map.
2015-03-09 Colin LeMahieu[Hexagon] Eliminating immediate condition set.
2015-03-09 Greg ClaytonFix debugserver warnings on MacOSX.
2015-03-09 Saleem AbdulrasoolUnwind: define more interfaces more often
2015-03-09 Colin LeMahieu[Hexagon] Removing TFR_condset_ir/TFR_condset_ri modeling.
2015-03-09 Rui UeyamaRemove dead code.
next