platform/upstream/llvm.git
2014-01-08 Alp TokerBuild fix following r198747
2014-01-08 Rafael EspindolaUse -std=gnu99 in tools/llvm-c-test/CMakeLists.txt
2014-01-08 Rafael EspindolaUse -std=gnu89 in tools/c-index-test/CMakeLists.txt
2014-01-08 Alp TokerAdd tests for clang plugins
2014-01-08 Alp TokerCMake: Provide LLVM_PLUGIN_EXT definition
2014-01-08 Elena DemikhovskyAVX-512: Added more intrinsics for pmin/pmax, pabs...
2014-01-08 Iain Sandoe[patch] Adjust behavior of FDE cross-section relocs...
2014-01-08 Kevin Qin[AArch64 NEON] Fix generating incorrect value type...
2014-01-08 Todd FialaFixes a bug preventing reading of the python register...
2014-01-08 Jiangning LiuFor AArch64, support builtin neon vector type with...
2014-01-08 Venkatraman... [SparcV9] Rename operands in some sparc64 instructions...
2014-01-08 Venkatraman... [Sparc] Correct the mask for fixup_sparc_br19.
2014-01-08 Venkatraman... [Sparc] Add support for parsing branch instructions...
2014-01-08 Lang HamesRe-apply r196639: Add support for archives and object...
2014-01-08 Saleem Abdulrasooltests: disable ARM unwinding tests if ARM is unavailable
2014-01-08 Saleem AbdulrasoolARM IAS: properly handle expression operands
2014-01-08 Saleem Abdulrasoolllvm-readobj: add support for ARM EHABI unwind info
2014-01-08 Enrico GranataUndo test
2014-01-08 Enrico GranataTest
2014-01-08 Enrico GranataAlignment fix
2014-01-08 Hao LiuFix a bug about generating undef operand when optimisin...
2014-01-08 Enrico Granata<rdar://problem/15453076>
2014-01-08 Nick Kledzik[mach-o] properly extract atom content from subrange...
2014-01-08 Enrico Granata__CFString should also format as an NSString
2014-01-08 Richard SmithRP18408: If a member template is used as a template...
2014-01-08 Nick KledzikUse the mach-o MH_* name for file types in yaml
2014-01-08 Enrico GranataNew and improved data formatter for std::shared_ptr...
2014-01-08 Richard SmithPR18400: ignore cv-qualifiers on the underlying type...
2014-01-08 Quentin Colombet[Driver] Fix a typo in the setting of the arch name...
2014-01-08 Richard SmithPR18234: Mark a tag definition as invalid early if...
2014-01-08 David Woodhouse[x86] Kill gratuitous X86_{32,64}TargetMachine subclass...
2014-01-07 Sean CallananFixed a bug where the expression parser doesn't
2014-01-07 Greg ClaytonFixed an issue when attaching to a process without...
2014-01-07 Chandler CarruthFix the top header that corresponds to this source...
2014-01-07 Adrian PrantlRe-applying r198699 after reverting r198461.
2014-01-07 Adrian PrantlRevert "Debug info: Ensure that the last stop point...
2014-01-07 Adrian PrantlRevert "Debug info: Implement a cleaner version of...
2014-01-07 Greg ClaytonFixed issues with ptr_refs:
2014-01-07 Jordan Rose[analyzer] Files with .c extensions are still C++ files...
2014-01-07 Jordan Rose[analyzer] Pointers escape into +[NSValue valueWithPoin...
2014-01-07 Jordan Rose[analyzer] Remove unused ARCNotOwnedSymbol retain count...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-07 Roman DivackyIn the ELFWriter when writing aliased (.set) symbols...
2014-01-07 Aaron BallmanUpdating the documentation about how to add attributes...
2014-01-07 Nico Weber[cmake] Write Version.inc at cmake time, not at build...
2014-01-07 Chandler CarruthRun llvm/utils/sort_includes.py over the Clang tools...
2014-01-07 Cameron McInallyFix uninitialized variable warning in DataLayout.
2014-01-07 Rafael EspindolaDon't assert with private type info variables.
2014-01-07 Benjamin KramerEmit arange padding with a single directive.
2014-01-07 Adrian PrantlDebug info: Implement a cleaner version of r198461...
2014-01-07 Joerg SonnenbergerReplace casts of __impl_ with the correct reinterpret_c...
2014-01-07 David PeixottoAdd ARM fconsts/fconstd aliases for vmov.f32/vmov.f64
2014-01-07 Logan Chien[arm] Fix an incorrect comment in ARMUnwindOpAsm.h.
2014-01-07 Nico WeberShorten the output of `clang-format --version`, include...
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.
next