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
*
Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...
Benjamin Kramer
2013-02-22
15
-241
/
+77
*
[Sanitizer] Add a test for the fast unwinder
Reid Kleckner
2013-02-22
2
-0
/
+79
*
Comment parsing: add CommentOptions to allow specifying custom comment block ...
Dmitri Gribenko
2013-02-22
15
-9
/
+240
*
StmtPrinter: Directly print types to the stream instead of taking a detour th...
Benjamin Kramer
2013-02-22
2
-56
/
+69
*
Fix MergeFunctionDecl implicit CC for static methods.
Timur Iskhodzhanov
2013-02-22
2
-2
/
+89
*
scan-build: Remove debug print.
Benjamin Kramer
2013-02-22
1
-1
/
+0
*
Made it more explicit that the self-referential llvm.loop identifier metadata
Pekka Jaaskelainen
2013-02-22
1
-1
/
+7
*
R600/SI: Add pattern for sign extension of i1 to i32.
Michel Danzer
2013-02-22
1
-0
/
+5
*
R600/SI: Add pattern for logical or of i1 values.
Michel Danzer
2013-02-22
1
-0
/
+4
*
R600/SI: Add pattern for fceil.
Michel Danzer
2013-02-22
1
-1
/
+3
*
Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...
Kristof Beyls
2013-02-22
28
-409
/
+408
*
[msan] MSanDR: initial commit.
Evgeniy Stepanov
2013-02-22
4
-0
/
+730
*
C++11 status page:
Richard Smith
2013-02-22
1
-3
/
+3
*
Use attributes references on call/invoke instructions.
Bill Wendling
2013-02-22
4
-24
/
+31
*
Don't crash if we try to apply 'alignas' to a variable declared with an
Richard Smith
2013-02-22
2
-1
/
+4
*
Don't accidentally and silently accept C++11 attributes in decl-specifier-seqs
Richard Smith
2013-02-22
3
-1
/
+6
*
Update to use references to attribute groups instead of listing the attribute...
Bill Wendling
2013-02-22
38
-243
/
+308
*
Use references to attribute groups on the call/invoke instructions.
Bill Wendling
2013-02-22
40
-158
/
+248
*
Per the grammar in [dcl.dcl]p1, a simple-declaration can only have attributes
Richard Smith
2013-02-22
3
-8
/
+15
*
Handle alignas(foo...) pack expansions.
Richard Smith
2013-02-22
9
-75
/
+154
*
Support: clang-format
Tobias Grosser
2013-02-22
2
-144
/
+128
*
Remove unintended comment.
Jason Molenda
2013-02-22
1
-2
/
+0
*
CodeGen: clang-format
Tobias Grosser
2013-02-22
5
-87
/
+84
*
[asan] move the .preinit_array hack into a separate file (added used attribute)
Kostya Serebryany
2013-02-22
4
-15
/
+30
*
Change debugserver from using the mach port number (in debugserver's
Jason Molenda
2013-02-22
14
-107
/
+190
*
In LookupResult::resolveKind(), when handling multiple found declarations, ig...
Argyrios Kyrtzidis
2013-02-22
3
-5
/
+14
*
When a parameter list in a C function has an error, recover by forming a K&R ...
Argyrios Kyrtzidis
2013-02-22
3
-1
/
+7
*
Don't crash when applying an alloc_size attribute on a K&R function.
Argyrios Kyrtzidis
2013-02-22
2
-1
/
+6
*
Don't skip '_Alignas' when disambiguating 'final'. '_Alignas' can't appear here,
Richard Smith
2013-02-22
2
-10
/
+6
*
Fix a nomenclature mistake. Slt->Slti in the functions. The "i" refers
Reed Kotler
2013-02-22
2
-8
/
+8
*
Teach -ast-print how to print trailing-return-types.
Richard Smith
2013-02-22
2
-4
/
+7
*
[analyzer] Implement "Loop executed 0 times" diagnostic correctly.
Ted Kremenek
2013-02-22
2
-53
/
+1614
*
Expand mips16 SelT form pseudso/macros.
Reed Kotler
2013-02-22
10
-4
/
+166
*
Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out of
Richard Smith
2013-02-22
8
-32
/
+292
*
[libclang] Fix a crash with invalid code, while skip function bodies is enabled.
Argyrios Kyrtzidis
2013-02-22
3
-3
/
+7
*
Decl.cpp/mergeTemplateLV(): Tweak a description. [-Wdocumentation]
NAKAMURA Takumi
2013-02-22
1
-1
/
+1
*
Only suppress instance context if a member is actually
John McCall
2013-02-22
2
-5
/
+10
*
[analyzer] Place all inlining policy checks into one palce
Anna Zaks
2013-02-22
3
-176
/
+184
*
Using __package__ and __name__ seems redundant - __name__ should always conta...
Enrico Granata
2013-02-22
1
-11
/
+4
*
Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,
Richard Smith
2013-02-22
10
-5
/
+37
*
[analyzer] Make sure a materialized temporary matches its bindings.
Jordan Rose
2013-02-22
5
-52
/
+64
*
Fix isa<> check which could never be true.
Pete Cooper
2013-02-22
2
-1
/
+33
*
Fix regression in modeling assignments of an address of a variable to itself....
Ted Kremenek
2013-02-22
2
-3
/
+7
*
Make sure we only use the output file as a base for debug splitting
Eric Christopher
2013-02-22
2
-1
/
+7
*
objective-C arc: Diagnostic can not say to use bridge
Fariborz Jahanian
2013-02-22
3
-8
/
+38
*
Remove code copied from GenRegisterInfo.inc.
Andrew Trick
2013-02-22
2
-57
/
+0
*
[analyzer] Fix buildbot by not reusing a variable name.
Jordan Rose
2013-02-22
1
-4
/
+4
*
Code cleanup: pass Offset by pointer to parseInstruction to more explicitly
Eli Bendersky
2013-02-22
1
-29
/
+33
*
Remove warning about default covering no cases.
Bill Wendling
2013-02-22
1
-3
/
+2
*
Fixing the watchpoint test case to reflect changes in error reporting
Enrico Granata
2013-02-22
1
-5
/
+1
[next]