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
path:
root
/
clang
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate CXXConstructorDecl::IsImplicitlyDefined.
Jordan Rose
2013-08-07
1
-56
/
+3
*
clang-cl: Use .obj as object file extension instead of .o
Hans Wennborg
2013-08-07
2
-1
/
+4
*
clang-cl: Implement support for the /Fo option
Hans Wennborg
2013-08-06
2
-1
/
+8
*
Add a new warning to -Wloop-analysis to detect suspicious increments or
Richard Trieu
2013-08-06
2
-1
/
+7
*
Fixing commit r187768: Moved diagnosis of forward declarations of variable te...
Larisse Voufo
2013-08-06
1
-1
/
+1
*
Moved diagnosis of forward declarations of variable templates from Parser to ...
Larisse Voufo
2013-08-06
4
-5
/
+5
*
AST/DeclTemplate.h: Possibly fix a warning. [-Wuninitialized]
NAKAMURA Takumi
2013-08-06
1
-1
/
+1
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
13
-52
/
+931
*
clang-cl: Implement the /Tc, /TC, /Tp and /TP options.
Hans Wennborg
2013-08-06
2
-4
/
+13
*
Add option to disable module loading.
Daniel Jasper
2013-08-05
2
-1
/
+9
*
Implement C++'s restrictions on the type of an expression passed to a vararg
Richard Smith
2013-08-05
2
-22
/
+20
*
Add support for passing -1 to __builtin_shufflevector to signify an undefined...
Craig Topper
2013-08-03
1
-2
/
+2
*
Options.td: remove _DASH_DASH
Hans Wennborg
2013-08-02
1
-3
/
+0
*
Re-commit r187637: "clang-cl: add more options"
Hans Wennborg
2013-08-02
1
-1
/
+100
*
Implement Allman style.
Manuel Klimek
2013-08-02
1
-1
/
+3
*
ObjectiveC migrator: Add another family of factory
Fariborz Jahanian
2013-08-02
1
-1
/
+2
*
Fix missing * making the C++ mode thing not work
Matt Arsenault
2013-08-02
1
-12
/
+12
*
ObjectiveC migrator: Fixes public buildbot failures,
Fariborz Jahanian
2013-08-02
1
-4
/
+1
*
revert patch I added in r187655. It still breaks public
Fariborz Jahanian
2013-08-02
1
-1
/
+4
*
ObjectiveC migration. Check-in patch reverted in r187634.
Fariborz Jahanian
2013-08-02
1
-4
/
+1
*
Revert r187537 "clang-cl: add more options"
Hans Wennborg
2013-08-02
1
-100
/
+1
*
When merging redeclaration chains across modules, if a declaration is visible
Richard Smith
2013-08-02
2
-3
/
+2
*
clang-cl: add more options
Hans Wennborg
2013-08-02
1
-1
/
+100
*
Revert "ObjectiveC migrator. Migrate to instancetype return type for mehods w...
Rafael Espindola
2013-08-02
1
-1
/
+4
*
ObjectiveC migrator. Migrate to instancetype return type
Fariborz Jahanian
2013-08-01
1
-4
/
+1
*
Use llvm::sys::fs::UniqueID for windows and unix.
Rafael Espindola
2013-08-01
2
-34
/
+44
*
Options.td: O0 and O4 are not Joined options
Hans Wennborg
2013-08-01
1
-2
/
+2
*
Fix typo in comment.
Joey Gouly
2013-08-01
1
-1
/
+1
*
Options: Use AliasArgs for -O -> -O2 translation.
Hans Wennborg
2013-08-01
1
-0
/
+1
*
AArch64: initial NEON support
Tim Northover
2013-08-01
4
-2
/
+120
*
Check dynamic_cast is not used with -fno-rtti, unless it is a noop or can be ...
Arnaud A. de Grandmaison
2013-08-01
1
-0
/
+2
*
Remove the SUPPORT_ALIASARGS define
Hans Wennborg
2013-08-01
2
-4
/
+0
*
clang-format: Make alignment of trailing comments optional ..
Daniel Jasper
2013-07-31
1
-0
/
+4
*
Make -m[no-]pascal-strings an alias of -f[no]pascal-strings in the .td file
Hans Wennborg
2013-07-31
1
-2
/
+3
*
ObjectiveC ARC: finishing off issuing error when
Fariborz Jahanian
2013-07-31
2
-1
/
+7
*
clang-format: Add more options to namespace indentation.
Daniel Jasper
2013-07-31
1
-0
/
+10
*
Option parsing tables: pick up AliasArgs from the OPTION macro.
Hans Wennborg
2013-07-31
2
-2
/
+6
*
ObjectiveC ARC: Do not issue bridge cast diagnostic when
Fariborz Jahanian
2013-07-31
1
-2
/
+4
*
clang-cl: add the /c, /W0 and /W1 options
Hans Wennborg
2013-07-31
3
-8
/
+19
*
ObjectiveC arc: Introduce a new initialization kind
Fariborz Jahanian
2013-07-31
1
-2
/
+13
*
Improve the diagnostic experience, including adding recovery, for
Kaelyn Uhrain
2013-07-31
2
-1
/
+4
*
Fix read of uninitialized enum value in test, caught by UBSan. No functionality
Richard Smith
2013-07-31
1
-1
/
+1
*
Start keeping track of what work was done to detect a GCC installation
Chandler Carruth
2013-07-30
1
-0
/
+7
*
err_attribute_missing_parameter_name has been replaced by err_attribute_argum...
Aaron Ballman
2013-07-30
1
-2
/
+0
*
Replacing err_attribute_argument_not_int with err_attribute_not_type_attr
Aaron Ballman
2013-07-30
1
-2
/
+0
*
Add MicrosoftVFTableContext to AST
Timur Iskhodzhanov
2013-07-30
1
-24
/
+143
*
Added the notion of Type and TargetSpecific attributes to the clang tablegen....
Aaron Ballman
2013-07-30
1
-77
/
+82
*
err_attribute_not_string has been subsumed by err_attribute_argument_type.
Aaron Ballman
2013-07-30
2
-2
/
+12
*
Convert a use of stat with sys::fs::status.
Rafael Espindola
2013-07-29
1
-1
/
+3
*
clang-cl: add support for the /? and /help options
Hans Wennborg
2013-07-27
5
-3
/
+36
[next]