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
/
ARM
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a way to define the bit range covered by a SubRegIndex.
Ahmed Bougacha
2013-05-31
1
-23
/
+23
*
ARM: permit upper-case BE/LE on setend instruction
Tim Northover
2013-05-31
1
-1
/
+1
*
ARM: add fstmx and fldmx instructions for assembly
Tim Northover
2013-05-31
3
-8
/
+70
*
ARM: fix VEXT encoding corner case
Tim Northover
2013-05-31
1
-5
/
+6
*
Revert r182937 and r182877.
Rafael Espindola
2013-05-30
1
-17
/
+3
*
Order CALLSEQ_START and CALLSEQ_END nodes.
Andrew Trick
2013-05-29
1
-2
/
+3
*
Enable FastISel on ARM for Linux and NaCl
JF Bastien
2013-05-29
1
-3
/
+17
*
Tidy some register classes for ARM and Thumb
JF Bastien
2013-05-29
2
-3
/
+3
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
5
-155
/
+155
*
Follow up of the introduction of MCSymbolizer.
Quentin Colombet
2013-05-24
1
-4
/
+5
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
10
-28
/
+28
*
Remove the Copied parameter from MemoryObject::readBytes.
Benjamin Kramer
2013-05-24
1
-3
/
+3
*
MC: Disassembled CFG reconstruction.
Ahmed Bougacha
2013-05-24
1
-4
/
+5
*
Add MCSymbolizer for symbolic/annotated disassembly.
Ahmed Bougacha
2013-05-24
5
-107
/
+66
*
ARM: implement @llvm.readcyclecounter intrinsic
Tim Northover
2013-05-23
1
-1
/
+43
*
ARM: Add Performance Monitor Extensions feature
Tim Northover
2013-05-23
3
-1
/
+10
*
Simplify logic now that r182490 is in place. No functional change intended.
Chad Rosier
2013-05-22
1
-4
/
+4
*
VSTn instructions have a number of encoding constraints which are not impleme...
Mihai Popa
2013-05-20
2
-21
/
+72
*
Q registers are encoded in fields of the same length as D registers. As Q reg...
Mihai Popa
2013-05-20
1
-1
/
+1
*
PR15868 fix.
Stepan Dyatkovskiy
2013-05-20
5
-11
/
+69
*
Replace some bit operations with simpler ones. No functionality change.
Benjamin Kramer
2013-05-19
3
-12
/
+9
*
Add LLVMContext argument to getSetCCResultType
Matt Arsenault
2013-05-18
2
-2
/
+2
*
Support unaligned load/store on more ARM targets
JF Bastien
2013-05-17
2
-10
/
+46
*
Revert "Support unaligned load/store on more ARM targets"
Derek Schuff
2013-05-15
1
-17
/
+4
*
Support unaligned load/store on more ARM targets
Derek Schuff
2013-05-15
1
-4
/
+17
*
ARM ISel: Don't create illegal types during LowerMUL
Arnold Schwaighofer
2013-05-14
1
-25
/
+32
*
The purpose of the patch is to fix the syntax of ARM mrc and mrc2 instruction...
Mihai Popa
2013-05-13
4
-11
/
+43
*
Correctly preserve the input chain for potential tailcall nodes whose
Lang Hames
2013-05-13
1
-1
/
+1
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
2
-1
/
+3
*
Remove unused argument.
Rafael Espindola
2013-05-10
1
-1
/
+1
*
Implement AsmParser for ARM unwind directives.
Logan Chien
2013-05-10
2
-27
/
+284
*
For r181148: fixed warning 'enumeral and non-enumeral type in conditional exp...
Stepan Dyatkovskiy
2013-05-08
1
-1
/
+1
*
ARM AnalyzeBranch should conservatively return true when it sees a predicated
Evan Cheng
2013-05-05
1
-3
/
+9
*
For ARM backend, fixed "byval" attribute support.
Stepan Dyatkovskiy
2013-05-05
2
-33
/
+104
*
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-05
1
-2
/
+2
*
Revert r181009.
Amara Emerson
2013-05-03
2
-8
/
+139
*
Add support for reading ARM ELF build attributes.
Amara Emerson
2013-05-03
2
-139
/
+8
*
Text files should not be marked executable.
Rafael Espindola
2013-04-30
1
-0
/
+0
*
s tightens up the encoding description for ARM post-indexed ldr instructions....
Mihai Popa
2013-04-30
1
-0
/
+1
*
Refactoring patch.
Stepan Dyatkovskiy
2013-04-30
5
-66
/
+100
*
ARM: Fix encoding of hint instruction for Thumb.
Quentin Colombet
2013-04-26
4
-16
/
+22
*
ARM/NEON: Pattern match vector integer abs to vabs.
Benjamin Kramer
2013-04-26
1
-0
/
+23
*
ARM cost model: Integer div and rem is lowered to a function call
Arnold Schwaighofer
2013-04-25
1
-0
/
+68
*
Add more tests for r179925 to verify correct handling of signext/zeroext; str...
Stephen Lin
2013-04-23
1
-3
/
+6
*
Lowercase "is" boolean variable prefix for consistency within function, no fu...
Stephen Lin
2013-04-23
1
-12
/
+12
*
No really, don't store anything to this since it's unconditionally
Eric Christopher
2013-04-22
1
-1
/
+1
*
Remove variable store that is never read.
Eric Christopher
2013-04-22
1
-1
/
+1
*
Fix for 5.5 Parameter Passing --> Stage C:
Stepan Dyatkovskiy
2013-04-22
3
-2
/
+8
*
Legalize vector truncates by parts rather than just splitting.
Jim Grosbach
2013-04-21
1
-3
/
+3
*
ARM: Use ldrd/strd to spill 64-bit pairs when available.
Tim Northover
2013-04-21
3
-37
/
+106
[next]