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-02-14
Turn push_back loops into append/insert.
Benjamin Kramer
2012-02-14
Capitalize messages so that they appear nicely with the linker's error messages.
Bill Wendling
2012-02-14
Move old movl vector_shuffle patterns. Not needed anymore since vector_shuffl...
Craig Topper
2012-02-14
Rename getExceptionAddressRegister() to getExceptionPointerRegister() for con...
Lang Hames
2012-02-14
Use convenience function for consistency.
Lang Hames
2012-02-14
[tsan] fix compiler warnings
Kostya Serebryany
2012-02-14
Third time's the charm...?
Lang Hames
2012-02-14
Unswap swap operands, partially reducing confusion.
Lang Hames
2012-02-14
Add simplifyLoopLatch to LoopRotate pass.
Andrew Trick
2012-02-14
whitespace
Andrew Trick
2012-02-13
Don't reserve the R0 and R1 registers here. We don't use these registers, and
Bill Wendling
2012-02-13
Don't recalculate the size of the vector each time through the loop.
Bill Wendling
2012-02-13
Make operands for VSWP read-modify-write.
Lang Hames
2012-02-13
Add register mask support to ScheduleDAGRRList.
Jakob Stoklund Olesen
2012-02-13
Check against umin while converting fcmp into an icmp.
Devang Patel
2012-02-13
Just like in regular escape analysis, loads and stores through
Dan Gohman
2012-02-13
ThreadSanitizer, a race detector. First LLVM commit.
Kostya Serebryany
2012-02-13
LiveIntervalAnalysis does not depend on MachineLoopInfo.
Andrew Trick
2012-02-13
Check regmask interference for -join-physregs.
Jakob Stoklund Olesen
2012-02-13
Fix a bug in DAGCombine for the optimization of BUILD_VECTOR. We cant generat...
Nadav Rotem
2012-02-13
Remove duplicate code in this header file which seemed to undergo a copy/past...
Ahmed Charles
2012-02-13
Still more vector_shuffle pattern removal.
Craig Topper
2012-02-13
Fix various issues (or do cleanups) found by enabling certain MSVC warnings.
Ahmed Charles
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
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
[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
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
[next]