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
Age
Commit message (
Expand
)
Author
2011-10-16
Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...
Craig Topper
2011-10-16
Add X86 feature detection support for BMI instructions. Added new cpuid funct...
Craig Topper
2011-10-15
Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work ...
Craig Topper
2011-10-15
The CELL backend cannot select patterns for vector trunc-store and shl on v2...
Nadav Rotem
2011-10-15
ARM cannot select a pattern for trunc-store v4i8; /ARM/vrev.ll fails when pro...
Nadav Rotem
2011-10-15
SmallVector -> array
Benjamin Kramer
2011-10-15
Don't replace all dominated uses if there is only one use, since that
Duncan Sands
2011-10-15
Add a bad char heuristic to StringRef::find.
Benjamin Kramer
2011-10-15
Move the legalization of vector loads and stores into LegalizeVectorOps. In some
Nadav Rotem
2011-10-15
Fix SCEVExpander assert during LSR: "argument of incompatible type".
Andrew Trick
2011-10-15
Revert r142046, "Fix for llvm::sys::getHostTriple on Windows. Instead of rel...
NAKAMURA Takumi
2011-10-15
Fix for llvm::sys::getHostTriple on Windows. Instead of relying on the triple
Chad Rosier
2011-10-15
Windows/Memory.inc: Support the ability to allocate memory "near" another blo...
NAKAMURA Takumi
2011-10-15
Fix indvars randomness by removing iteration over a map.
Andrew Trick
2011-10-15
Clear out the landing pad to call site map for each function.
Bill Wendling
2011-10-15
Mark tADDrSPi as having side effects again.
Jakob Stoklund Olesen
2011-10-15
Thumb1 does not support dynamic stack realignment.
Chad Rosier
2011-10-15
Mark registers as DEAD because they're really just clobbers.
Bill Wendling
2011-10-14
Add missing correctness check to ARMTargetLowering::ReconstructShuffle. Fixe...
Eli Friedman
2011-10-14
Make sure that the register is in the register class before adding it as a ma...
Bill Wendling
2011-10-14
Mark the invoke call instruction as implicitly defining the callee-saved regi...
Bill Wendling
2011-10-14
constify array itself, don't iterate multiple times.
Chris Lattner
2011-10-14
Allow the source module to be materialized during the linking process.
Tanya Lattner
2011-10-14
Fix a non-firing assert. Change:
Richard Trieu
2011-10-14
ocaml bindings: add getopcode for constant and instruction, and int64_of_const.
Torok Edwin
2011-10-14
bindings: tab and indentation fixes of my previous commits
Torok Edwin
2011-10-14
A few 80-col violations.
Evan Cheng
2011-10-14
Disable code/data region symbols on ELF targets, where different mapping symb...
Owen Anderson
2011-10-14
Add an implementation of the CanLowerReturn function to the PPC backend
Hal Finkel
2011-10-14
Add f128 to datalayout string.
Akira Hatanaka
2011-10-14
initial test commit (remove whitespace)
Hal Finkel
2011-10-14
Update live-in lists when splitting critical edges.
Jakob Stoklund Olesen
2011-10-14
Revert r141932, r141936 and r141937.
Akira Hatanaka
2011-10-14
Fix typo. "__sync_fetch_and-xor_4" should be "__sync_fetch_and_xor_4".
Jim Grosbach
2011-10-14
An instruction's operands aren't necessarily instructions or constants. They
Nick Lewycky
2011-10-14
Add X86 ANDN instruction. Including instruction selection.
Craig Topper
2011-10-14
Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...
Craig Topper
2011-10-14
Definition of function getMipsRegisterNumbering.
Akira Hatanaka
2011-10-14
Add definition of class MipsELFWriterInfo.
Akira Hatanaka
2011-10-14
Add missing relocation types.
Akira Hatanaka
2011-10-14
Fixup enumerations.
Akira Hatanaka
2011-10-14
Add more Mips relocation types.
Akira Hatanaka
2011-10-14
Ban rematerializable instructions with side effects.
Jakob Stoklund Olesen
2011-10-14
V_SET0 has no side effects.
Jakob Stoklund Olesen
2011-10-14
Add value numbers when spilling dead defs.
Jakob Stoklund Olesen
2011-10-13
Avoid undefined behavior in negation in LSR. Patch by Ahmed Charles.
Eli Friedman
2011-10-13
Fix undefined shift. Patch by Ahmed Charles.
Eli Friedman
2011-10-13
Simplify assertion, and avoid undefined shift. Based on patch by Ahmed Charles.
Eli Friedman
2011-10-13
Support/Windows: Add support modifying memory permissions on Windows. Patch b...
Michael J. Spencer
2011-10-13
Fix undefined shifts and abs in Alpha backend. Based on patch by Ahmed Charles.
Eli Friedman
[next]