platform/upstream/llvm.git
2014-12-03 Hal Finkel[PowerPC] Print all inline-asm consts as signed numbers
2014-12-03 Hal FinkelPreserve LD_LIBRARY_PATH when using the 'env' command
2014-12-03 Charlie TurnerEmit ABI_FP_rounding attribute.
2014-12-03 Charlie TurnerAdd tests for default value of Tag_ABI_FP_rounding.
2014-12-03 Benjamin PoulainFix a typo in the documentation of LTO
2014-12-03 Rafael EspindolaAsk the module for its the identified types.
2014-12-03 Duncan P. N... ADT: Rename argument in emplace_back_impl
2014-12-03 Nick LewyckyRevert r222997. The newly added compile-time checks...
2014-12-03 Duncan P. N... LoopVectorize: Remove unnecessary RAUW
2014-12-03 Kaelyn TakataHandle delayed corrections in a couple more error paths...
2014-12-03 Matt ArsenaultR600/SI: Fix SIFixSGPRCopies for copies to physical...
2014-12-03 Matt ArsenaultR600/SI: Remove incorrect assertion
2014-12-03 Matt ArsenaultR600/SI: Remove i1 pseudo VALU ops
2014-12-03 Matt ArsenaultR600/SI: Fix suspicious indexing
2014-12-03 Matt ArsenaultR600/SI: Fix running SILowerI1Copies a second time
2014-12-03 Matt ArsenaultR600/SI: Fix live range error hidden by SIFoldOperands
2014-12-03 Duncan P. N... ADT: Add SmallVector<>::emplace_back(): fixup
2014-12-03 Duncan P. N... ADT: Add SmallVector<>::emplace_back()
2014-12-03 Rui Ueyama[PECOFF] Fix a bug in /export option handler.
2014-12-03 Tom StellardStructurizeCFG: Use LoopInfo analysis for better loop...
2014-12-03 Duncan P. N... NVPTX: Delete dead code
2014-12-03 Tom StellardR600/SI: Enable inline assembly
2014-12-03 Jason MolendaUpdate setMCJITMemoryManager call to keep in line with...
2014-12-03 Peter Zotov[OCaml] [cmake] Disable OCaml bindings if ctypes >...
2014-12-03 Matt ArsenaultR600/SI: Change mubuf offsets to print as decimal
2014-12-03 Nick LewyckyEmit the entry block first and the exit block second...
2014-12-03 NAKAMURA TakumiGCRelocateOperands: Try to appease msc17.
2014-12-03 Peter CollingbourneUpdate test to check for prologue instead of prefix
2014-12-03 Peter CollingbourneUBSan now uses prologue data instead of prefix data
2014-12-03 Peter CollingbournePrologue support
2014-12-03 NAKAMURA TakumiExceptionDemo: Let setMCJITMemoryManager() take unique_...
2014-12-03 Ahmed Bougacha[X86][MC] Intel syntax: accept implicit memory operand...
2014-12-03 Nico WeberAdd support for has_feature(cxx_alignof) and has_featur...
2014-12-03 Nico WeberFix incorrect codegen for devirtualized calls to virtua...
2014-12-03 Richard SmithPR21706: -Wunsequenced was missing warnings when leavin...
2014-12-03 Lang Hames[MCJIT] Unique-ptrify the RTDyldMemoryManager member...
2014-12-03 Hal Finkel[PowerPC] Fix readcyclecounter to be custom expanded...
2014-12-03 Kostya Serebryany[asan] fix four asan tests to run in use-after-return...
2014-12-02 Tim NorthoverAArch64: strengthen Darwin ABI alignment assumptions
2014-12-02 David MajnemerFullProduct should be _FullProduct
2014-12-02 Pete CooperUse a typed enum instead of 'unsigned char' for packed...
2014-12-02 Kaelyn TakataEnsure typos in the default values of template paramete...
2014-12-02 David MajnemerIntrin: shrx_u64 should be _shrx_u64
2014-12-02 David MajnemerIntrin: Add _umul128
2014-12-02 Jason MolendaMark the armv7 q0-q3 and q8-q15 registers as volatile...
2014-12-02 Justin BognerInstrProf: Use the same names for variables as we use...
2014-12-02 Tim NorthoverAArch64: don't be too greedy when folding :lo12: access...
2014-12-02 Michael ZolotukhinPR21302. Vectorize only bottom-tested loops.
2014-12-02 Michael ZolotukhinApply loop-rotate to several vectorizer tests.
2014-12-02 Fariborz JahanianAnother warning with no group name bites the dust.
2014-12-02 Justin BognerInstrProf: Remove some pointless indirection (NFC)
2014-12-02 Simon Pilgrim[X86][SSE] Keep 4i32 vector insertions in integer domai...
2014-12-02 Alexey SamsonovReplace InternalScopedBuffer<char> with InternalScopedS...
2014-12-02 Chris MatthewsGive lit a --xunit-xml-output option for saving results...
2014-12-02 Kaelyn TakataDiagnose TypoExprs in a couple of error cases in ParseP...
2014-12-02 Hal Finkel[PowerPC] Implement readcyclecounter for PPC32
2014-12-02 Tom StellardR600/SI: Emit amd_kernel_code_t header for AMDGPU envir...
2014-12-02 Eric ChristopherMake sure that the TargetOptions operator== is checking the
2014-12-02 Alexey SamsonovAdd missing #include to fix Android build.
2014-12-02 Lang Hames[AArch64][Stackmaps] Optimize stackmap shadows on AArch64.
2014-12-02 Zachary TurnerFix broken test suite on Windows after r223091.
2014-12-02 Tom StellardR600/SI: Move more information into SIProgramInfo struct
2014-12-02 Eric ChristopherAdd bindings for the rest of the MCJIT options that...
2014-12-02 Tobias Grossercheckout_isl: Do not fail in presence of an old CLooG...
2014-12-02 Matt ArsenaultR600: Cleanup some tests and add missing testcases
2014-12-02 Philip ReamesRestructure some assertion checking based on post commi...
2014-12-02 Nico WeberWrap to 80 columns. No behavior change.
2014-12-02 Daniel Sanders[mips] Fix passing of small structures for big-endian...
2014-12-02 Roman DivackyIntroduce CPUStringIsValid() into MCSubtargetInfo and...
2014-12-02 Tobias GrosserMake checkout isl script executable
2014-12-02 Alexey SamsonovSimplify Symbolizer::SymbolizePC() interface.
2014-12-02 Tom StellardR600/SI: Refactor AMDGPUAsmPrinter::EmitProgramInfoSI()
2014-12-02 Philip Reames[Statepoints 4/4] Statepoint infrastructure for garbage...
2014-12-02 Philip ReamesAppease a build bot complaining about an unused variabl...
2014-12-02 Johannes DoerfertDrop Cloog support
2014-12-02 JF BastienMake le64 DescriptionString consistent with other targets.
2014-12-02 Reid Klecknercmake: Remove MAXPATHLEN define as autoconf does not...
2014-12-02 Reid KlecknerRemove '#undef const' from config.h.cmake to sync with...
2014-12-02 Philip Reames[Statepoints 3/4] Statepoint infrastructure for garbage...
2014-12-02 Fariborz JahanianThis patch fixes a crash involving use of predefined
2014-12-02 Bruno Cardoso... [SwitchLowering] Handle destinations on multiple phi...
2014-12-02 Samuel BenzaquenSkip some unnecessary type checks.
2014-12-02 Ahmed Bougacha[MachineCSE] Clear kill-flag on registers imp-def'd...
2014-12-02 Philip ReamesRemove unneccessary code introduced with 223101.
2014-12-02 Zachary TurnerDisable warning 4530 for MSVC builds.
2014-12-02 Tom StellardR600/SI: Set correct number of user sgprs for HSA runtime
2014-12-02 Peter Zotov[OCaml] Add Llvm.mdnull.
2014-12-02 JF Bastienlibc++: support NaCl when building thread.cpp
2014-12-02 Sanjay Patelfix typo in comment
2014-12-02 Tim NorthoverAArch64: make register block rules apply to vector...
2014-12-02 Tom StellardR600/SI: Set the ATC bit on all resource descriptors...
2014-12-02 Tom StellardTriple: Add AMDHSA operating system type
2014-12-02 Anton KorobeynikovFix invalid calling convention used for libcalls on...
2014-12-02 Viktor Kutuzov[Tsan] Fix the atomic_race.cc test to pass on systems...
2014-12-02 Viktor Kutuzov[Tsan] Do not flush all streams on exit
2014-12-02 Serge PavlovReverted r223114, it caused failure on on clang-native...
2014-12-02 Bruno Cardoso... [LICM] Avoind store sinking if no preheader is available
2014-12-02 Daniel Jasperclang-format: Escape '*' in generated flag documentation.
2014-12-02 Daniel Jasperclang-format: Add option to suppress operator alignment.
2014-12-02 Justin Holewinski[NVPTX] Fix type error for some builtins in BuiltinsNVP...
next