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
*
[DebugInfo] Add another level to DebugInfoKind called Constructor
Amy Huang
2020-01-13
1
-2
/
+1
*
Avoid Attr.h includes, CodeGen edition
Reid Kleckner
2019-12-09
1
-1
/
+2
*
[OpenMP50] Add parallel master construct
cchen
2019-12-05
1
-0
/
+3
*
Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."
Reid Kleckner
2019-12-04
1
-3
/
+0
*
[OpenMP50] Add parallel master construct, by Chi Chun Chen.
cchen
2019-12-04
1
-0
/
+3
*
[NFC] Pass a reference to CodeGenFunction to methods of LValue and
Akira Hatanaka
2019-12-03
1
-9
/
+9
*
Revert "[NFC] Pass a reference to CodeGenFunction to methods of LValue and"
Akira Hatanaka
2019-12-03
1
-9
/
+9
*
[NFC] Pass a reference to CodeGenFunction to methods of LValue and
Akira Hatanaka
2019-12-03
1
-9
/
+9
*
[OPENMP50]Add support for parallel master taskloop simd directive.
Alexey Bataev
2019-10-30
1
-0
/
+4
*
[OPENMP50]Add support for master taskloop simd.
Alexey Bataev
2019-10-18
1
-0
/
+4
*
[OPENMP50]Add support for 'parallel master taskloop' construct.
Alexey Bataev
2019-10-14
1
-0
/
+4
*
[OPENMP50]Support for 'master taskloop' directive.
Alexey Bataev
2019-10-10
1
-0
/
+3
*
[SVE][IR] Scalable Vector size queries and IR instruction support
Graham Hunter
2019-10-08
1
-6
/
+6
*
[CodeGen]: fix error message for "=r" asm constraint
Alexander Potapenko
2019-08-30
1
-1
/
+1
*
[CodeGen]: don't treat structures returned in registers as memory inputs
Alexander Potapenko
2019-08-29
1
-5
/
+36
*
Delay diagnosing asm constraints that require immediates until after inlining
Bill Wendling
2019-08-06
1
-5
/
+3
*
Ignore trailing NullStmts in StmtExprs for GCC compatibility.
Aaron Ballman
2019-07-09
1
-32
/
+36
*
Rename CodeGenFunction::overlapFor* to getOverlapFor*.
Richard Smith
2019-06-20
1
-2
/
+2
*
Re-check in clang support gun asm goto after fixing tests.
Jennifer Yu
2019-06-03
1
-44
/
+82
*
Revert "clang support gnu asm goto."
Erich Keane
2019-05-30
1
-82
/
+44
*
clang support gnu asm goto.
Jennifer Yu
2019-05-30
1
-44
/
+82
*
[CodeGen] Consider tied operands when adjusting inline asm operands.
Eli Friedman
2019-03-14
1
-2
/
+8
*
Inline asm constraints: allow ICE-like pointers for the "n" constraint (PR40890)
Hans Wennborg
2019-03-06
1
-2
/
+9
*
PR40642: Fix determination of whether the final statement of a statement
Richard Smith
2019-02-15
1
-8
/
+17
*
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
[next]