platform/upstream/llvm.git
2015-06-15 Rafael Espindolagold-plugin: save the .o when given -save-temps.
2015-06-15 Michael KruseOrthography: substracting -> subtracting
2015-06-15 Daniel SandersRevert r239721 - Replace string GNU Triples with llvm...
2015-06-15 Denis Protivensky[LinkerScript] Allow destruction of PHDR
2015-06-15 Daniel Jasperclang-format: [JS] Tweak behavior for multiline array...
2015-06-15 Daniel SandersReplace string GNU Triples with llvm::Triple in InitMCO...
2015-06-15 Arnaud A. de... [MachineSink] Improve runtime performance. NFC.
2015-06-15 Denis Protivensky[LinkerScript] Add matching of output sections to segments
2015-06-15 Jingyue Wu[ValueTracking] do not overwrite analysis results alrea...
2015-06-15 Rui UeyamaCOFF: Use ulittle32_t::operator|=. NFC.
2015-06-15 Rui Ueyama[Support][Endian] Define |= and &= for u{big,little...
2015-06-15 Hao Liu[AArch64] Delete two empty files, which should be remov...
2015-06-15 Rui UeyamaCOFF: Add a brief description about LTO.
2015-06-15 Hao Liu[AArch64] Revert r239711 again. We need to discuss...
2015-06-15 Rui UeyamaCOFF: Fix resource table size.
2015-06-15 Hao Liu[AArch64] Match interleaved memory accesses into ldN...
2015-06-15 Rui UeyamaCOFF: Support base relocations.
2015-06-15 Devin Coughlin[analyzer] Remove ObjCContainersChecker size informatio...
2015-06-14 Eric FiselierFix std::function allocator constructors in C++03.
2015-06-14 Rui UeyamaCOFF: Change const name. NFC.
2015-06-14 Rui UeyamaCOFF: Set Chunk to OutputSection backreference in addCh...
2015-06-14 Rui UeyamaCOFF: Add an assertion. NFC.
2015-06-14 Rui UeyamaCOFF: Support Windows resource files.
2015-06-14 NAKAMURA Takumi[CMake] Try to fix r239612, not to miss resources/windo...
2015-06-14 Benjamin Kramer[InstSimplify] fsub nnan x, x -> 0.0 is valid without...
2015-06-14 Benjamin Kramer[InstSimplify] Add self-fdiv identities for -ffinite...
2015-06-14 Igor BregerAVX-512: Implemented DAG lowering for shuff62x2/shufi62...
2015-06-14 Michael KupersteinAdd test for parsing the XOR operator in Intel syntax...
2015-06-14 Michael KupersteinAdd support for parsing the XOR operator in Intel synta...
2015-06-14 Igor BregerAVX-512: Implemented cvtsi2ss/d cvtusi2ss/d instruction...
2015-06-14 Daniel Jasperclang-format: [JS] Fix corner case in template string...
2015-06-14 NAKAMURA TakumiAsmPrinter.cpp: Avoid crashes for targeting like "arm...
2015-06-14 NAKAMURA TakumiReformat.
2015-06-13 Colin LeMahieu[Hexagon] Adding some codegen tests and updating some...
2015-06-13 Ed SchoutenAdd some basic support for CloudABI on i686.
2015-06-13 Benjamin Kramer[Statepoints] Skip a vector copy when uniquing values.
2015-06-13 Benjamin Kramer[ExecutionEngine] ArrayRefize argument passing.
2015-06-13 Yaron KerenC++11 Rangify loops in AssemblyWriter::printModule...
2015-06-13 Rafael EspindolaDon't use std::errc.
2015-06-13 Rafael EspindolaDon't use std::errc.
2015-06-13 Rafael EspindolaDon't use std::errc.
2015-06-13 Simon Pilgrim[DAGCombiner] Added BSWAP(BSWAP(x)) -> x combine pattern.
2015-06-13 Sanjay Patelhoist loop-invariant; NFCI
2015-06-13 Sanjay Patelremove function names from comments and clean up; NFC
2015-06-13 Simon Pilgrim[SelectionDAG] Added assertions + UNDEF handling for...
2015-06-13 Sanjay Patelremove unnecessary casts; NFCI
2015-06-13 Simon Atanasyan[Mips] Support R_MIPS_PC16 relocation handling
2015-06-13 Simon Atanasyan[Mips] Use standard relocations R_MIPS_HI16/LO16 instea...
2015-06-13 Simon Pilgrim[DAGCombiner] Added BSWAP vector constant folding support.
2015-06-13 Simon PilgrimStripped trailing whitespace. NFC.
2015-06-13 Benjamin Kramer[LinkerTest] Don't leak error string.
2015-06-13 Simon PilgrimStripped trailing whitespace. NFC.
2015-06-13 Rafael EspindolaUpdate for llvm api change.
2015-06-13 Rafael EspindolaUpdate for llvm api change.
2015-06-13 Rafael EspindolaBring in a BumpPtrStringSaver from lld and simplify...
2015-06-13 Eric FiselierCleanup result_of tests and fix issues with the C+...
2015-06-13 Eric FiselierRemove warnings about old CMake options
2015-06-13 Eric FiselierFix PR12999 - unordered_set::insert calls operator...
2015-06-13 Eric FiselierAdd `-verify-ignore-unexpected` option to ignore unexpe...
2015-06-13 Eric Fiselier[libcxx] Fix detection of __is_final.
2015-06-13 Eric Fiselier[LIT] Fix failing LIT tests
2015-06-13 Eric Fiselier[libcxx] Use __decltype instead of __typeof__
2015-06-13 Tom StellardAMDGPU: s/R600/AMDGPU/ in the Makefiles
2015-06-13 Tom Stellardconfigure: Remove non-portable fall-through operator: ;&
2015-06-13 Matthias BraunRename TargetSubtargetInfo::enablePostMachineScheduler...
2015-06-13 Matthias BraunMachineLICM: Use TargetSchedModel instead of just itine...
2015-06-13 Tom StellardR600 -> AMDGPU rename
2015-06-13 Hans WennborgRevert r239213: "clang-cl: Implement /GL in terms of...
2015-06-13 Eric FiselierMake __void_t unary and always provide it.
2015-06-13 Eric FiselierLWG2442: call_once() shouldn't DECAY_COPY(). Patch...
2015-06-13 Eric FiselierEnable __is_trivially* intrinsics for GCC 5.1
2015-06-13 Saleem Abdulrasooldocs: grammar adjustments in clang manpage
2015-06-13 Ahmed Bougacha[CodeGen] Don't evaluate immediate inlineasm arguments...
2015-06-13 Matt WalaRevert 239644.
2015-06-13 Eric FiselierRefactor is_member_function_pointer to use is_function...
2015-06-13 Eric FiselierPrevent dependancy on libatomic when using GCC to provi...
2015-06-12 Tim NorthoverAArch64: map bare-metal arm64-macho triple to MachO...
2015-06-12 Eli BenderskyFix returning error message in LLVMLinkModules
2015-06-12 Lang Hames[Orc] Tidy up initialization based on review feedback...
2015-06-12 Matt Wala[Scalarizer] Fix potential for stale data in Scattered...
2015-06-12 Alexey Samsonov[CodeGen] Use IRBuilder to create llvm.lifetime intrinsics.
2015-06-12 Lang Hames[Orc] Tidy up the CompileOnDemand layer based on commit...
2015-06-12 Davide Italiano[COFF] Spell the namespace correctly.
2015-06-12 Lang Hames[Orc] Fix a bug in the CompileOnDemand layer where...
2015-06-12 Hans Wennborg[ms] Don't try to delay lookup for failures in SFINAE...
2015-06-12 Alexey Samsonov[CGCall] Fix potential invalid iterator decrement in...
2015-06-12 Tom StellardR600/SI: Add assembler support for FLAT instructions
2015-06-12 Yaron KerenRangify several for loops in ValueEnumerator constructor.
2015-06-12 Eric ChristopherQuote the user provided string in the warning message...
2015-06-12 Colin LeMahieu[Hexagon] Making intrinsic tests agnostic to register...
2015-06-12 Tim NorthoverDriver: only set -mlinker-version based on host if...
2015-06-12 Douglas KatzmanWrap some long lines in LLVMBuild files. NFC
2015-06-12 Douglas KatzmanAdd 'shave' processor name to Triple
2015-06-12 Ahmed Bougacha[builtins] Hide long double fp_test.h helpers if it...
2015-06-12 David BlaikieRefix a use of explicit pointer types in GEP constant...
2015-06-12 Matt WalaFix a typo in a comment in MemCpyOpt (test commit)
2015-06-12 Yaron KerenRangify two for loops in BitcodeReader.cpp.
2015-06-12 Pete CooperRemove unnecessary MCExpr.h include from MCSymbol.h
2015-06-12 David Majnemer[MS ABI] Lock-in the derived memptr rep. for base-to...
2015-06-12 Pete CooperRemove a bunch of inline keywords from User. NFC.
next