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-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
Add newlines to end of debug messages.
Craig Topper
2012-11-14
Handle DAG CSE adding new uses during ReplaceAllUsesWith. Fixes PR14333.
Rafael Espindola
2012-11-14
Use TARGET2 relocation for TType references on ARM.
Anton Korobeynikov
2012-11-14
Fix broken asserts. Also, spell 'indices' correctly.
Matt Beaumont-Gay
2012-11-14
[Object] Fix endianess bug by refactoring Archive::Symbol::getMember.
Michael J. Spencer
2012-11-14
use the getSplat API. Patch by Paul Redmond.
Nadav Rotem
2012-11-13
Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."
Eric Christopher
2012-11-13
Revert -join-splitedges to a boolean cmd line option.
Andrew Trick
2012-11-13
The MachineScheduler does not currently require JoinSplitEdges.
Andrew Trick
2012-11-13
[MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev!
Michael J. Spencer
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
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
[next]