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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
CodeGen: Optimize emssion of zeroinitialzied arrays
David Majnemer
2014-12-28
1
-12
/
+24
*
Don't crash on surprising tokens in default parameter template lists.
Nico Weber
2014-12-28
2
-2
/
+4
*
Sema: Variable templates cannot be static bitfield members
David Majnemer
2014-12-28
1
-1
/
+1
*
Parse: Don't crash when 'typename' shows up in an attribute
David Majnemer
2014-12-28
1
-1
/
+2
*
Sema: Permit an atomic type to be initialized by the same atomic type
David Majnemer
2014-12-28
1
-1
/
+5
*
Sema: Don't crash when an inject class name has a nested redefinition
David Majnemer
2014-12-28
2
-7
/
+9
*
Lex: Don't let annotation tokens get into macro expansion
David Majnemer
2014-12-28
1
-1
/
+2
*
Remove unneeded include of DeclCXX.h from libParse.
Nico Weber
2014-12-28
1
-1
/
+0
*
Objective-C: Serialize "more than one decl" state of ObjCMethodList.
Nico Weber
2014-12-27
3
-14
/
+34
*
[x86] Also add the missing type casts on the returns in the sha
Chandler Carruth
2014-12-27
1
-6
/
+6
*
[x86] Add missing typecast to __v4si to sha intrinsic header file.
Craig Topper
2014-12-27
1
-6
/
+6
*
Objective-C: Tweak unavailability warning.
Nico Weber
2014-12-27
1
-1
/
+1
*
[x86] Add range checking to the constant argument of cmpps/pd/ss/sd builtinas.
Craig Topper
2014-12-27
1
-4
/
+8
*
[x86] Add the (v)cmpps/pd/ss/sd builtins to match gcc. Use them in the sse in...
Craig Topper
2014-12-27
3
-50
/
+198
*
Fix formatting. NFC.
Craig Topper
2014-12-27
1
-2
/
+2
*
Address review feedback on r221933.
Nico Weber
2014-12-27
5
-95
/
+104
*
WIP
David Majnemer
2014-12-26
1
-16
/
+16
*
Initialize BackendConsumer::Context in constructor.
Yaron Keren
2014-12-25
1
-1
/
+1
*
Initialize CodeGeneratorImpl::Ctx in constructor.
Yaron Keren
2014-12-25
1
-1
/
+1
*
Add driver flags -ftrigraphs, -fno-trigraphs.
Nico Weber
2014-12-23
2
-4
/
+7
*
Debug Info: Pass the pointer size into createMemberPointerType().
Adrian Prantl
2014-12-23
1
-2
/
+3
*
This reverts commit r224668 and r224667.
Rafael Espindola
2014-12-23
2
-21
/
+21
*
Disable trigraphs in microsoft mode by default. Matches cl.exe.
Nico Weber
2014-12-22
1
-9
/
+9
*
MS ABI: Make the string mangling code more concise
David Majnemer
2014-12-22
1
-36
/
+10
*
Wrap to 80 columns. NfC.
Nico Weber
2014-12-22
1
-10
/
+11
*
Reapply "Change -save-temps to emit unoptimized bitcode files."
Bob Wilson
2014-12-21
7
-17
/
+76
*
Frontend: Fix typo in comments.
Logan Chien
2014-12-20
1
-2
/
+2
*
Fix a bunch of integer template argument problems in template type diffing.
Richard Trieu
2014-12-20
1
-20
/
+10
*
Fix for PR21758
Richard Trieu
2014-12-20
2
-1
/
+11
*
Removing an outdated FIXME; try block attributes are parsed with the rest of ...
Aaron Ballman
2014-12-20
1
-1
/
+0
*
Driver: hoist an assertion
Saleem Abdulrasool
2014-12-19
1
-10
/
+4
*
Driver: refactor a local variable
Saleem Abdulrasool
2014-12-19
1
-10
/
+10
*
Don't drop attributes when checking explicit specializations.
Nico Weber
2014-12-19
1
-6
/
+3
*
Tweak the assert in ModuleBuilder from r224533 (PR21989)
Hans Wennborg
2014-12-19
1
-2
/
+3
*
DR1048: drop top-level cv-qualifiers when deducing the return type of a
Richard Smith
2014-12-19
2
-3
/
+12
*
Allow to disable all sanitizers with "-fno-sanitize=all" option.
Alexey Samsonov
2014-12-19
1
-5
/
+14
*
Added a fixit to remove empty parens from a C++11 attribute argument list whe...
Aaron Ballman
2014-12-19
1
-2
/
+2
*
Fix an address space id reset with array decay's
Pekka Jaaskelainen
2014-12-19
1
-1
/
+2
*
Attributes accepting an EnumArgument are allowed to pass a string literal, or...
Aaron Ballman
2014-12-19
1
-2
/
+8
*
[Sanitizer] Get rid of parseArgument helper function. NFC.
Alexey Samsonov
2014-12-19
1
-54
/
+43
*
Fix layering violation, Lex shouldn't know about Decl
David Majnemer
2014-12-19
1
-2
/
+2
*
PR21969: Improve diagnostics for a conversion function that has any pieces of a
Richard Smith
2014-12-19
2
-5
/
+89
*
Correct delayed typos in the operand to typeof expressions.
Kaelyn Takata
2014-12-19
1
-2
/
+2
*
Fix a typo.
Adrian Prantl
2014-12-19
1
-1
/
+1
*
[c Sema]. Patch fixes pointer-bool-conversion warning on C code
Fariborz Jahanian
2014-12-18
1
-2
/
+2
*
Revert "Change -save-temps to emit unoptimized bitcode files."
Reid Kleckner
2014-12-18
6
-60
/
+16
*
ModuleBuilder: assert that all deferred inline method defs get handled
Hans Wennborg
2014-12-18
1
-4
/
+7
*
Revert "Don't build invalid AST nodes during recovery"
Reid Kleckner
2014-12-18
1
-1
/
+1
*
[Objective-C]. Patch to unify code generation for ObjCMsgSend and ObjCBoxedExpr.
Fariborz Jahanian
2014-12-18
1
-6
/
+2
*
Correction to -mfu=neon-vfpv4 to pass the correct backend feature name
Richard Barton
2014-12-18
1
-2
/
+2
[prev]
[next]