platform/upstream/llvm.git
2014-01-07 John ThompsonInitial checkin of new module-map-checker tool.
2014-01-07 Rafael EspindolaRemove unused include.
2014-01-07 Chandler CarruthUpdate #include paths for r198688 in LLVM that moved...
2014-01-07 Chandler CarruthTry to fix the windows build. The comments in other...
2014-01-07 Chandler CarruthUpdate Clang for the move of headers in r198688.
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-07 Chandler CarruthSort all the #include lines with LLVM's utils/sort_incl...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-07 Hao Liu[AArch64]Add support to spill/fill D tuples such as...
2014-01-07 NAKAMURA Takumi[CMake] Introduce llvm_update_compile_flags(target_name...
2014-01-07 Hao Liu[AArch64]Add support to copy D tuples such as DPair...
2014-01-07 Venkatraman... [Sparc] Add support for parsing sparc asm modifiers...
2014-01-07 Argyrios KyrtzidisFor areVectorOperandsLaxBitCastable(), only return...
2014-01-07 Andrew TrickFix for PR18396: Assertion: MO->isDead "Cannot fold...
2014-01-07 Andrew TrickReapply r198654 "indvars: sink truncates outside the...
2014-01-07 Chandler CarruthFix a -Wparentheses warning from GCC that caught a...
2014-01-07 Justin BognerSDKs: Add inttypes.h to the darwin SDK stub
2014-01-07 Kevin Qin[AArch64 NEON] Fixed incorrect immediate used in BIC...
2014-01-07 Justin BognerCodeGen: Include llvm/Config/config.h for strtoll on...
2014-01-07 Alp TokerFix 'unkown' typo in test -target from r198321
2014-01-07 Adrian Prantlupdate comment.
2014-01-07 Alp TokerBring back magic constants in the digraph diagnostic
2014-01-07 Saleem AbdulrasoolARM IAS: allow more depth in contextual diagnostics
2014-01-07 Saleem AbdulrasoolARM IAS: refactor unwind context
2014-01-07 Saleem AbdulrasoolARM Streamer: print out tag names
2014-01-07 Saleem AbdulrasoolARM IAS: improve .eabi_attribute handling
2014-01-07 Saleem AbdulrasoolMCParser: introduce Note and use it for ARM AsmParser
2014-01-07 Mingjie XingFix comment of findGCD.
2014-01-07 Andrew TrickRevert "indvars: sink truncates outside the loop."
2014-01-07 Venkatraman... [Sparc] Add support for parsing memory operands in...
2014-01-07 Justin BognerRevert "Only include inttypes.h on platforms for which...
2014-01-07 Justin BognerRevert "Explicitly enable PRIu64 by defining __STDC_FOR...
2014-01-07 Adrian PrantlImplement a new -fstandalone-debug option. rdar://probl...
2014-01-07 Andrew Trickindvars: sink truncates outside the loop.
2014-01-07 Andrew Trick80 col. comment.
2014-01-07 Fariborz JahanianObjectiveC. Computation of offsets when doing @encode...
2014-01-07 NAKAMURA Takumiclang/test/CodeGenCXX/instr-profile.cpp: Appease -Asserts.
2014-01-07 Kaelyn UhrainExplicitly enable PRIu64 by defining __STDC_FORMAT_MACR...
2014-01-07 Justin BognerCodeGen: Sentences end with a period
2014-01-06 Jason MolendaUpdate the checks in EmulateInstructionARM::GetFramePoi...
2014-01-06 Kaelyn UhrainOnly include inttypes.h on platforms for which PRIu64...
2014-01-06 Jack Carter[Mips] TargetStreamer Support for .abicalls and .set...
2014-01-06 Ted KremenekProperly sort CMake list. NFC.
2014-01-06 Kaelyn UhrainUse the PRIu64 macro for printing a uint64_t.
2014-01-06 Howard HinnantImplement demangling for user-defined operators.
2014-01-06 Rui UeyamaRemove leading underscore from parameters.
2014-01-06 Rui UeyamaRename parameters to fix shadow warnings.
2014-01-06 Justin BognerCodeGen: Initial instrumentation based PGO implementation
2014-01-06 Justin BognerDriver: Accept -fprofile-instr-use and -fprofile-instr...
2014-01-06 Justin Bognerprofile: Rudimentary suppport for PGO instrumentation
2014-01-06 Kevin EnderbyFor the 'C' disassembler API, add a new ReferenceType...
2014-01-06 Rafael EspindolaImprove documentation of the 'a' specifier and the...
2014-01-06 Todd FialaFix lldb build break due to TypedefNameDecl member...
2014-01-06 Rui Ueyama[PECOFF] Simplify: Replace two-value enum with bool.
2014-01-06 Matt ArsenaultFix c++ mode comments
2014-01-06 Andrew TrickReapply r198478 "Fix PR18361: Invalidate LoopDispositio...
2014-01-06 Jean-Daniel... Introduce a cmake LLVM_ENABLE_LIBCXX build parameter...
2014-01-06 Rafael EspindolaRemove dead code.
2014-01-06 Marshall ClowBack out the <type_traits> changes from r198431; they...
2014-01-06 Alp TokerProspective MSVC 2010 build fix
2014-01-06 Marshall ClowRemoved extra trailing underscore in #ifdef (__GNUC___...
2014-01-06 Tim NorthoverARM MachO: sort out isTargetDarwin/isTargetIOS/......
2014-01-06 Robert LyttonXCore Target: correct callee save register spilling...
2014-01-06 Robert LyttonXCore target: Lower EH_RETURN
2014-01-06 Robert LyttonXCore target: Lower FRAME_TO_ARGS_OFFSET
2014-01-06 Robert LyttonXCore target: Lower RETURNADDR
2014-01-06 Robert LyttonXCore target: Optimise entsp / retsp selection
2014-01-06 Robert LyttonXCore target: Refactor LR handling
2014-01-06 Robert LyttonXCore target: Refactor the loading of constants into...
2014-01-06 Robert LyttonXCore target: fix handling of unsized global arrays...
2014-01-06 Marshall ClowRename several internal templates to get rid of ___...
2014-01-06 Alp TokerCorrect underlying integer type of enum TokenKind
2014-01-06 Alp TokerSimplify diagnostic tag type using the token kind formatter
2014-01-06 Alp TokerDon't use magic constants in the digraph diagnostic
2014-01-06 Alp TokerSupport diagnostic formatting of keyword tokens
2014-01-06 Alp TokerRename getTokenSimpleSpelling() to getPunctuatorSpelling()
2014-01-06 Tim NorthoverARM: keep special non-AEABIness of "-darwin-eabi" tripl...
2014-01-06 Alp TokerHighlight the previous underlying enum type when diagno...
2014-01-06 Alp TokerDiagnose enum redeclarations properly
2014-01-06 Alp TokerUse token kind instead of '%select{.|->}0' in diagnostic
2014-01-06 Alp TokerApply some LLVM_READONLY / LLVM_READNONE on diagnostic...
2014-01-06 Joey Gouly[OpenCL] Produce an error if an address space is used...
2014-01-06 Tobias Grosserwww: Fix typo II
2014-01-06 Tobias Grosserwww: Fix typo
2014-01-06 Tobias Grosserwww: Add link to newly released islplot library
2014-01-06 Elena DemikhovskyAVX-512: added intrinsic vcvtpd2ps (with rounding mode...
2014-01-06 Venkatraman... [Sparc] Explicitly cast -1 to unsigned to fix buildbot...
2014-01-06 Venkatraman... [Sparc] Add initial implementation of disassembler...
2014-01-06 David MajnemerMC: Fatally error if subtraction operand is bad
2014-01-06 Craig TopperThe rest of r198588. Remove SegOvrBits from X86 TSFlags...
2014-01-06 Craig TopperRemove SegOvrBits from X86 TSFlags since they weren...
2014-01-06 Craig TopperRemove argument to fix build bot failure.
2014-01-06 Craig TopperAdd OpSize16 bit, for instructions which need 0x66...
2014-01-06 Bill WendlingRemove unnecessary #includes.
2014-01-06 Craig Topper[x86] Add basic support for .code16
2014-01-06 Saleem AbdulrasoolSupport: add reference for ARM EHABI
2014-01-06 Kevin Qin[AArch64 NEON] Fix invalid constant used in vselect...
2014-01-06 Tobias GrosserTemporarily reformat Polly to silence buildbots
2014-01-06 Venkatraman... [Sparc] Add ELF Object Writer for Sparc.
2014-01-06 Bill WendlingRefactor function that checks that __builtin_returnaddr...
next