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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Reworking the stack layout generated by the MBlaze backend.
Wesley Peck
2010-12-09
12
-177
/
+127
*
Fix encoding of the immediate operands on post-indexed LDR and friends.
Owen Anderson
2010-12-09
1
-39
/
+26
*
Really check that the bits that will become zero are actually already zero
Dan Gohman
2010-12-09
2
-3
/
+26
*
Fix up some comments.
Eric Christopher
2010-12-09
1
-2
/
+2
*
Fix Thumb2 fixups for ldr.
Owen Anderson
2010-12-09
3
-5
/
+29
*
Add a textual message to the assert.
Jim Grosbach
2010-12-09
1
-1
/
+2
*
Add a sanity check assert() for t2ADD/SUBrSPi instructions that they really are
Jim Grosbach
2010-12-09
1
-0
/
+7
*
When using multiple instructions to reference a frame index, make sure to
Jim Grosbach
2010-12-09
1
-0
/
+5
*
The add/sub SP instructions are really pseudos. The assembler should ignore
Jim Grosbach
2010-12-09
1
-0
/
+2
*
IntervalMap iterators are heavyweight, so avoid copying them around and use
Jakob Stoklund Olesen
2010-12-09
2
-5
/
+25
*
Remove unused variables
Matt Beaumont-Gay
2010-12-09
1
-2
/
+0
*
Fix typo in Thumb2 branch fixup.
Owen Anderson
2010-12-09
1
-5
/
+5
*
Stop confusing people, it's not really a chain, or a tumor.
Eric Christopher
2010-12-09
1
-2
/
+2
*
Remove extraneous semicolon.
Bill Wendling
2010-12-09
1
-1
/
+1
*
Attempt to make the bit-twiddling readable resulted in the binary value being
Bill Wendling
2010-12-09
1
-8
/
+10
*
The BLX instruction is encoded differently than the BL, because why not? In
Bill Wendling
2010-12-09
6
-19
/
+54
*
Remove extraneous copy from DAG conversion for darwin tls. This was
Eric Christopher
2010-12-09
2
-3
/
+34
*
Fix Thumb2 BCC encoding and fixups.
Owen Anderson
2010-12-09
4
-8
/
+34
*
Add rsp to the uses for the same reason as 32-bit.
Eric Christopher
2010-12-09
1
-1
/
+1
*
DW_FORM_data1 may not provide sufficient room for vtable index, use _udata in...
Devang Patel
2010-12-09
1
-1
/
+1
*
Allow a slash, '/', as a prefix separator for X86. rdar://8741045
Kevin Enderby
2010-12-08
2
-0
/
+7
*
Properly deal with empty intervals when checking for interference.
Jakob Stoklund Olesen
2010-12-08
2
-1
/
+3
*
Style nit and whitespace cleanup
Jason W Kim
2010-12-08
1
-2
/
+2
*
Move this test to tlv* to make it easier to notice versus linux tls
Eric Christopher
2010-12-08
1
-0
/
+0
*
Clean up the add/sub w/ SP source reg instructions in Thumb2 a bit. Add a FIXME
Jim Grosbach
2010-12-08
1
-11
/
+13
*
Fix T2TwoRegImm and use it for t2ADDrSPi12 and friends.
Jim Grosbach
2010-12-08
1
-19
/
+9
*
Removed dead comment.
Jason W Kim
2010-12-08
1
-2
/
+0
*
ARM/MC/ELF TPsoft is now a proper pseudo inst.
Jason W Kim
2010-12-08
4
-9
/
+83
*
T2TwoRegImm isn't right for t2SUBrSPi12. Use T2I instead.
Jim Grosbach
2010-12-08
1
-1
/
+1
*
Add operand encoding for Thumb2 subw SP + imm. rdar://8745434
Jim Grosbach
2010-12-08
1
-3
/
+7
*
Add operand encoding for Thumb2 addw Rn + imm. rdar://8745434
Jim Grosbach
2010-12-08
1
-5
/
+12
*
Support the "target" encodings for the CB[N]Z instructions.
Bill Wendling
2010-12-08
7
-33
/
+58
*
Fix an obvious cut-n-paste error.
Evan Cheng
2010-12-08
1
-2
/
+2
*
Implement very primitive hinting support in RegAllocGreedy.
Jakob Stoklund Olesen
2010-12-08
1
-1
/
+25
*
Add operand encoding for Thumb2 addw SP + imm. rdar://8745434
Jim Grosbach
2010-12-08
1
-4
/
+8
*
Parameterize opcode encoding bits for Thumb2 extended precision integer
Jim Grosbach
2010-12-08
1
-37
/
+19
*
Add operators for "_lane" variants of some saturating Neon multiply intrinsics
Bob Wilson
2010-12-08
2
-2
/
+34
*
Fix operand encoding for Thumb2 extended precision multiplies. rdar://8745555
Jim Grosbach
2010-12-08
1
-10
/
+24
*
Store (priority,regnum) pairs in the priority queue instead of providing an
Jakob Stoklund Olesen
2010-12-08
3
-57
/
+25
*
Reword comment slightly.
Eric Christopher
2010-12-08
1
-1
/
+1
*
Fixed some dependencies in RegAllocPBQP.h . Thanks to Borja Ferrer for pointi...
Lang Hames
2010-12-08
1
-1
/
+2
*
Simplify T2 operand assignment notation a bit. No need to specify a bit range
Jim Grosbach
2010-12-08
1
-70
/
+70
*
Use type's file info while describing inheritance relationship.
Devang Patel
2010-12-08
1
-1
/
+1
*
Add operators for vabdl and vabal so they can be implemented without builtins.
Bob Wilson
2010-12-08
2
-1
/
+32
*
Remove unused function parameter.
Bob Wilson
2010-12-08
1
-27
/
+22
*
Fix comment.
Eric Christopher
2010-12-08
1
-1
/
+1
*
Trim includes.
Jakob Stoklund Olesen
2010-12-08
1
-4
/
+0
*
Add support to create debug info for functions and methods.
Devang Patel
2010-12-08
2
-0
/
+129
*
Tweak ARM fixup value adjustments for Thumb to better handle the half-word
Jim Grosbach
2010-12-08
1
-8
/
+15
*
Add support to create class type.
Devang Patel
2010-12-08
4
-2
/
+67
[prev]
[next]