platform/upstream/llvm.git
2014-12-09 David MajnemerRevert "Driver: Objective-C should respect -fno-exceptions"
2014-12-09 Tom StellardR600/SI: Set MayStore = 0 on MUBUF loads
2014-12-09 Tom StellardR600/SI: Move setting of the lds bit to the base MUBUF...
2014-12-08 Colin LeMahieu[Hexagon] Removing old def versions and replacing usage...
2014-12-08 Tom StellardMISched: Fix moving stores across barriers
2014-12-08 Alexey SamsonovUpdate bogus file permissions.
2014-12-08 Nico WeberAdd a test for MS-ABI this adjustment for virtual calls...
2014-12-08 Enrico GranataAdd the ability for an SBValue to create a persisted...
2014-12-08 Colin LeMahieu[Hexagon] Adding any8, all8, and/or/xor/andn/orn/not...
2014-12-08 Bill Seurer[PowerPC]Activate FeatureVSX for the Power target
2014-12-08 Hal Finkel[PowerPC] Don't use a non-allocatable register to imple...
2014-12-08 Kaelyn TakataHandle possible TypoExprs in member initializers.
2014-12-08 Colin LeMahieu[Hexagon] Fixing broken test.
2014-12-08 Colin LeMahieu[Hexagon] Adding xtype doubleword add, sub, and, or...
2014-12-08 Colin LeMahieu[Hexagon] Adding xtype doubleword comparisons. Removin...
2014-12-08 Zachary TurnerFix platform shell test to run "dir c:\" instead of...
2014-12-08 David BlaikieDebugInfo: Ensure the store for an assignment is attrib...
2014-12-08 Zachary TurnerFix some posix assumptions related to running shell...
2014-12-08 Daniel Jasperclang-format: Indent correctly in conditional expressio...
2014-12-08 Colin LeMahieu[Hexagon] Adding xtype parity, min, minu, max, maxu...
2014-12-08 Colin LeMahieu[Hexagon] Adding xtype halfword add/sub ll/hl/lh/hh...
2014-12-08 Peter CollingbourneMake myself the code owner for llgo.
2014-12-08 Samuel BenzaquenFix isInstantiated and isInTemplateInstantiation to...
2014-12-08 Peter CollingbourneAdd .arcconfig file.
2014-12-08 Daniel Jasperclang-format: [Java] Always break after annotations...
2014-12-08 Zachary TurnerRemove use of GCC-style intrinsics, as they are non...
2014-12-08 Matt ArsenaultR600/SI: Move continue after checking s_mov_b32.
2014-12-08 Daniel Jasperclang-format: Make clang-format-diff.py format java...
2014-12-08 David MajnemerConstantFold: Zero-sized globals might land on top...
2014-12-08 Justin BognerInstrProf: Use LLVM's -instrprof pass for profiling
2014-12-08 Eric ChristopherClean up the rst for the debug info tutorial
2014-12-08 Rafael EspindolaLazily link GlobalVariables and GlobalAliases.
2014-12-08 Colin LeMahieu[Hexagon] Adding add/sub with saturation. Removing...
2014-12-08 David MajnemerInstSimplify: Try to bring back the rest of r223583
2014-12-08 Eric ChristopherOnce more on the cmake build. nativecodegen->native...
2014-12-08 Eric ChristopherAttempt to fix the cmake build by requiring mcjit on...
2014-12-08 Bruno Cardoso... [CompactUnwind] Fix register encoding logic
2014-12-08 Eric ChristopherFix KS tutorial build failure.
2014-12-08 Hafiz Abid... Fix a bug where global variable can be reported as...
2014-12-08 Rafael EspindolaDon't crash when the key of a comdat is lazily linked.
2014-12-08 Justin BognerInstrProf: An intrinsic and lowering for instrumentatio...
2014-12-08 Eric ChristopherAdd Chapter 8 to the Kaleidoscope tutorial. This chapte...
2014-12-08 Eric ChristopherFix the JIT code for the Kaleidoscope tutorial.
2014-12-08 Tim NorthoverAArch64: treat HFAs containing "half" types as blocks...
2014-12-08 Andrea Di Biagio[X86] Improved tablegen patters for matching TZCNT...
2014-12-08 Colin LeMahieu[Hexagon] Adding combine reg, reg with predicated forms.
2014-12-08 Rafael EspindolaSimplify the test. NFC.
2014-12-08 Rafael EspindolaSimplify test. NFC.
2014-12-08 Colin LeMahieu[Hexagon] Adding packhl instruction.
2014-12-08 Rafael EspindolaUse CHECK-DAG to reduce the noise in an upcoming patch.
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.
next