projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Mark me as the owner of the gold plugin.
[oota-llvm.git]
/
test
/
2012-11-22
Meador Inge
Add more functions to the target library information.
tree
|
commitdiff
2012-11-21
Preston Briggs
Corrects a problem where we reply exclusively of GEPs...
tree
|
commitdiff
2012-11-21
Jack Carter
Mips direct object xgot support
tree
|
commitdiff
2012-11-21
Akira Hatanaka
[mips] Generate big GOT code.
tree
|
commitdiff
2012-11-21
Andrew Kaylor
Adding tests for the Intel JIT event listener's MCJIT...
tree
|
commitdiff
2012-11-21
Anton Korobeynikov
Add support for varargs functions for msp430.
tree
|
commitdiff
2012-11-21
Anton Korobeynikov
Add support for byval args. Patch by Job Noorman!
tree
|
commitdiff
2012-11-21
NAKAMURA Takumi
llvm/test/Transforms/InstCombine/sdiv-1.ll: FileCheck...
tree
|
commitdiff
2012-11-21
Rafael Espindola
Using "not grep" is brittle as the test passes if llvm...
tree
|
commitdiff
2012-11-21
Chandler Carruth
PR14055: Implement support for sub-vector operations...
tree
|
commitdiff
2012-11-20
Eli Bendersky
Add a tests for the new -no-show-raw-insn option of...
tree
|
commitdiff
2012-11-20
Kostya Serebryany
[asan] don't instrument linker-initialized globals...
tree
|
commitdiff
2012-11-20
Kostya Serebryany
[asan] make sure that linker-initialized globals (non...
tree
|
commitdiff
2012-11-20
NAKAMURA Takumi
llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32...
tree
|
commitdiff
2012-11-20
Chandler Carruth
Fix PR14132 and handle OOB loads speculated throuh...
tree
|
commitdiff
2012-11-20
Tim Northover
Fix physical register liveness calculations:
tree
|
commitdiff
2012-11-20
Elena Demikhovsky
Intel OCL built-ins calling conventions now support...
tree
|
commitdiff
2012-11-20
Simon Atanasyan
Marking remote mcjit tests as XFAIL for MIPS.
tree
|
commitdiff
2012-11-20
Chandler Carruth
Rework the rewriting of loads and stores for vector...
tree
|
commitdiff
2012-11-19
Anton Korobeynikov
Factor out type info emission into separate routine.
tree
|
commitdiff
2012-11-19
Jakob Stoklund Olesen
Handle mixed normal and early-clobber defs on inline...
tree
|
commitdiff
2012-11-19
Ulrich Weigand
Enable MCJIT tests on PowerPC.
tree
|
commitdiff
2012-11-18
Duncan Sands
Fix PR14060, an infinite loop in reassociate. The...
tree
|
commitdiff
2012-11-18
Andrew Trick
Use a full triple for a PPC test case for asm syntax.
tree
|
commitdiff
2012-11-18
NAKAMURA Takumi
MCJIT: [cygming] Give noop to __main also in RecordingM...
tree
|
commitdiff
2012-11-18
NAKAMURA Takumi
test/ExecutionEngine/MCJIT/stubs-remote.ll: Prune DOSis...
tree
|
commitdiff
2012-11-18
Nick Lewycky
Don't try to calculate the alignment of an unsigned...
tree
|
commitdiff
2012-11-17
Andrew Trick
Silence the buildbots for this test while I figure...
tree
|
commitdiff
2012-11-17
Andrew Trick
Broaden isSchedulingBoundary to check aliases of SP.
tree
|
commitdiff
2012-11-17
Hal Finkel
Phi speculation improvement for BasicAA
tree
|
commitdiff
2012-11-17
Eli Friedman
Mark FP_EXTEND form v2f32 to v2f64 as "expand" for...
tree
|
commitdiff
2012-11-17
Chad Rosier
[fast-isel] Add the -verify-machineinstrs to these...
tree
|
commitdiff
2012-11-17
Nadav Rotem
LoopVectorizer: Add initial support for pointer inducti...
tree
|
commitdiff
2012-11-17
Akira Hatanaka
Initial implementation of MipsTargetLowering::isLegalAd...
tree
|
commitdiff
2012-11-17
Evan Cheng
Teach SROA rewriteVectorizedStoreInst to handle cases...
tree
|
commitdiff
2012-11-17
Andrew Kaylor
Marking remote mcjit tests as XFAIL for cygwin (hopeful...
tree
|
commitdiff
2012-11-16
Andrew Kaylor
Marking remote mcjit tests as XFAIL for mingw32 (hopefu...
tree
|
commitdiff
2012-11-16
Andrew Kaylor
Marking remote mcjit tests as XFAIL for ARM (hopefully...
tree
|
commitdiff
2012-11-16
Weiming Zhao
Remove hard coded registers in ARM ldrexd and strexd...
tree
|
commitdiff
2012-11-16
Anton Korobeynikov
Make sure FABS on v2f32 and v4f32 is legal on ARM NEON
tree
|
commitdiff
2012-11-16
Richard Osborne
Fix handling of aliases to functions.
tree
|
commitdiff
2012-11-16
Justin Holewinski
[NVPTX] Order global variables in def-use order before...
tree
|
commitdiff
2012-11-16
Justin Holewinski
Preserve address space of forward-referenced global...
tree
|
commitdiff
2012-11-16
Hemant Kulkarni
Added program header emission
tree
|
commitdiff
2012-11-16
Duncan Sands
InstructionSimplify should be able to simplify A+B...
tree
|
commitdiff
2012-11-16
Duncan Sands
Fix PR14361: wrong simplification of A+B==B+A. You...
tree
|
commitdiff
2012-11-16
Andrew Kaylor
Adding new tests to test lli's pseudo-remote feature...
tree
|
commitdiff
2012-11-16
NAKAMURA Takumi
llvm/test/CodeGen/X86/hipe-cc*.ll: Add explicit -mcpu...
tree
|
commitdiff
2012-11-16
Duncan Sands
Add the Erlang/HiPE calling convention, patch by Yianni...
tree
|
commitdiff
2012-11-16
Amara Emerson
Add MCJIT test case for running global constructors.
tree
|
commitdiff
2012-11-16
Hans Wennborg
Constant::IsThreadDependent(): Use dyn_cast<Constant...
tree
|
commitdiff
2012-11-16
Craig Topper
Use roundps/pd for llvm.ceil, llvm.trunc, llvm.rint...
tree
|
commitdiff
2012-11-16
Akira Hatanaka
[mips] Fix delay slot filler so that instructions with...
tree
|
commitdiff
2012-11-15
Eli Bendersky
Add some tests for the FileCheck utility.
tree
|
commitdiff
2012-11-15
Eli Friedman
Mark FP_ROUND for converting NEON v2f64 to v2f32 as...
tree
|
commitdiff
2012-11-15
Adhemerval Zanella
PowerPC: Lowering floor intrinsic for Altivec
tree
|
commitdiff
2012-11-15
Hans Wennborg
Make GlobalOpt be conservative with TLS variables ...
tree
|
commitdiff
2012-11-15
Duncan Sands
Fix a crash observed by Shuxin Yang. The issue here...
tree
|
commitdiff
2012-11-14
Bill Schmidt
This patch is in preparation for adding medium code...
tree
|
commitdiff
2012-11-14
Jakub Staszak
Make sure to not get AVX code on an AVX-capable host...
tree
|
commitdiff
2012-11-14
NAKAMURA Takumi
test/CodeGen/Hexagon/postinc-load.ll: Suppress it for...
tree
|
commitdiff
2012-11-14
Eric Christopher
Remove the CellSPU port.
tree
|
commitdiff
2012-11-14
NAKAMURA Takumi
llvm/test/CodeGen/X86/memset.ll: FileCheck-ize, and...
tree
|
commitdiff
2012-11-14
Jyotsna Verma
Added multiclass for post-increment load instructions.
tree
|
commitdiff
2012-11-14
Benjamin Kramer
Force CPU in test so we don't accidentally get AVX...
tree
|
commitdiff
2012-11-14
Jakub Staszak
Remove DOS line endings.
tree
|
commitdiff
2012-11-14
Benjamin Kramer
X86: Enable SSE memory intrinsics even when stack align...
tree
|
commitdiff
2012-11-14
Nadav Rotem
The code pattern "imm0_255_neg" is used for checking...
tree
|
commitdiff
2012-11-14
Justin Holewinski
[NVPTX] Implement custom lowering of loads/stores for i1
tree
|
commitdiff
2012-11-14
Anton Korobeynikov
Fix really stupid ARM EHABI info generation bug: we...
tree
|
commitdiff
2012-11-14
Jim Grosbach
X86: Better diagnostics for 32-bit vs. 64-bit mode...
tree
|
commitdiff
2012-11-14
Alexey Samsonov
Emit relocations from .debug_aranges to .debug_info...
tree
|
commitdiff
2012-11-14
Rafael Espindola
Handle DAG CSE adding new uses during ReplaceAllUsesWit...
tree
|
commitdiff
2012-11-14
Anton Korobeynikov
Use TARGET2 relocation for TType references on ARM.
tree
|
commitdiff
2012-11-13
Eric Christopher
Revert "Use the 'count' attribute instead of the 'upper...
tree
|
commitdiff
2012-11-13
Michael J. Spencer
[MC][COFF] Emit weak symbols to the correct section...
tree
|
commitdiff
2012-11-13
NAKAMURA Takumi
Revert r167836, "llvm/test/Other/close-stderr.ll: Mark...
tree
|
commitdiff
2012-11-13
Ulrich Weigand
Add test case to verify correct relocs being generated for
tree
|
commitdiff
2012-11-13
Shankar Easwaran
numerically sort the symbols, so that the testcase...
tree
|
commitdiff
2012-11-13
Daniel Dunbar
llvm-nm: Make sort more stable when symbol names are...
tree
|
commitdiff
2012-11-13
Manman Ren
X86: when constructing VZEXT_LOAD from other loads...
tree
|
commitdiff
2012-11-13
Ulrich Weigand
Do not consider a machine instruction that uses and...
tree
|
commitdiff
2012-11-13
Shankar Easwaran
Adding changes to support GNU style archive library...
tree
|
commitdiff
2012-11-13
Chad Rosier
Revert 167755/167760. We don't want to emit crash diagn...
tree
|
commitdiff
2012-11-13
NAKAMURA Takumi
llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw...
tree
|
commitdiff
2012-11-13
Duncan Sands
Codegen support for arbitrary vector getelementptrs.
tree
|
commitdiff
2012-11-13
Duncan Sands
Fix the instcombine GEP index widening transform to...
tree
|
commitdiff
2012-11-13
Duncan Sands
Relax the restrictions on vector of pointer types,...
tree
|
commitdiff
2012-11-13
Benjamin Kramer
DependenceAnalysis: Print all dependency pairs when...
tree
|
commitdiff
2012-11-13
Alexey Samsonov
Figure out <size> argument of llvm.lifetime intrinsics...
tree
|
commitdiff
2012-11-13
Meador Inge
instcombine: Migrate math library call simplifications
tree
|
commitdiff
2012-11-13
Hal Finkel
BBVectorize: Don't vectorize vector-manipulation chains
tree
|
commitdiff
2012-11-13
Bill Wendling
Use the 'count' attribute instead of the 'upper_bound...
tree
|
commitdiff
2012-11-13
Andrew Trick
Cleanup the main RegisterCoalescer loop.
tree
|
commitdiff
2012-11-13
Shuxin Yang
revert r167740
tree
|
commitdiff
2012-11-12
Hal Finkel
BBVectorize: Only some insert element operand pairs...
tree
|
commitdiff
2012-11-12
Michael Liao
Fix test case added in patch fixing PR14314
tree
|
commitdiff
2012-11-12
Chad Rosier
Update test case for r167754/r167755.
tree
|
commitdiff
2012-11-12
Hal Finkel
BBVectorize: Use a more sophisticated check for input...
tree
|
commitdiff
2012-11-12
Hal Finkel
BBVectorize: Check the types of compare instructions
tree
|
commitdiff
next