platform/upstream/llvm.git
2015-01-17 Rui UeyamaRemove dead code.
2015-01-17 Rui UeyamaUpdate comments.
2015-01-17 Chandler Carruth[PM] Cleanup more warnings my refactoring exposed where...
2015-01-17 Chandler Carruth[PM] Remove a dead field.
2015-01-17 Chandler Carruth[msan] Fix a uninitialized-use bug in the template...
2015-01-17 Chandler Carruth[PM] Update Polly following LLVM r226373 which refactor...
2015-01-17 Chandler Carruth[PM] Split the LoopInfo object apart from the legacy...
2015-01-17 Nico WeberTry to fix the Windows build after r226362.
2015-01-17 Nico WeberAdd tests for two more asserts that r226365 fixed accor...
2015-01-17 Nico WeberAdd a test for something that used to crash before...
2015-01-17 Hal Finkel[PowerPC] Don't list R11 as a patchpoint scratch register
2015-01-17 Hal Finkel[sanitizer] Adjust max read size in FlagHandlerInclude
2015-01-17 Hans WennborgProgrammersManual.rst: fix a typo
2015-01-17 Enrico GranataCommit fix for a static analyzer issue where a string...
2015-01-17 Nico WeberIf a function decl cannot be merged, mark it as invalid.
2015-01-17 Nico WeberWrap to 80 columns. No behavior change.
2015-01-17 Nico WeberAddress review feedback from r226306. No intended behav...
2015-01-17 Vince HarronAdded Connection::GetURI()
2015-01-17 Rafael EspindolaMake sure all weak destructors go in a comdat in the...
2015-01-17 Mehdi AminiImprove DAG combine pass on certain IR vector patterns
2015-01-17 Richard TrieuClean up a string comparison with StringRef. Suggestio...
2015-01-17 Lang Hames[RuntimeDyld] Tidy up emitCommonSymbols a little. NFC.
2015-01-17 Richard TrieuRemove std::move that was preventing return value optim...
2015-01-17 Richard TrieuRemove std::move that was preventing return value optim...
2015-01-17 Matthias BraunRegisterCoalescer: Cleanup and improved comment for...
2015-01-17 Matthias BraunRegisterCoalescer: Cleanup by factoring out a common...
2015-01-17 Matthias BraunRegisterCoalescer: Cleanup comment style
2015-01-17 Matthias BraunRegisterCoalescer: Drive-by typo + whitespace fix
2015-01-17 Lang Hames[RuntimeDyld] Remove the brace initialization that...
2015-01-16 Jason MolendaAdd comments explaining the unwind setup in
2015-01-16 Greg FitzgeraldAdd LLVM_LINK_COMPONENTS for the shared object build
2015-01-16 Kevin EnderbyChange the test case for llvm-objdump’s -archive-header...
2015-01-16 Philip ReamesUpdate a comment
2015-01-16 Enrico GranataSeveral improvements to the shush script
2015-01-16 Philip Reamesclang-format all the GC related files (NFC)
2015-01-16 Lang Hames[RuntimeDyld] Track symbol visibility in RuntimeDyld.
2015-01-16 Steven WuAdding option -fno-inline-asm to disallow inline asm
2015-01-16 Jordan RoseSuggest objc_method_family(none) for a property named...
2015-01-16 Jordan RoseObjC getters with names like "newItem" should still...
2015-01-16 David BlaikieIsolate test for PR22096 to clang.
2015-01-16 Rui Ueyama[PATCH] Speculatively instantiate archive members
2015-01-16 Saleem AbdulrasoolPE/COFF: rework how we handle base relocations
2015-01-16 Kaelyn TakataFix a case where delayed typo correction should have...
2015-01-16 Matt ArsenaultR600: Clean up floor tests
2015-01-16 Kevin EnderbyFix the Archive::Child::getRawSize() method used by...
2015-01-16 Eric ChristopherRemove pathname dependence. Also rewrite test to use...
2015-01-16 Eric FiselierA couple small changes to get LIT working with python3
2015-01-16 Rui UeyamaMove common code to base class.
2015-01-16 Sean SilvaFix some copypasta typos in asserts.
2015-01-16 Lang Hames[Kaleidoscope] Run clang-format over chapter 4 of kalei...
2015-01-16 Colin LeMahieu[Hexagon] Converting halfword to doubleword multiply...
2015-01-16 Rafael EspindolaAlso put vtables in a comdat when rtti is disabled.
2015-01-16 Colin LeMahieu[Hexagon] Converting accumulating halfword multiply...
2015-01-16 Eric Fiselier[libcxx] Add compiler utility class for LIT tests
2015-01-16 Eric FiselierAdd 'no_default_flags' option for turning off all defau...
2015-01-16 Rui UeyamaRemove duplication code.
2015-01-16 Nico WeberWrap to 80 columns. No behavior change.
2015-01-16 Rui Ueyama[PECOFF] Remove ResolvableSymbols to simplify.
2015-01-16 Colin LeMahieu[Hexagon] Beginning converting intrinsics to patterns...
2015-01-16 Rafael EspindolaAdd comdat to string literal variables on COFF.
2015-01-16 Lang Hames[RuntimeDyld] Add 'stub_addr' to comment describing...
2015-01-16 Colin LeMahieu[Hexagon] Fix 226309, replacement atomic store patterns...
2015-01-16 Saleem Abdulrasoolllvm-readobj: add IMAGE_REL_ARM_MOV32(T) to the enumeration
2015-01-16 Saleem AbdulrasoolX86: fix comment typo in AsmParser
2015-01-16 Justin BognerInstrProf: Optionally print an error when emitting...
2015-01-16 Philip ReamesMove ownership of GCStrategy objects to LLVMContext
2015-01-16 Dan AlbertFix abort_message.cpp for the NDK.
2015-01-16 Colin LeMahieu[Hexagon] Removing old duplicate atomic load/store...
2015-01-16 Lang Hames[Kaleidoscope] Fix a bug in Chapter 4 of the Kaleidosco...
2015-01-16 Nico WeberSpell 0 in an enum-appropriate way. No behavior change.
2015-01-16 Nico WeberDon't crash if a declarator in a friend decl doesn...
2015-01-16 Philip ReamesRemove gc.root's findCustomSafePoints mechanism
2015-01-16 Colin LeMahieu[Hexagon] Converting old patterns to new versions using...
2015-01-16 Rafael EspindolaAdd comdats to the RTTI variables in the microsoft...
2015-01-16 Sumanth GundapaneniCheck commit access
2015-01-16 Vince HarronCompile fix for WIN32
2015-01-16 Enrico GranataAdd a utility script that executes an inferior process...
2015-01-16 Greg ClaytonTake extra care to ensure we don't deref a NULL pointer.
2015-01-16 Adam Nemet[AVX512] Add intrinsics for masked aligned FP loads...
2015-01-16 Adam NemetFix typo in r225922.
2015-01-16 Adam Nemet[AVX512] Add intrinsics for masked aligned FP loads...
2015-01-16 Adam Nemet[AVX512] Remove trailing whitespaces in this test
2015-01-16 Tim NorthoverAArch64: implement AAPCS layout rules for bit-fields.
2015-01-16 Rui UeyamaSplit a function for readability.
2015-01-16 Duncan P. N... IR: Allow 16-bits for column info
2015-01-16 Duncan P. N... IR: Cleanup dead code, NFC
2015-01-16 Colin LeMahieu[Hexagon] Updating call/jump instruction patterns.
2015-01-16 Rui UeyamaSimplify. No functionality change.
2015-01-16 Rafael EspindolaAdd comdats to dynamic init functions in the microsoft...
2015-01-16 Rafael EspindolaMake this test a bit stricter. NFC.
2015-01-16 Rui Ueyama[PECOFF] Improve parallelism.
2015-01-16 Andrey Churbanovfew fixes for ittnotify iterface (used by Intel(R)...
2015-01-16 Alexander KornienkoAttempt to fix the build with XCode 5.0.2 (and probably...
2015-01-16 Rui UeyamaRun the resolver in parallel with the reader.
2015-01-16 Rafael EspindolaAdd comdats to constructs and destructor in the microso...
2015-01-16 Evgeniy Stepanov[sanitizer] Additional error checking.
2015-01-16 Nathan Sidwellrestore fix for 18645, buildbot apparently gave a false...
2015-01-16 Andrea Di Biagio[X86][DAG] Disable target specific combine on INSERTPS...
2015-01-16 Viktor Kutuzov[Sanitizers] Intercept clock_gettime() on FreeBSD
2015-01-16 Viktor Kutuzov[Sanitizers] Intercept lgamma_r() on FreeBSD
next