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
/
AST
/
ASTImporter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ASTImporter] Import every Decl in lambda record
Gabor Marton
2019-02-15
1
-7
/
+3
*
[ASTImporter] Check visibility/linkage of functions and variables
Gabor Marton
2019-02-14
1
-70
/
+91
*
Remove unused variable to silence compiler warning
Mikael Holmen
2019-01-29
1
-1
/
+1
*
[ASTImporter] Fix handling of overriden methods during ASTImport
Shafik Yaghmour
2019-01-28
1
-7
/
+37
*
[ASTImporter] Fix importing OperatorDelete from CXXConstructorDecl
Raphael Isemann
2019-01-22
1
-1
/
+17
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AST] Store some data of CXXNewExpr as trailing objects
Bruno Ricci
2019-01-07
1
-1
/
+1
*
[AST] Store the arguments of CXXConstructExpr in a trailing array
Bruno Ricci
2018-12-22
1
-1
/
+1
*
[AST] Store the callee and argument expressions of CallExpr in a trailing array.
Bruno Ricci
2018-12-21
1
-7
/
+6
*
[ASTImporter] Add importer specific lookup
Gabor Marton
2018-12-17
1
-85
/
+91
*
[ASTImporter] Fix redecl chain of classes and class templates
Gabor Marton
2018-12-17
1
-172
/
+161
*
[AST] Store "UsesADL" information in CallExpr.
Eric Fiselier
2018-12-12
1
-2
/
+3
*
[ASTImporter] Remove import of definition from GetAlreadyImportedOrNull
Gabor Marton
2018-12-12
1
-10
/
+8
*
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
Fangrui Song
2018-11-30
1
-1
/
+1
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Fangrui Song
2018-11-30
1
-1
/
+1
*
Revert "[ASTImporter] Changed use of Import to Import_New in ASTImporter."
Davide Italiano
2018-11-28
1
-373
/
+311
*
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-28
1
-1
/
+1
*
[ASTImporter] Changed use of Import to Import_New in ASTImporter.
Balazs Keri
2018-11-28
1
-311
/
+373
*
[ASTImporter] Added Import functions for transition to new API.
Balazs Keri
2018-11-27
1
-0
/
+94
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-27
1
-1
/
+1
*
[ASTImporter] Typedef import brings in the complete type
Gabor Marton
2018-11-27
1
-2
/
+9
*
[ASTImporter][Structural Eq] Check for isBeingDefined
Gabor Marton
2018-11-26
1
-2
/
+3
*
Re-Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-21
1
-1
/
+1
*
Revert r347364 again, the fix was incomplete.
Nico Weber
2018-11-21
1
-1
/
+1
*
Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-20
1
-1
/
+1
*
[AST] Store the expressions in ParenListExpr in a trailing array
Bruno Ricci
2018-11-20
1
-2
/
+2
*
Revert 347294, it turned many bots on lab.llvm.org:8011/console red.
Nico Weber
2018-11-20
1
-1
/
+1
*
[ASTImporter] Set redecl chain of functions before any other import
Gabor Marton
2018-11-20
1
-19
/
+24
*
Use is.constant intrinsic for __builtin_constant_p
Bill Wendling
2018-11-20
1
-1
/
+1
*
Compound literals, enums, et al require const expr
Bill Wendling
2018-11-09
1
-0
/
+12
*
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
Andrew Savonichev
2018-11-08
1
-0
/
+4
*
Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...
Andrew Savonichev
2018-11-07
1
-4
/
+0
*
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
Andrew Savonichev
2018-11-07
1
-0
/
+4
*
Revert "[ASTImporter] Reorder fields after structure import is finished"
Davide Italiano
2018-10-30
1
-43
/
+3
*
[AST] Only store data for the NRVO candidate in ReturnStmt if needed
Bruno Ricci
2018-10-30
1
-2
/
+2
*
[AST] Only store the needed data in WhileStmt
Bruno Ricci
2018-10-30
1
-3
/
+2
*
[ASTImporter] Reorder fields after structure import is finished
Aleksei Sidorin
2018-10-29
1
-3
/
+43
*
[AST] Only store the needed data in SwitchStmt
Bruno Ricci
2018-10-29
1
-2
/
+2
*
[ASTImporter] Import overrides before importing the rest of the chain
Gabor Marton
2018-10-29
1
-3
/
+3
*
[AST] Don't store data for GNU range case statement if not needed
Bruno Ricci
2018-10-28
1
-2
/
+2
*
[AST] Only store the needed data in IfStmt
Bruno Ricci
2018-10-27
1
-4
/
+3
*
[AST] Refactor PredefinedExpr
Bruno Ricci
2018-10-27
1
-2
/
+2
*
[ASTImporter] Removed uneeded default case label.
Balazs Keri
2018-10-19
1
-2
/
+2
*
[ASTImporter] Added error handling for AST import.
Balazs Keri
2018-10-19
1
-3303
/
+3958
*
[cxx2a] P0614R1: Support init-statements in range-based for loops.
Richard Smith
2018-09-28
1
-5
/
+6
*
[ASTImporter] Fix import of VarDecl init
Gabor Marton
2018-09-17
1
-53
/
+68
*
[ASTImporter] Merge ExprBits
Gabor Marton
2018-09-03
1
-2
/
+15
*
[ASTImporter] Remove duplicated and dead CXXNamedCastExpr handling code.
Raphael Isemann
2018-08-22
1
-32
/
+0
*
Fix import of class templates partial specialization
Gabor Marton
2018-08-22
1
-24
/
+74
*
[ASTImporter] Add test for C++ casts and fix broken const_cast importing.
Raphael Isemann
2018-08-20
1
-0
/
+4
[prev]
[next]