index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete a directory that wasn't supposed to be checked in yet.
Micah Villmow
2012-10-24
2
-2
/
+2
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
4
-13
/
+15
*
Teach DAG combine to fold (buildvec (Xint2fp x)) to (Xint2fp (buildvec x))
Michael Liao
2012-10-24
1
-0
/
+71
*
Keep coding standard. Don't evaluate getNumOperands() every time.
Jakub Staszak
2012-10-24
1
-1
/
+1
*
Clean up code and put transformation on (build_vec (ext x)) into a helper func
Michael Liao
2012-10-23
1
-55
/
+69
*
Make the indirect branch optimization deterministic. No functionality change.
Nadav Rotem
2012-10-23
1
-8
/
+8
*
Per the C++ standard, we need to include the definition of llvm::Calculate in
Richard Smith
2012-10-23
1
-0
/
+1
*
Don't crash when the Assignments vector is empty.
Jakob Stoklund Olesen
2012-10-21
1
-1
/
+1
*
Symbol hygiene: Make sure declarations and definitions match, make helper fun...
Benjamin Kramer
2012-10-20
2
-1
/
+3
*
1. Remove noreturn attribute from __builtin_debugtrap().
Shuxin Yang
2012-10-19
1
-2
/
+2
*
revert r166264 because the LTO build is still failing
Nadav Rotem
2012-10-19
1
-2
/
+2
*
This patch is to fix radar://8426430. It is about llvm support of __builtin_d...
Shuxin Yang
2012-10-19
3
-5
/
+23
*
recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...
Nadav Rotem
2012-10-19
1
-2
/
+2
*
Simplify condition checking as CONCAT assume all inputs of the same type.
Michael Liao
2012-10-19
1
-3
/
+3
*
Clear unknown mem ops when merging stack slots (pr14090)
Sebastian Pop
2012-10-18
1
-6
/
+13
*
Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*
Sebastian Pop
2012-10-18
1
-0
/
+1
*
In SimplifySelectOps we pulled two loads through a select node despite the fa...
Nadav Rotem
2012-10-18
1
-0
/
+4
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
1
-2
/
+2
*
Revert part of r166049 back and enable test case in r166125.
Michael Liao
2012-10-17
1
-0
/
+42
*
Revert r166049
Michael Liao
2012-10-17
1
-46
/
+0
*
Teach DAG combine to fold (extract_subvec (concat v1, ..) i) to v_i
Michael Liao
2012-10-17
1
-2
/
+17
*
Switch MRI::UsedPhysRegs to a register unit bit vector.
Jakob Stoklund Olesen
2012-10-17
1
-2
/
+2
*
Add a really faster pre-RA scheduler (-pre-RA-sched=linearize). It doesn't use
Evan Cheng
2012-10-17
3
-3
/
+160
*
Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().
Jakob Stoklund Olesen
2012-10-17
2
-2
/
+2
*
misched: Better handling of invalid latencies in the machine model
Andrew Trick
2012-10-17
1
-2
/
+10
*
Use a SparseSet instead of a BitVector for UsedInInstr in RAFast.
Jakob Stoklund Olesen
2012-10-17
1
-23
/
+30
*
Avoid rematerializing a redef immediately after the old def.
Jakob Stoklund Olesen
2012-10-16
1
-0
/
+7
*
Revert r166046 "Switch back to the old coalescer for now to fix the 32 bit bit"
Jakob Stoklund Olesen
2012-10-16
1
-344
/
+1
*
Teach DAG combine to fold (trunc (fptoXi x)) to (fptoXi x)
Michael Liao
2012-10-16
1
-0
/
+46
*
Switch back to the old coalescer for now to fix the 32 bit bit
Rafael Espindola
2012-10-16
1
-1
/
+344
*
Issue:
Stepan Dyatkovskiy
2012-10-16
1
-1
/
+1
*
misched: Added handleMove support for updating all kill flags, not just for a...
Andrew Trick
2012-10-16
2
-8
/
+21
*
Remove unused BitVectors from getAllocatableSet().
Jakob Stoklund Olesen
2012-10-16
3
-9
/
+1
*
Remove RegisterClassInfo::isReserved() and isAllocatable().
Jakob Stoklund Olesen
2012-10-15
6
-17
/
+18
*
Remove LIS::isAllocatable() and isReserved() helpers.
Jakob Stoklund Olesen
2012-10-15
4
-7
/
+5
*
Switch most getReservedRegs() clients to the MRI equivalent.
Jakob Stoklund Olesen
2012-10-15
10
-40
/
+25
*
Freeze the reserved registers as soon as isel is complete.
Jakob Stoklund Olesen
2012-10-15
2
-9
/
+10
*
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
1
-3
/
+3
*
Make sure we iterate over newly created instructions. Fixes pr13625. Testcase to
Rafael Espindola
2012-10-15
1
-0
/
+5
*
misched: ILP scheduler for experimental heuristics.
Andrew Trick
2012-10-15
2
-20
/
+197
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
9
-24
/
+29
*
Remove the bitwise XOR operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-14
1
-2
/
+2
*
Drop <def,dead> flags when merging into an unused lane.
Jakob Stoklund Olesen
2012-10-13
1
-4
/
+9
*
Allow for loops in LiveIntervals::pruneValue().
Jakob Stoklund Olesen
2012-10-13
1
-29
/
+32
*
Use a transposed algorithm for handleMove().
Jakob Stoklund Olesen
2012-10-12
1
-427
/
+213
*
Fix coalescing with IMPLICIT_DEF values.
Jakob Stoklund Olesen
2012-10-12
1
-21
/
+54
*
Fix big-endian codegen bug in DAGTypeLegalizer::ExpandRes_BITCAST
Ulrich Weigand
2012-10-12
1
-0
/
+4
*
Legalizer optimize a pair of div / mod to a call to divrem libcall if they are
Evan Cheng
2012-10-12
1
-0
/
+2
*
Remove unnecessary classof()'s
Sean Silva
2012-10-11
1
-8
/
+0
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
9
-29
/
+24
[next]