platform/upstream/llvm.git
2015-03-20 Duncan P. N... DebugInfo: Require valid DIDescriptors
2015-03-20 Rafael EspindolaUpdate for llvm api change.
2015-03-20 Rafael EspindolaDon't declare all text sections at the start of the .s
2015-03-20 Ed MasteAvoid output on successful execution of the SWIG scripts
2015-03-20 Ed MasteFixup whitespace in finishSwigWrapperClasses.py
2015-03-20 Duncan P. N... Bugpoint: Fix invalid 'inlinedAt:' references in testcase
2015-03-20 Duncan P. N... AsmPrinter: Check subprogram before using it
2015-03-20 Rafael EspindolaReorganize the x86 ELF relocation selection logic.
2015-03-20 Duncan P. N... DwarfDebug: Check for null DebugLocs
2015-03-20 Duncan P. N... Verifier: Check that !dbg attachments have the right...
2015-03-20 Duncan P. N... DebugInfoFinder: Check for null imported entities
2015-03-20 Duncan P. N... SanitizerCoverage: Check for null DebugLocs
2015-03-20 Hans WennborgSelectionDAGBuilder: Rangeify a loop. NFC.
2015-03-20 Hans WennborgSelectionDAGBuilder::handleJTSwitchCase, simplify loop...
2015-03-20 Alexey Samsonov[UBSan] Don't allow to use UBSan with anything except...
2015-03-20 Duncan P. N... Rewrite test/Feature/md_on_instruction.ll
2015-03-20 Wei MiCorrectly estimate SROA savings for store operands...
2015-03-20 Daniel BerlinSmall optimization to avoid getting pass info when...
2015-03-20 John Brawn[ARM] Fix handling of thumb1 out-of-range frame offsets
2015-03-20 David MajnemerMS ABI: Accept calls to an unprototyped declaration...
2015-03-20 Zachary TurnerTry to fix configure/make build.
2015-03-20 Simon PilgrimStripped trailing whitespace. NFC.
2015-03-20 Eric ChristopherRewrite StackMap location handling to pre-compute the...
2015-03-20 Eric ChristopherAt the beginning of doFinalization set the MachineFunct...
2015-03-20 Chad RosierTypo.
2015-03-20 Tom StellardR600/SI: Refactor VOP2 instruction defs
2015-03-20 Tom StellardR600/SI: Refactor VOP1 instruction defs
2015-03-20 Pavel LabathAdd missing cases to NativeProcessLinux LogThreadStopInfo
2015-03-20 Rafael EspindolaReduce indentation after return. NFC.
2015-03-20 Rafael EspindolaUse early returns. NFC.
2015-03-20 Alexander Potapenko[ASan] fix litling warnings for coverage-order-pcs.cc
2015-03-20 Rafael EspindolaFold a llvm_unreachable into an assert. NFC.
2015-03-20 Rafael Espindolaclang-format a function. NFC.
2015-03-20 Alexander Potapenko[ASan] Move a couple of Posix-specific tests to Posix/
2015-03-20 Alexander Potapenko[ASan] Move the coverage tests that work on Darwin...
2015-03-20 Simon Atanasyan[Mips] Create special PLT entry in case of MIPS R6 ABI
2015-03-20 Pavel LabathFix ninja check-lldb
2015-03-20 Daniel Jasper[MBP] Don't outline short optional branches
2015-03-20 Pavel LabathSupport for truncate/append on log files
2015-03-20 Alexey Bataev[MSVC] Explicit specializations can be declared in...
2015-03-20 Justin BognerInstrProf: Make profile variables private to reduce...
2015-03-20 Craig Topper[Tablegen] Attempt to add support for patterns containi...
2015-03-20 Tom StellardR600/SI: Add missing CHECK-LABEL lines to a test
2015-03-20 Nick LewyckyFix comment from r232794. NFC
2015-03-20 Alexei Starovoitov[bpf] fix build
2015-03-20 Nick LewyckyWhen simplifying a SCEV truncate by distributing, consi...
2015-03-20 Richard Smith[modules] Remove some redundant work when building...
2015-03-20 Duncan P. N... SampleProfile: Check for missing debug locations
2015-03-20 Duncan P. N... DebugInfo: Check for null before using DIType
2015-03-20 Duncan P. N... Verifier: Remove the separate DebugInfoVerifier class
2015-03-20 Hans WennborgRewrite SelectionDAGBuilder::Clusterify to run in linea...
2015-03-20 Reid KlecknerC++14: Disable sized deallocation by default due to...
2015-03-20 Kostya SerebryanyAllow -fsanitize-coverage with -fsanitize=dataflow
2015-03-20 David MajnemerDon't crash-on-valid when an inline function is friend...
2015-03-19 Peter Collingbournetest: Make a start on a test suite for libLTO.
2015-03-19 Chaoren LinReport watchpoint hits during single stepping.
2015-03-19 Eric ChristopherUse the cached subtarget on the MachineFunction when...
2015-03-19 Eric ChristopherUse the cached subtarget off of the machine function.
2015-03-19 Sanjay Patelmove insert, extract, concat helper functions closer...
2015-03-19 Owen AndersonFix a nasty bug in DAGCombine of STORE nodes.
2015-03-19 Duncan P. N... Clang follow-up to LLVM r232772
2015-03-19 Chandler Carruth[Modules] Implement __builtin_isinf_sign in Clang.
2015-03-19 Eric ChristopherRemove unused headers.
2015-03-19 Eric ChristopherAdd an MCSubtargetInfo variable to the TargetMachine.
2015-03-19 Eric ChristopherAdd a TargetMachine local MCRegisterInfo and MCInstrInf...
2015-03-19 Reid KlecknerWinEH: Make llvm.eh.actions emission match the EH docs
2015-03-19 Sanjay Patel[X86, AVX] use blends instead of insert128 with index 0
2015-03-19 Duncan P. N... Verifier: Remove the separate -verify-di pass
2015-03-19 Peter CollingbourneFix build failure.
2015-03-19 Peter CollingbourneLowerBitSets: Avoid reusing byte set addresses.
2015-03-19 Peter CollingbournelibLTO, llvm-lto, gold: Introduce flag for controlling...
2015-03-19 Zachary TurnerMove LLDB initialization/shutdown to Initialization.
2015-03-19 Chaoren LinFix SBFrame::FindValue for when only global variables...
2015-03-19 David MajnemerMS ABI: Implement the MSVC 2015 scheme for scope disamb...
2015-03-19 Duncan P. N... PassManagerBuilder: Remove effectively dead 'StripDebug...
2015-03-19 Eric FiselierCreate macro to allow testing of is_convertible without...
2015-03-19 Kostya Serebryany[sanitizer] fix 'sancov.py merge' and add a test for it
2015-03-19 Eric Fiselier[libcxx] Unify LIBCXX_<ABI-Name>_INCLUDE_PATHS to be...
2015-03-19 Simon Atanasyan[Mips] Add comments to the relocation calculation functions
2015-03-19 Kaelyn TakataCorrect typos in C11 generic-selection expressions.
2015-03-19 Hans WennborgSwitch lowering: extract NextBlock function. NFC.
2015-03-19 Krzysztof ParzyszekUnxfail test/CodeGen/Generic/vector.ll now passing...
2015-03-19 Simon Atanasyan[Mips] Implement R_MIPS_PCHI16 / R_MIPS_PCLO16 relocati...
2015-03-19 Simon Atanasyan[Mips] Implement R_MIPS_PC18_S3 relocation handling
2015-03-19 Simon Atanasyan[Mips] Implement R_MIPS_PC19_S2 / R_MIPS_PC26_S2 reloca...
2015-03-19 Kostya Serebryany[sanitizer] trying to fix sancov.py with 32-bit python
2015-03-19 Benjamin KramerRemove unused diagnostic.
2015-03-19 Nico WeberAdd -Wpartial-availability.
2015-03-19 Artem BelevichRemove .CUDAIsDevice flags from CodeGenOpts as it's...
2015-03-19 Reid KlecknerFix -ast-dump of dependent new and delete exprs
2015-03-19 Artem BelevichIgnore device-side asm constraint errors while compilin...
2015-03-19 Peter Collingbournegold: Make powerpc support optional for the tests.
2015-03-19 Peter CollingbourneGlobalDCE: Improve performance for large modules contai...
2015-03-19 Justin Bognerdocs: Update llvm-cov docs for the -use-color flag
2015-03-19 Artem BelevichAdded missing case for IK_PreprocessedCuda.
2015-03-19 Reid KlecknerAdd -ast-dump support for new and delete expressions...
2015-03-19 Reid KlecknerFix incremental linking with ninja and CMake 3.2+,...
2015-03-19 Ilia KRemove IDE_MI_APP_EXIT_OK msg on exit (MI)
2015-03-19 Artem BelevichEnsure that we still parse preprocessed CUDA files...
2015-03-19 Ilia Kexpose 64 bit addresses through MI
next