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
*
The new ARM disassembler disassembles "bx lr" as a special BX_ret instruction...
Benjamin Kramer
2011-08-09
1
-10
/
+0
*
Don't continue generating the old-style decoder file.
Owen Anderson
2011-08-09
1
-3
/
+2
*
ARM fix typo in pre-indexed store lowering.
Jim Grosbach
2011-08-09
1
-1
/
+1
*
Attempt to fix CMake build.
Owen Anderson
2011-08-09
1
-0
/
+1
*
Tighten Thumb1 branch predicate decoding.
Owen Anderson
2011-08-09
1
-0
/
+3
*
Replace the existing ARM disassembler with a new one based on the FixedLenDec...
Owen Anderson
2011-08-09
12
-7229
/
+2417
*
Revert r137134. It breaks some code as Eli pointed out.
Bill Wendling
2011-08-09
1
-1
/
+1
*
Print out the variable declaration only if it is a declaration. Otherwise, a
Bill Wendling
2011-08-09
1
-1
/
+1
*
Reapply a more appropriate solution than in r137114. AVX supports
Bruno Cardoso Lopes
2011-08-09
1
-0
/
+10
*
Revert r137114
Bruno Cardoso Lopes
2011-08-09
1
-21
/
+1
*
PTX: Add initial support for device function calls
Justin Holewinski
2011-08-09
6
-3
/
+144
*
Emitting ARM build attributes and values as ULEB, rather than char.
Renato Golin
2011-08-09
1
-11
/
+67
*
Handle sitofp between v4f64 <- v4i32. Fix PR10559
Bruno Cardoso Lopes
2011-08-09
1
-1
/
+21
*
Add support for avx vector fextend
Bruno Cardoso Lopes
2011-08-09
1
-1
/
+6
*
Add AVX versions of 128-bit sitofp and fptosi
Bruno Cardoso Lopes
2011-08-09
1
-0
/
+4
*
Add two patterns to match special vmovss and vmovsd cases. Also fix
Bruno Cardoso Lopes
2011-08-09
1
-10
/
+45
*
Add missing attributes to the C++ backend's output.
Bill Wendling
2011-08-09
1
-0
/
+3
*
Make LowerVSETCC aware of AVX types and add patterns to match them.
Bruno Cardoso Lopes
2011-08-09
2
-3
/
+35
*
ARM parsing and encoding for LDRBT instruction.
Jim Grosbach
2011-08-08
1
-11
/
+28
*
Thumb1 BL instructions encoding 22 bits of displacement, not 21.
Owen Anderson
2011-08-08
1
-1
/
+4
*
Implement isLoadFromStackSlotPostFE and isStoreToStackSlotPostFE for ARM.
Jakob Stoklund Olesen
2011-08-08
2
-0
/
+16
*
Add support for several vector shifts operations while in AVX mode. Fix PR10581
Bruno Cardoso Lopes
2011-08-08
1
-10
/
+52
*
ARM load/store label parsing.
Jim Grosbach
2011-08-08
1
-0
/
+14
*
Hoist hasLoadFromStackSlot and hasStoreToStackSlot.
Jakob Stoklund Olesen
2011-08-08
2
-57
/
+0
*
Fix encodings for Thumb ASR and LSR immediate operands. They encode the rang...
Owen Anderson
2011-08-08
4
-12
/
+35
*
Fix up the patterns for SXTB, SXTH, UXTB, and UXTH so that they are correctly...
Eli Friedman
2011-08-08
1
-5
/
+6
*
Add MCInstrAnalysis class. This allows the targets to specify own versions of...
Benjamin Kramer
2011-08-08
1
-0
/
+53
*
Don't clobber pending ST regs when FP regs are killed.
Jakob Stoklund Olesen
2011-08-08
1
-0
/
+20
*
ARM load instruction shifted register index operands.
Jim Grosbach
2011-08-05
1
-7
/
+12
*
ARM indexed load assembly parsing and encoding.
Jim Grosbach
2011-08-05
2
-13
/
+51
*
ARM refactor indexed store instructions.
Jim Grosbach
2011-08-05
5
-75
/
+150
*
ARM simplify the postidx_reg operand encoding.
Jim Grosbach
2011-08-05
4
-11
/
+14
*
ARM use a dedicated printer for postidx_reg operands.
Jim Grosbach
2011-08-05
3
-1
/
+11
*
Add missing register constraint for some VLD3/VLD4 pseudo instructions.
Bob Wilson
2011-08-05
1
-1
/
+2
*
Silence unused variable warnings in release builds.
Chandler Carruth
2011-08-05
1
-0
/
+2
*
Fix http://llvm.org/bugs/show_bug.cgi?id=10583\n - test for 1 and 2 byte fixu...
Jason W Kim
2011-08-05
1
-15
/
+11
*
Fix broken encodings for the Thumb2 LDRD/STRD instructions.
Owen Anderson
2011-08-04
3
-13
/
+42
*
ARM assembly parsing and encoding for LDR instructions.
Jim Grosbach
2011-08-04
2
-8
/
+37
*
Fix an obvious type. Patch by Ivan Krasin.
Evan Cheng
2011-08-04
1
-1
/
+1
*
LDCL_POST and STCL_POST need one's-complement offsets, rather than two's comp...
Owen Anderson
2011-08-04
3
-1
/
+23
*
Add obviously missing "break". Noticed by Andrey Karpov with
Duncan Sands
2011-08-04
1
-0
/
+1
*
Fix http://llvm.org/bugs/show_bug.cgi?id=10568
Jason W Kim
2011-08-04
1
-0
/
+17
*
Only access both operands of an INSERT_SUBVECTOR if it is an INSERT_SUBVECTOR.
Bill Wendling
2011-08-04
1
-9
/
+10
*
ARM refactoring assembly parsing of memory address operands.
Jim Grosbach
2011-08-03
12
-630
/
+562
*
Fix broken encoding of tCBNZ.
Owen Anderson
2011-08-03
1
-2
/
+2
*
New approach to r136737: insert the necessary fences for atomic ops in platfo...
Eli Friedman
2011-08-03
4
-78
/
+15
*
Remove unused variables.
Benjamin Kramer
2011-08-03
1
-1
/
+0
*
Handle IMPLICIT_DEF instructions in X86FloatingPoint.
Jakob Stoklund Olesen
2011-08-03
1
-0
/
+13
*
ARM backend support for atomicrmw and cmpxchg with non-monotonic ordering. N...
Eli Friedman
2011-08-02
1
-47
/
+77
*
Don't create a ridiculous EXTRACT_ELEMENT. PR10563.
Eli Friedman
2011-08-02
1
-3
/
+1
[next]