platform/upstream/llvm.git
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...
2015-03-19 Justin Bognerllvm-cov: Rename -color={always|never} to -use-color[=0]
2015-03-19 Eric FiselierFix use after free and calls to operator comma in debug...
2015-03-19 Ed MasteAdd NameMatches.h header to fix FreeBSD build after...
2015-03-19 Rafael EspindolaNote that we don't support COFF on PPC.
2015-03-19 Justin Bognerllvm-cov: Continue trying to appease a bot
2015-03-19 Rafael EspindolaSplit the object streamer callback in one per file...
2015-03-19 Justin Bognerllvm-cov: Try to appease a bot
2015-03-19 Hans WennborgSelectionDAGBuilder: update comment in HandlePHINodesIn...
2015-03-19 Matthias BraunDo not track subregister liveness when it brings no...
2015-03-19 David MajnemerParse: Don't assume tokens have a length
2015-03-19 Justin Bognerllvm-cov: Only emit colour by default if the output...
2015-03-19 Hans WennborgSelectionDAGIsel: Fix comment about terminators being...
2015-03-18 Quentin Colombet[CodeGenPrepare] Remove broken, dead, code.
2015-03-18 Jim InghamComment discouraging writing command based test cases.
2015-03-18 Rafael Espindolatwo or more, use a for.
2015-03-18 Siva ChandraEnable TestCallStdStringFunction for GCC.
2015-03-18 Eric Fiselier[libc++] Fix PR22922 - Allocator support for std::funct...
2015-03-18 Simon PilgrimFixed failing test due to missing target triple causing...
2015-03-18 Rafael EspindolaTeach getDefaultFormat that we only support ELF on...
2015-03-18 Simon Pilgrim[X86][SSE] Avoid scalarization of v2i64 vector shifts...
2015-03-18 Bill Schmidt[PowerPC] Correct typo in PPCInstrAltivec.td
2015-03-18 David MajnemerMS ABI: Don't try to emit VF/VB-Tables for extern class...
2015-03-18 Kostya Serebryany[sanitizer] change the sanitizer coverage format once...
2015-03-18 Siva ChandraCleanup to simplify the formatter for std::map of libst...
2015-03-18 Mehdi AminiUpdate 3.7 Release Note mentionning the non-optionality...
2015-03-18 Chris BienemanRevert "Generate targets for each lit suite."
2015-03-18 Richard TrieuWhen cloning LocalInstantiationScope's, don't update...
2015-03-18 Aaron Watrymath: Implement erfc
2015-03-18 Zachary TurnerMove some functions from source/lldb.cpp to Utility.
2015-03-18 Justin Bognerasan: Cargo cult the linux test changes in r232501...
2015-03-18 Chris BienemanGenerate targets for each lit suite.
2015-03-18 Eric ChristopherRevert "[X86][SSE] Avoid scalarization of v2i64 vector...
2015-03-18 Zachary TurnerTry to fix the Makefile build.
2015-03-18 Greg ClaytonDon't load register data from memory.
2015-03-18 Eric ChristopherRevert "Add a TargetMachine local MCRegisterInfo and...
2015-03-18 Eric ChristopherAdd a TargetMachine local MCRegisterInfo and MCInstrInf...
2015-03-18 Eric ChristopherRevert "Migrate the AArch64 TargetRegisterInfo to its...
2015-03-18 Reid KlecknerUse WinEHPrepare to outline SEH finally blocks
2015-03-18 Rafael EspindolaFix cmake build.
2015-03-18 Reid KlecknerCMake: Disable ENABLE_EXPORTS for executables with...
2015-03-18 Rafael EspindolaFix use of uninitialized valued.
2015-03-18 Simon Pilgrim[X86][SSE] Avoid scalarization of v2i64 vector shifts
2015-03-18 Colin LeMahieu[Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t...
2015-03-18 Rafael EspindolaAdd a default implementation of createObjectStreamer.
2015-03-18 Krzysztof Parzyszek[Hexagon] Use pseudo-instructions for true/false predic...
2015-03-18 Krzysztof ParzyszekRevert "[Hexagon] Use pseudo-instructions for true...
2015-03-18 Enrico GranataFix the Xcode build after the MIPS64 changes
2015-03-18 Colin LeMahieu[Objdump] Removing size limit on DumpBytes and changing...
2015-03-18 Zachary TurnerMove lldb-log.cpp to core/Logging.cpp
2015-03-18 Matthias BraunTableGen: Fix register class lane masks being too conse...
2015-03-18 Rafael EspindolaHandle X86::reloc_riprel_4byte in 32 bits mode.
2015-03-18 Krzysztof Parzyszek[Hexagon] Use pseudo-instructions for true/false predic...
2015-03-18 Greg ClaytonAlways add some fake threads with x86_64 registers...
next