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
*
Change TargetLowering::findRepresentativeClass to take an MVT, instead
Patrik Hagglund
2012-12-19
2
-3
/
+3
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
6
-13
/
+13
*
Disable ARM partial flag dependency optimization at -Oz
Quentin Colombet
2012-12-18
1
-2
/
+10
*
Repair bundles that were broken by removing and reinserting the first
Jakob Stoklund Olesen
2012-12-18
1
-1
/
+8
*
Extract a method, no functional change intended.
Jakob Stoklund Olesen
2012-12-18
1
-31
/
+35
*
[arm fast-isel] Minor cleanup. No functional change intended.
Chad Rosier
2012-12-17
1
-10
/
+6
*
[arm fast-isel] Fast-isel only handles simple VTs, so make sure the necessary
Chad Rosier
2012-12-17
1
-10
/
+20
*
Revert/correct some FastISel changes in r170104 (EVT->MVT for
Patrik Hagglund
2012-12-17
1
-11
/
+19
*
Make sure the alternate PC+imm syntax of LDR instruction with a small
Kevin Enderby
2012-12-14
1
-1
/
+6
*
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-13
3
-43
/
+37
*
Add ARM NONE and PREL31 relocation types.
Logan Chien
2012-12-12
1
-1
/
+8
*
Sorry about the churn. One more change to getOptimalMemOpType() hook. Did I
Evan Cheng
2012-12-12
2
-3
/
+3
*
- Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.
Evan Cheng
2012-12-12
2
-14
/
+3
*
Avoid using lossy load / stores for memcpy / memset expansion. e.g.
Evan Cheng
2012-12-12
2
-0
/
+11
*
Trim unneeded header #include.
Jim Grosbach
2012-12-11
1
-1
/
+0
*
ARM: Remove old testing option.
Jim Grosbach
2012-12-11
1
-5
/
+1
*
ARM: Remove old testing options.
Jim Grosbach
2012-12-11
1
-13
/
+0
*
Replace TargetLowering::isIntImmLegal() with
Evan Cheng
2012-12-11
3
-22
/
+46
*
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
Patrik Hagglund
2012-12-11
3
-40
/
+46
*
Change TargetLowering::findRepresentativeClass to take an MVT, instead
Patrik Hagglund
2012-12-11
2
-3
/
+3
*
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-11
3
-43
/
+37
*
Stylistic tweak.
Evan Cheng
2012-12-11
1
-9
/
+8
*
Fall back to the selection dag isel to select tail calls.
Chad Rosier
2012-12-11
1
-0
/
+3
*
Some enhancements for memcpy / memset inline expansion.
Evan Cheng
2012-12-10
3
-17
/
+60
*
Simplify code. Sort includes. No functionality change.
Benjamin Kramer
2012-12-08
1
-6
/
+6
*
Fix a use-after-free bug found by ASan. You can't assign a temporary
Chandler Carruth
2012-12-08
1
-2
/
+3
*
Added Mapping Symbols for ARM ELF
Tim Northover
2012-12-07
4
-1
/
+233
*
Add a 'using' declaration to suppress GCC's -Woverloaded-virtual while we
Matt Beaumont-Gay
2012-12-06
1
-0
/
+1
*
Replace r169459 with something safer. Rather than having computeMaskedBits to
Evan Cheng
2012-12-06
2
-35
/
+23
*
[arm fast-isel] Make the fast-isel implementation of memcpy respect alignment.
Chad Rosier
2012-12-06
1
-11
/
+22
*
Let targets provide hooks that compute known zero and ones for any_extend
Evan Cheng
2012-12-06
2
-0
/
+35
*
Correct ARM NOP encoding
David Sehr
2012-12-05
1
-1
/
+1
*
Added a option to the disassembler to print immediates as hex.
Kevin Enderby
2012-12-05
1
-7
/
+7
*
Appease GCC's -Wparentheses.
Matt Beaumont-Gay
2012-12-04
1
-2
/
+2
*
ARM custom lower ctpop for vector types. Patch by Pete Couperus.
Evan Cheng
2012-12-04
1
-0
/
+117
*
Make NaCl naming consistent. The triple OSType is called NaCl and is represented
Eli Bendersky
2012-12-04
1
-1
/
+1
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
6
-18
/
+18
*
Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks.
Jakob Stoklund Olesen
2012-12-04
2
-270
/
+0
*
Implement ARMBaseRegisterInfo::getRegAllocationHints().
Jakob Stoklund Olesen
2012-12-03
2
-0
/
+65
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
34
-152
/
+149
*
Codegen failure for vmull with small vectors
Sebastian Pop
2012-11-30
1
-13
/
+74
*
Fixed the arm disassembly of invalid BFI instructions to not build a bad MCInst
Kevin Enderby
2012-11-29
1
-1
/
+7
*
Add cortex-a5 subtarget to the supported ARM architectures
Quentin Colombet
2012-11-29
2
-1
/
+12
*
Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.
Silviu Baranga
2012-11-29
4
-12
/
+102
*
ARM: Implement CanLowerReturn so large vectors get expanded into sret.
Benjamin Kramer
2012-11-28
2
-0
/
+17
*
Remove all references to TargetInstrInfoImpl.
Jakob Stoklund Olesen
2012-11-28
2
-7
/
+7
*
[arm fast-isel] Appease the machine verifier by using the proper register
Chad Rosier
2012-11-27
1
-9
/
+7
*
[arm fast-isel] Appease the machine verifier by using the proper register
Chad Rosier
2012-11-27
1
-2
/
+4
*
[arm fast-isel] Appease the machine verifier by using the proper register
Chad Rosier
2012-11-27
1
-5
/
+6
*
[arm fast-isel] Appease the machine verifier by using the proper register
Chad Rosier
2012-11-27
1
-4
/
+10
[next]