summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added formatters for libc++ (http://libcxx.llvm.org):Enrico Granata2012-03-1223-7/+1417
* <rdar://problem/11030692>Greg Clayton2012-03-121-40/+34
* Disabled the i386 tests pending fixes in the JIT.Sean Callanan2012-03-121-1/+1
* [asan] move x86-specific test to a separate X86 directory with a custom lit.l...Kostya Serebryany2012-03-122-0/+13
* [Sema] -Add an invalid objc category to the DeclContext so that it can beArgyrios Kyrtzidis2012-03-122-0/+33
* Audit uses of StringRef::getAsInteger.Michael J. Spencer2012-03-122-22/+10
* ObjCBoolLiterals (__objc_yes/__objc_no) behave like C++ booleans (true/false)...Jordy Rose2012-03-122-2/+2
* objective-c modern translator: ivar offset symbolsFariborz Jahanian2012-03-121-4/+20
* Fix a crash-on-invalid found by -Wlogical-op-parentheses.David Blaikie2012-03-122-1/+2
* [ASan] Add back the support for /MT; intercept statically-linked functionsTimur Iskhodzhanov2012-03-126-11/+170
* When inlining a function and adding its inner call sites to theChandler Carruth2012-03-122-1/+110
* Teach instsimplify how to constant fold pointer differences.Chandler Carruth2012-03-122-0/+155
* FileCheck-ize this test.Chandler Carruth2012-03-121-10/+10
* Don't cast away constant qualifier.Duncan Sands2012-03-121-1/+1
* Use ZeroLengthBitfieldAlignment for AAPCS, as well as APCS-GNU.James Molloy2012-03-122-6/+242
* Fix parsing of trailing-return-type. Types are syntactically prohibited fromRichard Smith2012-03-1211-30/+76
* Fix parsing of type-specifier-seq's. Types are syntactically allowed to beRichard Smith2012-03-1217-385/+113
* Switch to unified syntax for VFP instructions in inline assembly.Bob Wilson2012-03-121-2/+2
* Fix typo in comment, 'langauge' -> 'language'.Nick Lewycky2012-03-112-2/+2
* objective-c modern abi rewriter: provide section pragmas forFariborz Jahanian2012-03-111-3/+28
* Replace a hand-coded leading one counting loop with the magic from MathExtras.h.Benjamin Kramer2012-03-111-8/+1
* Remove global map. This code isn't even hot.Benjamin Kramer2012-03-111-38/+28
* Document the weak-linking behavior of the availability attributeDouglas Gregor2012-03-111-0/+6
* DwarfDebug: Store the filename/dirname pair as a zero-separated string in a s...Benjamin Kramer2012-03-112-15/+13
* [ASan] Use WriteFile instead of fwrite in AsanWriteTimur Iskhodzhanov2012-03-111-2/+7
* Update library dependencies to add clangEdit on c-index-test and c-arcmt-test.NAKAMURA Takumi2012-03-112-2/+2
* Convert more static tables of registers used by calling convention to uint16_...Craig Topper2012-03-1112-44/+44
* Use uint16_t to store registers and opcode in static tables in the target spe...Craig Topper2012-03-119-35/+35
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-11160-1531/+1531
* Remove unused functions getArgRegs and getNumArgRegs.Craig Topper2012-03-112-23/+0
* llvm::SwitchInstStepan Dyatkovskiy2012-03-111-1/+1
* llvm::SwitchInstStepan Dyatkovskiy2012-03-1119-49/+52
* Document the availability attributeDouglas Gregor2012-03-112-1/+45
* When template argument deduction is ignoring qualifiers, perform deepDouglas Gregor2012-03-112-15/+36
* cxx_status: No compiler changes are required for 'minimal support for garbageRichard Smith2012-03-111-1/+2
* [llvm.py] Implement disassembler interfaceGregory Szorc2012-03-112-0/+162
* Add a missing 'template' keyword.Douglas Gregor2012-03-111-1/+1
* Add a few missing 'template' keywordsDouglas Gregor2012-03-112-3/+3
* Shrink and reorder some fields in MCOperandInfo to fit it in 8 bytes to reduc...Craig Topper2012-03-112-11/+11
* Fix warnings when building with VS11.Michael J. Spencer2012-03-111-0/+3
* Fix warnings.Michael J. Spencer2012-03-111-4/+4
* [analyzer] Replace a static helper with existing logic. No functionality change.Jordy Rose2012-03-111-26/+18
* When determining whether an identifier followed by a '<' in a memberDouglas Gregor2012-03-103-11/+50
* Fix crash & accepts-invalid for array of arrays of user defined type.David Blaikie2012-03-103-8/+41
* Fixing a compile warning triggered in MSVC about constant truncation.Aaron Ballman2012-03-101-1/+2
* Make StringRef::getAsInteger work with all integer types. Before this changeMichael J. Spencer2012-03-103-36/+157
* Updated the test so that it checks for ms-compatibility in addition to ms-ext...Aaron Ballman2012-03-101-1/+1
* Make helper static, so it can be inlined into its sole caller.Benjamin Kramer2012-03-101-3/+3
* Adding namespace qualifiers to the visualizers and improving their behavior.Aaron Ballman2012-03-101-8/+8
* [clang.py] Implement Cursor.objc_type_encodingGregory Szorc2012-03-102-0/+20
OpenPOWER on IntegriCloud