Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
a4de3f2c85a5e74e0412283693b9764b7190c766
a4de3f2
Partially revert change in r181200 that tried to simplify JIT unit test #ifdefs.
by Bob Wilson
· 11 years ago
89f530e
Also expand 64-bit bitcasts.
by Jakob Stoklund Olesen
· 11 years ago
5e5b78c
Implement spill and fill of I64Regs.
by Jakob Stoklund Olesen
· 11 years ago
900622e
Mark i64 SETCC as expand so it is turned into a SELECT_CC.
by Jakob Stoklund Olesen
· 11 years ago
4dc8bdf
Replace some bit operations with simpler ones. No functionality change.
by Benjamin Kramer
· 11 years ago
634123e
Don't use %g0 to materialize 0 directly.
by Jakob Stoklund Olesen
· 11 years ago
60abcb7
Select i64 values with %icc conditions.
by Jakob Stoklund Olesen
· 11 years ago
2ed2ad0
Remove declaration of __clear_cache for __APPLE__. <rdar://problem/13924072>
by Bob Wilson
· 11 years ago
51d46c3
Add floating point selects on %xcc predicates.
by Jakob Stoklund Olesen
· 11 years ago
89db673
Implement SPselectfcc for i64 operands.
by Jakob Stoklund Olesen
· 11 years ago
4e4464b
SubArch support in MCJIT unittest
by Renato Golin
· 11 years ago
21886a4
[Sparc] Rearrange integer registers' allocation order so that register allocator will use I and G registers before using L and O registers.
by Venkatraman Govindaraju
· 11 years ago
233a4d7
AArch64: enable MCJIT unittests
by Tim Northover
· 11 years ago
00ce0f6
Handle i64 FrameIndex nodes in SPARC v9 mode.
by Jakob Stoklund Olesen
· 11 years ago
675b9e9
AArch64: make RuntimeDyld relocations idempotent
by Tim Northover
· 11 years ago
820b147
Invalidate instruction cache when setting memory to be executable.
by Tim Northover
· 11 years ago
ff9a6b4
Temporarily disable this test because it is failing when using libc++.
by Bob Wilson
· 11 years ago
ebe7a52
Move the remaining simplify-libcalls tests to instcombine, merging most of them into a single file.
by Benjamin Kramer
· 11 years ago
a73a614
Print uint64_t -debug text correctly on 32-bit hosts
by Tim Northover
· 11 years ago
6d65f33
Unsupported remote JIT on ARM
by Renato Golin
· 11 years ago
cb9d466
isKnownToBeAPowerOfTwo: (X & Y) + Y is a power of 2 or zero if y is also.
by David Majnemer
· 11 years ago
688b510
LoopVectorize: Handle single edge PHIs
by Arnold Schwaighofer
· 11 years ago
edc399a
docs/Passes: fix some typos
by Dmitri Gribenko
· 11 years ago
769b70e
Add basic support for ELF32-ppc relocations to llvm-dwarfdump.
by Benjamin Kramer
· 11 years ago
bf0bc3b
Check InlineAsm clobbers in PPCCTRLoops
by Hal Finkel
· 11 years ago
9f61e48
AArch64: add CMake dependency to fix very parallel builds
by Tim Northover
· 11 years ago
8a55c2e
X86: Bad peephole interaction between adc, MOV32r0
by David Majnemer
· 11 years ago
24623dc
Remove duplicated comment
by Matt Arsenault
· 11 years ago
225ed70
Add LLVMContext argument to getSetCCResultType
by Matt Arsenault
· 11 years ago
bab06ba
Support unaligned load/store on more ARM targets
by JF Bastien
· 11 years ago
637cb17
Fix the configure build.
by Rafael Espindola
· 11 years ago
2bbe378
Convert obj2yaml to use yamlio.
by Rafael Espindola
· 11 years ago
eee6cdd
Fix the build in c++11 mode.
by Rafael Espindola
· 11 years ago
9aa8fdf
Replace redundant code
by Matt Arsenault
· 11 years ago
63f3ca5
Add missing -*- C++ -*- to headers
by Matt Arsenault
· 11 years ago
115fb70
Add missing verb to comment in PassNameParser.h Patch by Mark Seaborn.
by Derek Schuff
· 11 years ago
df98ad3
R600: Lower int_load_input to copyFromReg instead of Register node
by Vincent Lejeune
· 11 years ago
76fc2d0
R600: Use bottom up scheduling algorithm
by Vincent Lejeune
· 11 years ago
21ca0b3
R600: Use depth first scheduling algorithm
by Vincent Lejeune
· 11 years ago
f63f85a
R600: Replace big texture opcode switch in scheduler by usesTC/usesVC
by Vincent Lejeune
· 11 years ago
4ed9917
R600: Relax some vector constraints on Dot4.
by Vincent Lejeune
· 11 years ago
d3293b4
R600: Improve texture handling
by Vincent Lejeune
· 11 years ago
4109bd8
R600: Rename 128 bit registers.
by Vincent Lejeune
· 11 years ago
25c209e
R600: Some factorization
by Vincent Lejeune
· 11 years ago
dcfcf1d
R600: Factorize Fetch size limit inside AMDGPUSubTarget
by Vincent Lejeune
· 11 years ago
9a9e936
R600: prettier dump of clamp
by Vincent Lejeune
· 11 years ago
0976e3c
R600: Fix encoding for R600 family GPUs
by Tom Stellard
· 11 years ago
34f533a
R600: Pass MCSubtargetInfo reference to R600CodeEmitter
by Tom Stellard
· 11 years ago
a65d337
[Sparc] Implements hasReservedCallFrame and hasFP.
by Venkatraman Govindaraju
· 11 years ago
a0de26c
X86: Make shuffle -> shift conversion more aggressive about undefs.
by Benjamin Kramer
· 11 years ago
c032d1a
FileCheckize test.
by Benjamin Kramer
· 11 years ago
c53bee6
LoopVectorize: Simplify code. No functionality change.
by Benjamin Kramer
· 11 years ago
91c623d
r182085 introduced a change that triggered an assertion on ARM. This is an immediate fix
by David Tweed
· 11 years ago
4456a8e
by Ulrich Weigand
· 11 years ago
e152eac
by Ulrich Weigand
· 11 years ago
c299ad3
by Ulrich Weigand
· 11 years ago
d14743e
Fix a typo (ouput => output)
by Sylvestre Ledru
· 11 years ago
033f3b7
Don't cast away constness.
by Benjamin Kramer
· 11 years ago
abb38fe
Minor changes to the MCJITTest unittests to use the correct API for finalizing
by David Tweed
· 11 years ago
e919678
R600/SI: return undef instead of null for skipped arguments
by Christian Konig
· 11 years ago
d6b4caf
[Sparc] Prevent instructions that defines or uses %o7 to be in call's delay slot.
by Venkatraman Govindaraju
· 11 years ago
df68803
Generate debug info for by-value struct args even if they are not used.
by Adrian Prantl
· 11 years ago
27a33ad
llvm-objdump: Initialize MCDisassembler once instead of for each section.
by Ahmed Bougacha
· 11 years ago
ae7e7cb
[mips] Improve instruction selection for pattern (store (fp_to_sint $src), $ptr).
by Akira Hatanaka
· 11 years ago
6b67ffd
Remove addFrameMove.
by Rafael Espindola
· 11 years ago
529874c
More test coverage for addFrameMove.
by Rafael Espindola
· 11 years ago
6345143
[mips] Factor out unaligned store lowering code.
by Akira Hatanaka
· 11 years ago
ae06fa2
Fix cpu on test CodeGen/PowerPC/ctrloop-fp64.ll
by Hal Finkel
· 11 years ago
e351865
Mips assembler: Add TwoOperandConstraint definitions
by Jack Carter
· 11 years ago
d761004
Mips td file formatting: white space and long lines
by Jack Carter
· 11 years ago
7733728
More addFrameMove test coverage.
by Rafael Espindola
· 11 years ago
c482454
Create an new preheader in PPCCTRLoops to avoid counter register clobbers
by Hal Finkel
· 11 years ago
02e1680
[mips] Test case for r182042. Add comment.
by Akira Hatanaka
· 11 years ago
ec4db6a
[mips] Fix instruction selection pattern for sint_to_fp node to avoid emitting an
by Akira Hatanaka
· 11 years ago
50f02f9
More test coverage for addFrameMove.
by Rafael Espindola
· 11 years ago
3209bae
Mips assembler: Add branch macro definitions
by Jack Carter
· 11 years ago
8401ed2
DAGCombine: Also shrink eq compares where the constant is exactly as large as the smaller type.
by Benjamin Kramer
· 11 years ago
afcca55
[mips] Fix indentation.
by Akira Hatanaka
· 11 years ago
f403768
[mips] Delete unused enum value.
by Akira Hatanaka
· 11 years ago
997fa62
Add TargetRegisterInfo::getCoveringLanes().
by Jakob Stoklund Olesen
· 11 years ago
347a507
by Ulrich Weigand
· 11 years ago
2a5e8c3
PPC32 cannot form counter loops around i64 FP conversions
by Hal Finkel
· 11 years ago
3e521a5
Add a triple to the test to try to fix the windows bots.
by Rafael Espindola
· 11 years ago
c2d01fd
More addFrameMove test coverage.
by Rafael Espindola
· 11 years ago
0d6423b
Use new CHECK-DAG support to stabilize CodeGen/PowerPC/recipest.ll
by Bill Schmidt
· 11 years ago
8da0ceb
Add more addFrameMove test coverage.
by Rafael Espindola
· 11 years ago
12cba85
Fixing a 64-bit conversion warning in MSVC.
by Aaron Ballman
· 11 years ago
3808c4d
Add more test coverage for addFrameMove.
by Rafael Espindola
· 11 years ago
992c381
Remove dead calls to addFrameMove.
by Rafael Espindola
· 11 years ago
f0ef882
by Ulrich Weigand
· 11 years ago
26bca58
Add more addFrameMove test coverage.
by Rafael Espindola
· 11 years ago
aba2d6d
Extend test to check the .cfi instructions.
by Rafael Espindola
· 11 years ago
5a2afad
[SystemZ] Tweak register array comment
by Richard Sandiford
· 11 years ago
d37635d
Relax CHECK-NEXTs a bit to cope with atom's return nop padding.
by Benjamin Kramer
· 11 years ago
8f79b2f
[msan] Switch TLS globals to initial-exec model.
by Evgeniy Stepanov
· 11 years ago
d4cdf88
Removed unused variable, detected by gcc
by Patrik Hagglund
· 11 years ago
0ed9f1f
Delete dead code.
by Rafael Espindola
· 11 years ago
ce9bd66
Don't call addFrameMove on XCore.
by Rafael Espindola
· 11 years ago
eb351eb
Respect the 'nobuiltin' attribute when determining if a call is to a memory builtin.
by Richard Smith
· 11 years ago
0225d5a
Extend test for better coverage.
by Rafael Espindola
· 11 years ago
Next »