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
*
Post process 'and', 'sub' instructions and select better encoding, if available.
Devang Patel
2012-01-19
1
-0
/
+78
*
Intel syntax: There is no need to create unary expr for simple negative displ...
Devang Patel
2012-01-19
1
-1
/
+1
*
Post process 'xor', 'or' and 'cmp' instructions and select better encoding, i...
Devang Patel
2012-01-19
1
-0
/
+114
*
Emit ARM EHABI unwinding instructions for 3 more Thumb instructions.
Evgeniy Stepanov
2012-01-19
1
-0
/
+3
*
Folding table additions and fixes for AVX.
Craig Topper
2012-01-19
1
-9
/
+21
*
Merge 128-bit and 256-bit SHUFPS/SHUFPD handling.
Craig Topper
2012-01-19
3
-129
/
+80
*
ARM assembly diagnostic caret in better position for FPImm.
Jim Grosbach
2012-01-19
1
-3
/
+4
*
Thumb2 relaxation for tADR to t2ADR.
Jim Grosbach
2012-01-19
1
-0
/
+2
*
Add comment and fix range check in condition.
Jim Grosbach
2012-01-19
1
-1
/
+3
*
- Slight change to finalizeBundle() interface. LastMI is not exclusive (pointing
Evan Cheng
2012-01-19
1
-1
/
+2
*
Add a TargetOption for disabling tail calls.
Nick Lewycky
2012-01-19
1
-1
/
+4
*
Rename Finalizebundle to finalizeBundle to conform to coding guideline.
Evan Cheng
2012-01-19
1
-1
/
+1
*
Add experimental -x86-use-regmask command line option.
Jakob Stoklund Olesen
2012-01-18
1
-0
/
+12
*
Ignore register mask operands when lowering instructions to MC.
Jakob Stoklund Olesen
2012-01-18
6
-1
/
+17
*
Thumb2 alternate syntax for LDR(literal) and friends.
Jim Grosbach
2012-01-18
3
-0
/
+69
*
Process instructions after match to select alternative encoding which may be ...
Devang Patel
2012-01-18
1
-16
/
+87
*
Replace FIXME with explanatory comment.
Jim Grosbach
2012-01-18
1
-1
/
+2
*
Thumb2 relaxation for LDR(literal).
Jim Grosbach
2012-01-18
1
-9
/
+20
*
Rename pattern for clarity.
Jim Grosbach
2012-01-18
1
-4
/
+3
*
Tidy up. 80 columns.
Jim Grosbach
2012-01-18
1
-13
/
+13
*
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
2012-01-18
5
-38
/
+38
*
Thumb2 load/store fixups don't set the thumb bit.
Jim Grosbach
2012-01-18
1
-4
/
+8
*
Move some ARM specific MCAssmebler bits into the ARMAsmBackend.
Jim Grosbach
2012-01-18
1
-0
/
+15
*
Add a CoveredBySubRegs property to Register descriptions.
Jakob Stoklund Olesen
2012-01-18
5
-2
/
+6
*
Implement ARMBaseRegisterInfo::getCallPreservedMask().
Jakob Stoklund Olesen
2012-01-17
3
-19
/
+17
*
Move X86 callee saved register lists to the X86CallConv .td file.
Jakob Stoklund Olesen
2012-01-17
3
-37
/
+37
*
Intel syntax: Fix parser match class to check memory operand size.
Devang Patel
2012-01-17
1
-3
/
+3
*
Intel syntax: Parse "BYTE PTR [RDX + RCX]"
Devang Patel
2012-01-17
1
-0
/
+4
*
Untabify.
Devang Patel
2012-01-17
1
-12
/
+12
*
Intel syntax: Do not unncessarily create plus expression for memory operand d...
Devang Patel
2012-01-17
1
-2
/
+1
*
Intel syntax: Robustify memory operand parsing.
Devang Patel
2012-01-17
1
-51
/
+113
*
Fix warning.
Nadav Rotem
2012-01-17
1
-1
/
+1
*
Fix 11769.
Nadav Rotem
2012-01-17
1
-0
/
+7
*
Remove unnecessary AVX check from an assert. hasSSE2 is enough.
Craig Topper
2012-01-17
1
-2
/
+1
*
Moving options declarations around.
Andrew Trick
2012-01-17
1
-8
/
+0
*
Fix a crasher when PerformShiftCombine receives a BUILD_VECTOR of all UNDEF. ...
Craig Topper
2012-01-17
1
-0
/
+5
*
Removing unused default switch cases in switches over enums that already acco...
David Blaikie
2012-01-16
3
-10
/
+1
*
Cleanup PPC RLWINM8 vs RLWINM
Hal Finkel
2012-01-16
1
-1
/
+1
*
Make sure the non-SSE lowering for fences correctly clobbers EFLAGS. PR11768.
Eli Friedman
2012-01-16
1
-1
/
+1
*
Get rid of unused codegen-only instruction.
Eli Friedman
2012-01-16
2
-12
/
+0
*
Give priority to AVX over SSE for 128-bit floating point unpck instructions.
Craig Topper
2012-01-16
1
-34
/
+34
*
Refactor variables unused under non-assert builds (& remove two entirely unus...
David Blaikie
2012-01-16
1
-2
/
+2
*
[AVX] Optimize x86 VSELECT instructions using SimplifyDemandedBits.
Nadav Rotem
2012-01-15
1
-1
/
+22
*
Return an ArrayRef from ShuffleVectorSDNode::getMask and push it through Code...
Benjamin Kramer
2012-01-15
3
-87
/
+50
*
Fix the memop type on a couple 256-bit AVX instructions that were using f128m...
Craig Topper
2012-01-14
1
-4
/
+4
*
Add a bunch of AVX instructions to the folding tables. Also fixed the alignme...
Craig Topper
2012-01-14
1
-69
/
+139
*
After r147827 and r147902, it's now possible for unallocatable registers to be
Evan Cheng
2012-01-14
1
-0
/
+5
*
Fix pasto from r146196.
Chad Rosier
2012-01-14
1
-2
/
+2
*
Use RegisterTuples to generate pseudo-registers.
Jakob Stoklund Olesen
2012-01-13
4
-45
/
+51
*
Revert r148131, it was committed before it was ready.
Devang Patel
2012-01-13
1
-46
/
+40
[next]