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
*
isKnownToBeAPowerOfTwo: (X & Y) + Y is a power of 2 or zero if y is also.
David Majnemer
2013-05-18
1
-0
/
+11
*
LoopVectorize: Handle single edge PHIs
Arnold Schwaighofer
2013-05-18
1
-4
/
+4
*
Check InlineAsm clobbers in PPCCTRLoops
Hal Finkel
2013-05-18
1
-0
/
+15
*
AArch64: add CMake dependency to fix very parallel builds
Tim Northover
2013-05-18
1
-0
/
+2
*
X86: Bad peephole interaction between adc, MOV32r0
David Majnemer
2013-05-18
1
-3
/
+18
*
Remove duplicated comment
Matt Arsenault
2013-05-18
1
-5
/
+0
*
Add LLVMContext argument to getSetCCResultType
Matt Arsenault
2013-05-18
29
-99
/
+121
*
Support unaligned load/store on more ARM targets
JF Bastien
2013-05-17
2
-10
/
+46
*
Convert obj2yaml to use yamlio.
Rafael Espindola
2013-05-17
2
-0
/
+280
*
Fix the build in c++11 mode.
Rafael Espindola
2013-05-17
1
-2
/
+2
*
Replace redundant code
Matt Arsenault
2013-05-17
1
-7
/
+2
*
Add missing -*- C++ -*- to headers
Matt Arsenault
2013-05-17
2
-2
/
+2
*
R600: Lower int_load_input to copyFromReg instead of Register node
Vincent Lejeune
2013-05-17
1
-1
/
+5
*
R600: Use bottom up scheduling algorithm
Vincent Lejeune
2013-05-17
4
-25
/
+37
*
R600: Use depth first scheduling algorithm
Vincent Lejeune
2013-05-17
2
-79
/
+31
*
R600: Replace big texture opcode switch in scheduler by usesTC/usesVC
Vincent Lejeune
2013-05-17
1
-23
/
+3
*
R600: Relax some vector constraints on Dot4.
Vincent Lejeune
2013-05-17
10
-26
/
+280
*
R600: Improve texture handling
Vincent Lejeune
2013-05-17
11
-201
/
+725
*
R600: Rename 128 bit registers.
Vincent Lejeune
2013-05-17
2
-10
/
+9
*
R600: Some factorization
Vincent Lejeune
2013-05-17
5
-203
/
+221
*
R600: Factorize Fetch size limit inside AMDGPUSubTarget
Vincent Lejeune
2013-05-17
4
-13
/
+13
*
R600: prettier dump of clamp
Vincent Lejeune
2013-05-17
2
-4
/
+4
*
R600: Fix encoding for R600 family GPUs
Tom Stellard
2013-05-17
1
-0
/
+7
*
R600: Pass MCSubtargetInfo reference to R600CodeEmitter
Tom Stellard
2013-05-17
3
-6
/
+10
*
[Sparc] Implements hasReservedCallFrame and hasFP.
Venkatraman Govindaraju
2013-05-17
2
-1
/
+17
*
X86: Make shuffle -> shift conversion more aggressive about undefs.
Benjamin Kramer
2013-05-17
1
-18
/
+28
*
LoopVectorize: Simplify code. No functionality change.
Benjamin Kramer
2013-05-17
1
-21
/
+5
*
r182085 introduced a change that triggered an assertion on ARM. This is an im...
David Tweed
2013-05-17
1
-2
/
+4
*
[PowerPC] Fix hi/lo encoding in old-style code emitter
Ulrich Weigand
2013-05-17
4
-33
/
+17
*
[PowerPC] Merge/rename PPC fixup types
Ulrich Weigand
2013-05-17
4
-28
/
+17
*
[PowerPC] Fix processing of ha16/lo16 fixups
Ulrich Weigand
2013-05-17
2
-7
/
+1
*
Don't cast away constness.
Benjamin Kramer
2013-05-17
1
-2
/
+2
*
Minor changes to the MCJITTest unittests to use the correct API for finalizing
David Tweed
2013-05-17
4
-3
/
+10
*
R600/SI: return undef instead of null for skipped arguments
Christian Konig
2013-05-17
1
-2
/
+2
*
[Sparc] Prevent instructions that defines or uses %o7 to be in call's delay s...
Venkatraman Govindaraju
2013-05-16
1
-5
/
+9
*
Generate debug info for by-value struct args even if they are not used.
Adrian Prantl
2013-05-16
1
-1
/
+7
*
[mips] Improve instruction selection for pattern (store (fp_to_sint $src), $p...
Akira Hatanaka
2013-05-16
3
-9
/
+40
*
Remove addFrameMove.
Rafael Espindola
2013-05-16
7
-128
/
+85
*
[mips] Factor out unaligned store lowering code.
Akira Hatanaka
2013-05-16
1
-10
/
+14
*
Mips assembler: Add TwoOperandConstraint definitions
Jack Carter
2013-05-16
1
-2
/
+1
*
Mips td file formatting: white space and long lines
Jack Carter
2013-05-16
4
-8
/
+13
*
Create an new preheader in PPCCTRLoops to avoid counter register clobbers
Hal Finkel
2013-05-16
1
-153
/
+165
*
[mips] Test case for r182042. Add comment.
Akira Hatanaka
2013-05-16
1
-0
/
+12
*
[mips] Fix instruction selection pattern for sint_to_fp node to avoid emittin...
Akira Hatanaka
2013-05-16
3
-5
/
+53
*
Mips assembler: Add branch macro definitions
Jack Carter
2013-05-16
2
-15
/
+27
*
DAGCombine: Also shrink eq compares where the constant is exactly as large as...
Benjamin Kramer
2013-05-16
1
-1
/
+1
*
[mips] Fix indentation.
Akira Hatanaka
2013-05-16
1
-5
/
+5
*
[mips] Delete unused enum value.
Akira Hatanaka
2013-05-16
2
-4
/
+0
*
Add TargetRegisterInfo::getCoveringLanes().
Jakob Stoklund Olesen
2013-05-16
1
-2
/
+4
*
[PowerPC] Use true offset value in "memrix" machine operands
Ulrich Weigand
2013-05-16
11
-194
/
+47
[next]