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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Clang][AVX512][Builtin] Adding intrinsics of vpmovus{d|q}{b|w|d}{128|256|512...
Michael Zuckerman
2016-04-14
5
-0
/
+832
*
Make sure the LLVMContext outlive the CompilerInstance
Mehdi Amini
2016-04-14
1
-1
/
+1
*
Do not use llvm:getGlobalContext() in unittests
Mehdi Amini
2016-04-14
1
-1
/
+2
*
Do not use getGlobalContext()... ever.
Mehdi Amini
2016-04-14
1
-5
/
+5
*
Fix Android build after r266267
Oleksiy Vyalov
2016-04-14
1
-17
/
+17
*
ELF: Do not create copy relocations for references in writable sections.
Peter Collingbourne
2016-04-14
4
-29
/
+53
*
AMDGPU: Implement canonicalize
Matt Arsenault
2016-04-14
9
-1
/
+383
*
Don't use auto - (try to) appease the Android g++ bot
Enrico Granata
2016-04-14
1
-1
/
+1
*
TargetLowering: Factor out common code for tail call eligibility checking; NFC
Matthias Braun
2016-04-14
5
-63
/
+46
*
[modules] Store the location of the lexical update record in a decl update as
Richard Smith
2016-04-14
2
-3
/
+2
*
Reorder ASTNodeKind::AllKindInfo to match NodeKindId.
Alexander Kornienko
2016-04-14
4
-15
/
+25
*
Augment the 'language objc class-table dump' command to take a "-v" option, w...
Enrico Granata
2016-04-14
2
-8
/
+159
*
[modules] Remove CXX_BASE_SPECIFIERS_OFFSETS table. Instead of storing an ID of
Richard Smith
2016-04-14
10
-172
/
+30
*
clang-tools-extra/test/clang-tidy/readability-deleted-default.cpp: Add -fno-m...
NAKAMURA Takumi
2016-04-13
1
-1
/
+1
*
ObjC kindof: order the methods in global pool relative to availability.
Manman Ren
2016-04-13
3
-14
/
+45
*
[CodeGen] Avoid ctor/dtor boilerplate with some C++11
Reid Kleckner
2016-04-13
3
-113
/
+94
*
[CFLAA] Fix up code style a bit. NFC.
George Burgess IV
2016-04-13
2
-292
/
+276
*
[ppc] add tests to show potential andc optimization
Sanjay Patel
2016-04-13
1
-0
/
+36
*
ARM: override cost function to re-enable ConstantHoisting (& fix it).
Tim Northover
2016-04-13
7
-7
/
+94
*
Revert "Add LLVMGetAttrKindIDInContext in the C API in order to facilitate mi...
Amaury Sechet
2016-04-13
3
-38
/
+0
*
ValueMapper: Resolve cycles on the new nodes
Duncan P. N. Exon Smith
2016-04-13
2
-2
/
+46
*
Add LLVMGetAttrKindIDInContext in the C API in order to facilitate migration ...
Amaury Sechet
2016-04-13
3
-0
/
+38
*
[IR] Optimize memory usage of Metadata on MSVC
Reid Kleckner
2016-04-13
1
-1
/
+2
*
[llvm-lto] Uniform error handling. NFC.
Davide Italiano
2016-04-13
1
-30
/
+14
*
[modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table. Instead of storing an ID
Richard Smith
2016-04-13
12
-180
/
+50
*
ARM: Use a callee save register for the swiftself parameter.
Matthias Braun
2016-04-13
4
-46
/
+105
*
X86: Use a callee save register for the swiftself parameter.
Matthias Braun
2016-04-13
4
-41
/
+94
*
AArch64: Use a callee save registers for swiftself parameters
Matthias Braun
2016-04-13
4
-36
/
+103
*
[llvm-lto] clang-format before working on this file.
Davide Italiano
2016-04-13
1
-33
/
+28
*
Return immediately from analyzeCall if analyzeBlock returns false.
Easwaran Raman
2016-04-13
1
-14
/
+2
*
Start to add real error messages for malformed Mach-O files.
Kevin Enderby
2016-04-13
2
-14
/
+27
*
NFC mergefunc: const correctness
JF Bastien
2016-04-13
1
-18
/
+20
*
[asan] Prefer alloc-dealloc-mismatch to new-delete-type-mismatch.
Evgeniy Stepanov
2016-04-13
4
-15
/
+33
*
[SemaObjC] Properly handle mix between type arguments and protocols.
Bruno Cardoso Lopes
2016-04-13
4
-9
/
+66
*
AMDGPU/SI: Add support for spilling VGPRs without having to scavenge registers
Tom Stellard
2016-04-13
2
-11
/
+29
*
[x86] add tests to show potential BMI optimization
Sanjay Patel
2016-04-13
1
-0
/
+68
*
Make sure CheckDestructor gets called on dllimported classes if the vtable is...
Hans Wennborg
2016-04-13
2
-7
/
+25
*
[DebugInfo] Optimize memory layout of DISubprogram.
Davide Italiano
2016-04-13
2
-10
/
+24
*
[PGO] Fix the buildbots for r266229.
Betul Buyukkurt
2016-04-13
1
-2
/
+11
*
Lit C++11 Compatibility Patch #7
Charles Li
2016-04-13
13
-97
/
+527
*
AsmParser: record "# line file" context to calculate location for diag
Tim Northover
2016-04-13
3
-32
/
+47
*
Test case for r265852.
Easwaran Raman
2016-04-13
1
-0
/
+19
*
LibDriver: Silently do nothing when provided no inputs.
Peter Collingbourne
2016-04-13
2
-2
/
+4
*
[CrashReproducer] Add test to run the reproducer script + modules
Bruno Cardoso Lopes
2016-04-13
1
-0
/
+57
*
[CrashReproducer] Setup 'use-external-names' in YAML files.
Bruno Cardoso Lopes
2016-04-13
6
-7
/
+27
*
[VFS] Move default values to in-class member initialization. NFC
Bruno Cardoso Lopes
2016-04-13
1
-3
/
+3
*
Fix warning about unused variable.
Rafael Espindola
2016-04-13
1
-3
/
+2
*
git-clang-format. NFC.
Rafael Espindola
2016-04-13
2
-2
/
+2
*
Don't set MustBeInDynSym for hidden symbols.
Rafael Espindola
2016-04-13
2
-2
/
+42
*
[PGO] Remove redundant VP instrumentation
Betul Buyukkurt
2016-04-13
2
-0
/
+35
[next]