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-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary."
Andrew Trick
2012-06-29
In the initial exec mode we always do a load to find the address of a variable.
Rafael Espindola
2012-06-29
Make NumMicroOps a variable in the subtarget's instruction itinerary.
Andrew Trick
2012-06-29
X86: add more GATHER intrinsics in LLVM
Manman Ren
2012-06-28
Changed the formatting sequence of a curly brace to
Jack Carter
2012-06-28
Remove layering violation #include.
Bill Wendling
2012-06-28
The Mips specific inline asm operand modifier 'z' has the
Jack Carter
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-27
This allows hello world to be compiled for Mips 64 direct object.
Jack Carter
2012-06-27
This allows hello world to be compiled for Mips 64 direct object.
Jack Carter
2012-06-27
Whitespace.
Chad Rosier
2012-06-27
The ELF relocation record format is different for N64
Jack Carter
2012-06-27
Teach assembler to handle capitalised operation values for DSB instructions
Richard Barton
2012-06-27
Prevent ARM Assembler crashing on unrecognised assembly format for DSB instru...
Richard Barton
2012-06-27
Silence uninitialized variable warning in MipsISelDAGToDAG.cpp.
Akira Hatanaka
2012-06-27
Fix bug in computation of stack size in MipsFrameLowering.cpp.
Akira Hatanaka
2012-06-26
Add a missing check to avoid dereference null. No sensible test case possible...
Evan Cheng
2012-06-26
X86: add GATHER intrinsics (AVX2) in LLVM
Manman Ren
2012-06-26
There are a number of generic inline asm operand modifiers that
Jack Carter
2012-06-26
Removed unused variable
Elena Demikhovsky
2012-06-26
Rename to match other X86_64* names.
Bill Wendling
2012-06-26
Shuffle optimization for AVX/AVX2.
Elena Demikhovsky
2012-06-26
Remove some duplicate instructions that exist only to given different mnemoni...
Craig Topper
2012-06-25
Make some ugly hacks for inline asm operands which name a specific register a...
Eli Friedman
2012-06-25
ARM: update peephole optimization.
Manman Ren
2012-06-25
Add SSE2 predicate to CVTPS2PD instructions. Doesn't matter much because ther...
Craig Topper
2012-06-25
Remove codegen only instruction in favor of one that has the same definition....
Craig Topper
2012-06-24
%RCX is not a function live-out in eh.return functions.
Jakob Stoklund Olesen
2012-06-24
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-24
Remove intrinsic specific instructions for (V)CVTPS2DQ and replace with patte...
Craig Topper
2012-06-24
Remove intrinsic specific instructions for (V)CVTPS2DQ and replace with patte...
Craig Topper
2012-06-24
Fix build failures from r159106.
Craig Topper
2012-06-24
Remove intrinsic specific instructions for CVTPD2PS and replace with just pat...
Craig Topper
2012-06-24
Remove intrinsic specific instructions for CVTPD2DQ. Replace with patterns.
Craig Topper
2012-06-24
Remove code i'd been testing with but didn't mean to commit. Oops
Pete Cooper
2012-06-24
DAG legalisation can now handle illegal fma vector types by scalarisation
Pete Cooper
2012-06-23
Remove intrinsic specific instructions for (V)CVTDQ2PS. Use a Pat instead ins...
Craig Topper
2012-06-23
Make CVTDQ2PS instruction use SSE2 predicate instead of SSE1. No functional c...
Craig Topper
2012-06-23
Move CVTPD2DQ to use SSE2 predicate instead of SSE3. Move DQ2PD and PD2DQ to ...
Craig Topper
2012-06-23
Add a microoptimization note.
Benjamin Kramer
2012-06-23
Extend the IL for selecting TLS models (PR9788)
Hans Wennborg
2012-06-23
Use correct memory types for (V)CVTDQ2PD instructions.
Craig Topper
2012-06-23
Silence an unused variable warning on release builds.
Craig Topper
2012-06-23
Compress flags in X86 op folding to reduce space in static tables.
Craig Topper
2012-06-23
Make helper method static since it doesn't use anything in the class.
Craig Topper
2012-06-23
Remove intrinsic specific instructions for 128-bit (V)CVTDQ2PD. Replace with ...
Craig Topper
2012-06-23
Handle aliases to tls variables in all architectures, not just x86.
Rafael Espindola
2012-06-23
(sub X, imm) gets canonicalized to (add X, -imm)
Evan Cheng
2012-06-22
ARM: Add a better diagnostic for some out of range immediates.
Jim Grosbach
[prev]
[next]