index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
Age
Commit message (
Expand
)
Author
2012-11-15
Mark FP_ROUND for converting NEON v2f64 to v2f32 as expand. Add a missing
Eli Friedman
2012-11-15
[mips] Add predicate HasFPIdx for floating-point indexed load instruction
Akira Hatanaka
2012-11-15
PowerPC: Lowering floor intrinsic for Altivec
Adhemerval Zanella
2012-11-15
Add assertions in MipsLongBranch which check the size of basic blocks.
Akira Hatanaka
2012-11-15
Return 0 instead of false.
Jakub Staszak
2012-11-15
Simplify code.
Jakub Staszak
2012-11-15
Use empty parens for empty function parameter list instead of '(void)'.
Dmitri Gribenko
2012-11-15
Revert changing FNEG of v4f32 to Expand. It's legal.
Craig Topper
2012-11-15
Make FNEG and FABS of v4f32 Expand.
Craig Topper
2012-11-15
Make a bunch of floating point operations on vectors Expand so that instructi...
Craig Topper
2012-11-15
Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.
Craig Topper
2012-11-14
Remove unneeded #includes.
Jakub Staszak
2012-11-14
NVPTXISelLowering.cpp: Fix warnings. [-Wunused-variable]
NAKAMURA Takumi
2012-11-14
Remove the CellSPU port.
Eric Christopher
2012-11-14
Fix invalid asserts, use llvm_unreachable instead.
Jakub Staszak
2012-11-14
Added multiclass for post-increment load instructions.
Jyotsna Verma
2012-11-14
X86: Enable SSE memory intrinsics even when stack alignment is less than 16 b...
Benjamin Kramer
2012-11-14
The code pattern "imm0_255_neg" is used for checking if an immediate value is...
Nadav Rotem
2012-11-14
[NVPTX] Implement custom lowering of loads/stores for i1
Justin Holewinski
2012-11-14
X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches.
Jim Grosbach
2012-11-14
Set FFLOOR of vectors to expand to keep intruction selection from failing.
Craig Topper
2012-11-14
Factor out an overly replicated typecast. No functional change.
Craig Topper
2012-11-14
Set FFLOOR for vectors to expand on CellSPU to keep instruction selection fro...
Craig Topper
2012-11-14
Use TARGET2 relocation for TType references on ARM.
Anton Korobeynikov
2012-11-13
Add (some) PowerPC TLS relocation types to ELF.h and
Ulrich Weigand
2012-11-13
Fix wrong PowerPC instruction opcodes for:
Ulrich Weigand
2012-11-13
Fix wrong PowerPC instruction encodings due to
Ulrich Weigand
2012-11-13
Fix instruction encoding for "bd(n)z" on PowerPC,
Ulrich Weigand
2012-11-13
Fix instruction encoding for "isel" on PowerPC,
Ulrich Weigand
2012-11-13
X86: when constructing VZEXT_LOAD from other loads, makes sure its output
Manman Ren
2012-11-13
misched: Allow subtargets to enable misched and dependent options.
Andrew Trick
2012-11-13
Test commit.
Jyotsna Verma
2012-11-12
misched: Target-independent support for load/store clustering.
Andrew Trick
2012-11-12
Make TOC order deterministic by using MapVector instead of DenseMap.
Ulrich Weigand
2012-11-12
Remove unused field.
Eric Christopher
2012-11-12
Fix PR14314
Michael Liao
2012-11-12
[NVPTX] Add more precise PTX/SM target attributes
Justin Holewinski
2012-11-11
Move some helper methods to being static functions in the implementation file.
Craig Topper
2012-11-11
Use the isTruncFree and isZExtFree API to figure out of these operations are ...
Nadav Rotem
2012-11-10
Remove unnecessary subtraction and addition by 1 around a couple for loops.
Craig Topper
2012-11-10
Tidy up spacing. No functional change.
Craig Topper
2012-11-10
Removed unimplemented method declaration.
Craig Topper
2012-11-10
Simplify custom emitter code for pcmp(e/i)str(i/m) and make the helper functi...
Craig Topper
2012-11-10
Add more functions to the target library information.
Meador Inge
2012-11-10
Disable the Thumb no-return call optimization:
Evan Cheng
2012-11-10
Cleanup pcmp(e/i)str(m/i) instruction definitions and load folding support.
Craig Topper
2012-11-09
[NVPTX] Use ABI alignment for parameters when alignment is not specified.
Justin Holewinski
2012-11-09
Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.
Anton Korobeynikov
2012-11-09
Switch FreeBSD/i386 back to 4byte stack alignment. This partially
Roman Divacky
2012-11-09
Revert r167620; this can be implemented using an existing CL option.
Chad Rosier
[prev]
[next]