platform/upstream/llvm.git
2014-12-04 Aaron BallmanAdding a FIXME to the code, based on a discussion in...
2014-12-04 Alexey SamsonovFix UBSan report in StringMap implementation.
2014-12-04 Adrian PrantlDebug info: If the RegisterCoalescer::reMaterializeTriv...
2014-12-04 Eric ChristopherFix a bunch of -Winconsistent-missing-override warnings.
2014-12-04 Hans WennborgAdd some tests for SimplifyCFG's TurnSwitchRangeIntoICm...
2014-12-04 Hans WennborgAdd some tests for SimplifyCFG's ConstantFoldTerminator...
2014-12-04 Rafael EspindolaAlso use --icf=safe if we are being linked by gold.
2014-12-04 Zachary TurnerFix a minor error where I forgot to declare a variable.
2014-12-04 Zachary TurnerRevert "Use timeout when reading debugserver's port...
2014-12-04 Yaron KerenSilence warning: "NOMINMAX" redefined.
2014-12-04 Roman DivackyAdd a FIXME as requested by Renato Golin.
2014-12-04 Yaron KerenSilence warning: variable 'buffer' set but not used.
2014-12-04 David MajnemerRevert "Fix a build breakage. Looks like the LLVM side...
2014-12-04 Hans WennborgCMake: build DLLs in the right directory and include...
2014-12-04 Peter CollingbourneRoll gofrontend to 2a85649c19e1.
2014-12-04 Matt ArsenaultAdd attributes for AMDGPU register limits.
2014-12-04 Bruno Cardoso... [x86] Fix isOffsetSuitableForCodeModel kernel code...
2014-12-04 Weiming Zhao[AArch64] Combining Load and IntToFp should check for...
2014-12-04 Asiri RathnayakeFix yet another unseen regression caused by r223113
2014-12-04 Jonathan RoelofsFix thumbv4t indirect calls
2014-12-04 Enrico GranataWe should not pretend that an int is a valid ObjC point...
2014-12-04 Philip ReamesAdd a test case for argument type coercion in an invoke...
2014-12-04 Greg ClaytonRemove dead code from SymbolFileDWARF:
2014-12-04 Enrico GranataFix a build breakage. Looks like the LLVM side of this...
2014-12-04 Philip ReamesAdd a section to Statepoint docs mentioning shared...
2014-12-04 Rui UeyamaRevert "Rewrite InputGraph's Group"
2014-12-04 Rafael EspindolaDetect if the linker is gold and if so always use ...
2014-12-04 Hal FinkelRevert "r223364 - Revert r223347 which has caused crash...
2014-12-04 Philip ReamesFix a typo: use of cast where dyn_cast was intended
2014-12-04 Daniel Sanderstest-release.sh: Add a way to specify --build to configure
2014-12-04 Rafael EspindolaRemove dead code. NFC.
2014-12-04 Daniel Jasperclang-format: [JS] Don't put top-level dict literals...
2014-12-04 Asiri RathnayakeFix a minor regression introduced in r223113
2014-12-04 Rafael EspindolaUse size_type in the interface exposed by SmallVector.
2014-12-04 Alexander PotapenkoRevert r223347 which has caused crashes on bootstrap...
2014-12-04 Rafael EspindolaRevert "[Thumb/Thumb2] Added restrictions on PC, LR...
2014-12-04 Michael Kuperstein[X86] Improve a dag-combine that handles a vector extra...
2014-12-04 Simon Atanasyan[ELF] Adjust ELF header entry symbol value if this...
2014-12-04 Faisal ValiFix PR21684 - Ellipsis following an 'auto' parameter...
2014-12-04 Jyoti Allur[Thumb/Thumb2] Added restrictions on PC, LR, SP in...
2014-12-04 Alexander Potapenko[msan] Put the coverage files for coverage-levels.cc...
2014-12-04 Andrea Di Biagio[X86] Simplify code. NFC.
2014-12-04 Hafiz Abid... Cleanup of the fix done recently for a lldb-mi hang...
2014-12-04 Alexander KornienkoMake getInsertArgumentAdjuster insert extra arguments...
2014-12-04 Daniel Sanderstest-release.sh: Correct the logged configure command...
2014-12-04 Patrik HagglundUse DomTree in MachineSink to sink over diamonds.
2014-12-04 Simon Pilgrim[InstCombine] Minor optimization for bswap with binary ops
2014-12-04 Elena DemikhovskyMasked Load / Store Intrinsics - the CodeGen part.
2014-12-04 Hal FinkelRestrict somewhat the memory-allocation pointer cmp...
2014-12-04 Jean-Daniel... Add missing test file
2014-12-04 Daniel Jasperclang-format: More restrictively classify import declar...
2014-12-04 Yaron Kerenclang-formatted ranged loops and assignment, NFC.
2014-12-04 Jean-Daniel... Add mach-o LC_RPATH support to llvm-objdump
2014-12-04 Alexey Bataev[OPENMP] Codegen for 'omp master' directive
2014-12-04 Rui Ueyama[PECOFF] Improve /export compatibility.
2014-12-04 Sameer SahasrabuddheAlways emit kernel arg info for SPIR.
2014-12-04 Michael Liao[X86] Clean up whitespace as well as minor coding style
2014-12-04 Saleem AbdulrasoolCodeGen: refactor ARM builtin handling
2014-12-04 Rafael EspindolaRevert "Add missing test dependency and use a more...
2014-12-04 Rafael EspindolaAdd missing test dependency and use a more canonical...
2014-12-04 Colin LeMahieu[Hexagon] Adding lit exception if Hexagon isn't built.
2014-12-04 Colin LeMahieu[Hexagon] Marking some instructions as CodeGenOnly...
2014-12-04 Hans WennborgCMake: try to actually fix the regexes for setting...
2014-12-04 NAKAMURA TakumiIntroduce "llvm-ranlib" as a name of targets since...
2014-12-04 NAKAMURA TakumiSort by alphabetical order.
2014-12-04 Rui UeyamaRewrite InputGraph's Group
2014-12-04 Michael Liao[X86] Restore X86 base pointer after call to llvm.eh...
2014-12-04 Hal Finkel[PowerPC] 'cc' should be an alias only to 'cr0'
2014-12-04 Philip ReamesMinor typo and link fixes for Statepoint documentation
2014-12-04 Rui Ueyama[PECOFF] Improve compatibility of /export option.
2014-12-04 NAKAMURA TakumiHexagonMCInst.h: Qualify constants explicitly to appeas...
2014-12-04 Rafael EspindolaFor copy, cmake needs the full path to llvm-ar.
2014-12-04 Matt ArsenaultAllow target to specify prefix for labels
2014-12-04 Philip ReamesA few more checks for gc.statepoints in the Verifier
2014-12-04 Rafael EspindolaAdd missing dependency on llvm-ar. Should hopefully...
2014-12-03 Reid KlecknerAdd test for __umulh
2014-12-03 Hal Finkel[PowerPC] Fix inline asm memory operands not to use r0
2014-12-03 Quentin Colombet[RegAllocFast] Handle implicit definitions conservatively.
2014-12-03 Reid KlecknerImplement __umulh with __int128 arithmetic
2014-12-03 Rafael EspindolaThis reverts commit r223306 and r223277.
2014-12-03 Kostya Serebryany[msan] allow -fsanitize-coverage=N together with -fsani...
2014-12-03 Kostya Serebryany[msan] allow -fsanitize-coverage=N together with -fsani...
2014-12-03 Kostya Serebryany[msan] allow -fsanitize-coverage=N together with -fsani...
2014-12-03 Jacques PienaarTest commit.
2014-12-03 Rafael EspindolaMake llvm-ar a real build target and install it.
2014-12-03 Zachary TurnerImprove the comments on PutSTDIN, GetSTDOUT, and GetSTDERR.
2014-12-03 Chris MatthewsAdd a test-case for lit xunit output
2014-12-03 Kevin EnderbyMove tests for llvm-objdump for universal files to...
2014-12-03 Chris MatthewsDon't allow test-suite names with . in them in xml...
2014-12-03 Rafael EspindolaSplit the set of identified struct types into opaque...
2014-12-03 Kevin EnderbyAdd support to llvm-objdump for Mach-O universal files...
2014-12-03 Sanjay Patelfix typos, grammar, formatting; NFC
2014-12-03 Philip ReamesStrength Verifier checks around the types involved...
2014-12-03 Matthias Brauncorrect spelling, NFC
2014-12-03 Zachary TurnerManually call ModulesDidLoad when the executable is...
2014-12-03 Zachary TurnerCorrectly shutdown when DoDestroy is called with an...
2014-12-03 Reid KlecknerCUDA host device code with two code paths
2014-12-03 Matthias Braun[SimplifyLibCalls] Improve double->float shrinking...
2014-12-03 Matthias Braun[SimplifyLibCalls] Enable double to float shrinking...
2014-12-03 Colin LeMahieu[Hexagon] Converting member InstrDesc to static variable.
next