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
/
CGExprComplex.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OPENMP50]Codegen for lastprivate conditional list items.
Alexey Bataev
2020-01-02
1
-1
/
+6
*
[NFC] Pass a reference to CodeGenFunction to methods of LValue and
Akira Hatanaka
2019-12-03
1
-4
/
+4
*
Revert "[NFC] Pass a reference to CodeGenFunction to methods of LValue and"
Akira Hatanaka
2019-12-03
1
-4
/
+4
*
[NFC] Pass a reference to CodeGenFunction to methods of LValue and
Akira Hatanaka
2019-12-03
1
-4
/
+4
*
[c++20] Add CXXRewrittenBinaryOperator to represent a comparison
Richard Smith
2019-10-19
1
-0
/
+4
*
[C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
Erik Pilkington
2019-07-02
1
-0
/
+9
*
Implement __builtin_LINE() et. al. to support source location capture.
Eric Fiselier
2019-05-16
1
-1
/
+2
*
[Fixed Point Arithmetic] Fixed Point and Integer Conversions
Leonard Chan
2019-03-06
1
-0
/
+2
*
[opaque pointer types] Cleanup CGBuilder's Create*GEP.
James Y Knight
2019-02-09
1
-5
/
+2
*
[opaque pointer types] Pass function types for runtime function calls.
James Y Knight
2019-02-05
1
-1
/
+2
*
Cleanup: replace uses of CallSite with CallBase.
James Y Knight
2019-01-30
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Compound literals, enums, et al require const expr
Bill Wendling
2018-11-09
1
-0
/
+3
*
[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
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-2
/
+2
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
Delete BuiltinCC. NFC.
Rafael Espindola
2018-03-20
1
-1
/
+1
*
[CodeGen] Ignore OpaqueValueExprs that are unique references to their
Akira Hatanaka
2018-03-20
1
-2
/
+3
*
[Complex] Don't use __div?c3 when building with fast-math.
Florian Hahn
2017-12-20
1
-8
/
+29
*
Remove unused variables. No functionality change.
Benjamin Kramer
2017-10-08
1
-1
/
+0
*
[IRGen] Evaluate constant static variables referenced through member
Alex Lorenz
2017-08-25
1
-10
/
+21
*
[coroutines] Add codegen for await and yield expressions
Gor Nishanov
2017-03-26
1
-0
/
+10
*
Don't assume cleanup emission preserves dominance in expr evaluation
Reid Kleckner
2017-03-06
1
-1
/
+5
*
Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare ope...
Egor Churaev
2016-12-23
1
-0
/
+1
*
Revert "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand."
Daniel Jasper
2016-12-20
1
-1
/
+0
*
[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand.
Egor Churaev
2016-12-20
1
-0
/
+1
*
Refactor call emission to package the function pointer together with
John McCall
2016-10-26
1
-3
/
+3
*
[OpenCL] Generate opaque type for sampler_t and function call for the initial...
Yaxun Liu
2016-07-28
1
-0
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-3
/
+0
*
[Bugfix] Fix ICE on constexpr vector splat.
George Burgess IV
2016-01-13
1
-0
/
+1
*
Preserve exceptions information during calls code generation.
Samuel Antao
2015-11-23
1
-7
/
+13
*
[DEBUG INFO] Emit debug info for type used in explicit cast only.
Alexey Bataev
2015-10-20
1
-0
/
+2
*
Support __builtin_ms_va_list.
Charles Davis
2015-09-17
1
-2
/
+2
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-40
/
+35
*
Propagate SourceLocations through to get a Loc on float_cast_overflow
Filipe Cabecinhas
2015-08-11
1
-17
/
+22
*
Don't repeat function names in comments. NFC.
Filipe Cabecinhas
2015-08-05
1
-3
/
+3
*
InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)
Justin Bogner
2015-04-23
1
-3
/
+4
*
[opaque pointer type] More GEP API migrations
David Blaikie
2015-04-05
1
-4
/
+4
*
Sema: Parenthesized bound destructor member expressions can be called
David Majnemer
2015-02-25
1
-1
/
+1
*
CodeGen: _Atomic(_Complex) shouldn't crash
David Majnemer
2015-02-14
1
-0
/
+2
*
Revert "Revert r229082 for a bit, it caused PR22577."
David Majnemer
2015-02-14
1
-1
/
+2
*
Revert r229082 for a bit, it caused PR22577.
Nico Weber
2015-02-13
1
-2
/
+1
*
MS ABI: Implement /volatile:ms
David Majnemer
2015-02-13
1
-1
/
+2
*
Fix typoo.
Richard Smith
2015-02-12
1
-2
/
+2
*
DebugInfo: Refactor default arg handling into a common place (instead of hand...
David Blaikie
2015-02-09
1
-8
/
+2
*
DebugInfo: Suppress the location of instructions in complex default arguments.
David Blaikie
2015-02-09
1
-2
/
+8
*
DebugInfo: Use the preferred location rather than the start location for expr...
David Blaikie
2015-01-25
1
-1
/
+1
*
DebugInfo: Attribute complex expressions to the source location of the expres...
David Blaikie
2015-01-18
1
-0
/
+1
[next]