platform/upstream/llvm.git
2015-03-30 Derek SchuffAdd driver support for Native Client SDK
2015-03-30 Jordan Rose[analyzer] Add test for previous commit.
2015-03-30 Jordan Rose[analyzer] Disable all retain count diagnostics on...
2015-03-30 Jordan Rose[analyzer] Don't special-case ivars backing +0 properties.
2015-03-30 Duncan P. N... llvm-dis: Use the new `DebugLoc` API, NFC
2015-03-30 Duncan P. N... DebugInfo: Use new LLVM API for DebugLoc
2015-03-30 Richard SmithUpdating code owners file per discussion with Doug...
2015-03-30 Duncan P. N... Transforms: Use the new DebugLoc API, NFC
2015-03-30 Kit Barton[PPC] Move argument range checks for HTM and crypto...
2015-03-30 Duncan P. N... IR: Use the new DebugLoc API, NFC
2015-03-30 Paul RobinsonVerify 'optnone' can run DAG combiner when appropriate.
2015-03-30 Justin Holewinski[NVPTX] Associate a minimum PTX version for each SM...
2015-03-30 Duncan P. N... CodeGen: Use the new DebugLoc API, NFC
2015-03-30 Kit Barton[PPC] Modify HTM and crypto intrinsics to inherit from...
2015-03-30 Duncan P. N... DebugInfo: Reflow printDebugLoc() to use early returns...
2015-03-30 Lang Hames[Orc] Separate callback manager selection from callback...
2015-03-30 Duncan P. N... Bitcode: Reflow code to use early continues, NFC
2015-03-30 Duncan P. N... SelectionDAG: Reflow code to use early returns, NFC
2015-03-30 Justin Holewinski[NVPTX] Add options for PTX 4.1/4.2 and SM 3.2/3.7...
2015-03-30 Ulrich Weigand[SystemZ] Fix fallout from r233543 on no-assert builds
2015-03-30 Duncan P. N... DebugInfo: Write new DebugLoc API
2015-03-30 Tobias GrosserDrop some CLooG leftovers
2015-03-30 Tobias GrosserDelete some leftovers from scoplib
2015-03-30 Tobias GrosserDrop libpluto support
2015-03-30 Adrian McCarthyWork around lack of %zd printf format specifier in...
2015-03-30 Duncan P. N... DebugInfo: Implement MDLocation::getInlinedAtScope()
2015-03-30 Tobias GrosserUpdate isl to 285e92aea
2015-03-30 Tobias GrosserDelinearization of expressions that contain array size...
2015-03-30 Duncan P. N... Verifier: Add operand checks for remaining debug info
2015-03-30 Duncan P. N... DebugInfo: Simplify logic in DISubprogram::Verify(...
2015-03-30 Duncan P. N... Verifier: Loosen r233559 check for 'function:' field...
2015-03-30 Duncan P. N... Verifier: Add operand checks for MDLexicalBlock
2015-03-30 Duncan P. N... DebugInfo: Rename some testcases
2015-03-30 Duncan P. N... Verifier: Check operands of MDSubprogram nodes
2015-03-30 Yaron KerenTrying to fix the Hexagon and debian-fast bots arm32_ne...
2015-03-30 Marshall ClowWhile testing Erik's code coverage scripts, I found...
2015-03-30 Tobias GrosserAdd option to only run scop detection
2015-03-30 Yaron KerenRemove more superfluous .str() and replace std::string...
2015-03-30 Sanjay Patelmore space; NFC
2015-03-30 Simon Pilgrim[X86] Ensure integer domain on scalar i64 load/store...
2015-03-30 Eric Fiselier[libcxx] Fix PR22771 - Support access control SFINAE...
2015-03-30 Rafael EspindolaFix Sphinx warning " Title underline too short.".
2015-03-30 Simon Atanasyan[ELF] Use override keyword instead of virtual
2015-03-30 Simon Atanasyan[Mips] Do not use llvm::Optional for GP0 value and...
2015-03-30 Simon Atanasyan[Mips] Rename class method merge => mergeHeaderFlags
2015-03-30 Robert FlackReplace sys.platform skips in tests with @skip decorato...
2015-03-30 Tamas BerghammerFix check in TestNoreturnUnwind
2015-03-30 Rafael EspindolaSave a std::string.
2015-03-30 Ulrich Weigand[SystemZ] Fix definition of IntMaxType / Int64Type
2015-03-30 Ulrich Weigand[SystemZ] Fix some ABI corner cases
2015-03-30 Daniel Sanders[mips] Add support for 'ZC' inline assembly memory...
2015-03-30 Ulrich Weigand[SystemZ] Fix LLVM crash on unoptimized code
2015-03-30 Ulrich Weigand[SystemZ] Remove TargetMachine CPU auto-detection
2015-03-30 Rafael EspindolaSpecial case the creation of relocation sections.
2015-03-30 Denis Protivensky[ARM] Remove whitespace in rel-ifunc test
2015-03-30 Daniel Sanders[mips] Support 9-bit offsets for the 'R' inline assembl...
2015-03-30 Russell GallopRevert test commit at revision 233535.
2015-03-30 Russell GallopTest commit
2015-03-30 Tobias GrosserAdd forgotten underscore
2015-03-30 Tobias GrosserAdd some missing isl prefixes
2015-03-30 Simon Atanasyan[Mips] Fix writing R_MIPS_REL32 relocation addendum
2015-03-30 Tamas BerghammerFix TestGdbRemote* on remote linux
2015-03-30 Daniel Jasperclang-format: [JS] Fix comment formatting in goog.scopes.
2015-03-30 Daniel JasperRevert "[SCEV] Look at backedge dominating conditions."
2015-03-30 Elena DemikhovskyAVX-512: blank lines, duplicated tests, no functional...
2015-03-30 Elena DemikhovskyAVX-512: added intrinsics for VPAND, VPOR and VPXOR
2015-03-30 Craig Topper[X86] In getHostCPUFeatures, disable xop, f16c, fma...
2015-03-30 Craig Topper[X86] Remove FeatureAES for 'corei7' CPU. 'corei7'...
2015-03-30 Craig Topper[X86] Use the more specific CPU names like 'nehalem...
2015-03-30 Craig Topper[X86] Move family 6 model 21 to 'pentium-m'. Near as...
2015-03-30 Craig Topper[X86] Family 6 model 29 is a Penryn based processor...
2015-03-30 Alexey Bataev[OPENMP] Codegen for 'atomic update' construct.
2015-03-30 Alexei Starovoitov[MCJIT] In debug memory dump output, don't truncate...
2015-03-30 Alexey Bataev[OPENMP] Improved codegen for implicit/explicit 'barrie...
2015-03-30 Lang Hames[Orc] Add missing #include. Hopefully this will appease...
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-03-30 Petar JovanovicAdd check for kind of UnqualifiedId in Declarator:...
2015-03-30 Tobias GrosserGist-simplify access relations in the context of domain...
2015-03-29 Lang Hames[Orc] Add missing inline keyword to the function introd...
2015-03-29 Tobias GrosserAvoid nullptr dereference in the ScopGraphPrinter
2015-03-29 Lang Hames[Orc] Use raw TargetAddresses for callback trampoline...
2015-03-29 David Majnemer[MS ABI] Rework .xdata HandlerType emission
2015-03-29 Benjamin KramerSilence sign compare warning. NFC.
2015-03-29 Johannes DoerfertStrip constant factors from SCoP parameters
2015-03-29 Benjamin Kramer[inline asm] Don't reject duplicated matching constraints
2015-03-29 Benjamin Kramer[parse] Don't crash on alternative operator spellings...
2015-03-29 Simon PilgrimUse SDValue bool check to tidyup some possible vector...
2015-03-29 Benjamin Kramer[lex] Provide a valid token when __has_include is found...
2015-03-29 Benjamin Kramer[edit] Don't hit an assert when trying to delete a...
2015-03-29 Simon PilgrimUse SDValue bool check to tidyup some possible Reassoci...
2015-03-29 Benjamin Kramer[parser] Push _Atomic locs through DeclaratorChunk.
2015-03-29 Benjamin Kramer[lex] Don't create a garbage token if parsing of __has_...
2015-03-29 Benjamin Kramer[Parse] Don't crash on ~A::{
2015-03-29 Benjamin Kramer[lex] Don't read past the end of the buffer
2015-03-29 Benjamin Kramer[lex] Turn range checks into asserts.
2015-03-29 Elena DemikhovskyAVX-512: Fixed the "commutative" property flag in VPAND...
2015-03-29 Craig TopperFix a variable name in MSVC specific part of rr233487.
2015-03-29 Craig Topper[X86] Implement getHostCPUFeatures for X86.
2015-03-28 Akira HatanakaDelete MCInstPrinter::AvailableFeatures.
2015-03-28 Akira Hatanaka[X86] Read the feature bits from the subtarget that...
next