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
*
[libFuzzer] handle SIGTERM
Kostya Serebryany
2016-03-24
4
-0
/
+4
*
Match call and target calling conventions in test
Sanjoy Das
2016-03-24
1
-3
/
+4
*
[sancov] adding leading zeros to coverage pct.
Mike Aizatsky
2016-03-24
1
-2
/
+18
*
Add <atomic> to ThreadPool.h, since std::atomic is used
Dimitry Andric
2016-03-24
1
-0
/
+1
*
Revert "Recommitted r263424 "Supporting all entities declared in lexical scop...
Reid Kleckner
2016-03-24
21
-916
/
+91
*
Revert "Recommitted r263425 "Supporting all entities declared in lexical scop...
Reid Kleckner
2016-03-24
5
-92
/
+20
*
Fix for missing prompt on Windows
Ted Woodward
2016-03-24
1
-0
/
+23
*
[Hexagon] Be sure to treat subregisters of a CSR as CSRs as well
Krzysztof Parzyszek
2016-03-24
1
-5
/
+8
*
[ADT] C++11ify SmallVector::erase's arguments from iterator to const_iterator
David Blaikie
2016-03-24
2
-4
/
+14
*
Add lowering support for llvm.experimental.deoptimize
Sanjoy Das
2016-03-24
7
-2
/
+137
*
[Hexagon] Add support for run-time stack overflow checking
Krzysztof Parzyszek
2016-03-24
5
-13
/
+108
*
[asan] Intercept all Heap* related imports from ucrtbase.dll
Reid Kleckner
2016-03-24
5
-23
/
+171
*
[ThinLTO] Use bulk importing in llvm-link
Teresa Johnson
2016-03-24
1
-56
/
+89
*
[clang-tidy] Add support for different char-types for the readability-redunda...
Etienne Bergeron
2016-03-24
2
-14
/
+64
*
[Hexagon] Generate PIC-specific versions of save/restore routines
Krzysztof Parzyszek
2016-03-24
4
-9
/
+112
*
Change ADL to produce lookup results in a deterministic order. This fixes some
Richard Smith
2016-03-24
4
-21
/
+35
*
Simplify AArch64 isRelRelative
Adhemerval Zanella
2016-03-24
2
-17
/
+36
*
Stop relying on mapped_iterator's function having a result_type. That facility
Richard Smith
2016-03-24
1
-1
/
+3
*
[Statepoints] Fix yet another issue around gc pointer uniqueing
Sanjoy Das
2016-03-24
4
-28
/
+64
*
Minor cosmestic changes (NFC)
Sanjoy Das
2016-03-24
2
-13
/
+12
*
[Docs] Updating CMake docs to include LLVM_OPTIMIZED_TABLEGEN
Chris Bieneman
2016-03-24
1
-0
/
+6
*
[debuginfo] Include dwo_name in the split unit to improve dwp diagnostics
David Blaikie
2016-03-24
2
-12
/
+19
*
Fix a missing comma between two string literals.
Etienne Bergeron
2016-03-24
1
-1
/
+1
*
[docs] Clarify Error example in Programmer's Manual.
Lang Hames
2016-03-24
1
-4
/
+6
*
[LLE] Check for mismatching types between the store and the load earlier
Adam Nemet
2016-03-24
2
-4
/
+52
*
Use None to construct an empty ArrayRef. NFC.
Pete Cooper
2016-03-24
1
-1
/
+1
*
don't hardcode the name of the llc checks script
Sanjay Patel
2016-03-24
1
-5
/
+2
*
[MC][mips] Add MipsMCInstrAnalysis class and register it as MC instruction an...
Simon Atanasyan
2016-03-24
2
-0
/
+72
*
Remove unnecessary redirect from test
Sanjoy Das
2016-03-24
1
-2
/
+2
*
reorganize llc checks script to allow more flexibility, part 2; NFCI
Sanjay Patel
2016-03-24
1
-73
/
+104
*
Fix gold tests for llvm-readobj format change.
Rafael Espindola
2016-03-24
2
-4
/
+6
*
[X86][XOP] Fixed instruction postfixes to more closely match operands
Simon Pilgrim
2016-03-24
2
-91
/
+91
*
[ELF] Follow-up to r264300. Update test case expectations to reflect recent c...
Simon Atanasyan
2016-03-24
13
-22
/
+63
*
BitcodeWriter: Move abbreviation for GenericDINode; almost NFC
Duncan P. N. Exon Smith
2016-03-24
3
-21
/
+19
*
BitcodeWriter: Move abbreviation for DILocation; almost NFC
Duncan P. N. Exon Smith
2016-03-24
3
-20
/
+18
*
BitcodeWriter: Split out named metadata; almost NFC
Duncan P. N. Exon Smith
2016-03-24
1
-25
/
+31
*
[llvm-readobj] Decode st_other symbol's flags
Simon Atanasyan
2016-03-24
12
-18
/
+102
*
Bitcode: Module* -> Module&, NFC
Duncan P. N. Exon Smith
2016-03-24
1
-5
/
+5
*
AVX-512: Generate KTEST instead of TEST fir i1 vectors
Elena Demikhovsky
2016-03-24
2
-7
/
+138
*
ErrorTest.cpp: Move instantiations out of anonymous namespace. gcc didn't com...
NAKAMURA Takumi
2016-03-24
1
-4
/
+3
*
CodeGen: extend RHS when splitting ATOMIC_CMP_SWAP_WITH_SUCCESS.
Tim Northover
2016-03-24
4
-5
/
+79
*
AMDGPU/SI: Add Polaris support
Tom Stellard
2016-03-24
1
-0
/
+8
*
[X86][XOP] Merged 128/256 bit 4op instruction definitions. NFCI.
Simon Pilgrim
2016-03-24
1
-15
/
+14
*
Define ErrorInfo::ID explicitly.
NAKAMURA Takumi
2016-03-24
3
-3
/
+7
*
Fix another case where we were unconditionally linking linkonce GVs.
Rafael Espindola
2016-03-24
3
-0
/
+24
*
Error.cpp: Fix a warning. [-Wpedantic]
NAKAMURA Takumi
2016-03-24
1
-1
/
+1
*
ErrorTest.cpp: Fix an expression, possibly typo.
NAKAMURA Takumi
2016-03-24
1
-1
/
+1
*
Dsiable FormatStyle::GetStyleOfFile test case for mingw.
Eric Liu
2016-03-24
1
-1
/
+1
*
Fix resolution of linkonce symbols in comdats.
Rafael Espindola
2016-03-24
3
-2
/
+23
*
[mips] Range check vsplat_simm5 and vsplat_simm10
Daniel Sanders
2016-03-24
3
-213
/
+262
[next]