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
/
CodeGen
Age
Commit message (
Expand
)
Author
2012-10-23
Per the C++ standard, we need to include the definition of llvm::Calculate in
Richard Smith
2012-10-21
Don't crash when the Assignments vector is empty.
Jakob Stoklund Olesen
2012-10-20
Symbol hygiene: Make sure declarations and definitions match, make helper fun...
Benjamin Kramer
2012-10-19
1. Remove noreturn attribute from __builtin_debugtrap().
Shuxin Yang
2012-10-19
revert r166264 because the LTO build is still failing
Nadav Rotem
2012-10-19
This patch is to fix radar://8426430. It is about llvm support of __builtin_d...
Shuxin Yang
2012-10-19
recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...
Nadav Rotem
2012-10-19
Simplify condition checking as CONCAT assume all inputs of the same type.
Michael Liao
2012-10-18
Clear unknown mem ops when merging stack slots (pr14090)
Sebastian Pop
2012-10-18
Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*
Sebastian Pop
2012-10-18
In SimplifySelectOps we pulled two loads through a select node despite the fa...
Nadav Rotem
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-17
Revert part of r166049 back and enable test case in r166125.
Michael Liao
2012-10-17
Revert r166049
Michael Liao
2012-10-17
Teach DAG combine to fold (extract_subvec (concat v1, ..) i) to v_i
Michael Liao
2012-10-17
Switch MRI::UsedPhysRegs to a register unit bit vector.
Jakob Stoklund Olesen
2012-10-17
Add a really faster pre-RA scheduler (-pre-RA-sched=linearize). It doesn't use
Evan Cheng
2012-10-17
Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().
Jakob Stoklund Olesen
2012-10-17
misched: Better handling of invalid latencies in the machine model
Andrew Trick
2012-10-17
Use a SparseSet instead of a BitVector for UsedInInstr in RAFast.
Jakob Stoklund Olesen
2012-10-16
Avoid rematerializing a redef immediately after the old def.
Jakob Stoklund Olesen
2012-10-16
Revert r166046 "Switch back to the old coalescer for now to fix the 32 bit bit"
Jakob Stoklund Olesen
2012-10-16
Teach DAG combine to fold (trunc (fptoXi x)) to (fptoXi x)
Michael Liao
2012-10-16
Switch back to the old coalescer for now to fix the 32 bit bit
Rafael Espindola
2012-10-16
Issue:
Stepan Dyatkovskiy
2012-10-16
misched: Added handleMove support for updating all kill flags, not just for a...
Andrew Trick
2012-10-16
Remove unused BitVectors from getAllocatableSet().
Jakob Stoklund Olesen
2012-10-15
Remove RegisterClassInfo::isReserved() and isAllocatable().
Jakob Stoklund Olesen
2012-10-15
Remove LIS::isAllocatable() and isReserved() helpers.
Jakob Stoklund Olesen
2012-10-15
Switch most getReservedRegs() clients to the MRI equivalent.
Jakob Stoklund Olesen
2012-10-15
Freeze the reserved registers as soon as isel is complete.
Jakob Stoklund Olesen
2012-10-15
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
Make sure we iterate over newly created instructions. Fixes pr13625. Testcase to
Rafael Espindola
2012-10-15
misched: ILP scheduler for experimental heuristics.
Andrew Trick
2012-10-15
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-14
Remove the bitwise XOR operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-13
Drop <def,dead> flags when merging into an unused lane.
Jakob Stoklund Olesen
2012-10-13
Allow for loops in LiveIntervals::pruneValue().
Jakob Stoklund Olesen
2012-10-12
Use a transposed algorithm for handleMove().
Jakob Stoklund Olesen
2012-10-12
Fix coalescing with IMPLICIT_DEF values.
Jakob Stoklund Olesen
2012-10-12
Fix big-endian codegen bug in DAGTypeLegalizer::ExpandRes_BITCAST
Ulrich Weigand
2012-10-12
Legalizer optimize a pair of div / mod to a call to divrem libcall if they are
Evan Cheng
2012-10-11
Remove unnecessary classof()'s
Sean Silva
2012-10-11
Revert 165732 for further review.
Micah Villmow
2012-10-11
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
Pass an explicit operand number to addLiveIns.
Jakob Stoklund Olesen
2012-10-11
Follow the same routine to add target float expansion hook
Michael Liao
2012-10-11
misched: Handle "transient" non-instructions.
Andrew Trick
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
Add in support for expansion of all of the comparison operations to the absol...
Micah Villmow
[prev]
[next]