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-02-09
Formatting and comment tweaks.
Duncan Sands
2011-02-09
Teach instsimplify some tricks about exact/nuw/nsw shifts.
Chris Lattner
2011-02-09
Rework InstrTypes.h so to reduce the repetition around the NSW/NUW/Exact
Chris Lattner
2011-02-09
refactor ConstantExpr interfaces a bit around "exactness".
Chris Lattner
2011-02-09
[AVX] Implement 256-bit vector lowering for INSERT_VECTOR_ELT.
David Greene
2011-02-09
Add intrinsic for setc instruction on the XCore.
Richard Osborne
2011-02-09
When removing a function from the function set and adding it to deferred, we
Nick Lewycky
2011-02-09
lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config...
NAKAMURA Takumi
2011-02-09
Windows/Windows.h: Redefine _WIN32_WINNT here. mingw-w64 tends to define it a...
NAKAMURA Takumi
2011-02-09
Windows/Program.inc: Eliminate the declaration of SetInformationJobObject(). ...
NAKAMURA Takumi
2011-02-09
Windows/DynamicLibrary.inc: ELM_Callback fix for mingw-w64.
NAKAMURA Takumi
2011-02-09
Evict a lighter single interference before attempting to split a live range.
Jakob Stoklund Olesen
2011-02-09
Set an allocation hint when rematting before a COPY.
Jakob Stoklund Olesen
2011-02-08
Fix one more case of splitting after the last split point.
Jakob Stoklund Olesen
2011-02-08
Reorganize interference code to check LastSplitPoint first.
Jakob Stoklund Olesen
2011-02-08
Don't open the file again in the gold plugin. To be able to do this, update
Rafael Espindola
2011-02-08
Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ...
Owen Anderson
2011-02-08
Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenbe...
Benjamin Kramer
2011-02-08
Also handle the situation where an indirect branch is the first (and last)
Jakob Stoklund Olesen
2011-02-08
Add LiveIntervals::addKillFlags() to recompute kill flags after register allo...
Jakob Stoklund Olesen
2011-02-08
Trim debug spew
Jakob Stoklund Olesen
2011-02-08
Avoid folding a load instruction into an instruction that redefines the regis...
Jakob Stoklund Olesen
2011-02-08
[AVX] Implement BUILD_VECTOR lowering for 256-bit vectors. For
David Greene
2011-02-08
Add SplitEditor::overlapIntv() to create small ranges where both registers ar...
Jakob Stoklund Olesen
2011-02-08
Add assertion.
Jakob Stoklund Olesen
2011-02-08
Fix PostRA antidependence breaker.
Andrew Trick
2011-02-08
Temporary workaround for a bad bug introduced by r121082 which replaced
Evan Cheng
2011-02-08
Don't split any loop backedges, including backedges of loops other than
Dan Gohman
2011-02-08
Add LiveIntervals::shrinkToUses().
Jakob Stoklund Olesen
2011-02-07
SimplifyCFG: Track the number of used icmps when turning a icmp chain into a ...
Benjamin Kramer
2011-02-07
Add support for parsing dmb/dsb instructions
Bruno Cardoso Lopes
2011-02-07
Remove comment about an argument that was removed couple of years ago.
Devang Patel
2011-02-07
Remove the MCR asm parser hack and start using the custom target specific asm
Bruno Cardoso Lopes
2011-02-07
fix comment change.
Chris Lattner
2011-02-07
[AVX] Insert/extract subvector lowering support. This includes a
David Greene
2011-02-07
ARM/MC/ELF Lowercase .cpu attributes in .s, but make them uppercase in .o
Jason W Kim
2011-02-07
Fix an obvious typo which caused an isel assertion. rdar://8964854.
Evan Cheng
2011-02-07
Add codegen support for using post-increment NEON load/store instructions.
Bob Wilson
2011-02-07
Change VLD3/4 and VST3/4 for quad registers to not update the address register.
Bob Wilson
2011-02-07
Fix some NEON instruction itineraries.
Bob Wilson
2011-02-07
Fix a comment: addrmode6 no longer includes the optional writeback flag.
Bob Wilson
2011-02-07
Remove inaccurate comments: so_imm and t2_so_imm operands are not encoded
Bob Wilson
2011-02-07
Move code for OffsetCompare struct closer to where it is used.
Bob Wilson
2011-02-07
implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.
Chris Lattner
2011-02-07
Add an m_Div pattern for matching either a udiv or an sdiv and use it
Duncan Sands
2011-02-07
Teach ARM/MC/ELF about gcc compatible reloc output to get past odd linkage
Jason W Kim
2011-02-07
Rework some .ARM.attribute work for improved gcc compatibility.
Jason W Kim
2011-02-06
teach instsimplify to transform (X / Y) * Y to X
Chris Lattner
2011-02-06
enhance vmcore to know that udiv's can be exact, and add a trivial
Chris Lattner
2011-02-06
Remove premature optimization that avoided calculating argument weights
Eric Christopher
[next]