platform/upstream/llvm.git
2012-12-13 Jakob Stoklund... Express prepend and append in terms of a more generic...
2012-12-13 Howard HinnantUpdated CREDITS.TXT
2012-12-13 Akira Hatanaka[mips] Move classes that do not belong in MipsInstrForm...
2012-12-13 Akira Hatanaka[mips] Set isCommutable flag in a more explicit way.
2012-12-13 Anna Zaks[analyzer] Fix a self-init checker false positive.
2012-12-13 Fariborz Jahanianobjc: DOn't complain if a (SEL) expression is typecast
2012-12-13 Akira Hatanaka[mips] Remove fmt from the parameter list of classes...
2012-12-13 Eli FriedmanAdd missing check for error return from DefaultLvalueCo...
2012-12-13 Akira Hatanaka[mips] Remove single-precision floating point instructi...
2012-12-13 Akira Hatanaka[mips] Move class IsCommutable into MipsInstrInfo.td.
2012-12-13 Akira Hatanaka[mips] Remove single-precision floating point instructi...
2012-12-13 Eli BenderskyFix a bogus comment
2012-12-13 Nadav RotemTeach the cost model about the optimization in r169904...
2012-12-13 Chad RosierTypo.
2012-12-13 Eli FriedmanMore hacking on mapDiagnosticRanges to make it handle...
2012-12-12 Sean Silvadocs: Convert some docs to reST.
2012-12-12 Daniel Dunbardocs: Another test commit (sphinx autoupdating).
2012-12-12 Daniel Dunbardocs: Test commit (sphinx autoupdating).
2012-12-12 Andrew KaylorMarking TestPrintStackTraces.py as expectedFailureLinux...
2012-12-12 Sean Silvadocs: Initial Sphinx setup for Clang.
2012-12-12 Pedro ArtigasMake the MCStreamer have a reset method and call that...
2012-12-12 Argyrios Kyrtzidis[arcmt] When capturing ARC errors, have a sanity check...
2012-12-12 Argyrios Kyrtzidis[objc] For the ARC error that is emitted when a synthes...
2012-12-12 Chad Rosier[ms-inline asm] Test case for r170037.
2012-12-12 Chad Rosier[ms-inline asm] Make sure we fail gracefully on parse...
2012-12-12 Benjamin KramerYAMLIO: Remove all of the template instantiation hacks...
2012-12-12 Nick KledzikTemporarily disable test cases until they compile with...
2012-12-12 John McCallRewrite calls to bitcast unprototyped functions when...
2012-12-12 David BlaikieUnbreak the build. Fallout from r170019.
2012-12-12 Nick KledzikAlignedCharArrayUnion is erroring with non-clang compilers
2012-12-12 Nick KledzikFix calls to getAsSignedInteger() to use long long...
2012-12-12 Dmitri GribenkoMakefile.sphinx: reST conversion is complete!
2012-12-12 Dmitri GribenkoDocumentation: use paths relative to document root...
2012-12-12 Howard HinnantZhang Xiongpang: Add definitions for const data member...
2012-12-12 Jakub StaszakFix typo, which prevent test from being check.
2012-12-12 Michael IlsemanRestore the PHI optimization I accidently removed
2012-12-12 Jakub StaszakunHECKify test fixed by Jacob in r159003.
2012-12-12 Michael IlsemanRemove trailing whitespace
2012-12-12 Benjamin KramerFix the build on case sensitive file systems.
2012-12-12 David MajnemerSimplify negated bit test
2012-12-12 Nick KledzikInitial implementation of a utility for converting...
2012-12-12 Evan ChengFix a logic bug in inline expansion of memcpy / memset...
2012-12-12 Jakub StaszakunHECKify test. It was fixed by Chris in 2009.
2012-12-12 Bill SchmidtThe ordering of two relocations on the same instruction...
2012-12-12 Jakub StaszakFix typo in test-case.
2012-12-12 Jim InghamAdded a warning about using the lldb.target, etc. for...
2012-12-12 Enrico Granata<rdar://problem/10898363>
2012-12-12 Akira Hatanaka[mips] Fix a memory leak bug report by NAKAMURA Takumi.
2012-12-12 Dmitri GribenkoDocumentation: SphinxQuickstartTemplate.rst: add guidel...
2012-12-12 Chad Rosier[driver] Don't warn about an unused -flto option.
2012-12-12 Jim InghamFixed a few bugs in the "step in" thread plan logic.
2012-12-12 Eli BenderskyMake naming consistent, add comments and sanity asserts
2012-12-12 Jakub StaszakFix typo.
2012-12-12 Nadav RotemFix indentation.
2012-12-12 Nadav RotemLoopVectorizer: Use the "optsize" attribute to decide...
2012-12-12 Bill SchmidtThis patch implements local-dynamic TLS model support...
2012-12-12 Bill WendlingKerning.
2012-12-12 Dmitri GribenkoDocumentation: llvm-bcanalyzer.rst: cleanup.
2012-12-12 Jordan Rose[analyzer] Don't crash running destructors for multidim...
2012-12-12 Sean CallananMinor grammar and style fixes in documentation.
2012-12-12 Chad RosierMarking the objc_autoreleaseReturnValue and objc_retain...
2012-12-12 Greg ClaytonAllow LLDB to work with dSYM files that have a DWARF...
2012-12-12 Dmitri GribenkoDocumentation: AliasAnalysis.rst: improve internal...
2012-12-12 Dmitri GribenkoDocumentation: convert WritingAnLLVMPass.html to reST.
2012-12-12 Dmitri GribenkoDocumentation: cleanup
2012-12-12 Rafael EspindolaThe TargetData is not used for the isPowerOfTwo determi...
2012-12-12 Alexander Potapenko[ASan] Fix test expectations for strcat/strncat.
2012-12-12 Edwin VaneAdd cpp11-migrate to autoconf build
2012-12-12 Kostya Serebryany[sanitizer] add OnMap/OnUmap callbacks to the allocator...
2012-12-12 Alexey SamsonovImprove debug info generated with enabled AddressSanitizer.
2012-12-12 Edwin VaneInitial commit for cpp11-migrate tool
2012-12-12 Kostya Serebryany[tsan] fix cmake build
2012-12-12 Dmitri GribenkoDocumentation: use a 'console' highlighter for terminal...
2012-12-12 Benjamin KramerPR14581: Make SourceLocation::printToString work, or...
2012-12-12 Dmitri GribenkoDocumentation: use a 'console' highlighter for terminal...
2012-12-12 NAKAMURA Takumillvm/test/CodeGen/X86/atom-bypass-slow-division.ll...
2012-12-12 NAKAMURA Takumillvm/test/CodeGen/X86/atom-bypass-slow-division.ll...
2012-12-12 Manuel KlimekSpeeds up parsing of global declarations in cases where...
2012-12-12 Dmitry Vyukovtsan: explain why pthread_cond_init() interceptor is...
2012-12-12 Alexander Potapenko[ASan] Enhance OOB tests to check for access type ...
2012-12-12 Dmitry Vyukovtsan: add comment to tsan_fd.h file
2012-12-12 Alexander Potapenko[ASan] Fixed a compiler warning.
2012-12-12 Dmitry Vyukovtsan: add missing files
2012-12-12 Dmitry Vyukovtsan: more precise handling of IO synchronization
2012-12-12 Alexander Potapenko[ASan] fix compilation on Mac.
2012-12-12 Kostya Serebryany[asan] fix android build and lint
2012-12-12 Evgeniy Stepanov[msan] Remove an extra semicolon.
2012-12-12 Kostya Serebryany[asan] add sanitizer_common/sanitizer_common_intercepto...
2012-12-12 Logan ChienAdd ARM NONE and PREL31 relocation types.
2012-12-12 NAKAMURA Takumiclang/lib/Driver/Driver.cpp: Split COMPILER_PATH accord...
2012-12-12 Rafael EspindolaRemove some dead code.
2012-12-12 NAKAMURA Takumi[CMake] Fixup R600.
2012-12-12 Enrico GranataOption changes:
2012-12-12 Richard SmithDon't warn about disabled macro expansion if we see...
2012-12-12 Evan ChengSorry about the churn. One more change to getOptimalMem...
2012-12-12 Jason MolendaAdd a LOG_TARGET log to Target::SetDefaultArchitecture
2012-12-12 NAKAMURA Takumillvm/test/CodeGen/X86/store_op_load_fold.ll: Fix typo...
2012-12-12 NAKAMURA Takumillvm/test/CodeGen/X86/store_op_load_fold.ll: Add explic...
2012-12-12 Nadav RotemFix the ascii drawing that was ruined when I split...
2012-12-12 Evan Cheng- Rename isLegalMemOpType to isSafeMemOpType. "Legal...
next