index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix a problem in MCJIT identifying the module containing a global variable.
Andrew Kaylor
2013-11-15
1
-2
/
+2
*
Make method static
Matt Arsenault
2013-11-15
2
-2
/
+2
*
[PM] Fix an iterator problem spotted by the MSVC debug iterators and
Chandler Carruth
2013-11-15
1
-8
/
+10
*
[PM] Run clang-format on a few lines that I missed in my first pass,
Chandler Carruth
2013-11-15
1
-2
/
+2
*
[AArch64] Fix the scalar NEON ACLE functions so that they return float/double
Chad Rosier
2013-11-15
1
-4
/
+4
*
Path: Recognize COFF import library file magic.
Rui Ueyama
2013-11-15
4
-0
/
+7
*
Reimplement r194843 in a slightly less broken way.
Adrian Prantl
2013-11-15
1
-3
/
+5
*
ArgumentPromotion: correctly transfer TBAA tags and alignments.
Manman Ren
2013-11-15
1
-3
/
+5
*
Readobj: If NumbersOfSections is 0xffff, it's an COFF import library.
Rui Ueyama
2013-11-15
1
-4
/
+7
*
Restore the behaviour from before r194728.
Adrian Prantl
2013-11-15
1
-1
/
+3
*
Avoid illegal integer promotion in fastisel
Bob Wilson
2013-11-15
4
-21
/
+21
*
R600/SI: Add VReg_96 register class to SIRegisterInfo::hasVGPRs()
Tom Stellard
2013-11-15
1
-0
/
+1
*
Resolve JIT runtime linking problems on Android.
Andrew Kaylor
2013-11-15
2
-3
/
+84
*
Don't try to initialize memory for a global if the allocation failed in Execu...
Andrew Kaylor
2013-11-15
1
-0
/
+4
*
Add AVX512 unmasked FMA intrinsics and support.
Cameron McInally
2013-11-15
1
-1
/
+25
*
[mips][msa] lowerMSABitClear() should use SelectionDAG::getNOT() instead of u...
Daniel Sanders
2013-11-15
1
-14
/
+2
*
Hopefully fix uninitialized memory read in AArch64AsmParser found by MSan boo...
Alexey Samsonov
2013-11-15
1
-5
/
+5
*
Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 type
Daniel Sanders
2013-11-15
3
-60
/
+143
*
[NVPTX] Fix handling of indirect calls
Justin Holewinski
2013-11-15
6
-12
/
+46
*
Correct spelling.
Yaron Keren
2013-11-15
1
-1
/
+1
*
[asan] use GlobalValue::PrivateLinkage for coverage guard to save quite a bit...
Kostya Serebryany
2013-11-15
1
-1
/
+1
*
llvm-cov: Clean up memory leaks.
Benjamin Kramer
2013-11-15
1
-1
/
+1
*
Use instr mapping for microMIPS in llvm-mc.
Zoran Jovanovic
2013-11-15
2
-5
/
+9
*
Reapply "[asan] Poor man's coverage that works with ASan"
Bob Wilson
2013-11-15
1
-0
/
+52
*
Add instcombine visitor for addrspacecast
Matt Arsenault
2013-11-15
2
-0
/
+5
*
Add target hook to prevent folding some bitcasted loads.
Matt Arsenault
2013-11-15
3
-1
/
+15
*
Revert "[asan] Poor man's coverage that works with ASan"
Bob Wilson
2013-11-15
1
-52
/
+0
*
[llvm-c] Make LLVMGetTargetFromName actually work
Peter Zotov
2013-11-15
1
-1
/
+2
*
[llvm-c] Add missing const qualifiers to LLVMCreateTargetMachine
Peter Zotov
2013-11-15
1
-3
/
+4
*
[llvm-c] Simplify signature of LLVMGetTargetFromName
Peter Zotov
2013-11-15
1
-7
/
+4
*
Make all the conditional Mips 16 branches get initially set for the
Reed Kotler
2013-11-15
3
-28
/
+46
*
Use a reference rather than a pointer as we don't expect a NULL
Eric Christopher
2013-11-15
3
-23
/
+23
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
22
-142
/
+374
*
R600: Fix scheduling of instructions that use the LDS output queue
Tom Stellard
2013-11-15
9
-51
/
+116
*
R600/SI: Add processor type for Hawaii
Tom Stellard
2013-11-14
1
-0
/
+1
*
When folding memory operands, preserve existing MachineMemOperands.
Andrew Trick
2013-11-14
1
-3
/
+14
*
R600/SI: Remove redundant legalizeOperands call
Matt Arsenault
2013-11-14
1
-1
/
+0
*
Add #include raw_ostream.h in lib/Target/R600/SIFixSGPRCopies.cpp
Hans Wennborg
2013-11-14
1
-0
/
+1
*
R600/SI: Specify S_ADDK/S_MULK set SCC and are commutable
Matt Arsenault
2013-11-14
1
-2
/
+5
*
DebugInfo: Simplify/narrow null-check for getOrCreateType
David Blaikie
2013-11-14
1
-2
/
+4
*
Recognize 0x0000 as a COFF file magic.
Rui Ueyama
2013-11-14
1
-0
/
+3
*
[AArch64] Remove redundant Neon_immAllOnes/Neon_immAllZeros leaf patterns.
Chad Rosier
2013-11-14
1
-25
/
+9
*
DwarfCompileUnit::getOrCreateContext: Return the compile unit DIE rather than...
David Blaikie
2013-11-14
1
-11
/
+4
*
Remove unnecessary 'else' after return.
David Blaikie
2013-11-14
1
-4
/
+3
*
ARM: produce friendly error for invalid inline asm
Tim Northover
2013-11-14
1
-0
/
+4
*
Error if we see an alias to a declaration.
Rafael Espindola
2013-11-14
1
-0
/
+5
*
[asan] Poor man's coverage that works with ASan
Kostya Serebryany
2013-11-14
1
-0
/
+52
*
[msan] Fast path optimization for wrap-indirect-calls feature of MemorySaniti...
Evgeniy Stepanov
2013-11-14
1
-12
/
+65
*
IR/GCOV.cpp: Use PRIu64 as format string with uint64_t.
NAKAMURA Takumi
2013-11-14
1
-1
/
+1
*
Whitespace.
NAKAMURA Takumi
2013-11-14
1
-3
/
+2
[prev]
[next]