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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Emit ASM input in a constant context
Bill Wendling
2018-12-18
1
-0
/
+11
*
[CodeGen] Handle mixed-width ops in mixed-sign mul-with-overflow lowering
Vedant Kumar
2018-12-18
1
-0
/
+21
*
[NFC] Fix usage of Builder.insert(new Bitcast...)in CodeGenFunction
Erich Keane
2018-12-18
1
-2
/
+1
*
[darwin] parse the SDK settings from SDKSettings.json if it exists and
Alex Lorenz
2018-12-17
1
-0
/
+4
*
[Clang] Add __builtin_launder
Eric Fiselier
2018-12-14
1
-0
/
+11
*
[Builltins][X86] Provide implementations of __lzcnt16, __lzcnt, __lzcnt64 for...
Craig Topper
2018-12-14
1
-0
/
+48
*
Fix debug-info-abspath.c on Windows by removing /tmp/t.o line
Reid Kleckner
2018-12-13
1
-2
/
+0
*
Reinstate DW_AT_comp_dir support after D55519.
Adrian Prantl
2018-12-13
1
-2
/
+19
*
[asan] Don't check ODR violations for particular types of globals
Vitaly Buka
2018-12-13
1
-0
/
+17
*
Revert "Declares __cpu_model as dso local"
Haibo Huang
2018-12-12
2
-7
/
+0
*
Declares __cpu_model as dso local
Haibo Huang
2018-12-12
2
-0
/
+7
*
Teach __builtin_unpredictable to work through implicit casts.
Erich Keane
2018-12-12
1
-1
/
+11
*
Reuse code from CGDebugInfo::getOrCreateFile() when creating the file
Adrian Prantl
2018-12-11
1
-1
/
+3
*
Update test for instcombine change
Matt Arsenault
2018-12-10
1
-1
/
+1
*
[X86] Remove the addcarry builtins. Leaving only the addcarryx builtins since...
Craig Topper
2018-12-10
2
-6
/
+6
*
Make testcase more robust for bots actually building in /var
Adrian Prantl
2018-12-07
1
-15
/
+15
*
Make testcase more robust for completely-out-of-tree builds.
Adrian Prantl
2018-12-07
1
-5
/
+9
*
Make CPUDispatch resolver emit dependent functions.
Erich Keane
2018-12-07
1
-0
/
+2
*
Fix spelling of WINDOWS in a test
Erich Keane
2018-12-07
1
-1
/
+1
*
Revert "Multiversioning- Ensure all MV functions are emitted."
Erich Keane
2018-12-07
1
-26
/
+23
*
Add a AArch64 triple to tiny codemodel test.
David Green
2018-12-07
1
-1
/
+1
*
[PowerPC] VSX register support for inline assembly
Kang Zhang
2018-12-07
1
-0
/
+20
*
Reapply "Avoid emitting redundant or unusable directories in DIFile metadata ...
Adrian Prantl
2018-12-06
2
-6
/
+27
*
ARM, AArch64: support `__attribute__((__swiftcall__))`
Saleem Abdulrasool
2018-12-06
1
-0
/
+9
*
[Hexagon] Add intrinsics for Hexagon V66
Krzysztof Parzyszek
2018-12-05
2
-0
/
+158
*
[asan] Add clang flag -fsanitize-address-use-odr-indicator
Vitaly Buka
2018-12-05
1
-0
/
+30
*
Revert "Avoid emitting redundant or unusable directories in DIFile metadata e...
Ilya Biryukov
2018-12-04
2
-27
/
+6
*
[Hexagon] Fix intrinsic test
Krzysztof Parzyszek
2018-12-03
1
-4
/
+0
*
Relax test even more for Windows
Adrian Prantl
2018-12-03
1
-1
/
+1
*
Relax tests to also work on Windows
Adrian Prantl
2018-12-03
1
-4
/
+6
*
Avoid emitting redundant or unusable directories in DIFile metadata entries.
Adrian Prantl
2018-12-03
2
-6
/
+25
*
Specify constant context in constant emitter
Bill Wendling
2018-12-01
1
-0
/
+168
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Fangrui Song
2018-11-30
1
-159
/
+0
*
Revert r348029. I was git-ing and jumped the gun.
Bill Wendling
2018-11-30
1
-11
/
+0
*
We're in a constant context in the ConstantEmitter.
Bill Wendling
2018-11-30
1
-0
/
+11
*
Add missing REQUIRES to new test
Teresa Johnson
2018-11-29
1
-0
/
+2
*
[ThinLTO] Allow importing of multiple symbols with same GUID
Teresa Johnson
2018-11-29
3
-0
/
+60
*
Allow cpu-dispatch forward declarations.
Erich Keane
2018-11-28
1
-1
/
+4
*
[DebugInfo] NFC Clang test changes for: IR/Bitcode changes for DISubprogram f...
Paul Robinson
2018-11-28
1
-2
/
+2
*
Correct 'target' default behavior on redecl, allow forward declaration.
Erich Keane
2018-11-28
1
-1
/
+52
*
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-28
1
-0
/
+159
*
Fix typo in "[clang][ARC] Fix test for commit r347699"
Tatyana Krasnukha
2018-11-27
1
-1
/
+1
*
[clang][ARC] Fix test for commit r347699
Tatyana Krasnukha
2018-11-27
1
-3
/
+3
*
[clang][slh] add attribute for speculative load hardening
Zola Bridges
2018-11-27
2
-0
/
+27
*
[clang][ARC] Add ARCTargetInfo
Tatyana Krasnukha
2018-11-27
3
-0
/
+165
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-27
1
-159
/
+0
*
Revert "[clang][slh] add attribute for speculative load hardening"
Zola Bridges
2018-11-27
2
-27
/
+0
*
[clang][slh] add attribute for speculative load hardening
Zola Bridges
2018-11-27
2
-0
/
+27
*
Revert "[clang][slh] add attribute for speculative load hardening"
Zola Bridges
2018-11-26
2
-27
/
+0
*
[clang][slh] add attribute for speculative load hardening
Zola Bridges
2018-11-26
2
-0
/
+27
[next]