summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Rename target i386-linux-android to i686-linux-androidAlexey Bataev2014-01-13
* Delete inaccurate doc comment - isVariadic is long goneAlp Toker2014-01-12
* [PM] Update the creation of an IR printing pass to reflect the APIChandler Carruth2014-01-12
* [PM] Update Clang to follow the header rename in LLVM r199041.Chandler Carruth2014-01-12
* SPARC passes non-trivial C++ objects indirectly like everybody else.Jakob Stoklund Olesen2014-01-12
* MIPS and SPARC assemblers both take the -KPIC flag.Jakob Stoklund Olesen2014-01-12
* Make helper function static.Benjamin Kramer2014-01-11
* Select the UltraSPARC instruction set when invoking the assembler.Jakob Stoklund Olesen2014-01-11
* Add a new attribute 'enable_if' which can be used to control overload resolut...Nick Lewycky2014-01-11
* Use the appropriate SourceLocation for the template backtrace when doingNick Lewycky2014-01-11
* PR12208: Under -fno-elide-constructors, don't forget to actually copy an NRVORichard Smith2014-01-11
* [ms-abi] Change the way alignment is trackedWarren Hunt2014-01-11
* Fix "regression" caused by updating our notion of POD to better match the C++11Richard Smith2014-01-11
* [ms-abi] Adjusting Rules for Padding Between BasesWarren Hunt2014-01-10
* Use the simpler version of llvm::sys::fs::remove when possible.Rafael Espindola2014-01-10
* Downgrade bogus ExtWarn on duplicate 'friend' specifier to a Warning, and add aRichard Smith2014-01-10
* [analyzer] Model getters of known-@synthesized Objective-C properties.Jordan Rose2014-01-10
* ObjectiveC. Remove warning on mismatched methodsFariborz Jahanian2014-01-10
* Implement -m32 and -m64 with llvm::Triple functions.Jakob Stoklund Olesen2014-01-10
* Enable -fuse-init-array for all AArch64 ELF targets by default, not just linux.Kristof Beyls2014-01-10
* Use 'w' instead of 'c' to represent the win32 mangling.Rafael Espindola2014-01-10
* TryConsume parser cleanupsAlp Toker2014-01-10
* clang-format: Slightly adapt line break in edge case.Daniel Jasper2014-01-10
* Use the right dynamic linker for SPARC Linux executables.Jakob Stoklund Olesen2014-01-10
* clang-format: Understand ObjC boxed expressions.Daniel Jasper2014-01-10
* Locate GCC installations on SPARC systems.Jakob Stoklund Olesen2014-01-10
* Make the tautological out of range warning use Sema::DiagRuntimeBehavior so thatRichard Trieu2014-01-10
* Give the linker the right ELF type for SPARC targets.Jakob Stoklund Olesen2014-01-10
* Pass -32/-64 to the assembler when building for sparc/sparc64.Jakob Stoklund Olesen2014-01-10
* [ms-abi] Handle __declspec(align) on bitfields "properly"Warren Hunt2014-01-10
* CGRecordLayoutBuilder.cpp: Clarify if-else. [-Wdangling-else]NAKAMURA Takumi2014-01-10
* ObjectiveC. 1) Warn when @dynamic (as well as synthesize) Fariborz Jahanian2014-01-10
* Reapply r198845, reverted in r198849, with a fix to make it valid C++98, notRichard Smith2014-01-10
* [ms-abi] Fixing CGRecordLayoutBuilder w.r.t. MS NonVirutalBase LayoutWarren Hunt2014-01-09
* __has_attribute now understands target-specific attributes. So when you ask w...Aaron Ballman2014-01-09
* Removing the notion of TargetAttributesSema and replacing it with one where t...Aaron Ballman2014-01-09
* Use getPointerSizeInBits.Rafael Espindola2014-01-09
* Have attribute 'objc_precise_lifetime' suppress -Wunused.Ted Kremenek2014-01-09
* Attempting to appease the build bots on systems with ansi escape sequences.Aaron Ballman2014-01-09
* Removing a bit of custom parsing functionality used by the thread safety anal...Aaron Ballman2014-01-09
* clang-format: Add @s when breaking NSString literals.Daniel Jasper2014-01-09
* clang-format: Understand #pragma markDaniel Jasper2014-01-09
* clang-format: Some tweaks to braces list formatting:Daniel Jasper2014-01-09
* The OpenCL specification states that images are allocated Pekka Jaaskelainen2014-01-09
* Fix leak in lib/CodeGen/CGException.cpp, PR18318Kostya Serebryany2014-01-09
* In areVectorOperandsLaxBitCastable() allow bitcast between a vector and scalar.Argyrios Kyrtzidis2014-01-09
* Revert "PR18427: Use an appropriately-aligned buffer in APValue, to avoid a c...Argyrios Kyrtzidis2014-01-09
* PR18427: Use an appropriately-aligned buffer in APValue, to avoid a crash onRichard Smith2014-01-09
* Fix the clang -Werror build after r198818David Blaikie2014-01-09
* PR18401: Fix assert by implementing the current proposed direction of coreRichard Smith2014-01-09