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-06-25
Handle <undef> operands in TwoAddressInstructionPass.
Jakob Stoklund Olesen
2012-06-24
%RCX is not a function live-out in eh.return functions.
Jakob Stoklund Olesen
2012-06-24
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-24
Allow controlling vectorization of boolean values separately from other integ...
Hal Finkel
2012-06-24
Remove dyn_cast + dereference pattern by replacing it with a cast and changing
Nick Lewycky
2012-06-24
Remove intrinsic specific instructions for (V)CVTPS2DQ and replace with patte...
Craig Topper
2012-06-24
Remove intrinsic specific instructions for (V)CVTPS2DQ and replace with patte...
Craig Topper
2012-06-24
Fix build failures from r159106.
Craig Topper
2012-06-24
Remove intrinsic specific instructions for CVTPD2PS and replace with just pat...
Craig Topper
2012-06-24
Remove intrinsic specific instructions for CVTPD2DQ. Replace with patterns.
Craig Topper
2012-06-24
Tab to spaces. No functionality change.
Nick Lewycky
2012-06-24
llvm/lib/Support/Errno.cpp: [Win32] Fix usage of strerror_s().
NAKAMURA Takumi
2012-06-24
VMCore/CMakeLists.txt: [CMake][MSVC] Add "/Og-" to Function.cpp on msvc10. Ot...
NAKAMURA Takumi
2012-06-24
Remove a dangling reference to a deleted instruction. Fixes PR13185!
Nick Lewycky
2012-06-24
Remove code i'd been testing with but didn't mean to commit. Oops
Pete Cooper
2012-06-24
DAG legalisation can now handle illegal fma vector types by scalarisation
Pete Cooper
2012-06-23
Remove intrinsic specific instructions for (V)CVTDQ2PS. Use a Pat instead ins...
Craig Topper
2012-06-23
Allow BBVectorize to fuse compare instructions.
Hal Finkel
2012-06-23
Make CVTDQ2PS instruction use SSE2 predicate instead of SSE1. No functional c...
Craig Topper
2012-06-23
Move CVTPD2DQ to use SSE2 predicate instead of SSE3. Move DQ2PD and PD2DQ to ...
Craig Topper
2012-06-23
Add a microoptimization note.
Benjamin Kramer
2012-06-23
Clean-up after r159077.
Hans Wennborg
2012-06-23
Extend the IL for selecting TLS models (PR9788)
Hans Wennborg
2012-06-23
Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....
Stepan Dyatkovskiy
2012-06-23
Use correct memory types for (V)CVTDQ2PD instructions.
Craig Topper
2012-06-23
Silence an unused variable warning on release builds.
Craig Topper
2012-06-23
Compress flags in X86 op folding to reduce space in static tables.
Craig Topper
2012-06-23
Make helper method static since it doesn't use anything in the class.
Craig Topper
2012-06-23
Remove intrinsic specific instructions for 128-bit (V)CVTDQ2PD. Replace with ...
Craig Topper
2012-06-23
Teach LiveVariables to handle <undef> operands.
Jakob Stoklund Olesen
2012-06-23
Handle aliases to tls variables in all architectures, not just x86.
Rafael Espindola
2012-06-23
(sub X, imm) gets canonicalized to (add X, -imm)
Evan Cheng
2012-06-23
BoundsChecking: attach debug info to traps to make my life a bit more sane
Nuno Lopes
2012-06-22
ARM: Add a better diagnostic for some out of range immediates.
Jim Grosbach
2012-06-22
Add support for the PPC isel instruction.
Hal Finkel
2012-06-22
Remove ProcessImplicitDefs.h which was unused.
Jakob Stoklund Olesen
2012-06-22
Also verify the def index for early clobbers.
Jakob Stoklund Olesen
2012-06-22
Whitespace.
Chad Rosier
2012-06-22
Delete a boring statistic.
Jakob Stoklund Olesen
2012-06-22
Store live intervals in an IndexedMap.
Jakob Stoklund Olesen
2012-06-22
Revert r158679 - use case is unclear (and it increases the memory footprint).
Hal Finkel
2012-06-22
EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...
Evan Cheng
2012-06-22
Fix a crash in --debug code.
Jakob Stoklund Olesen
2012-06-22
Don't depend on live ranges being present.
Jakob Stoklund Olesen
2012-06-22
Simplify handleMove() a bit.
Jakob Stoklund Olesen
2012-06-22
Stop computing physreg live ranges.
Jakob Stoklund Olesen
2012-06-22
Remove some redundant LIS->hasInterval() checks.
Jakob Stoklund Olesen
2012-06-22
Use MRI::isConstantPhysReg() to check remat feasibility.
Jakob Stoklund Olesen
2012-06-22
Use regunit liveness to guide LiveDebugVariables.
Jakob Stoklund Olesen
2012-06-22
Remove LiveIntervals::trackingRegUnits().
Jakob Stoklund Olesen
[prev]
[next]