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
/
test
/
Frontend
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland "[ARM] push LR before __gnu_mcount_nc"
Jian Cai
2019-08-16
1
-1
/
+1
*
[OpenCL] Rename lang mode flag for C++ mode
Anastasia Stulova
2019-07-25
2
-2
/
+3
*
Renamed and changed the wording of warn_cconv_ignored
Sunil Srivastava
2019-07-17
1
-1
/
+1
*
[clang][NewPM] Fixing remaining -O0 tests that are broken under new PM
Leonard Chan
2019-06-19
5
-7
/
+132
*
Add clang source minimizer that reduces source to directives
Alex Lorenz
2019-06-03
1
-0
/
+14
*
Do not resolve directory junctions for `-fdiagnostics-absolute-paths` on Wind...
Igor Kudrin
2019-05-24
2
-1
/
+10
*
lld-link, clang: Treat non-existent input files as possible spellos for optio...
Nico Weber
2019-05-23
1
-1
/
+1
*
[clang][Darwin] Refactor header search path logic into the driver
Louis Dionne
2019-05-21
1
-6
/
+0
*
Add target triple to test.
Leonard Chan
2019-05-10
1
-1
/
+1
*
Fix and test for assertion error in P41835.
Leonard Chan
2019-05-10
1
-0
/
+6
*
Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...
Leonard Chan
2019-05-07
1
-0
/
+15
*
Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...
Leonard Chan
2019-05-03
1
-15
/
+0
*
[Attribute/Diagnostics] Print macro if definition is an attribute declaration
Leonard Chan
2019-05-02
1
-0
/
+15
*
[verify] Add support for location markers in directives.
Richard Smith
2019-04-13
2
-0
/
+23
*
[Fixed Point Arithmetic] Fixed Point and Integer Conversions
Leonard Chan
2019-03-06
3
-194
/
+367
*
[X86] AMD znver2 enablement
Ganesh Gopalasubramanian
2019-02-26
1
-0
/
+1
*
[Fixed Point Arithmetic] Fixed Point Comparisons
Leonard Chan
2019-02-21
1
-0
/
+378
*
Hot fix two test regressions (%T vs %t)
David Zarzycki
2019-02-03
2
-2
/
+2
*
Replace uses of %T with %t in from previous frontend test differential
Nico Weber
2019-02-02
2
-2
/
+2
*
Provide reason messages for unviable inlining
Yevgeny Rouban
2019-02-01
1
-1
/
+1
*
Fix the behavior of clang's -w flag.
James Y Knight
2019-01-29
5
-5
/
+22
*
Fixed frontend clang tests in windows read-only container
Stella Stamenova
2019-01-25
2
-3
/
+3
*
[Fixed Point Arithmetic] Fixed Point Addition Constant Expression Evaluation
Leonard Chan
2019-01-18
3
-4
/
+87
*
[Fixed Point Arithmetic] Fixed Point Subtraction
Leonard Chan
2019-01-16
1
-0
/
+390
*
[Fixed Point Arithmetic] Fixed Point Addition
Leonard Chan
2019-01-16
2
-12
/
+400
*
Validate -add-plugin arguments.
Nico Weber
2019-01-03
1
-0
/
+5
*
[darwin] parse the SDK settings from SDKSettings.json if it exists and
Alex Lorenz
2018-12-17
2
-6
/
+6
*
[frontend][darwin] warn_stdlibcxx_not_found: supress warning for preprocessed...
Alex Lorenz
2018-12-06
1
-0
/
+1
*
[Sema/Attribute] Check for noderef attribute
Leonard Chan
2018-12-06
4
-0
/
+337
*
Move AST tests into their own test directory; NFC.
Aaron Ballman
2018-11-30
3
-746
/
+0
*
[Fixed Point Arithmetic] Refactor fixed point casts
Bjorn Pettersson
2018-10-26
2
-139
/
+139
*
[Fixed Point Arithmetic] Fixed Point to Boolean Cast
Leonard Chan
2018-10-23
2
-1
/
+53
*
[Fixed Point Arithmetic] FixedPointCast
Leonard Chan
2018-10-15
2
-0
/
+333
*
Add a callback for `__has_include` and use it for dependency scanning.
Volodymyr Sapsai
2018-09-18
1
-0
/
+40
*
Print correctly dependency paths on Windows
David Bolvansky
2018-09-13
2
-6
/
+6
*
warn_stdlibcxx_not_found: suggest '-stdlib=libc++' instead of '-std'
Alex Lorenz
2018-09-07
1
-1
/
+1
*
[ADT] Normalize empty triple components
Petr Hosek
2018-08-08
1
-6
/
+6
*
[Fixed Point Arithmetic] Fixed Point Constant
Leonard Chan
2018-08-06
1
-1
/
+15
*
[Fixed Point Arithmetic] Fix for FixedPointValueToString
Leonard Chan
2018-08-06
1
-0
/
+21
*
Fix tests for changed opt remarks format
David Bolvansky
2018-08-05
1
-2
/
+2
*
Make test/Frontend/clang-abi-compat.cpp pass when the version goes to 8
Hans Wennborg
2018-08-01
1
-1
/
+1
*
[Fixed Point Arithmetic] Fix for bug where integer literals could be treated ...
Leonard Chan
2018-07-17
3
-0
/
+95
*
Always use __mcount on NetBSD. Some platforms don't provide _mcount.
Joerg Sonnenberger
2018-07-17
1
-1
/
+1
*
[Fixed Point Arithmetic] Rename `-fsame-fbits` flag
Leonard Chan
2018-06-29
1
-1
/
+1
*
[frontend] Don't include the C++ stdlib for -x assembler-with-cpp
Alex Lorenz
2018-06-28
1
-0
/
+5
*
Fixed test in prior build where FileCheck tried to match against
Leonard Chan
2018-06-20
1
-1
/
+1
*
Fixed test that failed when checking what variable a value was stored
Leonard Chan
2018-06-20
1
-12
/
+12
*
[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals
Leonard Chan
2018-06-20
5
-37
/
+395
*
Recommit r335063: [Darwin] Add a warning for missing include path for libstdc++
Alex Lorenz
2018-06-19
1
-0
/
+5
*
Revert r335063 as it causes bot failures
Alex Lorenz
2018-06-19
1
-5
/
+0
[next]