platform/upstream/llvm.git
2014-12-13 Hans Wennborgclang-cl: ignore /cgthreads (PR21894)
2014-12-13 Hans Wennborgclang-cl: Make /Gd ignored instead of unsupported
2014-12-13 Hans Wennborgclang-cl: Add unsupported /Gv option (PR21892)
2014-12-13 Renato GolinRevert "[ARM] Combine base-updating/post-incrementing...
2014-12-13 Benjamin KramerFix Doxygen command misspellings.
2014-12-13 Aaron BallmanSilencing a -Wsign-compare warning; NFC.
2014-12-13 Aaron BallmanSilencing a *lot* of -Wsign-compare warnings; NFC.
2014-12-13 David MajnemerParse: MS property members cannot have an in-class...
2014-12-13 Rui Ueyama[ELF] Clean up OPT_INPUT handler. NFC.
2014-12-13 Rui UeyamaMake YAML files own MemoryBuffer.
2014-12-13 Rui UeyamaMove definitions to the correct file.
2014-12-13 David MajnemerSema: Constexpr functions must have return statements...
2014-12-13 Stephane SezerMake the platform process connect path less chatty.
2014-12-13 Craig TopperUse range-based for loops.
2014-12-13 Akira HatanakaRename argument strings of codegen passes to avoid...
2014-12-13 Will WilsonNFC: Minor formatting fix
2014-12-13 Will WilsonPretty print support for template arg enum constants
2014-12-13 Nick LewyckyFix two small bugs in typo correction. One assertion...
2014-12-13 Justin BognerUse the newer python syntax for exceptions
2014-12-13 Justin BognerUse the newer python syntax for exceptions
2014-12-13 Peter CollingbourneUpdate to new bindings.
2014-12-13 Peter CollingbourneGo bindings: introduce Value.ConstantAsMetadata.
2014-12-13 Peter CollingbourneGo bindings: introduce llvm.TemporaryMDNode.
2014-12-13 Peter CollingbourneGo bindings: introduce Metadata.ReplaceAllUsesWith.
2014-12-13 Peter CollingbourneGo bindings: expose the Metadata type.
2014-12-13 Peter CollingbourneGo bindings: remove contextless metadata bindings.
2014-12-13 Enrico GranataMove a bunch of method implementations over to the...
2014-12-13 Reid KlecknerImplement feedback on r224172 in PR21899
2014-12-13 Reid KlecknerTypo correction: Ignore temporary binding exprs after...
2014-12-13 Vince HarronTests will timeout if they exceed time limit.
2014-12-13 Keno FischerSyntheticChildrenFrontEnd::* should also be built when...
2014-12-12 Hal Finkel[PowerPC] Add a DAGToDAG peephole to remove unnecessary...
2014-12-12 David MajnemerValueTracking: Don't recurse too deeply in computeKnown...
2014-12-12 Peter CollingbourneImplement the __builtin_call_with_static_chain GNU...
2014-12-12 Chad Rosier[ARMConstantIsland] Insert tbb/tbh optimization where...
2014-12-12 Justin BognerFrontend: Canonicalize to native paths when dumping...
2014-12-12 Eric FiselierAdd option to turn off installation of headers.
2014-12-12 Enrico GranataSome more cleanup of the ValueObjectConstResultImpl...
2014-12-12 Yaron KerenPass EC by reference to MemoryBufferMMapFile to return...
2014-12-12 Enrico GranataFix up this test case
2014-12-12 Saleem Abdulrasoolutils: update vim syntax highlighting for LLVM IR
2014-12-12 Michael IlsemanClean up static analyzer warnings.
2014-12-12 Colin LeMahieu[Hexagon] Adding double word add/min/minu/max/maxu...
2014-12-12 Nico WeberRevert r224149, llvm-dsymutil was already here.
2014-12-12 Enrico GranataAdd a test case to validate that AddressOf() and GetLoa...
2014-12-12 Colin LeMahieu[Hexagon] Adding J class call instructions.
2014-12-12 Nico WeberAdd llvm-dsymutil to test/CMakeLists.txt
2014-12-12 Alexey Samsonov[Sanitizer] Introduce Allocator::may_return_null bool...
2014-12-12 Enrico GranataThe so-called "trivial implementation" has been with...
2014-12-12 Duncan P. N... IR: Don't track nullptr on metadata RAUW
2014-12-12 Reid KlecknerAllow module deps to be printed in an arbitrary order
2014-12-12 Rafael EspindolaMAP_FILE is the default. We don't need to add it.
2014-12-12 Enrico GranataDo attempt to ask the impl_backend for the live address...
2014-12-12 Enrico GranataDo not set the live address of a const result child...
2014-12-12 Reid KlecknerRelax debug-map-parsing.test error message check for...
2014-12-12 Steven WuMore code format fix from r224133, NFC
2014-12-12 Rafael EspindolaRemove silly left over from the Windows resize_file...
2014-12-12 Rafael EspindolaMove the resize file feature from mapped_file_region...
2014-12-12 Zachary TurnerAdd a method to disable the Windows crash / assert...
2014-12-12 Rafael EspindolaPass a FD to resise_file and add a testcase.
2014-12-12 Rafael EspindolaRemove unused feature. NFC.
2014-12-12 Frederic RissInitial dsymutil tool commit.
2014-12-12 Steven WuRestructure code from r224097. NFC
2014-12-12 Robert Khasanov[AVX512] Enabling bit logic lowering
2014-12-12 Evgeny AstigeevichFix the issue of mangling of local anonymous unions...
2014-12-12 Rafael EspindolaNow that we require a newer python, use the new excepti...
2014-12-12 Rafael EspindolaRequire python 2.7.
2014-12-12 Vasileios Kalintiris[mips] Enable code generation for MIPS-III.
2014-12-12 Robert Khasanov[AVX512] Enabling MIN/MAX lowering.
2014-12-12 Andrea Di BiagioReapply "[MachineScheduler] Fix for PR21807: minor...
2014-12-12 Chad Rosier[Reassociate] Use dbgs() instead of errs().
2014-12-12 Vasileios Kalintiris[mips] Support SELECT nodes for targets that don't...
2014-12-12 Rafael EspindolaDisable --icf=safe to avoid a bug.
2014-12-12 Robert Khasanov[AVX512] Minor fix in lowering pattern for broadcast...
2014-12-12 Andrea Di BiagioRevert: [MachineScheduler] Fix for PR21807: minor code...
2014-12-12 Alexander KornienkoDon't break string literals in Java and JavaScript.
2014-12-12 Suyog SardaThis patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorde...
2014-12-12 Andrea Di Biagio[MachineScheduler] Fix for PR21807: minor code differen...
2014-12-12 Viktor Kutuzov[Asan] XFAIL the interception_failure_test.cc test...
2014-12-12 Viktor Kutuzov[Asan] Fix the tsd_dtor_leak.cc test to pass on FreeBSD
2014-12-12 Charlie TurnerEmit Tag_ABI_FP_16bit_format build attribute.
2014-12-12 Yaron KerenSilence gcc 4.9.1 warning 'xyz' is used uninitialized...
2014-12-12 Rui UeyamaMake File always take the ownership of a MemoryBuffer.
2014-12-12 Daniel Jasperclang-format: Revamp nested block formatting.
2014-12-12 Sergey DmitroukInclude newlib-specific locales in __locale
2014-12-12 David MajnemerCodeGen: Loads/stores to allocas for atomic ops shouldn...
2014-12-12 Craig TopperPass output stream to AsLexInput instead of the whole...
2014-12-12 Craig TopperUse unique_ptr to remove an explicit delete. Change...
2014-12-12 Craig TopperUse make_unique instead of reset() and 'new'
2014-12-12 Craig TopperUse range-based for loop.
2014-12-12 Craig TopperRemove unnecessary calls to unique_ptr::get.
2014-12-12 Craig TopperRemove an unnecessary reference variable that pointed...
2014-12-12 Craig TopperUse unique_ptr operator= instead of constructor to...
2014-12-12 Rui UeyamaSeparate file parsing from File's constructors.
2014-12-12 Kumar Sukhani[mips] [test] Enable COMPILER_RT_INCLUDE_TESTS for...
2014-12-12 Serge PavlovDo not warn on keyword undef
2014-12-12 Shankar Easwaran[ELF] Remove isThumb().
2014-12-12 Ekaterina RomanovaA fix for PR21176.
2014-12-12 Steven WuFix another infinite loop in InstCombine
2014-12-12 Eric FiselierAdd support for building libc++ as a 32 bit library
next