platform/upstream/llvm.git
2013-07-04 Rafael EspindolaAdd 'not' in front of a command that is expected to...
2013-07-04 Rafael EspindolaAdd 'not' to command lines that are expected to fail.
2013-07-04 Rafael EspindolaDon't pass llvm::errs() all over the place. Diagnostics...
2013-07-04 Aaron BallmanChanging long to int for consistency.
2013-07-04 Rafael EspindolaReturn 0 when processing --help. This matches gnu ld...
2013-07-04 Rafael EspindolaAdd 'not' to commands that are expected to fail.
2013-07-04 Rafael EspindolaRequire a shell for this test.
2013-07-04 Rafael EspindolaAdd 'not' to commands that are expected to fail.
2013-07-04 Joey GoulyRemove an unneeded call to 'UpdateThumbVFPPredicate...
2013-07-04 Rafael EspindolaLooks like {{.*}} doesn't match the empty string. Fix...
2013-07-04 Rafael EspindolaRelax pattern to accept a signext on ppc64.
2013-07-04 Rafael EspindolaReplace 'grep foo | count 0' with 'not grep foo'.
2013-07-04 Rafael EspindolaRemove test for the old debug format which was XFAILed...
2013-07-04 Joerg SonnenbergerFix bashism.
2013-07-04 Rafael EspindolaConvert test to FileCheck.
2013-07-04 Rafael EspindolaAdd missing expected-warning.
2013-07-04 Rafael EspindolaRemove more unused uses of -verify.
2013-07-04 Joey GoulyAdd support for MC assembling and disassembling of...
2013-07-04 Rafael EspindolaRemove unused -verify.
2013-07-04 Alexander KornienkoFixed typo: NoneComment -> NonComment, no other changes.
2013-07-04 Rafael Espindolaclang -cc1 has no -fno-unit-at-a-time or -funit-at...
2013-07-04 Ulrich Weigand[PowerPC] Add all trap mnemonics
2013-07-04 Rafael EspindolaUse a clang -cc1 option instead of -m32 and remove...
2013-07-04 Rafael EspindolaRemove tcl quotes.
2013-07-04 Rafael EspindolaConvert test to FileCheck.
2013-07-04 Rafael EspindolaReplace void with int to make this a valid C++ file.
2013-07-04 Ulrich Weigand[PowerPC] Add asm parser support for CR expressions
2013-07-04 Benjamin KramerSimplifyCFG: Teach switch generation some patterns...
2013-07-04 Alexander Potapenko[ASan] Close stderr before launching atos in asan_symbo...
2013-07-04 Rafael EspindolaRemove old test.
2013-07-04 Rafael EspindolaRemove old test.
2013-07-04 Rafael EspindolaClang has no nested function support. Delete this test.
2013-07-04 Aaron BallmanSupporting ssize_t on WIN64 with its proper size. ...
2013-07-04 Evgeniy Stepanov[sanitizer] Intercept tcgetattr.
2013-07-04 Jakob Stoklund... Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
2013-07-04 Evgeniy Stepanov[sanitizer] More interceptors.
2013-07-04 Craig TopperUse SmallVectorImpl::const_iterator instead of SmallVec...
2013-07-04 Alexander KornienkoAdded AlwaysBreakBeforeMultilineStrings option.
2013-07-04 Alexander Potapenko[ASan] Do not protect the malloc zone created by malloc...
2013-07-04 Joey GoulyAdd a V8FP instruction 'vcvt{b,t}' to convert between...
2013-07-04 Rui UeyamaTry to guard a test that requires DEBUG().
2013-07-04 Jakob Stoklund... Typo.
2013-07-04 Jakob Stoklund... Simplify landing pad lowering.
2013-07-04 Jakob Stoklund... FastISel can only apend to basic blocks.
2013-07-04 Jakob Stoklund... Live-in copies go *after* EH_LABELs.
2013-07-04 Richard SmithAdd test for PR4997. This has been fixed for a while.
2013-07-04 Richard SmithTestcase for PR14130, which was probably fixed by r183859.
2013-07-04 Nick LewyckyTabs to spaces. No functionality change.
2013-07-04 Craig TopperAdd a space between closing template '>' to unbreak...
2013-07-04 Craig TopperUse SmallVectorImpl instead of SmallVector for iterator...
2013-07-04 Anna Zaks[analyzer] Suppress reports reported in std::list
2013-07-04 Anna Zaks[analyzer] Make sure that inlined defensive checks...
2013-07-04 Craig TopperAdd a space between closing template '>' to unbreak...
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-04 Eric ChristopherReapply r185601 with a fix for the cmake build.
2013-07-04 Richard SmithPart of PR15673: If a function template has a default...
2013-07-04 Eric ChristopherTemporarily revert 185601 as it caused cmake build...
2013-07-04 Richard TrieuImprove -Wlogical-not-parentheses to catch when the...
2013-07-04 Eric ChristopherAdd support for futimens for platforms that don't suppo...
2013-07-04 Jakob Stoklund... Revert r185595-185596 which broke buildbots.
2013-07-04 Fariborz Jahanian[ObjectiveC migrator] relax the rules for setter/getter
2013-07-04 Richard SmithPR16480: Reimplement token-caching for constructor...
2013-07-04 Marshall ClowPatch for N3655 (Transformation type traits) with Howar...
2013-07-03 Jakob Stoklund... Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
2013-07-03 Jakob Stoklund... Simplify landing pad lowering.
2013-07-03 Jakob Stoklund... Add MachineBasicBlock::addLiveIn().
2013-07-03 Fariborz JahanianMinor refactoring of my last patch.
2013-07-03 Stephen LinHave ARMBaseRegisterInfo::getCallPreservedMask return...
2013-07-03 Fariborz Jahanian[ObjectiveC Migration]: Provide knobs for
2013-07-03 Sebastian Popscop detection: early return
2013-07-03 Eric ChristopherHoist all of the Entry.getLoc() calls int a single...
2013-07-03 Eric ChristopherMake DotDebugLocEntry a class, reorder the members...
2013-07-03 Quentin Colombet[ARM] Improve the instruction selection of vector loads.
2013-07-03 Eric ChristopherElaborate on comment.
2013-07-03 Eric ChristopherAdd names to the header file since they help in documen...
2013-07-03 Roman DivackyCheck LongDoubleFormat instead of just Width as this...
2013-07-03 Bill Schmidt[PowerPC] FreeBSD does not require f128 in its data...
2013-07-03 Bill Schmidt[PowerPC] FreeBSD does not require f128 in its data...
2013-07-03 Renato GolinAdd platform specific tests doc
2013-07-03 Bill Schmidt"bool" should be a context-sensitive keyword in Altivec...
2013-07-03 Daniel MaleaRemove @expectedFailureGcc from TestInlineStepping...
2013-07-03 Roman DivackyAdd support for TF/TC modes available on eg. PowerPC64.
2013-07-03 Manman RenUpdate testing cases to check dwarf-2 for Darwin.
2013-07-03 Daniel MaleaSkip Test-rdar-9974002 with Clang 3.4 (due to llvm...
2013-07-03 Tilmann SchellerARM: Prevent ARMAsmParser::shouldOmitCCOutOperand(...
2013-07-03 Chad RosierRevert r185557 as it was a bit (a lot) premature.
2013-07-03 Eric ChristopherMove typedefs inside the class that they belong to.
2013-07-03 Roman DivackyDont define __LONG_DOUBLE_128__ unless LongDoubleWidth...
2013-07-03 Daniel MaleaAdd missing -std=c99 flag to appease GCC 4.6
2013-07-03 Daniel MaleaRe-apply TestHelp.py fix
2013-07-03 Marshall ClowCommit patch for integer sequences. Suggested by Richar...
2013-07-03 Eli BenderskyAdd target hook CodeGen queries when generating builtin...
2013-07-03 Daniel MaleaFix python 2.6 compatibility issue introduced by r184615
2013-07-03 Chad RosierUse an RWMutex instead of a Mutex in PassRegistry.
2013-07-03 Richard SmithEnable -ffreestanding for this test, to avoid #include_...
2013-07-03 Ulrich Weigand[PowerPC] Support lmw/stmw in the asm parser
2013-07-03 Bill SchmidtProvide test case for commit r185544.
2013-07-03 Eli FriedmanAdd file suffix for assembler-with-cpp.
2013-07-03 Ulrich Weigand[PowerPC] Use mtocrf when available
2013-07-03 Daniel MaleaRevert commits that cause broken builds on GCC buildbots
next