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
*
Add non-const version getFileSystemOpts() access function.
Yaron Keren
2014-12-30
1
-0
/
+3
*
Parse: Ignore '::' in 'struct :: {'
David Majnemer
2014-12-29
1
-7
/
+5
*
[multilib] Teach Clang's code about multilib by threading
Chandler Carruth
2014-12-29
2
-0
/
+6
*
[x86] Fix an accidental commit of a change from Ii to iC on __builtin_ia32_cm...
Craig Topper
2014-12-29
1
-1
/
+1
*
[x86] Put 'C' after 'i' on all the AVX-512 intrisics that take const ints. 'C...
Craig Topper
2014-12-29
1
-55
/
+55
*
Sema: Don't crash when solitary :: token appears before { in struct def
David Majnemer
2014-12-29
1
-5
/
+7
*
Sema: Forbid inconsistent constraint alternatives
David Majnemer
2014-12-29
1
-0
/
+2
*
Sema: Don't crash when an inject class name has a nested redefinition
David Majnemer
2014-12-28
1
-0
/
+5
*
Lex: Don't let annotation tokens get into macro expansion
David Majnemer
2014-12-28
1
-1
/
+1
*
Objective-C: Serialize "more than one decl" state of ObjCMethodList.
Nico Weber
2014-12-27
2
-1
/
+2
*
[x86] Add the (v)cmpps/pd/ss/sd builtins to match gcc. Use them in the sse in...
Craig Topper
2014-12-27
1
-0
/
+32
*
Address review feedback on r221933.
Nico Weber
2014-12-27
1
-7
/
+21
*
Mark __builtin_ia32_cmppd256 and __builtin_ia32_cmpps256 as taking an ICE for...
Craig Topper
2014-12-27
1
-2
/
+2
*
Sema: Qualify getPrintable's Expr argument
David Majnemer
2014-12-26
1
-1
/
+1
*
clang-cl: Various changes to /Zc: handling.
Nico Weber
2014-12-23
1
-0
/
+8
*
Add driver flags -ftrigraphs, -fno-trigraphs.
Nico Weber
2014-12-23
1
-1
/
+5
*
Reapply "Change -save-temps to emit unoptimized bitcode files."
Bob Wilson
2014-12-21
3
-0
/
+13
*
Allow to disable all sanitizers with "-fno-sanitize=all" option.
Alexey Samsonov
2014-12-19
1
-0
/
+4
*
Use ObjCMultipleMethodNames to match the option.
Fariborz Jahanian
2014-12-19
2
-2
/
+2
*
Putting unevaluated expression warnings, and evaluated typeid warnings, under...
Aaron Ballman
2014-12-19
2
-3
/
+7
*
Fix layering violation, Lex shouldn't know about Decl
David Majnemer
2014-12-19
1
-5
/
+4
*
PR21969: Improve diagnostics for a conversion function that has any pieces of a
Richard Smith
2014-12-19
2
-2
/
+23
*
Revert "Change -save-temps to emit unoptimized bitcode files."
Reid Kleckner
2014-12-18
2
-12
/
+0
*
Objective-C. Provide group name for warning
Fariborz Jahanian
2014-12-18
2
-1
/
+3
*
[Objective-C]. Patch to unify code generation for ObjCMsgSend and ObjCBoxedExpr.
Fariborz Jahanian
2014-12-18
1
-0
/
+9
*
Fixed warnings on redefine keywords and reserved ids.
Serge Pavlov
2014-12-18
3
-3
/
+14
*
Parse: Don't parse after the eof has been consumed
David Majnemer
2014-12-18
1
-0
/
+14
*
Change -save-temps to emit unoptimized bitcode files.
Bob Wilson
2014-12-18
2
-0
/
+12
*
[Objective-C]. Modern property getters have side-effects.
Fariborz Jahanian
2014-12-18
2
-1
/
+2
*
Fix a function that only calls itself. The const_cast needs to remove the
Richard Trieu
2014-12-18
1
-1
/
+1
*
Adding a -Wunused-value warning for expressions with side effects used in an ...
Aaron Ballman
2014-12-17
3
-3
/
+17
*
Destroy the diagnostic client first in ~DiagnosticEngine
Reid Kleckner
2014-12-17
1
-0
/
+1
*
Basic: clean up bleeding whitespace
Saleem Abdulrasool
2014-12-17
1
-2
/
+2
*
CodeGen: implement __emit intrinsic
Saleem Abdulrasool
2014-12-17
1
-0
/
+2
*
Revert r224433, r224371 is good enough for now.
Joerg Sonnenberger
2014-12-17
1
-2
/
+1
*
Disable the keyword-as-macro warning for now until the noise level is
Joerg Sonnenberger
2014-12-17
1
-1
/
+2
*
DR1684: a constexpr member function need not be a member of a literal class t...
Richard Smith
2014-12-16
1
-2
/
+0
*
Fix handling of invalid -O options.
Rafael Espindola
2014-12-16
1
-1
/
+1
*
Add a new flag, -fspell-checking-limit=<number> to control how many times we'...
Nick Lewycky
2014-12-16
5
-18
/
+9
*
Move -Wkeyword-macro into -pedantic, remove -Wreserved-id-macro.
Nico Weber
2014-12-16
2
-7
/
+2
*
Consider calls from implict host device functions as valid in SemaCUDA.
Jacques Pienaar
2014-12-16
1
-3
/
+0
*
Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.
Alexey Bataev
2014-12-16
2
-16
/
+15
*
[OPENMP] Bugfix for processing of global variables in OpenMP regions.
Alexey Bataev
2014-12-16
1
-0
/
+7
*
Diagnose function template definitions inside functions
Reid Kleckner
2014-12-15
1
-1
/
+0
*
Silene -Wreorder warning.
Roman Divacky
2014-12-15
1
-1
/
+1
*
Handle errors in lambda prototype instantiation correctly
Reid Kleckner
2014-12-15
1
-0
/
+12
*
Warn when attribute 'optnone' conflicts with attributes on a
Paul Robinson
2014-12-15
3
-1
/
+9
*
Add voidType() matcher.
Samuel Benzaquen
2014-12-15
1
-0
/
+12
*
Sema: Don't leave switch stack inconsistent when recovering
David Majnemer
2014-12-15
1
-1
/
+1
*
First patch with codegen of the 'omp for' directive. It implements
Alexander Musman
2014-12-15
1
-86
/
+213
[next]