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
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
Do not consider a machine instruction that uses and defines the same
Ulrich Weigand
2012-11-13
Adding changes to support GNU style archive library reading
Shankar Easwaran
2012-11-13
Fix -join-splitedges: my previous "cleanup" broke it.
Andrew Trick
2012-11-13
Revert 167755/167760. We don't want to emit crash diagnostics on command-line...
Chad Rosier
2012-11-13
Codegen support for arbitrary vector getelementptrs.
Duncan Sands
2012-11-13
Relax the restrictions on vector of pointer types, and vector getelementptr.
Duncan Sands
2012-11-13
DependenceAnalysis: Print all dependency pairs when dumping. Update all testc...
Benjamin Kramer
2012-11-13
misched: Allow subtargets to enable misched and dependent options.
Andrew Trick
2012-11-13
Added RegisterCoalescer support for joining global copies first.
Andrew Trick
2012-11-13
Figure out <size> argument of llvm.lifetime intrinsics at the moment they are...
Alexey Samsonov
2012-11-13
Test commit.
Jyotsna Verma
2012-11-13
BBVectorize: Remove temporary assert used for debugging
Hal Finkel
2012-11-13
instcombine: Migrate math library call simplifications
Meador Inge
2012-11-13
BBVectorize: Don't vectorize vector-manipulation chains
Hal Finkel
2012-11-13
Revert r167759. Ben is right this isn't likely to help much.
Evan Cheng
2012-11-13
misched: Don't consider artificial edges weak edges.
Andrew Trick
2012-11-13
Use the 'count' attribute instead of the 'upper_bound' attribute.
Bill Wendling
2012-11-13
Cleanup the main RegisterCoalescer loop.
Andrew Trick
2012-11-13
revert r167740
Shuxin Yang
2012-11-12
Cleanup -join-splitedges. Make the loop more obvious.
Andrew Trick
2012-11-12
BBVectorize: Only some insert element operand pairs are free.
Hal Finkel
2012-11-12
Add an option to enable prototype "fission" capabilities and debug changes.
Eric Christopher
2012-11-12
Cache size of PassVector to speed up getNumContainedPasses().
Evan Cheng
2012-11-12
Added a temporary option to avoid critical edges splitting.
Andrew Trick
2012-11-12
Rewrite DIContext interface to take an object. Update all callers.
Eric Christopher
2012-11-12
Revert r167620; this can be implemented using an existing CL option.
Chad Rosier
2012-11-12
misched: rename interfaceto avoid gcc warnings
Andrew Trick
2012-11-12
BBVectorize: Use a more sophisticated check for input cost
Hal Finkel
2012-11-12
misched: Target-independent support for MacroFusion.
Andrew Trick
2012-11-12
BBVectorize: Check the types of compare instructions
Hal Finkel
2012-11-12
misched: Target-independent support for load/store clustering.
Andrew Trick
2012-11-12
This change is to fix rdar://12571717 which is about assertion in Reassociate...
Shuxin Yang
2012-11-12
misched: Infrastructure for weak DAG edges.
Andrew Trick
2012-11-12
Make TOC order deterministic by using MapVector instead of DenseMap.
Ulrich Weigand
2012-11-12
BBVectorize: Check the input types of shuffles for legality
Hal Finkel
2012-11-12
[ASan] fixup for r167725: Don't fetch name of StructType if it is literal
Alexey Samsonov
2012-11-12
Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...
Alexey Samsonov
2012-11-12
Normalize memcmp constant folding results.
Meador Inge
2012-11-12
[ASan]: Add minimalistic support for turning off initialization-order checkin...
Alexey Samsonov
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-12
Delete a stale comment. No functional change.
Meador Inge
2012-11-11
Move some helper methods to being static functions in the implementation file.
Craig Topper
2012-11-11
instcombine: Migrate memset optimizations
Meador Inge
[prev]
[next]