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
/
ARM
Commit message (
Expand
)
Author
Age
Files
Lines
*
More replacing of target-dependent intrinsics with target-indepdent
Joel Jones
2012-07-18
1
-6
/
+6
*
This is one of the first steps at moving to replace target-dependent
Joel Jones
2012-07-13
1
-18
/
+19
*
ARM: Fix optimizeCompare to correctly check safe condition.
Manman Ren
2012-07-11
1
-0
/
+19
*
Teach the DAG combiner to turn sitofp/uitofp from i1 into a conditional move,...
Owen Anderson
2012-07-09
1
-0
/
+26
*
Revert r159804, "[arm-fast-isel] Add support for vararg function calls."
NAKAMURA Takumi
2012-07-06
1
-43
/
+0
*
[arm-fast-isel] Add support for vararg function calls.
Jush Lu
2012-07-06
1
-0
/
+43
*
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
3
-3
/
+3
*
Convert the uses of '|&' to use '2>&1 |' instead, which works on old
Chandler Carruth
2012-07-02
3
-3
/
+3
*
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-07-02
8
-10
/
+10
*
Now that RegistersDefinedFromSameValue handles one instruction being an
Rafael Espindola
2012-07-01
1
-0
/
+27
*
ARM: update peephole optimization.
Manman Ren
2012-06-25
1
-0
/
+12
*
DAG legalisation can now handle illegal fma vector types by scalarisation
Pete Cooper
2012-06-24
1
-0
/
+12
*
Extend the IL for selecting TLS models (PR9788)
Hans Wennborg
2012-06-23
1
-0
/
+117
*
(sub X, imm) gets canonicalized to (add X, -imm)
Evan Cheng
2012-06-23
1
-0
/
+12
*
Rename fp-op fusion option (yet again) for compatibility with GCC option.
Lang Hames
2012-06-22
1
-1
/
+1
*
ARM scheduling fix: compute predicated implicit use properly.
Andrew Trick
2012-06-22
1
-3
/
+3
*
Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from a
Lang Hames
2012-06-22
1
-1
/
+1
*
Add a missing llvm.fma -> VFNMS pattern to the ARM backend.
Lang Hames
2012-06-21
1
-0
/
+9
*
Emit a single _udivmodsi4 libcall instead of two separate _udivsi3 and
Evan Cheng
2012-06-21
1
-1
/
+15
*
Add DAG-combines for aggressive FMA formation.
Lang Hames
2012-06-19
1
-1
/
+1
*
ARM: use NOEN loads and stores if possible when handling struct byval.
Manman Ren
2012-06-18
1
-0
/
+14
*
This change handles a another case for generating the bic instruction
Joel Jones
2012-06-18
1
-0
/
+19
*
ARM: optimization for sub+abs.
Manman Ren
2012-06-15
2
-3
/
+21
*
Preserve <undef> flags in ARMExpandPseudo.
Jakob Stoklund Olesen
2012-06-15
1
-0
/
+8
*
Revert: test/CodeGen/ARM/iabs.ll in r158441
Manman Ren
2012-06-14
1
-19
/
+1
*
InstCombine: fix a bug when combining (fcmp cc0 x, y) && (fcmp cc1 x, y).
Manman Ren
2012-06-14
1
-1
/
+19
*
sched: fix latency of memory dependence chain edges for consistency.
Andrew Trick
2012-06-13
1
-0
/
+41
*
[arm-fast-isel] Add support for -arm-long-calls.
Chad Rosier
2012-06-12
2
-0
/
+64
*
Fix test that depends on register allocation.
Jakob Stoklund Olesen
2012-06-11
1
-5
/
+4
*
Re-enable the CMN instruction.
Bill Wendling
2012-06-11
1
-0
/
+22
*
Don't run RAFast in the optimizing regalloc pipeline.
Jakob Stoklund Olesen
2012-06-08
4
-5
/
+5
*
Revert commit r157966
Joel Jones
2012-06-05
1
-19
/
+0
*
This change handles a another case for generating the bic instruction
Joel Jones
2012-06-04
1
-0
/
+19
*
Remove the "-promote-elements" flag. This flag is now enabled by default.
Nadav Rotem
2012-06-04
1
-1
/
+1
*
ARM: add testing case for struct byval
Manman Ren
2012-06-02
1
-0
/
+32
*
Make this testcase independent of register allocation.
Owen Anderson
2012-05-31
1
-2
/
+2
*
Switch the canonical FMA term operand order to match both the comment I wrote...
Owen Anderson
2012-05-30
1
-1
/
+1
*
Teach DAGCombine to canonicalize the position of a constant in the term opera...
Owen Anderson
2012-05-30
1
-0
/
+9
*
[arm-fast-isel] Add support for the llvm.frameaddress() intrinsic.
Chad Rosier
2012-05-30
1
-0
/
+100
*
Teach taildup to update livein set. rdar://11538365
Evan Cheng
2012-05-30
1
-0
/
+140
*
These tests used intrinsics with the wrong prototype. They weren't caught be...
Chris Lattner
2012-05-27
1
-15
/
+17
*
[arm-fast-isel] Add support for non-global callee.
Chad Rosier
2012-05-23
1
-0
/
+20
*
revert my previous patches that introduced an additional parameter to the obj...
Nuno Lopes
2012-05-22
1
-2
/
+2
*
Transfer memory operands to the right instruction.
Jakob Stoklund Olesen
2012-05-20
1
-4
/
+4
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
1
-0
/
+42
*
Remove incorrect pattern for ARM SMML instruction.
Tim Northover
2012-05-17
1
-0
/
+13
*
Enable sub-sub-register copy coalescing.
Jakob Stoklund Olesen
2012-05-15
1
-0
/
+68
*
[fast-isel] Add support for selecting @llvm.trap().
Chad Rosier
2012-05-11
1
-0
/
+12
*
[fast-isel] Remove -disable-arm-fast-isel option. -fast-isel=0 suffices. Min...
Chad Rosier
2012-05-11
1
-1
/
+1
*
[fast-isel] Cleaner fix for when we're unable to handle a non-double multi-reg
Chad Rosier
2012-05-11
1
-0
/
+17
[next]