platform/upstream/llvm.git
2012-12-10 Jim GrosbachCMake: Don't run 'git svn' if there is no .git/svn...
2012-12-10 Eli BenderskyThis patch adds statistics for other non-DWARF fragment...
2012-12-10 Daniel JasperAddi formatting tests for pointer template parameters.
2012-12-10 Hal FinkelUse GetUnderlyingObjects in misched
2012-12-10 Michael IlsemanRemove unneeded typedef and volatile
2012-12-10 Sean SilvaFix funky copy-pasted grammatical error.
2012-12-10 Chandler CarruthRevert "Make '-mtune=x86_64' assume fast unaligned...
2012-12-10 Chandler CarruthMake '-mtune=x86_64' assume fast unaligned memory accesses.
2012-12-10 Chandler CarruthFix a typo in my previous commit -- bloomfield is 0x1A...
2012-12-10 Alexander KornienkoClang-format: error recovery for access specifiers
2012-12-10 Manuel KlimekClarifying comments for the MatchFinder and matchesName...
2012-12-10 Alexander Potapenko[ASan] Typo fix in memcpy() and memmove() interceptors...
2012-12-10 Kostya Serebryany[asan] move FakeStack into a separate file
2012-12-10 Kostya Serebryany[asan] introduce asan_allocator2.cc, which will have...
2012-12-10 Alexander PotapenkoAdd a libsanitizer API __sanitizer_sandbox_on_notify...
2012-12-10 Chandler CarruthAddress a FIXME and update the fast unaligned memory...
2012-12-10 Dmitry Vyukovtsan: exclude flaky test
2012-12-10 Chandler CarruthAdd a new visitor for walking the uses of a pointer...
2012-12-10 Craig TopperTeach DAG combine to handle vector add/sub with vectors...
2012-12-10 NAKAMURA Takumi[CMake] TARGET_TRIPLE may be internal alias of LLVM_DEF...
2012-12-10 Manuel KlimekAdding tests since when I was asked whether this works...
2012-12-10 NAKAMURA Takumi[CMake] Update dependencies to intrinsics_gen correspon...
2012-12-10 Michael J.... [Driver] Add test.
2012-12-10 Bill WendlingRevert to old behavior until linker can pass export...
2012-12-10 Chandler CarruthFix PR14548: SROA was crashing on a mixture of i1 and...
2012-12-09 Michael J.... [Driver] Properly handle -entry for X86 Linux.
2012-12-09 Michael J.... [Driver] Add -### support for printing out the core...
2012-12-09 Michael J.... Remove left over debugging output.
2012-12-09 Michael J.... [Driver] Make the X86Linux target use X86 (not x64...
2012-12-09 Dmitri GribenkoDocumentation: convert ReleaseNotes.html to reST.
2012-12-09 Benjamin KramerUnbreak the clang build after r169712.
2012-12-09 Michael IlsemanReorganize FastMathFlags to be a wrapper around unsigne...
2012-12-09 Paul RedmondLoopVectorize: support vectorizing intrinsic calls
2012-12-09 Michael IlsemanHave the bitcode reader/writer just use FPMathOperator...
2012-12-09 Paul Redmondtest commit.
2012-12-09 Aaron BallmanVirtual method overrides can no longer have mismatched...
2012-12-09 Chris LattnerSo many people have touched this, it doesn't make sense...
2012-12-09 Jakub StaszakUse m_OneUse pattern instead of hasOneUse() method.
2012-12-09 Sean Silvadocs: Convert GarbageCollection.html to reST
2012-12-09 Jakub StaszakRemove trailing spaces.
2012-12-09 Dmitri GribenkoDocumentation: HowToReleaseLLVM.rst: remove trailing...
2012-12-09 Dmitri GribenkoDocumentation: don't create TOCs manually.
2012-12-09 Chandler CarruthSwitch SROA to pop Uses off the back of its visitors...
2012-12-09 Chandler CarruthAdd a triple to this test. It depends on little-endian...
2012-12-09 Benjamin KramerDrop the address space limit for tests in the makefile...
2012-12-09 Chandler CarruthCleanup and fix an assert that was mis-firing.
2012-12-09 Chandler CarruthAdd a test case that I've been using to clarify the...
2012-12-09 Craig TopperRemove extra blank line.
2012-12-09 Chandler CarruthFix the bitfield record layout in codegen for big endia...
2012-12-09 Richard SmithFix overload resolution for the initialization of a...
2012-12-09 Richard SmithPR14550: If a system header contains a bogus constexpr...
2012-12-09 Richard SmithPR14549. Don't assert if we see an incomplete decltype...
2012-12-09 Shuxin Yang- Re-enable population count loop idiom recognization
2012-12-09 Howard HinnantModify testit to use the local headers and lib. Thanks...
2012-12-08 Craig TopperTeach DAG combine to handle vector logical operations...
2012-12-08 Chandler CarruthRevert the patches adding a popcount loop idiom recogni...
2012-12-08 Benjamin KramerEscape % in the TextDiagnosticBuffer so they aren't...
2012-12-08 Benjamin KramerSimplify code. Sort includes. No functionality change.
2012-12-08 David Chisnalllong double should be 64 bits on FreeBSD/MIPS64. It...
2012-12-08 Richard SmithFinish implementing 'selected constructor' rules for...
2012-12-08 Logan ChienFix Windows build breakage.
2012-12-08 Shuxin YangFix an inadvertent typo error.
2012-12-08 Richard SmithRemove some remnants of the assumption that there is...
2012-12-08 DeLesley HutchinsThread-safety analysis: check member access on guarded...
2012-12-08 Chandler CarruthFix a use-after-free bug found by ASan. You can't assig...
2012-12-08 Richard SmithProperly compute triviality for explicitly-defaulted...
2012-12-08 Argyrios Kyrtzidis[libclang] Resolve a cursor that points to a macro...
2012-12-08 Argyrios Kyrtzidis[Preprocessor] Enhance Ifdef/Ifndef/Defined preprocesso...
2012-12-08 Richard SmithAdd a FIXME.
2012-12-08 Jim InghamEven when we aren’t going to init all the lldb.frame...
2012-12-08 Richard SmithImplement C++03 [dcl.init]p5's checking for value-initi...
2012-12-08 Filipe CabecinhasGet LLDB-Info.plist up to date with r169081.
2012-12-08 Alexey SamsonovASan: fix interface-symbols test on Mac by explicitly...
2012-12-08 Michael J.... Add the core architecture for the lld driver.
2012-12-08 Greg ClaytonMake sure to check for DW_AT_linkage_name to get the...
2012-12-08 Bill WendlingAdd the `lto_codegen_set_export_dynamic' function.
2012-12-08 Greg ClaytonAdded GetCanonicalType() to SBType:
2012-12-08 Eli BenderskyCurrently when AST record layouts are dumped with ...
2012-12-07 Jim GrosbachAdd C API for specifying CPU to the disassembler.
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-07 DeLesley HutchinsFix analysis based warnings so that all warnings are...
2012-12-07 Matt Beaumont-GayAppease -Wnon-virtual-dtor
2012-12-07 Argyrios Kyrtzidis[libclang] Declarations inside anonymous namespaces...
2012-12-07 Alexey SamsonovASan: use new option -fsanitize-blacklist in output...
2012-12-07 Daniel MaleaFix a few more clang (3.2) warnings on Linux:
2012-12-07 Eli BenderskyMake the contents of encoded sections SmallVector<char...
2012-12-07 Alexey SamsonovASan: change the strategy we use for installing malloc...
2012-12-07 Anna Zaks[analyzer] Rename the option help to reflect better...
2012-12-07 Anna Zaks[analyzer] Optimization heuristic: do not reanalyze...
2012-12-07 Nadav RotemWhen we use the BLEND instruction that uses the MSB...
2012-12-07 Michael IlsemanRemove trailing whitespace
2012-12-07 David BlaikieUnbreak the C++98 build.
2012-12-07 Matthew CurtisIn hexagon convertToHardwareLoop, don't deref end(...
2012-12-07 Daniel MaleaMore Linux warnings fixes (remove default labels as...
2012-12-07 Daniel JasperAST matcher tutorial (Part I)
2012-12-07 Jordan Rose[analyzer] Fix r168019 to work with unpruned paths...
2012-12-07 Ted KremenekReduce conversions between Store <-> ImmutableMapRef...
2012-12-07 Ted KremenekMark ImmutableMap::remove/add() const.
2012-12-07 Dmitry Vyukovtsan: even more fd interceptors + fixes
next