aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-07-16Make clang's rewrite engine a core featureAlp Toker
2014-07-16Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))Fariborz Jahanian
2014-07-16[Driver][Mips] Reduce code duplication - use existing functionSimon Atanasyan
2014-07-16[Driver][Mips] Remove flags which is not used in multi-library selection.Simon Atanasyan
2014-07-16[Driver][Mips] Reduce code duplication. Remove static isMipsNan2008() function.Simon Atanasyan
2014-07-16[mips] Correct the invocation of GAS in several cases.Daniel Sanders
2014-07-16[mips] Add support for -mfpxx and -mno-fpxx.Daniel Sanders
2014-07-16Don't add -Bsymbolic by default on Android.Evgeniy Stepanov
2014-07-16MS ABI: Up the required alignment after inserting padding between vbasesDavid Majnemer
2014-07-16AST: Convert a SmallPtrSet to a SmallPtrSetImpl in RecordLayoutBuilderDavid Majnemer
2014-07-16AST: Cleanup RecordLayoutBuilderDavid Majnemer
2014-07-16Improve error recovery around colon.Serge Pavlov
2014-07-16Driver: bifurcate extended and basic MSC versioningSaleem Abdulrasool
2014-07-16Handle diagnostic warnings in Frontend diagnostic handler.Tyler Nowicki
2014-07-16Avoid referencing the vtable when calling the ctor without emitting itReid Kleckner
2014-07-15Use the integrated assembler by default on OpenBSD/sparc.Brad Smith
2014-07-15Switching some iterator-based for loops to use range-based for loops. No func...Aaron Ballman
2014-07-15Add __INTMAX_C_SUFFIX__ and __UINTMAX_C_SUFFIX__.Joerg Sonnenberger
2014-07-15Added the pack_elements range accessor. Refactoring some for loops to use ran...Aaron Ballman
2014-07-15clang-cl: Implement the -arch flagEhsan Akhgari
2014-07-15Add codegen for more R600 builtinsMatt Arsenault
2014-07-15Objective-C IRGen. Fixes an inconsistant linkage ofFariborz Jahanian
2014-07-15Don't create non-temporary twines.Joerg Sonnenberger
2014-07-15Make sure int64_t and uint64_t are consistent.Joerg Sonnenberger
2014-07-15Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi
2014-07-15Provide builtin macros as template for PRIab and SCNab, matching theJoerg Sonnenberger
2014-07-15clang-format: Improve heuristic around avoiding bad line breaks.Daniel Jasper
2014-07-15AST: Don't walk all redeclarations when looking for a uuid attrDavid Majnemer
2014-07-15[modules] Rearrange and unify the way we determine if we need to pull inRichard Smith
2014-07-15[OPENMP] Several cosmetic fixes in comments, tests and the code for '#pragma ...Alexey Bataev
2014-07-15Don't get confused on the number of braces when braces start after the first ...Ehsan Akhgari
2014-07-15VirtualFileSystem: Correctly generate the mapping for an empty VFSJustin Bogner
2014-07-15PR19751: (T())++ is not a cast-expression.Richard Smith
2014-07-14AST: Fix __uuidof for template specializationsDavid Majnemer
2014-07-14Remove dead code.Richard Smith
2014-07-14AST: Cleanup __uuidof related codeDavid Majnemer
2014-07-14Continue parsing an expression list even after an error is encountered.Kaelyn Takata
2014-07-14Fix build with various feature flag combinationsAlp Toker
2014-07-14Drop separate UIntMaxType and just derive it from IntMaxType.Joerg Sonnenberger
2014-07-14Introduce getCorrespondingUnsignedType() in TargetInfo to work like theJoerg Sonnenberger
2014-07-14In C++98, if an rvalue reference binds to a function lvalue (or an xvalue or anRichard Smith
2014-07-14Fix case-sensitivity of inferred framework modulesBen Langmuir
2014-07-14Fix typosAlp Toker
2014-07-14Revert "Improve error recovery around colon."Reid Kleckner
2014-07-14Improve error recovery around colon.Serge Pavlov
2014-07-14CodeGen: Let arrays be inputs to inline asmDavid Majnemer
2014-07-14ARM: Add NOP intrinsic mapping in arm_acle.hYi Kong
2014-07-14ARM: Implement __builtin_arm_nop intrinsicYi Kong
2014-07-14clang-format: Improve cast detection (fix false positive).Daniel Jasper
2014-07-14[x32] Add __ILP32__ macro for ILP32 platformsPavel Chupin