Account for work done as an employee of Qualcomm Innovation Center, Inc.
My personal account is @eefriedman .
Popular repositories Loading
-
llvm-project
llvm-project PublicForked from llvm/llvm-project
This is the canonical git mirror of the LLVM subversion repository. The repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
-
592 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
March 2025
Created 2 commits in 1 repository
Created a pull request in llvm/llvm-project that received 12 comments
[clang] Reject constexpr-unknown values as constant expressions more consistently
Perform the check for constexpr-unknown values in the same place we perform checks for other values which don't count as constant expressions. Whil…
+54
−19
lines changed
•
12
comments
Opened 4 other pull requests in 1 repository
llvm/llvm-project
2
open
2
merged
-
[clang] fix constexpr-unknown handling of self-references.
This contribution was made on Mar 25
-
Revert "[GlobalOpt] Handle operators separately when removing GV users"
This contribution was made on Mar 25
-
[CrossDSO CFI] Make sure __cfi_check has BTI attribute.
This contribution was made on Mar 13
-
release/20.x: [clang] Reject constexpr-unknown values as constant expressions more consistently
This contribution was made on Mar 10
Reviewed 22 pull requests in 1 repository
llvm/llvm-project
22 pull requests
-
[CodeGen][NFC] Run SROA on complex range tests
This contribution was made on Mar 25
-
[Docs] Document freestanding requirements
This contribution was made on Mar 24
-
[Clang][CodeGen] Do not set inbounds flag for struct GEP with null base pointers
This contribution was made on Mar 21
-
[clang][CodeGen][AVR] Fix a crash in AVRABIInfo
This contribution was made on Mar 21
-
[SelectionDAG] Not issue TRAP node if naked function
This contribution was made on Mar 20
-
[llvm:ir] Add support for constant data exceeding 4GiB
This contribution was made on Mar 20
-
[GlobalIsel] Avoid aligning alloca size.
This contribution was made on Mar 19
-
[C23] Fix compound literals within function prototype
This contribution was made on Mar 19
-
[HLSL] error on out of bounds vector accesses
This contribution was made on Mar 19
-
[CLANG-CL] ignores wpadded
This contribution was made on Mar 18
-
[Clang][NFC] Extend cmplx range tests for #131129
This contribution was made on Mar 18
-
[Clang][CodeGen] Promote in complex compound divassign
This contribution was made on Mar 18
-
[ARM,MVE] Change placeholder from
undef
topoison
This contribution was made on Mar 18 -
[CrossDSO CFI] Make sure __cfi_check has BTI attribute.
This contribution was made on Mar 17
-
[Clang][CodeGen] Do not promote if complex divisor is real
This contribution was made on Mar 17
-
[clang] Fix array types comparison in getCommonSugaredType
This contribution was made on Mar 17
-
[clang] Change placeholder from
undef
topoison
This contribution was made on Mar 17 -
[Clang] Constant Expressions inside of GCC' asm strings
This contribution was made on Mar 13
-
[Clang][CodeGen] Fix demangler invariant comment assertion
This contribution was made on Mar 10
-
[clang] Reject constexpr-unknown values as constant expressions more consistently
This contribution was made on Mar 6
-
[ARM] Fix lane ordering for AdvSIMD intrinsics on big-endian targets
This contribution was made on Mar 3
-
[Sema] Instantiate destructors for initialized members
This contribution was made on Mar 3
Created an issue in llvm/llvm-project that received 3 comments
accepts-invalid with C++23 constexpr-unknown with struct containing reference
int &ff();
int &x = ff();
struct A { int& x; };
constexpr A g = {x};
const A* gg = &g;
Should be rejected, currently accepted. (And related variat…
3
comments
Opened 3 other issues in 1 repository
llvm/llvm-project
2
open
1
closed
-
-fwrapv-pointer doesn't affect member accesses
This contribution was made on Mar 21
-
constexpr-unknown allows illegal pointer arithmetic
This contribution was made on Mar 17
-
Miscompile with C++23 constexpr-unknown constant evaluation
This contribution was made on Mar 5