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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Also pass logical ops to combineSelectAndUse.
Jakob Stoklund Olesen
2012-08-18
2
-17
/
+50
*
Remove overly conservative hasOneUse check, this always expands into a single...
Benjamin Kramer
2012-08-18
1
-1
/
+1
*
InstCombine: Add a couple of fabs identities for comparing with 0.0.
Benjamin Kramer
2012-08-18
2
-0
/
+121
*
SimplifyLibcalls: Add fabs and trunc to the list of libcalls that are safe to...
Benjamin Kramer
2012-08-18
2
-0
/
+27
*
Reapply r162160 with a fix: Optimize Arith->Trunc->SETCC sequence to allow be...
Nadav Rotem
2012-08-18
3
-17
/
+107
*
fp16-to-fp32 conversion instructions are available in Thumb mode as well.
Anton Korobeynikov
2012-08-18
1
-4
/
+4
*
Refactor code a bit to reduce number of calls in the final compiled code. No ...
Craig Topper
2012-08-18
1
-134
/
+144
*
Reorder initialization list to silence -Wreorder
Craig Topper
2012-08-18
1
-2
/
+2
*
Revert r162160 because it made a few buildbots fail.
Nadav Rotem
2012-08-18
3
-90
/
+8
*
The X86 backend has a number of optimizations for SETCC nodes which use
Nadav Rotem
2012-08-18
3
-8
/
+90
*
Make atomic load and store of pointers work. Tighten verification of atomic ...
Eli Friedman
2012-08-17
3
-2
/
+56
*
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
9
-8
/
+137
*
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
2
-0
/
+14
*
Add stub methods for mips assembly matcher.
Akira Hatanaka
2012-08-17
10
-7
/
+104
*
MemoryBuiltins: Properly guard ObjectSizeOffsetVisitor against cycles in the IR.
Benjamin Kramer
2012-08-17
3
-20
/
+17
*
Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
Bill Wendling
2012-08-17
17
-62
/
+59
*
Assert that dominates is not given a multiple edge. Finding out if we have
Rafael Espindola
2012-08-17
3
-1
/
+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
2
-3
/
+35
*
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
2
-0
/
+21
*
Fix broken check lines.
Benjamin Kramer
2012-08-17
10
-28
/
+27
*
Implement NEON domain switching for scalar <-> S-register vmovs on ARM
Tim Northover
2012-08-17
2
-47
/
+129
*
Insertion of NoFolder functions to avoid ambiguous overload warnings or error...
Jin-Gu Kang
2012-08-17
1
-0
/
+12
*
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
*
Test commit.
Pranav Bhandarkar
2012-08-17
1
-1
/
+1
*
Remove unnecessary include of ARMGenInstrInfo.inc.
Craig Topper
2012-08-17
1
-1
/
+0
*
Declare some for loop indices inside the for loop statement.
Craig Topper
2012-08-17
1
-20
/
+13
*
Fix up indentation of outputted decode function for readability.
Craig Topper
2012-08-17
1
-8
/
+8
*
lit: Show actually created count of threads. The incorrect threads count is p...
NAKAMURA Takumi
2012-08-17
1
-3
/
+3
*
Flatten the aligned-char-array utility template to be a directly
Chandler Carruth
2012-08-17
3
-134
/
+133
*
Add ADD and SUB to the predicable ARM instructions.
Jakob Stoklund Olesen
2012-08-16
6
-21
/
+86
*
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
8
-16
/
+89
*
Revert r162034, r162035 and r162037.
Roman Divacky
2012-08-16
4
-44
/
+1
*
Define and handle additional fixup kinds. By Adhemerval Zanella.
Roman Divacky
2012-08-16
2
-1
/
+20
*
Add PPC64 relocations definitions, by Adhemerval Zanella.
Roman Divacky
2012-08-16
1
-0
/
+16
*
Handle PowerPC.
Roman Divacky
2012-08-16
1
-0
/
+8
*
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
4
-62
/
+133
*
Add dump/dumpr methods to SDValue.
Nadav Rotem
2012-08-16
1
-2
/
+8
*
[arm-fast-isel] Add support for fastcc.
Jush Lu
2012-08-16
2
-3
/
+72
*
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
*
Test case for r162008.
Akira Hatanaka
2012-08-16
1
-0
/
+12
*
Add Android ABI to Mips backend to handle functions returning vectors of four
Akira Hatanaka
2012-08-16
3
-0
/
+18
[prev]
[next]