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
/
CodeGen
/
CGStmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: replace uses of CallSite with CallBase.
James Y Knight
2019-01-30
1
-1
/
+0
*
Reland r345009 "[DebugInfo] Generate debug information for labels."
Hsiangkai Wang
2019-01-24
1
-0
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Emit ASM input in a constant context
Bill Wendling
2018-12-18
1
-2
/
+5
*
Remove CodeGen dependencies on Sema.
Richard Trieu
2018-12-06
1
-1
/
+0
*
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
Fangrui Song
2018-11-30
1
-2
/
+2
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Fangrui Song
2018-11-30
1
-2
/
+2
*
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-28
1
-2
/
+2
*
Move LoopHint.h from Sema to Parse
Richard Trieu
2018-11-28
1
-1
/
+0
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-27
1
-2
/
+2
*
Re-Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-21
1
-2
/
+2
*
Revert r347364 again, the fix was incomplete.
Nico Weber
2018-11-21
1
-2
/
+2
*
Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-20
1
-2
/
+2
*
Create ConstantExpr class
Bill Wendling
2018-10-31
1
-4
/
+3
*
Revert r345009 "[DebugInfo] Generate debug information for labels. (After fix...
Hans Wennborg
2018-10-23
1
-10
/
+0
*
[DebugInfo] Generate debug information for labels. (After fix PR39094)
Hsiangkai Wang
2018-10-23
1
-0
/
+10
*
[cxx2a] P0614R1: Support init-statements in range-based for loops.
Richard Smith
2018-09-28
1
-0
/
+2
*
Revert "[DebugInfo] Generate debug information for labels."
Vitaly Buka
2018-09-27
1
-10
/
+0
*
[DebugInfo] Generate debug information for labels.
Hsiangkai Wang
2018-09-26
1
-0
/
+10
*
Revert "[DebugInfo] Generate debug information for labels. (Fix PR37395)"
Sam McCall
2018-09-06
1
-10
/
+0
*
[DebugInfo] Generate debug information for labels. (Fix PR37395)
Hsiangkai Wang
2018-09-06
1
-0
/
+10
*
[InlineAsm] Update the min-legal-vector-width function attribute based on inp...
Craig Topper
2018-08-14
1
-0
/
+14
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-9
/
+9
*
Revert "[DebugInfo] Generate debug information for labels. (Fix PR37395)"
Hsiangkai Wang
2018-08-06
1
-10
/
+0
*
[DebugInfo] Generate debug information for labels. (Fix PR37395)
Hsiangkai Wang
2018-08-06
1
-0
/
+10
*
Revert "[DebugInfo] Generate debug information for labels. (Fix PR37395)"
Shiva Chen
2018-07-24
1
-10
/
+0
*
[DebugInfo] Generate debug information for labels. (Fix PR37395)
Shiva Chen
2018-07-24
1
-0
/
+10
*
Patch to fix pragma metadata for do-while loops
Bjorn Pettersson
2018-07-10
1
-5
/
+5
*
Revert r331843 "[DebugInfo] Generate debug information for labels."
Hans Wennborg
2018-05-09
1
-10
/
+0
*
[DebugInfo] Generate debug information for labels.
Shiva Chen
2018-05-09
1
-0
/
+10
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
PR36992: do not store beyond the dsize of a class object unless we know
Richard Smith
2018-04-05
1
-6
/
+7
*
[AMDGPU] Fix codegen for inline assembly
Yaxun Liu
2018-03-23
1
-1
/
+1
*
Fix codegen for structured binding binding in conditions
Zhihao Yuan
2018-03-17
1
-5
/
+5
*
[WinEH] Put funclet bundles on inline asm calls
Reid Kleckner
2018-02-09
1
-1
/
+2
*
[CodeGen] Decorate aggregate accesses with TBAA tags
Ivan A. Kosarev
2018-01-25
1
-1
/
+3
*
[OPENMP] Support for -fopenmp-simd option with compilation of simd loops
Alexey Bataev
2017-12-29
1
-0
/
+9
*
Fix some -Wunused-variable warnings
Hans Wennborg
2017-11-18
1
-1
/
+0
*
OpenCL: Assume inline asm is convergent
Matt Arsenault
2017-11-13
1
-4
/
+5
*
[MS-InlineAsm] Fix cast assertion with vector spills (PR34021)
Simon Pilgrim
2017-09-12
1
-1
/
+1
*
Debug info: Fixed faulty debug locations for attributed statements
Karl-Johan Karlsson
2017-09-06
1
-27
/
+11
*
[ubsan] Improve diagnostics for return value checks (clang)
Vedant Kumar
2017-06-23
1
-0
/
+12
*
[CodeGen] Use preincrement version of APInt::operator++ instead of postincrem...
Craig Topper
2017-04-19
1
-1
/
+1
*
Update Clang for LLVM rename AttributeSet -> AttributeList
Reid Kleckner
2017-03-21
1
-4
/
+4
*
[coroutines] Add co_return statement emission
Gor Nishanov
2017-03-06
1
-1
/
+1
*
[OpenMP] Sema and parsing for 'target teams distribute simd’ pragma
Kelvin Li
2017-01-10
1
-0
/
+4
*
[OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...
Kelvin Li
2017-01-03
1
-0
/
+4
*
[OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma
Kelvin Li
2016-12-29
1
-0
/
+4
*
[OpenMP] Sema and parsing for 'target teams distribute' pragma
Kelvin Li
2016-12-25
1
-0
/
+4
*
[OpenMP] Sema and parsing for 'target teams' pragma
Kelvin Li
2016-12-17
1
-0
/
+3
[next]