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
*
Update processDebugLoc() so that it can be used to process debug info before ...
Devang Patel
2009-10-06
2
-2
/
+4
*
In Thumb1, the register scavenger is not always able to use an emergency
Jim Grosbach
2009-10-05
3
-3
/
+36
*
strength reduce a ton of type equality tests to check the typeid (Through
Chris Lattner
2009-10-05
1
-2
/
+2
*
Add a comment to describe letters used in multiclass name suffixes.
Bob Wilson
2009-10-03
1
-0
/
+6
*
Fix encoding problem for VMLS instruction.
Bob Wilson
2009-10-03
1
-1
/
+1
*
getFunctionAlignment should return log2 alignment.
Evan Cheng
2009-10-02
2
-3
/
+4
*
Forgot about ARM::tPUSH. It also has a new writeback operand.
Evan Cheng
2009-10-02
1
-0
/
+1
*
Move load / store multiple before post-alloc scheduling.
Evan Cheng
2009-10-02
1
-10
/
+2
*
Remove neonfp attribute and instead set default based on CPU string. Add -arm...
David Goodwin
2009-10-01
2
-5
/
+8
*
Restore the -post-RA-scheduler flag as an override for the target specificati...
David Goodwin
2009-10-01
2
-5
/
+6
*
ARM::tPOP and tPOP_RET each has an extra writeback operand now.
Evan Cheng
2009-10-01
3
-2
/
+6
*
Add hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq flags to ld / st multiple,
Evan Cheng
2009-10-01
5
-24
/
+33
*
Update ARM JIT emitter to account for ld/st multiple changes.
Evan Cheng
2009-10-01
1
-3
/
+3
*
Change ld/st multiples to explicitly model the writeback to base register. Th...
Evan Cheng
2009-10-01
6
-40
/
+55
*
Use MachineInstr as an processDebugLoc() argument.
Devang Patel
2009-09-30
1
-1
/
+1
*
Use OutStreamer.SwitchSection instead of writing out textual section directives.
Bob Wilson
2009-09-30
1
-7
/
+18
*
Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use this
Bob Wilson
2009-09-30
1
-7
/
+2
*
The AsmPrinter base class contains a DwarfWriter member, so there's no need
Bob Wilson
2009-09-30
1
-3
/
+1
*
Clarify comment phrasing.
Jim Grosbach
2009-09-30
1
-1
/
+1
*
Add a option which would move ld/st multiple pass before post-alloc scheduling.
Evan Cheng
2009-09-30
2
-1
/
+17
*
When checking whether we need to reserve a register for the scavenger,
Jim Grosbach
2009-09-30
1
-1
/
+7
*
Add "isBarrier = 1" to return instructions.
Jim Grosbach
2009-09-30
3
-5
/
+5
*
For Darwin, emit all the text section directives together before the dwarf
Bob Wilson
2009-09-30
1
-0
/
+19
*
Remove -post-RA-schedule flag and add a TargetSubtarget method to enable post...
David Goodwin
2009-09-30
3
-1
/
+13
*
minor cleanup and add clarifying comment
Jim Grosbach
2009-09-29
1
-7
/
+9
*
Fix PR4687. Pre ARMv5te does not support ldrd / strd. Patch by John Tytgat.
Evan Cheng
2009-09-29
1
-0
/
+4
*
Adjust processFunctionBeforeCalleeSavedScan() to correctly reserve a stack
Jim Grosbach
2009-09-28
1
-2
/
+4
*
Fix Thumb2 IT block pass bug. t2MOVi32imm may not be the start of a IT block.
Evan Cheng
2009-09-28
1
-21
/
+42
*
Introduce the TargetInstrInfo::KILL machine instruction and get rid of the
Jakob Stoklund Olesen
2009-09-28
2
-0
/
+2
*
Pass the optimization level when constructing the ARM instruction selector.
Bob Wilson
2009-09-28
3
-6
/
+9
*
Make ARM and Thumb2 32-bit immediate materialization into a single 32-bit pseudo
Evan Cheng
2009-09-28
11
-25
/
+83
*
Fix thinko in my recent movt commit: it's not safe to remat movt, since it ha...
Anton Korobeynikov
2009-09-28
2
-4
/
+1
*
Use movt/movw pair to materialize 32 bit constants on ARMv6T2+.
Anton Korobeynikov
2009-09-27
4
-40
/
+68
*
Enable pre-regalloc load / store multiple pass for Thumb2.
Evan Cheng
2009-09-27
3
-67
/
+102
*
Really remove this option.
Evan Cheng
2009-09-26
1
-3
/
+0
*
Remove a couple of unused command line options.
Evan Cheng
2009-09-26
1
-7
/
+3
*
Add comment.
Evan Cheng
2009-09-26
1
-0
/
+1
*
Regenerate
Anton Korobeynikov
2009-09-25
1
-4272
/
+4272
*
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
[next]