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
*
Move SSE2 Packed Integer instructions around, and create specific sections fo...
Bruno Cardoso Lopes
2010-06-29
1
-83
/
+113
*
Print InlinedAt location.
Devang Patel
2010-06-29
1
-12
/
+23
*
Improve explanation.
Bill Wendling
2010-06-29
1
-2
/
+6
*
Add AVX Move Aligned/Unaligned packed integers
Bruno Cardoso Lopes
2010-06-29
1
-12
/
+53
*
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
2010-06-29
26
-39
/
+94
*
Add AVX ld/st XCSR register.
Bruno Cardoso Lopes
2010-06-29
4
-15
/
+50
*
Do not hardcode DW_AT_stmt_list value.
Devang Patel
2010-06-29
2
-7
/
+17
*
Add support for encoding VDUP (ARM core register) instructions.
Bob Wilson
2010-06-29
1
-0
/
+17
*
Fix a buffer overflow noticed by gcc-4.6: zero is written into
Duncan Sands
2010-06-29
1
-1
/
+1
*
NextPowerOfTwo was already used to ensure that SmallSizePowTwo is a power
Duncan Sands
2010-06-29
1
-3
/
+2
*
give PATypeHolder an explicit copy ctor which initializes the type pointer,
Chris Lattner
2010-06-29
2
-4
/
+5
*
Fix the handling of partial redefines in the fast register allocator.
Jakob Stoklund Olesen
2010-06-29
2
-17
/
+61
*
Fix a register scavenger crash when dealing with undefined subregs.
Bob Wilson
2010-06-29
2
-0
/
+33
*
Add AVX non-temporal stores
Bruno Cardoso Lopes
2010-06-29
3
-10
/
+76
*
Add a few more interesting testcases.
Dan Gohman
2010-06-29
1
-0
/
+21
*
Fix whitespace style.
Dan Gohman
2010-06-29
1
-2
/
+2
*
Move non-temporal movs to their own section
Bruno Cardoso Lopes
2010-06-29
1
-34
/
+38
*
Add support for encoding NEON VMOV (from core register to scalar) instructions.
Bob Wilson
2010-06-29
1
-6
/
+19
*
Add sqrt, rsqrt and rcp AVX instructions
Bruno Cardoso Lopes
2010-06-29
3
-1
/
+196
*
skip dbg_value instructions
Jim Grosbach
2010-06-29
1
-0
/
+2
*
minor cosmetics
Gabor Greif
2010-06-29
1
-1
/
+1
*
The t2MOVi16 and t2MOVTi16 instructions do not set CPSR. Trying to add
Bob Wilson
2010-06-29
1
-2
/
+2
*
use ArgOffset constant to prepare for operand rotation
Gabor Greif
2010-06-29
1
-4
/
+4
*
use ArgOperand API
Gabor Greif
2010-06-29
1
-6
/
+6
*
use ArgOperand API
Gabor Greif
2010-06-29
1
-31
/
+31
*
Return Changed. This required setting Changed if dbg metadata
Duncan Sands
2010-06-29
1
-5
/
+7
*
It seems clear that this should return Changed.
Duncan Sands
2010-06-29
1
-1
/
+1
*
Add a VT argument to getMinimalPhysRegClass and replace the copy related uses
Rafael Espindola
2010-06-29
8
-11
/
+18
*
getMachineBasicBlockAddress returns a uintptr_t - don't truncate
Duncan Sands
2010-06-29
1
-1
/
+1
*
The variable ValueSize is set to 1 on both code paths, and then
Duncan Sands
2010-06-29
1
-5
/
+1
*
The variable "Value" is carefully set to Layout.getSymbolAddress,
Duncan Sands
2010-06-29
1
-4
/
+0
*
Remove unused calls to Lexer.getLoc and the pointless variable HasFillExpr.
Duncan Sands
2010-06-29
1
-7
/
+0
*
Remove pointless variable LastDef.
Duncan Sands
2010-06-29
1
-2
/
+0
*
Looks like this test is missing an XFAIL line.
Duncan Sands
2010-06-29
1
-0
/
+1
*
Remove unused variable Loc and pointless variables unified_syntax
Duncan Sands
2010-06-29
1
-15
/
+4
*
use ArgOperand APIs
Gabor Greif
2010-06-29
1
-3
/
+3
*
Remove an unused and a pointless variable.
Duncan Sands
2010-06-29
1
-3
/
+0
*
Remove pointless and unused variables.
Duncan Sands
2010-06-29
1
-9
/
+0
*
encode operand initializations (at fixed index)
Gabor Greif
2010-06-29
1
-12
/
+8
*
Remove a pointless variable.
Duncan Sands
2010-06-29
1
-5
/
+1
*
Remove initialized but otherwise unused variables.
Duncan Sands
2010-06-29
7
-9
/
+0
*
Remove variables that are written by not read.
Duncan Sands
2010-06-29
1
-6
/
+0
*
Use a more obvious way to avoid compiling functions which are only used when ...
Benjamin Kramer
2010-06-29
1
-3
/
+2
*
Jump through some silly hoops to make GCC accept that a function may not always
Chandler Carruth
2010-06-29
1
-0
/
+3
*
PR7503: uxtb16 is not available for ARMv7-M. Patch by Brian G. Lucas.
Evan Cheng
2010-06-29
2
-27
/
+70
*
Change if-cvt options to something that actually as useable.
Evan Cheng
2010-06-29
1
-4
/
+6
*
When processing loops for scheduling latencies (used for live outs on loop
Jim Grosbach
2010-06-29
1
-1
/
+4
*
Just as its not safe to blindly transfer the nsw bit from an add
Dan Gohman
2010-06-29
1
-5
/
+9
*
Refactoring of arithmetic instruction classes with unary operator
Bruno Cardoso Lopes
2010-06-29
1
-118
/
+60
*
When no memoperands are present, assume unaligned, volatile.
Jakob Stoklund Olesen
2010-06-29
1
-10
/
+13
[next]