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
/
CGExprConstant.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use hasOffsetApplied to initialize member HasOffsetApplied
Akira Hatanaka
2019-12-18
1
-1
/
+1
*
Avoid Attr.h includes, CodeGen edition
Reid Kleckner
2019-12-09
1
-2
/
+3
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-19
1
-3
/
+3
*
Revert "[NFC] Refactor representation of materialized temporaries"
Nico Weber
2019-11-17
1
-3
/
+3
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-16
1
-3
/
+3
*
CGExprConstant - silence static analyzer getAs<> null dereference warning. NFCI.
Simon Pilgrim
2019-10-16
1
-2
/
+2
*
[Alignment][Clang][NFC] Add CharUnits::getAsAlign
Guillaume Chatelet
2019-10-03
1
-1
/
+1
*
Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-03
1
-2
/
+2
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...
Fangrui Song
2019-07-03
1
-1
/
+1
*
[C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
Erik Pilkington
2019-07-02
1
-0
/
+1
*
Remove reliance on toCharUnitsFromBits rounding down.
Richard Smith
2019-06-22
1
-1
/
+2
*
P0840R2: support for [[no_unique_address]] attribute
Richard Smith
2019-06-20
1
-8
/
+18
*
Fix compiler warning by removing unused variable
Mikael Holmen
2019-06-18
1
-1
/
+1
*
Rewrite ConstStructBuilder with a mechanism that can cope with splitting and ...
Richard Smith
2019-06-17
1
-495
/
+636
*
Modules: Code generation of enum constants for merged enum definitions
David Blaikie
2019-05-22
1
-1
/
+1
*
Refactor: split Uninitialized state on APValue into an "Absent" state
Richard Smith
2019-05-21
1
-2
/
+4
*
Refactor constant evaluation of typeid(T) to track a symbolic type_info
Richard Smith
2019-05-17
1
-0
/
+11
*
Revert Refactor constant evaluation of typeid(T) to track a symbolic type_inf...
Chris Bieneman
2019-05-17
1
-11
/
+0
*
Refactor constant evaluation of typeid(T) to track a symbolic type_info
Richard Smith
2019-05-17
1
-0
/
+11
*
Implement __builtin_LINE() et. al. to support source location capture.
Eric Fiselier
2019-05-16
1
-4
/
+0
*
ConstantLValueEmitter::tryEmitAbsolute - remove unused variable. NFCI.
Simon Pilgrim
2019-05-11
1
-3
/
+1
*
Use llvm::stable_sort
Fangrui Song
2019-04-24
1
-1
/
+1
*
Refactor cast<>'s in if conditionals, which can only assert on failure.
Don Hinton
2019-03-19
1
-25
/
+14
*
[ObjC] Emit a boxed expression as a compile-time constant if the
Akira Hatanaka
2019-03-08
1
-2
/
+17
*
[Fixed Point Arithmetic] Fixed Point and Integer Conversions
Leonard Chan
2019-03-06
1
-0
/
+2
*
[CodeGen][NFC] Update comments in CGExprConstant.cpp.
Eli Friedman
2019-02-08
1
-5
/
+8
*
[Sema] Make string literal init an rvalue.
Eli Friedman
2019-02-08
1
-10
/
+0
*
[CodeGen] Always use string computed in Sema for PredefinedExpr
Eli Friedman
2019-01-22
1
-11
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Fixed Point Arithmetic] Add APFixedPoint to APValue
Leonard Chan
2019-01-16
1
-0
/
+3
*
Correct indentation.
Bill Wendling
2018-12-01
1
-1
/
+1
*
Specify constant context in constant emitter
Bill Wendling
2018-12-01
1
-1
/
+2
*
Revert r348029. I was git-ing and jumped the gun.
Bill Wendling
2018-11-30
1
-2
/
+1
*
We're in a constant context in the ConstantEmitter.
Bill Wendling
2018-11-30
1
-1
/
+2
*
Compound literals, enums, et al require const expr
Bill Wendling
2018-11-09
1
-0
/
+10
*
[CodeGen] Fix a crash when updating a designated initializer
Erik Pilkington
2018-11-02
1
-8
/
+8
*
[AST] Refactor PredefinedExpr
Bruno Ricci
2018-10-27
1
-1
/
+1
*
[Fixed Point Arithmetic] Fixed Point to Boolean Cast
Leonard Chan
2018-10-23
1
-0
/
+1
*
[OpenCL][NFC] Unify ZeroToOCL* cast types
Andrew Savonichev
2018-10-23
1
-2
/
+1
*
[Fixed Point Arithmetic] FixedPointCast
Leonard Chan
2018-10-15
1
-0
/
+1
*
[CodeGen] IncompleteArray Support
Balaji V. Iyer
2018-08-08
1
-0
/
+10
*
Remove trailing space
Fangrui Song
2018-07-30
1
-17
/
+17
*
[AST] Add a convenient getter from QualType to RecordDecl
George Karpenkov
2018-07-28
1
-2
/
+1
*
Fix typo causing assert in self-host.
Richard Smith
2018-07-19
1
-1
/
+1
*
When we choose to use zeroinitializer for a trailing portion of an array
Richard Smith
2018-07-19
1
-1
/
+13
*
Use zeroinitializer for (trailing zero portion of) large array initializers
Richard Smith
2018-05-23
1
-79
/
+91
*
Revert r333044 "Use zeroinitializer for (trailing zero portion of) large arra...
Hans Wennborg
2018-05-23
1
-78
/
+71
*
Use zeroinitializer for (trailing zero portion of) large array initializers
Richard Smith
2018-05-23
1
-71
/
+78
*
Revert r332847; it caused us to miscompile certain forms of reference initial...
Richard Smith
2018-05-21
1
-30
/
+10
[next]