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 undefined behavior (binding a reference to a dereferenced null pointer) if
Richard Smith
2012-08-17
1
-1
/
+1
*
Add MipsELFWriterInfo.{h,cpp}.
Akira Hatanaka
2012-08-17
2
-0
/
+151
*
Correct MCJIT functionality for MIPS32 architecture.
Akira Hatanaka
2012-08-17
8
-8
/
+134
*
Implement stack protectors for structures with character arrays in them.
Bill Wendling
2012-08-17
1
-15
/
+40
*
Avoid folding ADD instructions with FI operands.
Jakob Stoklund Olesen
2012-08-17
1
-0
/
+3
*
Add stub methods for mips assembly matcher.
Akira Hatanaka
2012-08-17
8
-6
/
+97
*
MemoryBuiltins: Properly guard ObjectSizeOffsetVisitor against cycles in the IR.
Benjamin Kramer
2012-08-17
1
-18
/
+14
*
Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
Bill Wendling
2012-08-17
11
-29
/
+32
*
Assert that dominates is not given a multiple edge. Finding out if we have
Rafael Espindola
2012-08-17
2
-0
/
+17
*
Add comment, clean up code. No functional change.
Jakob Stoklund Olesen
2012-08-17
1
-30
/
+39
*
TargetLowering: Use the large shift amount during legalize types. The legaliz...
Benjamin Kramer
2012-08-17
1
-3
/
+3
*
Use standard pattern for iterate+erase.
Jakob Stoklund Olesen
2012-08-17
1
-9
/
+2
*
Guard MemoryBuiltins against self-looping GEPs, which can occur in unreachabl...
Benjamin Kramer
2012-08-17
1
-0
/
+4
*
Implement NEON domain switching for scalar <-> S-register vmovs on ARM
Tim Northover
2012-08-17
1
-15
/
+97
*
Use nested switch to select arguments to reduce calls to EmitPCMP.
Craig Topper
2012-08-17
1
-5
/
+20
*
Make ReplaceATOMIC_BINARY_64 a static function. Use a nested switch to reduce...
Craig Topper
2012-08-17
2
-19
/
+30
*
Remove unnecessary include of ARMGenInstrInfo.inc.
Craig Topper
2012-08-17
1
-1
/
+0
*
Add ADD and SUB to the predicable ARM instructions.
Jakob Stoklund Olesen
2012-08-16
3
-0
/
+51
*
Handle ARM MOVCC optimization in PeepholeOptimizer.
Jakob Stoklund Olesen
2012-08-16
5
-53
/
+73
*
Add an MCID::Select flag and TII hooks for optimizing selects.
Jakob Stoklund Olesen
2012-08-16
1
-16
/
+27
*
Revert r162034, r162035 and r162037.
Roman Divacky
2012-08-16
2
-20
/
+1
*
Define and handle additional fixup kinds. By Adhemerval Zanella.
Roman Divacky
2012-08-16
2
-1
/
+20
*
Fix typo and grammar. By Adhemerval Zanella.
Roman Divacky
2012-08-16
1
-1
/
+1
*
Teach GVN to reason about edges dominating uses. This allows it to handle cases
Rafael Espindola
2012-08-16
2
-61
/
+59
*
[arm-fast-isel] Add support for fastcc.
Jush Lu
2012-08-16
1
-3
/
+6
*
Patch to enable FMA on bdver2 target. Make XOP feature enable FMA4 as well.
Anitha Boyapati
2012-08-16
1
-2
/
+2
*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162010 91177308-0d34...
Anitha Boyapati
2012-08-16
1
-2
/
+2
*
Add Android ABI to Mips backend to handle functions returning vectors of four
Akira Hatanaka
2012-08-16
3
-0
/
+18
*
Fold predicable instructions into MOVCC / t2MOVCC.
Jakob Stoklund Olesen
2012-08-15
5
-2
/
+104
*
Remove dead flag.
Bill Wendling
2012-08-15
1
-9
/
+3
*
Fixed a problem in the JIT memory allocator where
Sean Callanan
2012-08-15
1
-0
/
+3
*
Properly test the LLVM_USE_RVALUE_REFERENCES macro.
Michael J. Spencer
2012-08-15
2
-2
/
+2
*
[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.
Michael J. Spencer
2012-08-15
2
-0
/
+311
*
Fix another roundToIntegral bug where very large values could become infinity...
Owen Anderson
2012-08-15
1
-0
/
+6
*
Use vld1/vst1 to load/store f64 if alignment is < 4 and the target allows una...
Evan Cheng
2012-08-15
4
-2
/
+50
*
Fix typo in comment.
Owen Anderson
2012-08-15
1
-1
/
+1
*
Add missing Rfalse operand to the predicated pseudo-instructions.
Jakob Stoklund Olesen
2012-08-15
3
-28
/
+41
*
Set the branch probability of branching to the 'normal' destination of an invoke
Bill Wendling
2012-08-15
1
-2
/
+30
*
[asan] implement --asan-always-slow-path, which is a part of the improvement ...
Kostya Serebryany
2012-08-15
1
-2
/
+5
*
Fix a problem with APFloat::roundToIntegral where it would return incorrect r...
Owen Anderson
2012-08-15
1
-0
/
+12
*
fix infinite loop in instcombine with more than 4GB memcpy
Michael Liao
2012-08-15
1
-6
/
+4
*
Fix a typo that led to a failure to correctly verify bitcast instructions.
Nick Lewycky
2012-08-15
1
-1
/
+1
*
Fix undefined behavior: don't perform array indexing through a potentially null
Richard Smith
2012-08-15
1
-1
/
+2
*
The names of VFP variants of half-to-float conversion instructions were
Anton Korobeynikov
2012-08-14
1
-7
/
+7
*
This needs braces. Spotted by Bill.
Eric Christopher
2012-08-14
1
-1
/
+2
*
minor fix of X86ISD::VSEXT_MOVL dump
Michael Liao
2012-08-14
1
-0
/
+1
*
fix PR11334
Michael Liao
2012-08-14
4
-0
/
+99
*
Switch the fixed-length disassembler to be table-driven.
Jim Grosbach
2012-08-14
2
-419
/
+437
*
Fix the construction of the magic constant for roundToIntegral to be 64-bit s...
Owen Anderson
2012-08-14
1
-2
/
+2
*
[asan] insert crash basic blocks inline as opposed to inserting them at the e...
Kostya Serebryany
2012-08-14
1
-30
/
+27
[prev]
[next]