platform/upstream/llvm.git
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
2015-03-19 Ilia KFix memory allocating inside signal handler (MI)
2015-03-19 Ilia KFix -break-insert for system functions (MI)
2015-03-19 Marshall ClowAdd code to honor the match_not_bol and match_not_eol...
2015-03-19 Artem BelevichAdd support for __nvvm_reflect changes in libdevice...
2015-03-19 Reid KlecknerRevert "Improvement on sized deallocation from r230160"
2015-03-19 Chris BienemanFixing dependencies for native tablegen.
2015-03-19 Hans WennborgSwitch lowering: remove unnecessary ConstantInt casts...
2015-03-19 Krzysztof Parzyszek[Hexagon] Add support for vector instructions
2015-03-19 Greg Bedwell[CMake] Don't pass in MSVC warning flags as definitions.
2015-03-19 Benjamin KramerDevirtualize Attr and all subclasses.
2015-03-19 Krzysztof Parzyszek[Hexagon] ENDLOOP is a non-reversible conditional branch
2015-03-19 Tamas BerghammerDon't close pseudo terminal master file descriptor...
2015-03-19 Benjamin KramerMove ThreadSafetyReporter into an anonymous namespace...
2015-03-19 Benjamin KramerInternalize PEI. NFC.
2015-03-19 Manuel KlimekAdd option to switch off putting header modules into...
2015-03-19 Daniel Sanders[sparc] Small fix to r232719 to make 2007-12-17-InvokeA...
2015-03-19 Daniel Sanders[sparc] Only support the 'm' inline assembly memory...
2015-03-19 Daniel Jasper[InstCombine] Don't fold a GEP into itself through...
2015-03-19 Daniel Jasperclang-format: Fix another bug in wrapping around "*".
2015-03-19 Ed SchoutenDon't print debugging messages to stdout.
2015-03-19 Ilia KFix double (gdb) prompt when command doesn't exist
2015-03-19 Sylvestre LedruAdd support for kfreebsd. Thanks to Jan Henke
2015-03-19 Ilia KFix error handling in CMIDriver::DoMainLoop after r2152...
2015-03-19 Alexey Bataev[OPENMP] Fixed bug in codegen of 'atomic write'.
2015-03-19 Tobias GrosserAdd some missing __isl_give/__isl_keep annotations
2015-03-19 Tobias GrosserAdd forgotten 'FileCheck' to tiling test cases
2015-03-19 Tobias GrosserUpdate isl to 94d707d
2015-03-19 Denis Protivensky[ARM] Implement static (initial exec) TLS model
2015-03-19 Simon Atanasyan[Mips] Implement R_MIPS_PC21_S2 relocation handling
2015-03-19 Simon Atanasyan[Mips] Recognize and check compatibility MIPS32R6 ...
2015-03-19 Simon Atanasyan[Mips] Replace "hand-made" function by the `llvm::SignE...
next