index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added formatters for libc++ (http://libcxx.llvm.org):
Enrico Granata
2012-03-12
23
-7
/
+1417
*
<rdar://problem/11030692>
Greg Clayton
2012-03-12
1
-40
/
+34
*
Disabled the i386 tests pending fixes in the JIT.
Sean Callanan
2012-03-12
1
-1
/
+1
*
[asan] move x86-specific test to a separate X86 directory with a custom lit.l...
Kostya Serebryany
2012-03-12
2
-0
/
+13
*
[Sema] -Add an invalid objc category to the DeclContext so that it can be
Argyrios Kyrtzidis
2012-03-12
2
-0
/
+33
*
Audit uses of StringRef::getAsInteger.
Michael J. Spencer
2012-03-12
2
-22
/
+10
*
ObjCBoolLiterals (__objc_yes/__objc_no) behave like C++ booleans (true/false)...
Jordy Rose
2012-03-12
2
-2
/
+2
*
objective-c modern translator: ivar offset symbols
Fariborz Jahanian
2012-03-12
1
-4
/
+20
*
Fix a crash-on-invalid found by -Wlogical-op-parentheses.
David Blaikie
2012-03-12
2
-1
/
+2
*
[ASan] Add back the support for /MT; intercept statically-linked functions
Timur Iskhodzhanov
2012-03-12
6
-11
/
+170
*
When inlining a function and adding its inner call sites to the
Chandler Carruth
2012-03-12
2
-1
/
+110
*
Teach instsimplify how to constant fold pointer differences.
Chandler Carruth
2012-03-12
2
-0
/
+155
*
FileCheck-ize this test.
Chandler Carruth
2012-03-12
1
-10
/
+10
*
Don't cast away constant qualifier.
Duncan Sands
2012-03-12
1
-1
/
+1
*
Use ZeroLengthBitfieldAlignment for AAPCS, as well as APCS-GNU.
James Molloy
2012-03-12
2
-6
/
+242
*
Fix parsing of trailing-return-type. Types are syntactically prohibited from
Richard Smith
2012-03-12
11
-30
/
+76
*
Fix parsing of type-specifier-seq's. Types are syntactically allowed to be
Richard Smith
2012-03-12
17
-385
/
+113
*
Switch to unified syntax for VFP instructions in inline assembly.
Bob Wilson
2012-03-12
1
-2
/
+2
*
Fix typo in comment, 'langauge' -> 'language'.
Nick Lewycky
2012-03-11
2
-2
/
+2
*
objective-c modern abi rewriter: provide section pragmas for
Fariborz Jahanian
2012-03-11
1
-3
/
+28
*
Replace a hand-coded leading one counting loop with the magic from MathExtras.h.
Benjamin Kramer
2012-03-11
1
-8
/
+1
*
Remove global map. This code isn't even hot.
Benjamin Kramer
2012-03-11
1
-38
/
+28
*
Document the weak-linking behavior of the availability attribute
Douglas Gregor
2012-03-11
1
-0
/
+6
*
DwarfDebug: Store the filename/dirname pair as a zero-separated string in a s...
Benjamin Kramer
2012-03-11
2
-15
/
+13
*
[ASan] Use WriteFile instead of fwrite in AsanWrite
Timur Iskhodzhanov
2012-03-11
1
-2
/
+7
*
Update library dependencies to add clangEdit on c-index-test and c-arcmt-test.
NAKAMURA Takumi
2012-03-11
2
-2
/
+2
*
Convert more static tables of registers used by calling convention to uint16_...
Craig Topper
2012-03-11
12
-44
/
+44
*
Use uint16_t to store registers and opcode in static tables in the target spe...
Craig Topper
2012-03-11
9
-35
/
+35
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
160
-1531
/
+1531
*
Remove unused functions getArgRegs and getNumArgRegs.
Craig Topper
2012-03-11
2
-23
/
+0
*
llvm::SwitchInst
Stepan Dyatkovskiy
2012-03-11
1
-1
/
+1
*
llvm::SwitchInst
Stepan Dyatkovskiy
2012-03-11
19
-49
/
+52
*
Document the availability attribute
Douglas Gregor
2012-03-11
2
-1
/
+45
*
When template argument deduction is ignoring qualifiers, perform deep
Douglas Gregor
2012-03-11
2
-15
/
+36
*
cxx_status: No compiler changes are required for 'minimal support for garbage
Richard Smith
2012-03-11
1
-1
/
+2
*
[llvm.py] Implement disassembler interface
Gregory Szorc
2012-03-11
2
-0
/
+162
*
Add a missing 'template' keyword.
Douglas Gregor
2012-03-11
1
-1
/
+1
*
Add a few missing 'template' keywords
Douglas Gregor
2012-03-11
2
-3
/
+3
*
Shrink and reorder some fields in MCOperandInfo to fit it in 8 bytes to reduc...
Craig Topper
2012-03-11
2
-11
/
+11
*
Fix warnings when building with VS11.
Michael J. Spencer
2012-03-11
1
-0
/
+3
*
Fix warnings.
Michael J. Spencer
2012-03-11
1
-4
/
+4
*
[analyzer] Replace a static helper with existing logic. No functionality change.
Jordy Rose
2012-03-11
1
-26
/
+18
*
When determining whether an identifier followed by a '<' in a member
Douglas Gregor
2012-03-10
3
-11
/
+50
*
Fix crash & accepts-invalid for array of arrays of user defined type.
David Blaikie
2012-03-10
3
-8
/
+41
*
Fixing a compile warning triggered in MSVC about constant truncation.
Aaron Ballman
2012-03-10
1
-1
/
+2
*
Make StringRef::getAsInteger work with all integer types. Before this change
Michael J. Spencer
2012-03-10
3
-36
/
+157
*
Updated the test so that it checks for ms-compatibility in addition to ms-ext...
Aaron Ballman
2012-03-10
1
-1
/
+1
*
Make helper static, so it can be inlined into its sole caller.
Benjamin Kramer
2012-03-10
1
-3
/
+3
*
Adding namespace qualifiers to the visualizers and improving their behavior.
Aaron Ballman
2012-03-10
1
-8
/
+8
*
[clang.py] Implement Cursor.objc_type_encoding
Gregory Szorc
2012-03-10
2
-0
/
+20
[next]