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
*
Expand 64-bit CTLZ nodes if target architecture does not support it. Add test
Akira Hatanaka
2011-12-21
1
-1
/
+3
*
Expand 64-bit CTPOP and CTTZ.
Akira Hatanaka
2011-12-21
1
-0
/
+2
*
Expand 64-bit atomic load and store.
Akira Hatanaka
2011-12-21
1
-0
/
+2
*
Add definition of DSBH (Double Swap Bytes within Halfwords) and
Akira Hatanaka
2011-12-20
2
-1
/
+9
*
Add definition of WSBH (Word Swap Bytes within Halfwords), which is an
Akira Hatanaka
2011-12-20
2
-8
/
+10
*
64-bit uint-fp conversion nodes are expanded.
Akira Hatanaka
2011-12-20
1
-0
/
+2
*
Enable custom lowering DYNAMIC_STACKALLOC nodes.
Akira Hatanaka
2011-12-20
1
-0
/
+1
*
Set the correct stack pointer register that should be saved or restored.
Akira Hatanaka
2011-12-20
1
-1
/
+1
*
ARM .req register name aliases are case insensitive, just like regnames.
Jim Grosbach
2011-12-20
1
-3
/
+4
*
Add function MipsDAGToDAGISel::SelectMULT and factor out code that generates
Akira Hatanaka
2011-12-20
1
-37
/
+47
*
Fix indentation.
Akira Hatanaka
2011-12-20
1
-115
/
+115
*
64-bit data directive.
Akira Hatanaka
2011-12-20
1
-1
/
+1
*
32-to-64-bit sext_inreg pattern.
Akira Hatanaka
2011-12-20
1
-0
/
+5
*
Add 64-bit extload patterns.
Akira Hatanaka
2011-12-20
1
-2
/
+12
*
Add patterns for matching extloads with 64-bit address. The patterns are enabled
Akira Hatanaka
2011-12-20
1
-5
/
+13
*
Move comment to appropriate place.
Jim Grosbach
2011-12-20
1
-1
/
+1
*
Add code in MipsDAGToDAGISel for selecting constant +0.0.
Akira Hatanaka
2011-12-20
1
-0
/
+6
*
Heed spill slot alignment on ARM.
Jakob Stoklund Olesen
2011-12-20
2
-3
/
+4
*
Revert part of r146995 that was accidentally commmitted.
Akira Hatanaka
2011-12-20
1
-6
/
+0
*
32-to-64-bit sign extension pattern.
Akira Hatanaka
2011-12-20
2
-0
/
+8
*
Add a pattern for matching zero-store with 64-bit address. The pattern is ena...
Akira Hatanaka
2011-12-20
1
-1
/
+4
*
ARM assembly parsing and encoding for VST2 single-element, double spaced.
Jim Grosbach
2011-12-20
2
-37
/
+129
*
ARM assembly parsing and encoding for VLD2 single-element, double spaced.
Jim Grosbach
2011-12-20
2
-43
/
+171
*
ARM target code clean up. Check for iOS, not Darwin where it makes sense.
Evan Cheng
2011-12-20
7
-78
/
+79
*
First steps in ARM AsmParser support for .eabi_attribute and .arch
Jason W Kim
2011-12-20
1
-0
/
+18
*
This is the second fix related to VZEXT_MOVL node.
Elena Demikhovsky
2011-12-20
1
-1
/
+6
*
Begin teaching the X86 target how to efficiently codegen patterns that
Chandler Carruth
2011-12-20
2
-6
/
+17
*
Fix up the CMake build for the new files added in r146960, they're
Chandler Carruth
2011-12-20
11
-0
/
+11
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
69
-18
/
+309
*
Mark ARM eh_sjlj_dispatchsetup as clobbering all registers. Radar 10567930.
Bob Wilson
2011-12-20
1
-2
/
+5
*
ARM assembly shifts by zero should be plain 'mov' instructions.
Jim Grosbach
2011-12-20
1
-0
/
+17
*
Add basic generic CodeGen support for half.
Dan Gohman
2011-12-20
1
-0
/
+4
*
ARM NEON assembly aliases for VMOV<-->VMVN for i32 immediates.
Jim Grosbach
2011-12-19
2
-0
/
+45
*
ARM assembly parsing and encoding support for LDRD(label).
Jim Grosbach
2011-12-19
5
-3
/
+72
*
Add patterns for matching immediates whose lower 16-bit is cleared. These
Akira Hatanaka
2011-12-19
2
-0
/
+10
*
Tidy up. Simplify logic. No functional change intended.
Akira Hatanaka
2011-12-19
10
-132
/
+117
*
ARM NEON two-operand aliases for VPADD.
Jim Grosbach
2011-12-19
1
-0
/
+10
*
Remove definitions of double word shift plus 32 instructions. Assembler or
Akira Hatanaka
2011-12-19
1
-21
/
+9
*
ARM VFP pre-UAL mnemonic aliases for fmul[sd].
Jim Grosbach
2011-12-19
2
-1
/
+4
*
Remove unused predicate.
Akira Hatanaka
2011-12-19
1
-3
/
+0
*
Remove the restriction on the first operand of the add node in SelectAddr.
Akira Hatanaka
2011-12-19
1
-3
/
+1
*
ARM VFP pre-UAL mnemonic aliases for fcpy[sd] and fdiv[sd].
Jim Grosbach
2011-12-19
2
-1
/
+5
*
ARM NEON implied destination aliases for VMAX/VMIN.
Jim Grosbach
2011-12-19
1
-0
/
+62
*
ARM NEON relax parse time diagnostics for alignment specifiers.
Jim Grosbach
2011-12-19
3
-9
/
+11
*
Tidy up.
Jim Grosbach
2011-12-19
1
-7
/
+7
*
Remove a register class that can just as well be synthesized.
Jakob Stoklund Olesen
2011-12-19
1
-8
/
+0
*
Emit a getMatchingSuperRegClass() implementation for every target.
Jakob Stoklund Olesen
2011-12-19
4
-226
/
+6
*
Another variadics tweak.
Benjamin Kramer
2011-12-18
1
-4
/
+3
*
Use the fancy new VariadicFunction template instead of a plain variadic funct...
Benjamin Kramer
2011-12-18
1
-34
/
+33
*
Hexagon: Remove unused variables.
Benjamin Kramer
2011-12-18
2
-13
/
+0
[next]