platform/upstream/llvm.git
2012-05-18 Danil MalyshevTemporarily disabled the MCJIT tests for Darwin, becaus...
2012-05-18 Fariborz JahanianAnother test for r157025 <rdar://problem/11460990>.
2012-05-18 Eric ChristopherClarify comment.
2012-05-18 Nuno Lopesfix corner case in ConstantRange::intersectWith().
2012-05-18 Kevin EnderbyFixed a bug in llvm-objdump when disassembling using...
2012-05-18 Jakob Stoklund... Remove a test that was only testing for physreg joining.
2012-05-18 Jim InghamMake the debug output that comes as printf's from code...
2012-05-18 Greg Clayton<rdar://problem/11405850>
2012-05-17 Jakob Stoklund... Remove -join-physregs from the test suite.
2012-05-17 Sean CallananI have updated Clang to include support for Objective-C
2012-05-17 Douglas GregorA selector match between two Objective-C methods does...
2012-05-17 Nuno Lopesminor simplification in the call to ConstantRange const...
2012-05-17 Matt Beaumont-GayRemove trailing periods which snuck into a few diagnost...
2012-05-17 Douglas GregorIn the override search for Objective-C methods, protect...
2012-05-17 Andrew Trickcomments
2012-05-17 Kevin EnderbyFix the encoding of the armv7m (MClass) for MSR APSR...
2012-05-17 Benjamin KramerDrop the question mark when complaining about a non...
2012-05-17 Danil Malyshev- Added ExecutionEngine/MCJIT tests
2012-05-17 Chad RosierAdd -mno-implicit-float to the M group.
2012-05-17 Han Ming Ong<rdar://11477301>
2012-05-17 Bill WendlingRemove extraneous ';'.
2012-05-17 Jim InghamReduce the timeout value for the "get class name" and...
2012-05-17 Jim InghamIf we notice that a module with a given file path is...
2012-05-17 Andrew Trickmisched: trace ReadyQ.
2012-05-17 Andrew Trickmisched: Added 3-level regpressure back-off.
2012-05-17 Andrew Trickcomment
2012-05-17 Andrew Trickregpressure: Fix getMaxUpwardPressureDelta.
2012-05-17 Andrew Trickmisched: fix liveness iterators
2012-05-17 Andrew Trickwhitespace
2012-05-17 Jakob Stoklund... Never clear <undef> flags on already joined copies.
2012-05-17 Jakob Stoklund... Fix a verifier bug.
2012-05-17 Argyrios Kyrtzidis[arcmt] Remove the "it is not safe to remove an unused...
2012-05-17 Bill WendlingRelax the requirement that the exception object must...
2012-05-17 Evandro Menezes[Hexagon] Clean up Hexagon ELF definition.
2012-05-17 Chris Lattnerenhance the intrinsic info stuff to emit encodings...
2012-05-17 Filipe CabecinhasWe shouldn't save g_dummy_target_sp. Other code will...
2012-05-17 Chad Rosier[driver] Reword the warning message for missing value...
2012-05-17 Dmitry Vyukovtsan: remove shutdown code
2012-05-17 Dmitry Vyukovtsan: detect accesses to freed memory
2012-05-17 Tim NorthoverRemove incorrect pattern for ARM SMML instruction.
2012-05-17 Abramo BagnaraAdded two missing const qualifiers.
2012-05-17 Benjamin KramerCXXThisScopeRAII objects aren't free, don't compute...
2012-05-17 Manuel KlimekFix compile error.
2012-05-17 Stepan DyatkovskiySelectionDAGBuilder: CaseBlock, CaseRanges and CaseCmp...
2012-05-17 Kostya Serebryany[tsan] grammar fixes
2012-05-17 Kostya Serebryany[tsan] fix dependency rules in Makefile.old
2012-05-17 Dmitry Vyukovtsan: ValgrindSlowdown() should be weak for some time
2012-05-17 Dmitry Vyukovtsan: add ValgrindSlowdown() "dynamic annotation"
2012-05-17 Chris LattnerGenericize the intrinsics descriptor decoding a bit...
2012-05-17 Chris Lattnerfinish encoding all of the interesting details of intri...
2012-05-17 Chris Lattnerstrengthen the intrinsic descriptor stuff to be able...
2012-05-17 Chris Lattnersimplify code generated by tblgen that is not necessary...
2012-05-17 Francois PichetI forgot the #ifdef _MSC_VER guard in my last commit.
2012-05-17 Greg ClaytonMake sure to subtract one from the PC when doing the...
2012-05-17 Francois PichetFix the MSVC 2010 build: disable the optimizer for...
2012-05-17 Jason MolendaBump to version 148.
2012-05-17 Matt Beaumont-GayUse the argument location instead of the format string...
2012-05-16 Argyrios Kyrtzidis[libclang/AST] When declaring a local class, don't...
2012-05-16 Chad Rosier[driver] Remove obsolete support for -A link option...
2012-05-16 Richard SmithRecover better from a missing 'typename' in a function...
2012-05-16 Filipe CabecinhasWarn the user when several commands match the input...
2012-05-16 Jakob Stoklund... Use RegUnits to compute overlapping registers.
2012-05-16 David BlaikieSmallString Visual Studio visualizer by Will Wilson.
2012-05-16 Akira HatanakaThis patch adds the register class for MIPS16 as well...
2012-05-16 NAKAMURA Takumiclang/test/Tooling: Remark as XFAIL again in 5 tests...
2012-05-16 Greg Clayton<rdar://problem/11439755>
2012-05-16 Eric ChristopherGrammar.
2012-05-16 Akira HatanakaXFAIL this test on MIPS.
2012-05-16 Eric ChristopherRemove unnecessary temporary.
2012-05-16 Johnny ChenFix a typo.
2012-05-16 Jakob Stoklund... Set sub-register <undef> flags more accurately.
2012-05-16 Chad RosierRename the driver option to -mno-implicit-float, per...
2012-05-16 Jordy RoseAdd triples for test.
2012-05-16 Sean CallananEnabled C++11 in the expression parser. auto and
2012-05-16 Manuel KlimekPulls diagnostics for temp file handling into the commo...
2012-05-16 Greg ClaytonDisassemble the signal number and also the mach excepti...
2012-05-16 Greg ClaytonFixed an exception when parsing crash logs.
2012-05-16 Sean CallananUpdated LLVM to fix a problem where the Thumb
2012-05-16 Johnny ChenUpdate the comments for lldbtest module. The test...
2012-05-16 Chad Rosier[driver] Allow the driver to directly accept the -no...
2012-05-16 Jordy Rose[analyzer] Fix test for PR12206, which was failing...
2012-05-16 Douglas GregorAdd _alignof and __builtin_alignof as aliases for __ali...
2012-05-16 Johnny ChenMake the script more friendly when running under python...
2012-05-16 Chad RosierTweek r156937 a bit so that the suggestions are correct.
2012-05-16 Chad RosierWarn about -Wno-foo where foo is an unknown warning...
2012-05-16 Argyrios Kyrtzidis[libclang] Properly handle @encode() in RecursiveASTVis...
2012-05-16 Simon AtanasyanDisable JITTest.FunctionIsRecompiledAndRelinked and...
2012-05-16 Richard TrieuMove the warnings for extra semi-colons under -Wextra...
2012-05-16 Danil MalyshevAdded LLIMCJITMemoryManager to the lli. This manager...
2012-05-16 Anna Zaks[analyzer] Revert a regression committed in r156920.
2012-05-16 Johnny ChenThe redo.py script can take no argument where it uses...
2012-05-16 NAKAMURA Takumiclang/test/Tooling: Remove XFAIL in 5 tests to unveil...
2012-05-16 NAKAMURA Takumiclang/test/Tooling/clang-check-pwd.cpp: Add "REQUIRES...
2012-05-16 Jim InghamDon't do a stat compare of the module with its underlyi...
2012-05-16 Jim InghamAdd GetID to the .i file.
2012-05-16 Douglas GregorClean up r156925, so that we only mark the capturing...
2012-05-16 Douglas GregorFix code generation of variables reference expressions...
2012-05-16 Dmitry Vyukovtsan: improve addr2line symbolizer
2012-05-16 Douglas GregorFix ASTReader handling of ImportDecls, from Meador...
2012-05-16 Douglas GregorUse a llvm::SmallString rather than std::string for...
next