platform/upstream/llvm.git
2015-06-15 Filipe Cabecinhas[ASan] Test churn for setting ASAN_OPTIONS=symbolize_vs...
2015-06-15 Alex LorenzMIR Serialization: Connect the machine function analysi...
2015-06-15 Greg ClaytonFound an issue that was causing types to be completed...
2015-06-15 Eric ChristopherRemove duplicate conditional in if-stmt.
2015-06-15 Richard Smith[modules] Better support for redefinitions of an entity...
2015-06-15 Rafael EspindolaCleanup the constructor of BitcodeReader. NFC.
2015-06-15 Sanjoy DasAdd "REQUIRES: asserts" to test case that uses -debug...
2015-06-15 Sanjoy DasUnbreak docs build from r239740.
2015-06-15 Sanjoy DasUnbreak the build from r239740.
2015-06-15 Rui UeyamaCOFF: Simplify SymbolBody::compare(SymbolBody *Other).
2015-06-15 Colin LeMahieu[Hexagon] Moving pass declarations out of header and...
2015-06-15 Sanjoy Das[CodeGen] Add a pass to fold null checks into nearby...
2015-06-15 Sanjoy Das[TargetInstrInfo] Add new hook: AnalyzeBranchPredicate.
2015-06-15 Sanjoy Das[TargetInstrInfo] Rename getLdStBaseRegImmOfs and imple...
2015-06-15 Sanjoy Das[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
2015-06-15 Sanjoy Das[NFC] Extract X86MCInstLower::LowerMachineOperand.
2015-06-15 Rui UeyamaCOFF: Fix .reloc section attributes.
2015-06-15 Luke CheesemanThis patch implements clang support for the ACLE specia...
2015-06-15 Yaron KerenDe-duplicate common expression, NFC.
2015-06-15 Rui UeyamaCOFF: Update README.
2015-06-15 Yaron KerenRangify several for loops, NFC.
2015-06-15 Evgeny AstigeevichOn behalf of Alexandros Lamprineas:
2015-06-15 Benjamin Kramer[LinkerTest] Use LLVMDisposeMessage to free error string.
2015-06-15 Daniel Jasperclang-format: NFC. Move testing of selective formatting...
2015-06-15 Rafael EspindolaAvoid a "always true" warning from gcc.
2015-06-15 Douglas KatzmanFix spelling in comment.
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.
next