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
Age
Commit message (
Expand
)
Author
2012-02-13
Remove more vector_shuffle patterns for unpack. These should be target specif...
Craig Topper
2012-02-13
Recommit r150328. Previous test failures should be fixed by r150360.
Craig Topper
2012-02-13
Revert accidental commit of a pruned testcase from r150360.
Craig Topper
2012-02-13
Update CanXFormVExtractWithShuffleIntoLoad to ensure bitcasts of loads only h...
Craig Topper
2012-02-13
Revert r150328, "Remove more vector_shuffle patterns."
NAKAMURA Takumi
2012-02-13
Fixed bug when custom lowering DEC64m on x86.
Pete Cooper
2012-02-12
This patch addresses the problem of poor code generation for the zext
Nadav Rotem
2012-02-12
StringSwitchify the rest of Triple.cpp.
Benjamin Kramer
2012-02-12
Switch a bunch of manual if-chains to use StringSwitch. Clean them up in
Chandler Carruth
2012-02-12
Remove more vector_shuffle patterns.
Craig Topper
2012-02-12
Expose the ELFObjectFile class directly in the Object/ELF.h header, similarly
Eli Bendersky
2012-02-12
Handle InvokeInst in EvaluateBlock. Don't try to support exceptions, it's just
Nick Lewycky
2012-02-12
false is totally null!
Nick Lewycky
2012-02-12
Remove redundant getAnalysis<> calls in GlobalOpt. Add a few Itanium ABI calls
Nick Lewycky
2012-02-12
Pass TargetData and TargetLibraryInfo through to the constant folder. Fixes a
Nick Lewycky
2012-02-12
Remove more vector_shuffle patterns.
Craig Topper
2012-02-12
Fix function name in comment to match actual name. Fix comments that are using
Nick Lewycky
2012-02-12
Don't traverse the PHI nodes twice. No functionality change!
Nick Lewycky
2012-02-11
Remove more vector_shuffle patterns.
Craig Topper
2012-02-11
Add support for implicit TLS model used with MS VC runtime.
Anton Korobeynikov
2012-02-11
Don't mix declarations and code.
Benjamin Kramer
2012-02-11
Make the EDis tables const.
Benjamin Kramer
2012-02-11
Reuse the enum names from X86Desc in the X86Disassembler.
Benjamin Kramer
2012-02-11
Document the new module flags.
Bill Wendling
2012-02-11
[WIP] Initial code for module flags.
Bill Wendling
2012-02-11
Remove some patterns for matching vector_shuffle instructions since vector_sh...
Craig Topper
2012-02-11
Add TargetPassConfig hooks for scheduling/bundling.
Andrew Trick
2012-02-11
comment
Andrew Trick
2012-02-11
Fix shuffle lowering code to stop creating temporary DAG nodes to do shuffle ...
Craig Topper
2012-02-11
Allow Post-RA LICM to hoist reserved register reads.
Jakob Stoklund Olesen
2012-02-11
Handle register masks in local live range splitting.
Jakob Stoklund Olesen
2012-02-11
Don't read PreRegAlloc before it is initialized.
Jakob Stoklund Olesen
2012-02-10
Revert r150222, as the clang driver now handles this properly.
Jim Grosbach
2012-02-10
Clean up comment.
Jakob Stoklund Olesen
2012-02-10
Add a static MachineOperand::clobbersPhysReg().
Jakob Stoklund Olesen
2012-02-10
Add register mask support to InterferenceCache.
Jakob Stoklund Olesen
2012-02-10
Remove unused variable.
Jakob Stoklund Olesen
2012-02-10
Added description of invariant.load metadata to LangRef. It was added to the...
Pete Cooper
2012-02-10
Make valgrind happy.
Jason W Kim
2012-02-10
Update BBVectorize to use aliasesUnknownInst.
Hal Finkel
2012-02-10
Have AliasSet::aliasesUnknownInst use pointer TBAA info when available
Hal Finkel
2012-02-10
Make aliasesPointer and aliasesUnknownInst public members of AliasSet.
Hal Finkel
2012-02-10
Fix PR11948: the result type of an icmp may be a vector of boolean -
Duncan Sands
2012-02-10
Revert commit 149912 (lattner) and add a testcase that shows the problem (which
Duncan Sands
2012-02-10
Put instruction names into an indexed string table on the side, removing a po...
Benjamin Kramer
2012-02-10
comment grammar
Andrew Trick
2012-02-10
update --enable-targets list
Jia Liu
2012-02-10
unnecessary include
Andrew Trick
2012-02-10
PTX no longer needs to provide its own backend.
Andrew Trick
2012-02-10
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
[next]