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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update C style comments to C++ style.
Eric Christopher
2017-02-10
1
-13
/
+11
*
Fix the -Werror build by removing an unused default in a fully covered switch
David Blaikie
2017-02-10
1
-2
/
+0
*
[DebugInfo] Added support to Clang FE for generating debug info for preproces...
Amjad Aboud
2017-02-09
7
-0
/
+377
*
[CodeGen] Remove unneeded `private`. NFCI.
Davide Italiano
2017-02-09
1
-1
/
+0
*
[MS] Implement the __fastfail intrinsic as a builtin
Reid Kleckner
2017-02-09
1
-1
/
+38
*
[MS] Fix C++ destructor thunk line info for a declaration
Reid Kleckner
2017-02-08
1
-1
/
+6
*
[AVR] Add support for the 'interrupt' and 'naked' attributes
Dylan McKay
2017-02-08
1
-0
/
+28
*
Prevent ICE in dllexport class with _Atomic data member
Warren Ristow
2017-02-02
1
-4
/
+5
*
CodeGen: add a LLVM_FALLTHROUGH to a fallthrough (NFC)
Saleem Abdulrasool
2017-02-02
1
-3
/
+3
*
Change debug-info-for-profiling from a TargetOption to a function attribute.
Dehao Chen
2017-02-01
2
-2
/
+2
*
[CodeGen][ObjC] Avoid asserting on block pointer types in
Alex Lorenz
2017-02-01
1
-1
/
+1
*
clang-cl: Evaluate arguments left-to-right in constructor call with initializ...
Hans Wennborg
2017-02-01
1
-1
/
+5
*
[X86] Teach Clang about -mfentry flag
Nirav Dave
2017-01-31
1
-2
/
+6
*
AMDGPU: Add builtin for fmed3 intrinsic
Matt Arsenault
2017-01-31
1
-1
/
+2
*
Re-apply "[ubsan] Sanity-check shift amounts before truncation"
Vedant Kumar
2017-01-30
1
-7
/
+9
*
[IRGen] Make header standalone.
Benjamin Kramer
2017-01-30
1
-0
/
+1
*
Revert "r293343 - [ubsan] Sanity-check shift amounts before truncation
Alex Lorenz
2017-01-30
1
-2
/
+2
*
Reapply "DebugInfo: Omit class definitions even in the presence of available_...
David Blaikie
2017-01-30
3
-13
/
+25
*
Prototype of modules codegen
David Blaikie
2017-01-30
1
-1
/
+1
*
[OpenMP][NVPTX][CUDA] Adding support for printf for an NVPTX OpenMP device.
Arpith Chacko Jacob
2017-01-29
4
-12
/
+11
*
[ubsan] Sanity-check shift amounts before truncation (fixes PR27271)
Vedant Kumar
2017-01-27
1
-2
/
+2
*
[OpenCL] Add missing address spaces in IR generation of blocks
Anastasia Stulova
2017-01-27
2
-37
/
+88
*
Re-apply r292662, "IRGen: Start using the WriteThinLTOBitcode pass."
Peter Collingbourne
2017-01-26
1
-3
/
+5
*
IRGen: When loading the main module in the distributed ThinLTO backend, look ...
Peter Collingbourne
2017-01-26
1
-2
/
+23
*
PR0091R3: Implement parsing support for using templates as types.
Richard Smith
2017-01-26
4
-4
/
+10
*
Use TargetMachine adjustPassManager hook
Stanislav Mekhanoshin
2017-01-26
1
-6
/
+1
*
[OpenMP] Codegen support for 'target teams' on the NVPTX device.
Arpith Chacko Jacob
2017-01-26
1
-0
/
+1
*
Support MIR opt-remarks with -fsave-optimization-record
Adam Nemet
2017-01-26
1
-33
/
+46
*
[CodeGen] Suppress emission of lifetime markers if a label has been seen
Akira Hatanaka
2017-01-25
2
-5
/
+26
*
[CodeGen] [CUDA] Add the ability set default attrs on functions in linked mod...
Justin Lebar
2017-01-25
3
-133
/
+177
*
[OpenMP] Support for the proc_bind-clause on 'target parallel' on the NVPTX d...
Arpith Chacko Jacob
2017-01-25
2
-0
/
+17
*
[OpenMP] Codegen support for 'target teams' on the host.
Arpith Chacko Jacob
2017-01-25
3
-35
/
+108
*
Reverting commit because an NVPTX patch sneaked in. Break up into two
Arpith Chacko Jacob
2017-01-25
4
-109
/
+35
*
[OpenMP] Codegen support for 'target teams' on the host.
Arpith Chacko Jacob
2017-01-25
4
-35
/
+109
*
[OpenMP] Support for the num_threads-clause on 'target parallel' on the NVPTX...
Arpith Chacko Jacob
2017-01-25
2
-0
/
+19
*
[OpenMP] Support for the num_threads-clause on 'target parallel'.
Arpith Chacko Jacob
2017-01-25
1
-25
/
+98
*
IRGen: Factor out function CodeGenAction::loadModule. NFCI.
Peter Collingbourne
2017-01-24
1
-28
/
+38
*
IRGen: Factor out function clang::FindThinLTOModule. NFCI.
Peter Collingbourne
2017-01-24
1
-21
/
+21
*
Re-commit "Don't inline dllimport functions referencing non-imported methods"
Hans Wennborg
2017-01-23
1
-0
/
+10
*
Add LF_ prefix to LibFunc enums in TargetLibraryInfo.
David L. Jones
2017-01-23
1
-1
/
+1
*
Revert "DebugInfo: Omit class definitions even in the presence of available_e...
David Blaikie
2017-01-23
3
-24
/
+13
*
Revert "IRGen: Start using the WriteThinLTOBitcode pass."
Martin Bohme
2017-01-23
1
-5
/
+3
*
DebugInfo: Omit class definitions even in the presence of available_externall...
David Blaikie
2017-01-23
3
-13
/
+24
*
IRGen: Start using the WriteThinLTOBitcode pass.
Peter Collingbourne
2017-01-20
1
-3
/
+5
*
Revert "Don't inline dllimport functions referencing non-imported methods"
Reid Kleckner
2017-01-20
1
-5
/
+0
*
[OPENMP] Fix for PR31643: Clang crashes when compiling code on Windows
Alexey Bataev
2017-01-20
1
-2
/
+1
*
P0426: Make the library implementation of constexpr char_traits a little easier
Richard Smith
2017-01-20
1
-0
/
+4
*
Don't inline dllimport functions referencing non-imported methods
Hans Wennborg
2017-01-19
1
-0
/
+5
*
Add -fdebug-info-for-profiling to emit more debug info for sample pgo profile...
Dehao Chen
2017-01-19
2
-1
/
+3
*
Move vtable type metadata emission behind a cc1-level flag.
Peter Collingbourne
2017-01-18
2
-2
/
+2
[prev]
[next]