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
*
Code clean up and prepare for Thumb2 support. No functionality changes.
Evan Cheng
2009-09-25
1
-21
/
+49
*
Improve MachineMemOperand handling.
Dan Gohman
2009-09-25
1
-3
/
+3
*
Rename getTargetNode to getMachineNode, for consistency with the
Dan Gohman
2009-09-25
1
-36
/
+36
*
Finish scheduling itineraries for NEON.
David Goodwin
2009-09-25
4
-382
/
+553
*
Add some comments to clarify things that I discovered this week.
Bob Wilson
2009-09-25
1
-2
/
+6
*
pr4926: ARM requires the stack pointer to be aligned, even for leaf functions.
Bob Wilson
2009-09-25
1
-1
/
+1
*
Start of revamping the register scavenging in PEI. ARM Thumb1 is the driving
Jim Grosbach
2009-09-24
2
-56
/
+88
*
Make the end-of-itinerary mark explicit. Some cleanup.
David Goodwin
2009-09-24
1
-84
/
+1
*
Checkpoint NEON scheduling itineraries.
David Goodwin
2009-09-23
5
-330
/
+367
*
ARM does not support offset folding (yet). Disable it for now.
Anton Korobeynikov
2009-09-23
2
-0
/
+7
*
Add Cortex-A8 VFP model.
David Goodwin
2009-09-21
4
-99
/
+370
*
Register the MachineModuleInfo for the ARM JIT, and update JITDwarfEmitter to
Daniel Dunbar
2009-09-21
1
-0
/
+7
*
Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b...
Evan Cheng
2009-09-19
1
-4
/
+7
*
Fix a typo in an assertion message.
Bob Wilson
2009-09-18
1
-1
/
+1
*
Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...
Evan Cheng
2009-09-18
2
-2
/
+4
*
Expand vector floating-point conversions not supported by NEON.
Bob Wilson
2009-09-16
1
-0
/
+6
*
Expand some more vector operations not supported by Neon.
Bob Wilson
2009-09-16
1
-0
/
+6
*
Neon does not support vector divide or remainder. Expand them.
Bob Wilson
2009-09-16
1
-0
/
+8
*
Expand all v2f64 arithmetic operations for Neon.
Bob Wilson
2009-09-15
1
-0
/
+27
*
Handle AddrMode4 for Thumb2 in rewriteT2FrameIndex. This occurs for
Bob Wilson
2009-09-15
1
-0
/
+5
*
Fix superreg use in ARMAsmPrinter. Approved by Anton Korobeynikov.
Sandeep Patel
2009-09-15
1
-2
/
+2
*
Remove invalid add_dependencies line to unbreak the CMake build.
Ted Kremenek
2009-09-15
1
-1
/
+1
*
Added the first bits of the ARM target assembler to llvm-mc. For now it only
Kevin Enderby
2009-09-15
4
-1
/
+115
*
trivial whitespace cleanup
Jim Grosbach
2009-09-14
1
-2
/
+2
*
remove all but one reference to TargetRegisterDesc::AsmName.
Chris Lattner
2009-09-13
1
-31
/
+29
*
the tblgen produced 'getRegisterName' method does not access
Chris Lattner
2009-09-13
1
-1
/
+1
*
make tblgen produce a function that returns the name for a physreg.
Chris Lattner
2009-09-13
1
-0
/
+2
*
replace printBasicBlockLabel with EmitBasicBlockStart,
Chris Lattner
2009-09-13
1
-1
/
+1
*
convert some uses of printBasicBlockLabel to use GetMBBSymbol
Chris Lattner
2009-09-13
1
-5
/
+6
*
Fix merge problem
Anton Korobeynikov
2009-09-13
1
-7
/
+0
*
Define proper subreg sets for arm - this should fix bunch of subtle problems
Anton Korobeynikov
2009-09-13
1
-5
/
+25
*
Add QPR_VFP2 regclass and add copy_to_regclass nodes, where needed to
Anton Korobeynikov
2009-09-12
3
-7
/
+26
*
Revert array initialization regclass change so that the initialization stays ...
Jim Grosbach
2009-09-11
1
-24
/
+20
*
Update register class references to use the global constant ARM::*RegisterCla...
Jim Grosbach
2009-09-11
2
-26
/
+30
*
Proper support of non-lazy indirect symbols.
Evan Cheng
2009-09-10
2
-8
/
+21
*
Fix double load / store multiple encoding.
Evan Cheng
2009-09-09
2
-4
/
+3
*
Fix pr4939: Change FPCCToARMCC to translate SETOLE to ARMCC::LS.
Bob Wilson
2009-09-09
1
-12
/
+5
*
remove DebugLoc from MCInst and eliminate "Comment printing" from
Chris Lattner
2009-09-09
1
-0
/
+3
*
hoist the call to processDebugLoc out of the generated
Chris Lattner
2009-09-09
1
-0
/
+1
*
Cast MO.getImm() to unsigned before comparing with an unsigned limit.
Evan Cheng
2009-09-09
1
-1
/
+1
*
Make sure to make stub region writable before emission, executable after emis...
Evan Cheng
2009-09-09
1
-0
/
+22
*
Fix arm jit encoding bug introduced by 75048. Some instructions', e.g. MOVi, ...
Evan Cheng
2009-09-09
1
-7
/
+21
*
Remove comments which don't add much to .s readibility.
Evan Cheng
2009-09-09
1
-5
/
+5
*
Unbreak getOnesVector() / getZeroVector() to use valid ARM extended imm's.
Anton Korobeynikov
2009-09-08
2
-19
/
+33
*
Add NEON 'laned' operations. This fixes another bunch of gcc testsuite fails and
Anton Korobeynikov
2009-09-08
3
-22
/
+406
*
Remove some not-really-used variables, as warned
Duncan Sands
2009-09-06
1
-2
/
+0
*
Remove some unused variables and methods warned about by
Duncan Sands
2009-09-06
1
-2
/
+1
*
Whitespace cleanup
Jim Grosbach
2009-09-04
1
-23
/
+23
*
Calls clobber FPSCR.
David Goodwin
2009-09-03
2
-4
/
+4
*
Reference to hidden symbols do not have to go through non-lazy pointer in non...
Evan Cheng
2009-09-03
4
-10
/
+50
[next]