platform/upstream/llvm.git
2014-12-08 Daniel Sanders[mips] Add Mips-specific CCIf's for accessing the MipsC...
2014-12-08 Sergey DmitroukExplicitly include <sched.h> for sched_yield()
2014-12-08 Andrea Di Biagio[X86] Improved lowering of packed v8i16 vector shifts...
2014-12-08 Rafael EspindolaMove the ValueMap lookup inside linkFunctionBody. NFC.
2014-12-08 Rafael EspindolaUse range loops. NFC.
2014-12-08 Rafael EspindolaUse range loops. NFC.
2014-12-08 Rafael EspindolaFix linking of prologue data.
2014-12-08 NAKAMURA Takumi[CMake] Fix installation of llvm-ranlib on multiconfig...
2014-12-08 Rafael EspindolaSimple style fixes.
2014-12-08 Rafael EspindolaMove materialize/Dematerialize calls to linkFunctionBod...
2014-12-08 Daniel Jasperclang-format: Support commas in lambda return types.
2014-12-08 Alexander Kornienko[clang-tidy] google-runtime-int: Don't check C code.
2014-12-08 Evgeniy Stepanov[msan] Intercept wcsto*.
2014-12-08 NAKAMURA Takumiclang/test/Index/usrs.cpp: Appease targeting msvc.
2014-12-08 Sonam KumariRemoval Of Duplicate Test Case from shift.ll file
2014-12-08 Argyrios Kyrtzidis[libclang] Use same USR encoding for 'char' regardless...
2014-12-08 Elena DemikhovskyX86 intrinsics moved form X86ISelLowering.cpp to X86Int...
2014-12-08 Argyrios Kyrtzidis[libclang] Encode InjectedClassNameType in the USR.
2014-12-08 Argyrios Kyrtzidis[libclang] Encode location info for anonymous embedded...
2014-12-08 Argyrios Kyrtzidis[libclang] Use same USR encoding for 'class' as 'struct'.
2014-12-08 Argyrios Kyrtzidis[libclang] Encode C++11 rvalue reference types in the...
2014-12-08 Argyrios Kyrtzidis[libclang] Encode the C++11 method reference qualifier...
2014-12-08 Argyrios Kyrtzidis[libclang] Reflect in USR generation that 'signed char...
2014-12-08 Argyrios Kyrtzidis[libclang] Function templates can be 'overloaded' by...
2014-12-08 David Majnemerlit: Don't use python 2.6 features
2014-12-08 Jason MolendaThe lldb unwinder can now use the unwind information...
2014-12-08 NAKAMURA TakumiRevert a part of r223583, for now. It seems causing...
2014-12-08 Duncan P. N... IR: Fix bitcode compatability filenames
2014-12-07 Tobias GrosserSimplify computation of reduction dependences
2014-12-07 Duncan P. N... Stop relying on MDNode::get() returning self-references
2014-12-07 Duncan P. N... IR: Revert r223618 behaviour of MDNode::concatenate()
2014-12-07 Duncan P. N... IR: Drop uniquing for self-referencing MDNodes
2014-12-07 Duncan P. N... IR: Remove reference to ENABLE_MDNODE_UNIQUING
2014-12-07 Duncan P. N... IR: Add missing tests for function-local metadata
2014-12-07 Marek OlsakR600/SI: Disable VMEM and SMEM clauses by breaking...
2014-12-07 Marek OlsakR600/SI: Set 20-bit immediate byte offset for SMRD...
2014-12-07 Chandler Carruth[x86] Clean up the SSE1 test to use a slightly differen...
2014-12-07 Chandler Carruth[x86] Switch a constant selection test to use positive...
2014-12-07 Chandler Carruth[x86] Cleanup the combining vector shuffle tests a...
2014-12-07 Chandler Carruth[x86] Clean up the shift lowering vector shuffle tests...
2014-12-07 Daniel Jasperclang-format: Don't merge lines with comments.
2014-12-07 Tobias GrosserDrop unused 'docs' directory
2014-12-07 Tobias GrosserUpdate to the latest version of isl
2014-12-07 Tobias Grosserwww-todo: No need to directly integrate with the basic...
2014-12-07 Tobias Grosserwww-todo: We assume accesses to fixed-size arrays are...
2014-12-07 Marek OlsakR600/SI: Update instruction conversions for VI
2014-12-07 Marek OlsakR600/SI: Add VI instructions
2014-12-07 Marek OlsakR600/SI: Add SCC Defs/Uses to SOP1 and SOP2 opcodes
2014-12-07 Eric FiselierGive lit.cfg's threading options default values when...
2014-12-07 Eric FiselierMark a couple of tests as XFAIL with older compilers.
2014-12-07 Eric FiselierConsolidate error reporting in lit.cfg
2014-12-07 Eric FiselierRevert parts of r223594. Use DYLD_LIBRARY_PATH on OSX...
2014-12-06 Eric FiselierFix apple clang detection in lit.cfg
2014-12-06 Richard SmithAdd some file content to avoid test failures on content...
2014-12-06 Richard SmithAdd test file missed from r223561.
2014-12-06 Eric FiselierUnify and cleanup rpath handling in tests.
2014-12-06 Eric Fiselier[libcxx] Add logic to probe compiler in tests.
2014-12-06 Eric FiselierAdd support for building and testing libc++ without...
2014-12-06 Eric FiselierImprove error message when _LIBCPP_HAS_NO_MONOTONIC_CLO...
2014-12-06 Benjamin KramerTurn some DenseMaps that are only used for set operatio...
2014-12-06 Benjamin KramerMake the DenseMap bucket type configurable and use...
2014-12-06 Benjamin KramerReapply "LLVMContext: Store APInt/APFloat directly...
2014-12-06 David MajnemerConstantFold: Don't optimize comparisons with weak...
2014-12-06 David MajnemerI didn't intend to commit this change.
2014-12-06 David MajnemerInstSimplify: Optimize away useless unsigned comparisons
2014-12-06 NAKAMURA TakumiReformat.
2014-12-06 Tom StellardR600/SI: Restore PrivateGlobalPrefix to the default...
2014-12-06 Paul RobinsonRename a couple of preprocessor symbols to be more...
2014-12-06 Richard Smith[modules] If we import a module, and we've seen a modul...
2014-12-06 NAKAMURA TakumiAvoid angle brackets in comment. [-Wdocumentation-html]
2014-12-06 Sean CallananFixed an unfortunate reversed conditional that
2014-12-06 Duncan P. N... IR: Disallow function-local metadata attachments
2014-12-06 NAKAMURA TakumiLLVMInstrumentation requires MC since r223532.
2014-12-06 Matt ArsenaultFix typo
2014-12-06 Hans WennborgAdd a proper triple to switch-jump-table.ll
2014-12-06 NAKAMURA Takumillvm/test/CodeGen/X86/switch-jump-table.ll: Add explici...
2014-12-06 Kate StoneImprovements to FastDemangler to correct parsing of...
2014-12-06 Jim InghamReverting r223548 which broke running in the shell...
2014-12-06 Ahmed Bougacha[X86] Refactor PMOV[SZ]Xrm to add missing AVX2 patterns.
2014-12-06 Hans WennborgSelectionDAG switch lowering: Replace unreachable defau...
2014-12-06 Jim InghamAdd the ability to set breakpoints with conditions...
2014-12-06 Duncan P. N... IR: Disallow complicated function-local metadata
2014-12-06 Kostya SerebryanyNo memcpy for copy ctor with -fsanitize-address-field...
2014-12-06 Chris MatthewsFix for xunit output to work around issue in Jenkins...
2014-12-06 Richard SmithPR21217: Slightly more eagerly load -fmodule-map-file...
2014-12-06 Sean CallananNow that we get types from modules, we occasionally
2014-12-06 Jim InghamFix a type (MAX_PATH instead of PATH_MAX) and remove...
2014-12-06 Sean CallananAdd new-lines after module compiler errors so
2014-12-06 Duncan P. N... Utils: Style cleanups, NFC
2014-12-06 Duncan P. N... Utils: Avoid RAUW on metadata in CloneFunction()
2014-12-06 Nick LewyckyCanonicalize multiplies by looking at whether the opera...
2014-12-06 Neeraj Badlani[TEST-COMMIT] As per Developer Policy, Added a blank...
2014-12-06 Tim NorthoverAArch64: use explicit MVT::i64 when creating EXTRACT_SU...
2014-12-06 Jim InghamAdd an initial description of the rules for constructin...
2014-12-06 Chris MatthewsFix corner cases in lit xunit for paths with dots
2014-12-06 Zachary TurnerFix some posix assumptions related to running shell...
2014-12-06 Richard SmithAdditional safety for the root cause of regression...
2014-12-06 Benjamin KramerRevert "LLVMContext: Store APInt/APFloat directly into...
2014-12-05 Jim InghamAdd a list iterable helper and use it to make a Breakpoint
2014-12-05 Jim InghamFirst pass at a description of the lldb coding conventions.
next