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
/
test
/
CodeGen
/
Thumb2
Commit message (
Expand
)
Author
Age
Files
Lines
*
MachineSink: Fix and tweak critical-edge breaking heuristic.
Will Dietz
2013-10-14
1
-4
/
+1
*
Fixed a bug in dynamic allocation memory on stack.
Elena Demikhovsky
2013-10-14
1
-2
/
+2
*
Fix spelling intruction -> instruction.
Robert Wilhelm
2013-09-28
1
-1
/
+1
*
[ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.
Joey Gouly
2013-09-09
5
-0
/
+236
*
ARM: make sure ARM-mode pseudo-inst requires IsARM
Tim Northover
2013-08-23
1
-1
/
+10
*
ARM: use TableGen patterns to select CMOV operations.
Tim Northover
2013-08-22
1
-3
/
+11
*
ARM: R9 is not safe to use for tcGPR.
Jim Grosbach
2013-08-22
1
-0
/
+14
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-2
/
+0
*
Refactor AnalyzeBranch on ARM. The previous version did not always analyze
Lang Hames
2013-07-19
1
-3
/
+3
*
Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to f...
Stephen Lin
2013-07-18
1
-1
/
+1
*
Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...
Stephen Lin
2013-07-14
84
-330
/
+330
*
Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....
Stephen Lin
2013-07-13
6
-17
/
+17
*
ARM: Fix incorrect pack pattern for thumb2
Jim Grosbach
2013-07-09
1
-1
/
+24
*
ARM: allow predicated barriers in Thumb mode
Tim Northover
2013-06-26
1
-10
/
+12
*
Cortex-R5 can issue Thumb2 integer division instructions.
Evan Cheng
2013-06-04
1
-9
/
+11
*
Fix ARM FastISel tests, as a first step to enabling ARM FastISel
Derek Schuff
2013-05-14
1
-1
/
+1
*
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-04-30
1
-7
/
+3
*
SDAG: Handle scalarizing an extend of a <1 x iN> vector.
Jim Grosbach
2013-03-07
1
-0
/
+19
*
ARM: Creating a vector from a lane of another.
Jim Grosbach
2013-03-02
1
-0
/
+14
*
Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...
Kristof Beyls
2013-02-22
2
-9
/
+9
*
Make RAFast::UsedInInstr indexed by register units.
Jakob Stoklund Olesen
2013-02-21
1
-0
/
+9
*
ARM: Allocation hints must make sure to be in the alloc order.
Jim Grosbach
2013-02-19
1
-0
/
+53
*
FileCheck-ify some grep tests
Reid Kleckner
2013-01-25
1
-2
/
+2
*
Remove some register allocation order dependencies.
Jakob Stoklund Olesen
2013-01-19
1
-1
/
+1
*
On some ARM cpus, flags setting movs with shifter operand, i.e. lsl, lsr, asr,
Evan Cheng
2012-12-20
1
-13
/
+69
*
Fix typos in CHECK lines.
Dmitri Gribenko
2012-12-06
1
-1
/
+1
*
Add GPRPair Register class to ARM.
Jakob Stoklund Olesen
2012-10-26
1
-2
/
+2
*
Fix a miscompilation caused by a typo. When turning a adde with negative value
Evan Cheng
2012-10-24
1
-0
/
+13
*
Add LLVM support for Swift.
Bob Wilson
2012-09-29
4
-3
/
+24
*
Use vld1 / vst2 for unaligned v2f64 load / store. e.g. Use vld1.16 for 2-byte
Evan Cheng
2012-09-18
1
-2
/
+2
*
Use predication instead of pseudo-opcodes when folding into MOVCC.
Jakob Stoklund Olesen
2012-09-05
1
-2
/
+2
*
Patch to implement UMLAL/SMLAL instructions for the ARM architecture
Arnold Schwaighofer
2012-09-04
1
-0
/
+44
*
Add ADD and SUB to the predicable ARM instructions.
Jakob Stoklund Olesen
2012-08-16
1
-9
/
+9
*
Fold predicable instructions into MOVCC / t2MOVCC.
Jakob Stoklund Olesen
2012-08-15
1
-1
/
+1
*
[arm-fast-isel] Add support for vararg function calls.
Jush Lu
2012-07-19
1
-4
/
+5
*
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
2
-2
/
+2
*
Do not attempt to use ROR for Thumb1.
Bob Wilson
2012-07-02
1
-2
/
+4
*
Fix the TCL-style quoting in one random test that somehow slipped
Chandler Carruth
2012-07-02
1
-1
/
+1
*
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-07-02
2
-5
/
+5
*
Add a test case for global live range splitting.
Jakob Stoklund Olesen
2012-05-23
1
-0
/
+27
*
Add a last resort tryInstructionSplit() to RAGreedy.
Jakob Stoklund Olesen
2012-05-23
1
-0
/
+22
*
FileCheck'ize test, and add a bit to test for r157221.
Jim Grosbach
2012-05-21
1
-1
/
+7
*
Use the right register class for LDRrs.
Jakob Stoklund Olesen
2012-05-20
1
-2
/
+2
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
1
-1
/
+3
*
Remove -join-physregs from the test suite.
Jakob Stoklund Olesen
2012-05-17
7
-63
/
+63
*
Added a regress test for the bug #9964 before close it.
Danil Malyshev
2012-05-09
1
-0
/
+9
*
Added missing CMN case in Thumb2SizeReduction pass so that LLVM emits 16-bits...
Sebastian Pop
2012-05-04
1
-4
/
+14
*
If triple is armv7 / thumbv7 and a CPU is specified, do not automatically assume
Evan Cheng
2012-04-26
1
-7
/
+14
*
Fix updateTerminator to be resiliant to degenerate terminators where
Chandler Carruth
2012-04-16
1
-1
/
+1
*
Flip the new block-placement pass to be on by default.
Chandler Carruth
2012-04-16
3
-8
/
+16
[next]