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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removing the useless test that I added recently. It was meant as an example, ...
Andrew Trick
2010-11-20
1
-3
/
+6
*
RABasic fix. Regalloc is responsible for updating block live ins.
Andrew Trick
2010-11-20
1
-0
/
+30
*
Whitespace.
Andrew Trick
2010-11-20
1
-20
/
+20
*
Add more Thumb add instruction encodings.
Bill Wendling
2010-11-20
1
-12
/
+47
*
Add Thumb encodings for some add instructions.
Bill Wendling
2010-11-20
1
-6
/
+26
*
Add more encodings for Thumb instructions.
Bill Wendling
2010-11-20
1
-15
/
+30
*
Have the getAddrMode3OpValue() function in ARMCodeEmitter.cpp produce the same
Bill Wendling
2010-11-20
1
-9
/
+21
*
Check for _setjmp too, because it's also used.
Bill Wendling
2010-11-20
1
-0
/
+1
*
Fix ARM LDR* post-indexed operand encoding.
Jim Grosbach
2010-11-19
1
-5
/
+5
*
Encodings for the compare instructions.
Bill Wendling
2010-11-19
1
-8
/
+19
*
The Vm and Vn register fields must be the same for a register-register vmov.
Owen Anderson
2010-11-19
1
-2
/
+6
*
Fix a cut-n-paste-error.
Evan Cheng
2010-11-19
1
-1
/
+1
*
Document the new GVN number table structure.
Owen Anderson
2010-11-19
1
-0
/
+12
*
Operand names
Jim Grosbach
2010-11-19
1
-4
/
+4
*
trailing whitespace
Jim Grosbach
2010-11-19
1
-16
/
+16
*
Don't need to save piecemeal now.
Eric Christopher
2010-11-19
1
-4
/
+2
*
Update comment.
Eric Christopher
2010-11-19
1
-3
/
+2
*
Add encodings for some of the thumb ADD instructions. Tests will come once the
Bill Wendling
2010-11-19
1
-16
/
+44
*
Update comment.
Eric Christopher
2010-11-19
1
-1
/
+1
*
Clarify operand names.
Jim Grosbach
2010-11-19
1
-3
/
+3
*
Refactor address mode handling into a single struct (ala x86), this
Eric Christopher
2010-11-19
1
-50
/
+72
*
Fix encoding for ARM MLS instruction.
Jim Grosbach
2010-11-19
1
-3
/
+5
*
When folding addressing modes in CodeGenPrepare, attempt to look through PHI ...
Owen Anderson
2010-11-19
1
-3
/
+29
*
Add ARM encoding information for STRD.
Jim Grosbach
2010-11-19
2
-17
/
+4
*
Shuffle things around a bit to keep like things together. Tidy up formatting.
Jim Grosbach
2010-11-19
1
-20
/
+20
*
Revert accidental commit.
Bill Wendling
2010-11-19
1
-3
/
+4
*
Change long binary encodings to use hex instead. It's more readable. Also
Bill Wendling
2010-11-19
1
-17
/
+20
*
Factor out operand encoding bits for ARM addressing mode 2 store instructions.
Jim Grosbach
2010-11-19
2
-58
/
+33
*
Delete another dead class.
Jim Grosbach
2010-11-19
1
-12
/
+0
*
whitespace tweak.
Jim Grosbach
2010-11-19
1
-1
/
+0
*
Fix a use after free. Patch by Frits van Bommel.
Rafael Espindola
2010-11-19
1
-6
/
+9
*
Refactor PICSTR* instructions to really be pseudos. Nuke dead classes.
Jim Grosbach
2010-11-19
2
-52
/
+6
*
Rename ARM .td class AIldst1 to AI2ldst for consistency with the other classes.
Jim Grosbach
2010-11-19
2
-7
/
+7
*
Add ARM binary encoding information for the rest of the indexed loads.
Jim Grosbach
2010-11-19
2
-175
/
+63
*
Make isScalarToVector to return false if the node is a scalar. This will prevent
Mon P Wang
2010-11-19
1
-0
/
+2
*
Added support for the Mach-O .symbol_resolver directive. rdar://8673046
Kevin Enderby
2010-11-19
6
-0
/
+10
*
Remove dead code.
Jim Grosbach
2010-11-19
1
-10
/
+0
*
ARM LDRD binary encoding.
Jim Grosbach
2010-11-19
2
-22
/
+12
*
Remove hard tabs.
Jim Grosbach
2010-11-19
1
-2
/
+2
*
Remove trailing whitespace.
Jim Grosbach
2010-11-19
1
-62
/
+62
*
Avoid release build warnings.
Benjamin Kramer
2010-11-19
2
-4
/
+4
*
Fix decoding ambiguities of stdrex and ldrex.
Owen Anderson
2010-11-19
1
-4
/
+0
*
Silence warning about an uninitialized variable.
Benjamin Kramer
2010-11-19
1
-1
/
+1
*
Remove threading of Xor over selects and phis, with an explanation
Duncan Sands
2010-11-19
1
-13
/
+18
*
Add a MCLineSectionOrder vector so that we produce the line tables in a
Rafael Espindola
2010-11-19
1
-10
/
+15
*
These instructions are thumb2 only.
Evan Cheng
2010-11-19
1
-1
/
+1
*
Fix an obvious oversight.
Evan Cheng
2010-11-19
1
-2
/
+2
*
Don't attempt trivial coalescing for sub-register copies.
Jakob Stoklund Olesen
2010-11-19
1
-0
/
+4
*
Add an assert.
Rafael Espindola
2010-11-19
1
-1
/
+3
*
Add ADT/IntervalMap.
Jakob Stoklund Olesen
2010-11-19
2
-0
/
+61
[next]