aboutsummaryrefslogtreecommitdiff
path: root/clang/lib
AgeCommit message (Expand)AuthorFilesLines
2014-07-17IR: update Clang to use polymorphic __fp16 conversion intrinsics.Tim Northover1-8/+15
2014-07-17[mips] Pass the ABI to the integrated assembler and add tests the existing ar...Daniel Sanders1-0/+11
2014-07-17[OPENMP] Parsing/Sema analysis of directive 'master'Alexander Musman13-9/+126
2014-07-17[OPENMP] Initial parsing and sema analysis for 'final' clause.Alexey Bataev8-6/+85
2014-07-17Track the difference betweenRichard Smith8-31/+59
2014-07-17Fix FriendDecl source location and range for class templates and function dec...Nikola Smiljanic3-8/+8
2014-07-17MS ABI: Padding injected between empty vbases doesn't up required alignDavid Majnemer1-1/+1
2014-07-16DebugInfo: Forward HandleTagDeclRequiredDefinition through MultiplexConsumer ...David Blaikie1-0/+25
2014-07-16Add basic (noop) CodeGen support for __assumeHal Finkel1-0/+3
2014-07-16When list-initializing an object of class type, if we pick an initializer listRichard Smith1-17/+24
2014-07-16Typically linker options are protected with -Xlinker or -Wl,Arthur Marble1-2/+7
2014-07-16Removing a FIXME from the attribute parsing code by now passing along the sco...Aaron Ballman1-31/+35
2014-07-16Objective-C. Changes per A. Ballman's commentFariborz Jahanian2-16/+19
2014-07-16Simplify memory management in NestedNameSpecifierLocBuilder.Serge Pavlov1-8/+4
2014-07-16[Driver][Mips] If CPU name is not provided to the driver explicitly useSimon Atanasyan1-19/+7
2014-07-16Make clang's rewrite engine a core featureAlp Toker28-79/+56
2014-07-16Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))Fariborz Jahanian3-112/+181
2014-07-16[Driver][Mips] Reduce code duplication - use existing functionSimon Atanasyan3-25/+24
2014-07-16[Driver][Mips] Remove flags which is not used in multi-library selection.Simon Atanasyan1-2/+0
2014-07-16[Driver][Mips] Reduce code duplication. Remove static isMipsNan2008() function.Simon Atanasyan1-6/+2
2014-07-16[mips] Correct the invocation of GAS in several cases.Daniel Sanders2-8/+76
2014-07-16[mips] Add support for -mfpxx and -mno-fpxx.Daniel Sanders1-0/+4
2014-07-16Don't add -Bsymbolic by default on Android.Evgeniy Stepanov1-3/+0
2014-07-16MS ABI: Up the required alignment after inserting padding between vbasesDavid Majnemer1-1/+3
2014-07-16AST: Convert a SmallPtrSet to a SmallPtrSetImpl in RecordLayoutBuilderDavid Majnemer1-4/+4
2014-07-16AST: Cleanup RecordLayoutBuilderDavid Majnemer1-90/+77
2014-07-16Improve error recovery around colon.Serge Pavlov2-24/+34
2014-07-16Driver: bifurcate extended and basic MSC versioningSaleem Abdulrasool4-31/+50
2014-07-16Handle diagnostic warnings in Frontend diagnostic handler.Tyler Nowicki1-13/+29
2014-07-16Avoid referencing the vtable when calling the ctor without emitting itReid Kleckner1-2/+0
2014-07-15Use the integrated assembler by default on OpenBSD/sparc.Brad Smith1-1/+3
2014-07-15Switching some iterator-based for loops to use range-based for loops. No func...Aaron Ballman1-49/+28
2014-07-15Add __INTMAX_C_SUFFIX__ and __UINTMAX_C_SUFFIX__.Joerg Sonnenberger1-0/+4
2014-07-15Added the pack_elements range accessor. Refactoring some for loops to use ran...Aaron Ballman10-50/+29
2014-07-15clang-cl: Implement the -arch flagEhsan Akhgari1-2/+28
2014-07-15Add codegen for more R600 builtinsMatt Arsenault1-1/+46
2014-07-15Objective-C IRGen. Fixes an inconsistant linkage ofFariborz Jahanian1-7/+4
2014-07-15Don't create non-temporary twines.Joerg Sonnenberger1-3/+2
2014-07-15Make sure int64_t and uint64_t are consistent.Joerg Sonnenberger1-2/+2
2014-07-15Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi1-1/+0
2014-07-15Provide builtin macros as template for PRIab and SCNab, matching theJoerg Sonnenberger2-0/+41
2014-07-15clang-format: Improve heuristic around avoiding bad line breaks.Daniel Jasper1-1/+2
2014-07-15AST: Don't walk all redeclarations when looking for a uuid attrDavid Majnemer1-6/+4
2014-07-15[modules] Rearrange and unify the way we determine if we need to pull inRichard Smith1-28/+30
2014-07-15[OPENMP] Several cosmetic fixes in comments, tests and the code for '#pragma ...Alexey Bataev1-0/+3
2014-07-15Don't get confused on the number of braces when braces start after the first ...Ehsan Akhgari1-2/+1
2014-07-15VirtualFileSystem: Correctly generate the mapping for an empty VFSJustin Bogner1-23/+22
2014-07-15PR19751: (T())++ is not a cast-expression.Richard Smith2-2/+6
2014-07-14AST: Fix __uuidof for template specializationsDavid Majnemer1-5/+5
2014-07-14Remove dead code.Richard Smith1-11/+0