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
*
Implement spill and fill of I64Regs.
Jakob Stoklund Olesen
2013-05-20
2
-2
/
+17
*
Mark i64 SETCC as expand so it is turned into a SELECT_CC.
Jakob Stoklund Olesen
2013-05-20
2
-0
/
+12
*
Replace some bit operations with simpler ones. No functionality change.
Benjamin Kramer
2013-05-19
3
-12
/
+9
*
Don't use %g0 to materialize 0 directly.
Jakob Stoklund Olesen
2013-05-19
4
-5
/
+14
*
Select i64 values with %icc conditions.
Jakob Stoklund Olesen
2013-05-19
2
-0
/
+16
*
Remove declaration of __clear_cache for __APPLE__. <rdar://problem/13924072>
Bob Wilson
2013-05-19
1
-0
/
+3
*
Add floating point selects on %xcc predicates.
Jakob Stoklund Olesen
2013-05-19
2
-0
/
+32
*
Implement SPselectfcc for i64 operands.
Jakob Stoklund Olesen
2013-05-19
3
-27
/
+42
*
SubArch support in MCJIT unittest
Renato Golin
2013-05-19
3
-3
/
+31
*
[Sparc] Rearrange integer registers' allocation order so that register alloca...
Venkatraman Govindaraju
2013-05-19
3
-11
/
+24
*
AArch64: enable MCJIT unittests
Tim Northover
2013-05-19
3
-1
/
+3
*
Handle i64 FrameIndex nodes in SPARC v9 mode.
Jakob Stoklund Olesen
2013-05-19
2
-1
/
+11
*
AArch64: make RuntimeDyld relocations idempotent
Tim Northover
2013-05-19
1
-2
/
+22
*
Invalidate instruction cache when setting memory to be executable.
Tim Northover
2013-05-19
6
-15
/
+7
*
Temporarily disable this test because it is failing when using libc++.
Bob Wilson
2013-05-19
1
-2
/
+3
*
Move the remaining simplify-libcalls tests to instcombine, merging most of th...
Benjamin Kramer
2013-05-19
12
-138
/
+137
*
Print uint64_t -debug text correctly on 32-bit hosts
Tim Northover
2013-05-19
1
-5
/
+5
*
Unsupported remote JIT on ARM
Renato Golin
2013-05-18
9
-6
/
+17
*
isKnownToBeAPowerOfTwo: (X & Y) + Y is a power of 2 or zero if y is also.
David Majnemer
2013-05-18
2
-0
/
+25
*
LoopVectorize: Handle single edge PHIs
Arnold Schwaighofer
2013-05-18
2
-4
/
+26
*
docs/Passes: fix some typos
Dmitri Gribenko
2013-05-18
1
-4
/
+4
*
Add basic support for ELF32-ppc relocations to llvm-dwarfdump.
Benjamin Kramer
2013-05-18
2
-0
/
+17
*
Check InlineAsm clobbers in PPCCTRLoops
Hal Finkel
2013-05-18
2
-0
/
+53
*
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
2
-3
/
+45
*
Remove duplicated comment
Matt Arsenault
2013-05-18
1
-5
/
+0
*
Add LLVMContext argument to getSetCCResultType
Matt Arsenault
2013-05-18
30
-100
/
+122
*
Support unaligned load/store on more ARM targets
JF Bastien
2013-05-17
4
-140
/
+193
*
Fix the configure build.
Rafael Espindola
2013-05-17
1
-1
/
+1
*
Convert obj2yaml to use yamlio.
Rafael Espindola
2013-05-17
7
-761
/
+580
*
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
3
-5
/
+5
*
Add missing verb to comment in PassNameParser.h
Derek Schuff
2013-05-17
1
-3
/
+3
*
R600: Lower int_load_input to copyFromReg instead of Register node
Vincent Lejeune
2013-05-17
2
-1
/
+126
*
R600: Use bottom up scheduling algorithm
Vincent Lejeune
2013-05-17
19
-42
/
+56
*
R600: Use depth first scheduling algorithm
Vincent Lejeune
2013-05-17
4
-81
/
+33
*
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
11
-27
/
+281
*
R600: Improve texture handling
Vincent Lejeune
2013-05-17
12
-217
/
+741
*
R600: Rename 128 bit registers.
Vincent Lejeune
2013-05-17
3
-26
/
+25
*
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
2
-0
/
+31
*
R600: Pass MCSubtargetInfo reference to R600CodeEmitter
Tom Stellard
2013-05-17
3
-6
/
+10
*
[Sparc] Implements hasReservedCallFrame and hasFP.
Venkatraman Govindaraju
2013-05-17
3
-1
/
+33
*
X86: Make shuffle -> shift conversion more aggressive about undefs.
Benjamin Kramer
2013-05-17
3
-20
/
+54
*
FileCheckize test.
Benjamin Kramer
2013-05-17
1
-5
/
+15
*
LoopVectorize: Simplify code. No functionality change.
Benjamin Kramer
2013-05-17
1
-21
/
+5
[next]