platform/upstream/llvm.git
2012-05-08 Daniel Dunbar[docs] Add ReST version of all the man pages.
2012-05-08 Nuno Lopesremove TYPE_CODE_FUNCTION_OLD type code. it is no longe...
2012-05-08 Jakob Stoklund... s/CSR_Ghc/CSR_NoRegs/
2012-05-08 NAKAMURA TakumiLit: rewind WinWaitReleased() stuff in TestRunner.
2012-05-08 NAKAMURA TakumiWindows/PathV2.inc: Retry rename() for (maximum) 2...
2012-05-08 Duncan SandsCalling ReassociateExpression recursively is extremely...
2012-05-08 Stepan DyatkovskiyRejected r156374: Ordinary PR1255 patch. Due to clang...
2012-05-08 Craig TopperRemove 256-bit AVX non-temporal store intrinsics. Simil...
2012-05-08 Stepan DyatkovskiyOrdinary patch for PR1255.
2012-05-08 Gregory Szorc[clang.py] Remove trailing whitespace from recent commits
2012-05-08 Gregory Szorc[clang.py] TranslationUnit API improvements
2012-05-08 Ted KremenekTeach the analyzer about CXXScaleValueInitExpr.
2012-05-08 Greg Clayton<rdar://problem/10605072>
2012-05-08 Jordy RoseClean up SemaDeclAttr for high-warnings build.
2012-05-08 Jordy Rose[analyzer] BasicConstraintManager: drop NE-constraints...
2012-05-08 Jordy Rose[analyzer] Rework both constraint managers to handle...
2012-05-08 Jordy Rose[analyzer] Add an abstraction for the bit width and...
2012-05-08 Jason Molendabump TOT version number to lldb-146 to match the checki...
2012-05-08 Andrew TrickAllow NULL LoopPassManager argument in UnrollLoop....
2012-05-08 Nuno Lopeshopefully unbreak some buildbots
2012-05-08 Greg Clayton<rdar://problem/11358639>
2012-05-08 Argyrios Kyrtzidis[libclang] Map 'id'/'Class'/'SEL' to the corresponding...
2012-05-08 Johnny ChenAdd clarification comments.
2012-05-08 Douglas GregorRobustify test
2012-05-08 Rafael EspindolaAdd missing 'y'.
2012-05-08 Douglas GregorIntroduce a new libclang API to determine the platform...
2012-05-08 Ted KremenekTeach the static analyzer that NSLog() and friends...
2012-05-08 Jakob Stoklund... Extract methods for joining physregs.
2012-05-08 Sean CallananUpdated LLVM to take a fix for disassembly of
2012-05-07 Rafael EspindolaProcess attributes in the order they appear in the...
2012-05-07 Jakob Stoklund... Naming convention and whitespace. No functional change.
2012-05-07 Anna Zaks[analyzer]Turn on MallocSizeOfChecker by default; short...
2012-05-07 Johnny ChenUpdated to a more meaningful macro name.
2012-05-07 Argyrios Kyrtzidis[libclang] Actually commit the changes to make libclang...
2012-05-07 Johnny ChenFix the problem that 'help breakpoint set' is printing...
2012-05-07 Johnny ChenAdd an -F option to the redo.py script to selectively...
2012-05-07 Jakob Stoklund... Coalesce subreg-subreg copies.
2012-05-07 Pete CooperRemove C Backend from the bugpoint docs
2012-05-07 Argyrios Kyrtzidis[libclang] Put the RecursiveASTVisitor in libclang...
2012-05-07 Argyrios KyrtzidisUn-revert r156142, "[libclang] Bring back BodyIndexer...
2012-05-07 Argyrios Kyrtzidis[libclang] Use a copy of the data-recursive RecursiveAS...
2012-05-07 Jakob Stoklund... Add an MF argument to TRI::getPointerRegClass() and...
2012-05-07 Jakob Stoklund... Fix bug in TRI::getCommonSuperRegClass().
2012-05-07 Sebastian Popmake registerPollyPreoptPasses static
2012-05-07 Sebastian Popmake registerPollyPasses static, remove param
2012-05-07 Owen AndersonTeach DAG combine to fold x-x to 0.0 when unsafe FP...
2012-05-07 Owen AndersonTeach reassociate to commute FMul's and FAdd's in order...
2012-05-07 Chandler CarruthRemove the 'intrin.h' builtin header file and its tests...
2012-05-07 Nuno Lopesmake this test a little more useful. I'll add more...
2012-05-07 Anna Zaks[analyzer] Fix a crash in triggered by OSAtomicChecker.
2012-05-07 Preston GurdMake IntelJITEvents and OProfileJIT as optional librari...
2012-05-07 Jordy RoseConstify (trivially) ImmutableSet::iterator::getVisitSt...
2012-05-07 Jakob Stoklund... Add TRI::getCommonSuperRegClass().
2012-05-07 Chad RosierFix a regression from r147481. This combine should...
2012-05-07 Anna Zaks[analyzer] Fixup for r155244: PurgeDeadSymbols should...
2012-05-07 Johnny ChenMove the el_source() call after the section of code...
2012-05-07 Matt Beaumont-GayDon't assume size_t is unsigned long long.
2012-05-07 Manman RenX86: optimization for -(x != 0)
2012-05-07 Nuno Lopesremove code to add bound checks for simple array access...
2012-05-07 Anna Zaks[analyzer]Fixup r156215: use StopTracking summary inste...
2012-05-07 Howard HinnantSFINAE __bit_iterator such that it will only get instan...
2012-05-07 Sean CallananUpdated LLVM to fix bad disassembly of operands
2012-05-07 Sebastian Popadd some more missing ifdef CLOOG_FOUND
2012-05-07 Sebastian Popadd a check for ISL codegen at configure time
2012-05-07 Douglas GregorRevert r156097, which appears to be causing some breakage.
2012-05-07 Manuel KlimekFix includes for unices that don't have chdir declared...
2012-05-07 Manuel KlimekIncludes direct.h for windows compilation.
2012-05-07 Filipe CabecinhasRemove repeated word.
2012-05-07 Manuel KlimekFixes resolution of relative paths when running clang...
2012-05-07 Abramo BagnaraFixed UserDefinedLiteral source locations.
2012-05-07 Richard SmithWhen we suppress an error due to SFINAE, stash the...
2012-05-07 Craig TopperConvert AVX non-temporal store builtins to LLVM-native...
2012-05-07 Eric ChristopherAdd support for the 'x' constraint.
2012-05-07 Eric ChristopherAdd support for the 'l' constraint.
2012-05-07 Eric ChristopherAdd support for the 'c' constraint.
2012-05-07 Eric ChristopherAdd support for the 'P' constraint.
2012-05-07 John McCallChange how we suppress access control in explicit insta...
2012-05-07 John McCallThere is no reason for these methods to be out-of-line.
2012-05-07 John McCallRefactor DelayedDiagnostics so that it keeps diagnostics in
2012-05-07 John McCallFix trivial typo in llvm_move.
2012-05-07 Craig TopperFix some issues in the f16c instructions.
2012-05-07 Manuel Klimek- Adding lexical_parent and semantic_parent properties...
2012-05-07 Eric ChristopherAdd support for the 'O' constraint.
2012-05-07 Eric ChristopherAdd support for the 'N' inline asm constraint.
2012-05-07 Eric ChristopherAdd support for the 'L' inline asm constraint.
2012-05-07 Eric ChristopherAdd support for the inline asm constraint 'K'.
2012-05-07 Craig TopperAdd SSE4A MOVNTSS/MOVNTSD instructions.
2012-05-07 Eric ChristopherSupport the 'J' constraint.
2012-05-07 Eric ChristopherAdd support for the 'I' inline asm constraint. Also...
2012-05-07 Eric ChristopherAllow 64 bit integer values in gpu registers if arch...
2012-05-07 Eric ChristopherWhen using inline asm constraints representing
2012-05-07 Jim GrosbachTidy up. Whitespace.
2012-05-07 Aaron BallmanUpdating the test case based on previous patch
2012-05-07 Richard SmithA union can have a constexpr defaulted default construc...
2012-05-07 David BlaikieRemove variable made unused by r156270.
2012-05-07 Aaron BallmanDetecting illegal instantiations of abstract types...
2012-05-06 Jordy Rose[analyzer] Reduce parallel code paths in SimpleSValBuil...
2012-05-06 Rafael EspindolaSplit mergeAvailabilityAttr out of handleAvailabilityAt...
2012-05-06 Craig TopperUse MVT instead of EVT as the argument to all the shuff...
2012-05-06 Craig TopperAdd VPERMQ/VPERMPD to the list of target specific shuff...
next