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
*
Fix comment.
Eric Christopher
2010-10-17
1
-1
/
+1
*
Turn on AddOperator folding in GEP.
Eric Christopher
2010-10-17
1
-1
/
+1
*
Use the i12 immediate versions of the load instructions - they're handled
Eric Christopher
2010-10-17
1
-6
/
+6
*
Add a MCObjectFormat class so that code common to all targets that use a
Rafael Espindola
2010-10-16
2
-4
/
+32
*
X86-Windows: Emit an undefined global __fltused symbol when targeting Windows
Michael J. Spencer
2010-10-16
1
-0
/
+7
*
Fix some funky formatting that got through.
Eric Christopher
2010-10-16
1
-1
/
+3
*
ARMCodeEmitter::emitMiscInstruction is dead. Long live
Bill Wendling
2010-10-15
1
-45
/
+1
*
Make sure offset is 0 for load/store register to the stack call.
Eric Christopher
2010-10-15
1
-2
/
+2
*
Formatting.
Eric Christopher
2010-10-15
1
-4
/
+4
*
Fix else if -> if in store machinery.
Eric Christopher
2010-10-15
1
-1
/
+1
*
Reformatting. No functionalogicality changes.
Bill Wendling
2010-10-15
1
-19
/
+15
*
Refactor ARM fast-isel reg + offset to be a base + offset.
Eric Christopher
2010-10-15
1
-40
/
+45
*
Encoding information for the various ARM saturating add/sub instructions.
Jim Grosbach
2010-10-15
1
-46
/
+53
*
ARM binary encoding information for RSB and RSC instructions.
Jim Grosbach
2010-10-15
1
-44
/
+104
*
Don't mark argument value stores as immutable, as otherwise the post-RA
Jim Grosbach
2010-10-15
1
-1
/
+1
*
Use simple RegState::Define flag instead of getDefRegState(true).
Bob Wilson
2010-10-15
1
-5
/
+5
*
Expand GEP handling for constant offsets.
Eric Christopher
2010-10-15
1
-23
/
+44
*
When expanding the MOVsr[la]_flag pseudos, the CPSR implicit def becomes
Jim Grosbach
2010-10-15
1
-2
/
+1
*
ARM mode encoding information for UBFX and SBFX instructions.
Jim Grosbach
2010-10-15
3
-6
/
+35
*
Remove unused ARMISD::AND selection DAG node.
Bob Wilson
2010-10-15
4
-13
/
+0
*
ARM instructions that are both predicated and set the condition codes
Bob Wilson
2010-10-15
1
-1
/
+1
*
Encoding info for extension instructions.
Jim Grosbach
2010-10-15
1
-0
/
+8
*
Add missing Rd encoding for MOVs instruction.
Jim Grosbach
2010-10-14
1
-0
/
+2
*
Refactor the MOVsr[al]_flag and RRX pseudo-instructions to really be pseudos
Jim Grosbach
2010-10-14
2
-9
/
+38
*
Tweak the ARM backend to use the RRX mnemonic instead of the 'mov a, b, rrx'
Jim Grosbach
2010-10-14
3
-6
/
+6
*
MOVi16 and MOVT ARM mode encodings.
Jim Grosbach
2010-10-14
1
-7
/
+19
*
Simplify encoding information and add 'dst' operand info for TAILJMP.
Jim Grosbach
2010-10-14
1
-8
/
+6
*
Remove explicit dependency of LLVMARMCodeGen on LLVMARMAsmPrinter. It
Oscar Fuentes
2010-10-14
1
-5
/
+0
*
Handle more complex GEP based loads and add a few TODOs to deal with
Eric Christopher
2010-10-14
1
-10
/
+50
*
Add support for vmov.f64/.f32 encoding. There's a bit of a hack going on
Bill Wendling
2010-10-14
2
-14
/
+40
*
Add encoding for 'fmstat'.
Bill Wendling
2010-10-14
2
-4
/
+2
*
- Add encodings for multiply add/subtract instructions in all their glory.
Bill Wendling
2010-10-14
2
-67
/
+111
*
Regenerate. No functional change, just cleanup.
Jim Grosbach
2010-10-14
1
-6561
/
+6561
*
Detabify and clean up 80 column violations.
Jim Grosbach
2010-10-13
3
-40
/
+50
*
A few 80 column fixes.
Jim Grosbach
2010-10-13
3
-5
/
+5
*
trailing whitespace
Jim Grosbach
2010-10-13
1
-1
/
+1
*
Add a FIXME.
Jim Grosbach
2010-10-13
1
-0
/
+5
*
Add operand encoding bits for SMC and SVC in ARM mode.
Jim Grosbach
2010-10-13
1
-3
/
+7
*
More encoding cleanup. Also add register Rd operands for indirect branches.
Jim Grosbach
2010-10-13
1
-20
/
+20
*
Simplify some ARM encoding information.
Jim Grosbach
2010-10-13
1
-17
/
+4
*
Update comment.
Eric Christopher
2010-10-13
1
-1
/
+2
*
Add a FIXME. The ADR instruction is a bit odd.
Jim Grosbach
2010-10-13
1
-2
/
+6
*
Refactor the ARM 'setend' instruction pattern. Use a single instruction pattern
Jim Grosbach
2010-10-13
5
-19
/
+26
*
Add MC encodings for VCVT* instrunctions.
Bill Wendling
2010-10-13
1
-78
/
+157
*
Add a FIXME.
Jim Grosbach
2010-10-13
1
-0
/
+1
*
Make a few more bits of some simple instructions explicit. nop, yield, wfe,
Jim Grosbach
2010-10-13
1
-0
/
+15
*
Add ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH] instructions.
Jim Grosbach
2010-10-13
4
-31
/
+64
*
Fix encoding for compares. No Rd register.
Jim Grosbach
2010-10-13
1
-6
/
+3
*
Add ARM mode operand encoding information for ADDE/SUBE instructions.
Jim Grosbach
2010-10-13
1
-19
/
+56
*
Fix another case where we were preferring instructions with large
Rafael Espindola
2010-10-13
1
-14
/
+18
[next]