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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general,
Chad Rosier
2012-08-21
1
-4
/
+6
*
Fix up indentation and remove a couple else's after returns.
Craig Topper
2012-08-21
1
-11
/
+12
*
Use uint16_t for tables of opcodes.
Craig Topper
2012-08-21
1
-2
/
+2
*
Fix up indentation. No functional change.
Craig Topper
2012-08-21
1
-61
/
+61
*
Add a couple llvm_unreachables. Add a message to several others.
Craig Topper
2012-08-21
1
-8
/
+6
*
Replace a break with llvm_unreachable in the default case of a nested switch....
Craig Topper
2012-08-21
1
-50
/
+18
*
Cleanup the scalar FMA3 definitions. Add patterns to fold loads with scalar f...
Craig Topper
2012-08-21
1
-44
/
+49
*
Merge FMA3 instructions with and without patterns into single classes using n...
Craig Topper
2012-08-21
1
-38
/
+21
*
Add a missing def flag.
Jakob Stoklund Olesen
2012-08-21
1
-4
/
+2
*
Use a SmallPtrSet to dedup successors in EmitSjLjDispatchBlock.
Jakob Stoklund Olesen
2012-08-20
1
-3
/
+2
*
fix HexagonSubtarget parsing of -mv flag
Sebastian Pop
2012-08-20
1
-17
/
+16
*
fix a case where all operands of BUILD_VECTOR are undefined
Michael Liao
2012-08-20
1
-0
/
+4
*
Fix coding style violations in 162135 and 162136.
Akira Hatanaka
2012-08-20
2
-39
/
+39
*
Remove FMA3 intrinsic instructions in favor of patterns.
Craig Topper
2012-08-20
2
-94
/
+146
*
Use correct intrinsic for 256-bit VFMSUBADDPS.
Craig Topper
2012-08-20
1
-1
/
+1
*
Remove trailing white space and tab characters. No functional change.
Craig Topper
2012-08-19
1
-33
/
+33
*
When unsafe math is used, we can use commutative FMAX and FMIN. In some cases
Nadav Rotem
2012-08-19
4
-3
/
+59
*
Fabs folding is implemented.
Benjamin Kramer
2012-08-19
1
-5
/
+0
*
Remove the CAND/COR/CXOR custom ISD nodes and their select code.
Jakob Stoklund Olesen
2012-08-18
3
-174
/
+0
*
Remove virtual from many methods. These methods replace methods in the base c...
Craig Topper
2012-08-18
1
-38
/
+40
*
Also combine zext/sext into selects for ARM.
Jakob Stoklund Olesen
2012-08-18
1
-47
/
+84
*
Also pass logical ops to combineSelectAndUse.
Jakob Stoklund Olesen
2012-08-18
1
-9
/
+42
*
Reapply r162160 with a fix: Optimize Arith->Trunc->SETCC sequence to allow be...
Nadav Rotem
2012-08-18
1
-15
/
+60
*
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
1
-43
/
+6
*
The X86 backend has a number of optimizations for SETCC nodes which use
Nadav Rotem
2012-08-18
1
-6
/
+43
*
Add MipsELFWriterInfo.{h,cpp}.
Akira Hatanaka
2012-08-17
2
-0
/
+151
*
Correct MCJIT functionality for MIPS32 architecture.
Akira Hatanaka
2012-08-17
4
-3
/
+13
*
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
*
Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
Bill Wendling
2012-08-17
2
-4
/
+3
*
Add comment, clean up code. No functional change.
Jakob Stoklund Olesen
2012-08-17
1
-30
/
+39
*
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
*
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
*
[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
*
Use vld1/vst1 to load/store f64 if alignment is < 4 and the target allows una...
Evan Cheng
2012-08-15
4
-2
/
+50
*
Add missing Rfalse operand to the predicated pseudo-instructions.
Jakob Stoklund Olesen
2012-08-15
3
-28
/
+41
[next]