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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Driver] Add float-divide-by-zero back to supported sanitizers after D63793/r...
Fangrui Song
2019-07-10
1
-1
/
+1
*
[ODRHash] Fix null pointer dereference for ObjC selectors with empty slots.
Volodymyr Sapsai
2019-06-28
1
-0
/
+31
*
[ODRHash] Skip some typedef types.
Richard Trieu
2019-06-22
1
-1
/
+62
*
[Clang] Rename -split-dwarf-file to -split-dwarf-output
Aaron Puchert
2019-06-15
1
-1
/
+1
*
Fix r361428 for Windows buildbots/mangling
David Blaikie
2019-05-22
1
-1
/
+1
*
Fix new enum-codegen.cpp test
Reid Kleckner
2019-05-22
1
-1
/
+1
*
Modules: Code generation of enum constants for merged enum definitions
David Blaikie
2019-05-22
1
-0
/
+36
*
[ELF] Implement Dependent Libraries Feature
Ben Dunbobbin
2019-05-17
1
-2
/
+2
*
[X86] Make `x86intrin.h`, `immintrin.h` includable with `-fno-gnu-inline-asm`.
Volodymyr Sapsai
2019-05-13
1
-0
/
+2
*
Replace lit feature keyword 'non-ms-sdk' with 'ms-sdk'; eliminate
Paul Robinson
2019-05-10
1
-1
/
+2
*
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
Richard Smith
2019-05-09
2
-5
/
+3
*
Allow test to pass after 2030.
Aaron Ballman
2019-05-08
1
-2
/
+2
*
Fix buildbot break after r360195
Nemanja Ivanovic
2019-05-08
1
-0
/
+2
*
-frewrite-imports: Add support for wildcard rules in umbrella modules with
David Blaikie
2019-05-07
1
-0
/
+36
*
Reduce amount of work ODR hashing does.
Richard Trieu
2019-05-04
1
-0
/
+37
*
Change llvm-{objdump,readobj} -long-option to --long-option or well-known sho...
Fangrui Song
2019-05-01
1
-2
/
+2
*
Skip type units/type uniquing when we know we're only emitting the type once ...
David Blaikie
2019-04-25
2
-3
/
+2
*
Fix bug 37903:MS ABI: handle inline static data member and inline variable as...
Jennifer Yu
2019-04-25
1
-1
/
+0
*
Modules: Adopt template parameters for variable templates to set their decl c...
David Blaikie
2019-04-19
1
-7
/
+5
*
Modules: Search for a visible definition of the decl context when computing v...
David Blaikie
2019-04-19
14
-0
/
+80
*
[C++20] Implement context-sensitive header-name lexing and pp-import parsing ...
Richard Smith
2019-04-11
2
-5
/
+5
*
Remove an unnecessary -f when cp'ing to a file that was just deleted. NFC.
Benjamin Kramer
2019-03-11
1
-1
/
+1
*
Fix slashes in path references in -Rmodule-import test from r355778
Duncan P. N. Exon Smith
2019-03-09
2
-29
/
+29
*
Modules: Invalidate out-of-date PCMs as they're discovered
Duncan P. N. Exon Smith
2019-03-09
10
-0
/
+110
*
Modules: Rename MemoryBufferCache to InMemoryModuleCache
Duncan P. N. Exon Smith
2019-03-09
1
-1
/
+1
*
Fix slashes in path references in -Rmodule-import test from r355477
Duncan P. N. Exon Smith
2019-03-06
1
-17
/
+17
*
Modules: Add -Rmodule-import
Duncan P. N. Exon Smith
2019-03-06
7
-4
/
+56
*
Relax assertion to account for private framework modules, too.
Adrian Prantl
2019-02-15
1
-3
/
+3
*
-gmodules: Don't emit incomplete breadcrumbs pointing to nonexistant PCM files.
Adrian Prantl
2019-02-08
1
-0
/
+16
*
[opaque pointer types] Cleanup CGBuilder's Create*GEP.
James Y Knight
2019-02-08
1
-2
/
+2
*
[modules] Fix handling of initializers for templated global variables.
Richard Smith
2019-02-05
1
-0
/
+242
*
[NFC] Explicitly add -std=c++14 option to tests that rely on the C++14 default
Nemanja Ivanovic
2019-02-05
2
-3
/
+3
*
Fix the behavior of clang's -w flag.
James Y Knight
2019-01-29
1
-5
/
+5
*
CodeGen: fix autolink emission on ELF
Saleem Abdulrasool
2019-01-05
1
-2
/
+2
*
Reapply "Avoid emitting redundant or unusable directories in DIFile metadata ...
Adrian Prantl
2018-12-06
1
-1
/
+3
*
Diagnose friend function template redefinitions.
Serge Pavlov
2018-12-06
1
-0
/
+2
*
[test] Disable Modules/prune.m on NetBSD as it requires 'touch -a'
Michal Gorny
2018-12-05
1
-0
/
+3
*
Revert "Avoid emitting redundant or unusable directories in DIFile metadata e...
Ilya Biryukov
2018-12-04
1
-3
/
+1
*
Relax tests to also work on Windows
Adrian Prantl
2018-12-03
1
-1
/
+3
*
Avoid emitting redundant or unusable directories in DIFile metadata entries.
Adrian Prantl
2018-12-03
1
-1
/
+1
*
[-gmodules] Honor -fdebug-prefix-map in the debug info inside PCMs.
Adrian Prantl
2018-11-29
1
-0
/
+23
*
CGDecl::emitStoresForConstant fix synthesized constant's name
JF Bastien
2018-11-15
1
-4
/
+4
*
[HeaderSearch] loadSubdirectoryModuleMaps should respect -working-directory
Alex Lorenz
2018-11-14
3
-0
/
+19
*
Fix test from r346439 to also work on Windows due to path separator differences.
Douglas Yung
2018-11-09
1
-1
/
+1
*
[Frontend/Modules] Show diagnostics on prebuilt module configuration mismatch...
David Blaikie
2018-11-08
1
-0
/
+22
*
Reapply "Fix regression in behavior of clang -x c++-header -fmodule-name=XXX"
Benjamin Kramer
2018-11-05
1
-0
/
+17
*
Add an explicit -std=c++14 to this test.
Adrian Prantl
2018-11-02
1
-4
/
+4
*
Revert "Fix regression in behavior of clang -x c++-header -fmodule-name=XXX"
Ilya Biryukov
2018-11-02
1
-17
/
+0
*
Fix regression in behavior of clang -x c++-header -fmodule-name=XXX
Richard Smith
2018-11-01
1
-0
/
+17
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-1
/
+1
[next]