index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Preserve <def,undef> flags in CoalesceExtSubRegs.
Jakob Stoklund Olesen
2012-01-24
1
-3
/
+7
*
Revert r148686 (and r148694, a fix to it) due to a serious layering
Chandler Carruth
2012-01-24
1
-20
/
+5
*
Remove extraneous ';'s.
Bill Wendling
2012-01-23
1
-1
/
+1
*
copyImplicitOps is redundant here - the loop above already copies these ops.
Lang Hames
2012-01-23
1
-1
/
+0
*
Fix PR11829. PostRA LICM was too aggressive.
Jakob Stoklund Olesen
2012-01-23
1
-4
/
+4
*
Simplify debug output.
Jakob Stoklund Olesen
2012-01-23
1
-10
/
+2
*
An option to selectively enable parts of ARM EHABI support.
Evgeniy Stepanov
2012-01-23
1
-5
/
+20
*
Add an option to disable buggy copy propagation pass
Anton Korobeynikov
2012-01-22
1
-1
/
+3
*
Fix an obvious typo.
Evan Cheng
2012-01-21
1
-1
/
+1
*
Handle register masks in LiveVariables.
Jakob Stoklund Olesen
2012-01-21
1
-0
/
+30
*
Delete an unused member variable.
Jakob Stoklund Olesen
2012-01-20
2
-2
/
+0
*
Support register masks in MachineLICM.
Jakob Stoklund Olesen
2012-01-20
1
-23
/
+36
*
Handle register masks in DeadMachineInstructionElim.
Jakob Stoklund Olesen
2012-01-20
1
-0
/
+7
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
15
-46
/
+12
*
Extend Attributes to 64 bits
Kostya Serebryany
2012-01-20
1
-2
/
+2
*
When lowering the 'resume' instruction, look to see if we can eliminate the
Bill Wendling
2012-01-20
1
-2
/
+32
*
More bundle related API additions.
Evan Cheng
2012-01-19
1
-1
/
+52
*
Rewriter should definitly rewrite instructions inside bundles.
Evan Cheng
2012-01-19
1
-2
/
+2
*
Enhance finalizeBundle to return end of bundle iterator because it makes sense.
Evan Cheng
2012-01-19
1
-3
/
+6
*
- Slight change to finalizeBundle() interface. LastMI is not exclusive (pointing
Evan Cheng
2012-01-19
1
-3
/
+18
*
Rename Finalizebundle to finalizeBundle to conform to coding guideline.
Evan Cheng
2012-01-19
1
-2
/
+2
*
Add a RegisterMaskSDNode class.
Jakob Stoklund Olesen
2012-01-18
4
-2
/
+22
*
Fixed macro condition.
Lang Hames
2012-01-18
1
-1
/
+1
*
Fix a bug in the type-legalization of vector integers. When we bitcast one ve...
Nadav Rotem
2012-01-18
1
-2
/
+4
*
Fix ISD::REG_SEQUENCE to accept physical registers and change TwoAddressInstr...
Pete Cooper
2012-01-18
2
-16
/
+24
*
Transform: (EXTRACT_VECTOR_ELT( VECTOR_SHUFFLE )) -> EXTRACT_VECTOR_ELT.
Nadav Rotem
2012-01-17
1
-4
/
+35
*
Teach DAG combiner to turn a BUILD_VECTOR of UNDEFs into an UNDEF of vector t...
Craig Topper
2012-01-17
1
-4
/
+8
*
misched: Inital interface and implementation for ScheduleTopDownLive and Shuf...
Andrew Trick
2012-01-17
1
-17
/
+130
*
Renamed MachineScheduler to ScheduleTopDownLive.
Andrew Trick
2012-01-17
4
-51
/
+63
*
Moving options declarations around.
Andrew Trick
2012-01-17
2
-2
/
+7
*
Add 148175 back. I am unable to reproduce any non determinism in a dragonegg
Rafael Espindola
2012-01-17
1
-2
/
+4
*
Changed flag operand of ISD::FP_ROUND to TargetConstant as it should not get ...
Pete Cooper
2012-01-17
1
-2
/
+3
*
Fix typo in comment.
Lang Hames
2012-01-17
1
-1
/
+1
*
Removing unused default switch cases in switches over enums that already acco...
David Blaikie
2012-01-16
1
-1
/
+1
*
AggressiveAntiDepBreaker needs to skip debug values because a debug value doe...
Hal Finkel
2012-01-16
1
-0
/
+3
*
Extract method for detecting constant unallocatable physregs.
Jakob Stoklund Olesen
2012-01-16
4
-41
/
+21
*
Give better scavenger errors by invoking the verifier.
Jakob Stoklund Olesen
2012-01-16
1
-1
/
+6
*
Add a new kind of MachineOperand: MO_RegisterMask.
Jakob Stoklund Olesen
2012-01-16
1
-0
/
+5
*
Refactor variables unused under non-assert builds (& remove two entirely unus...
David Blaikie
2012-01-16
1
-2
/
+0
*
Changed intrinsic ID operand to a target constant as its not used in any arit...
Pete Cooper
2012-01-16
1
-1
/
+1
*
[AVX] Optimize x86 VSELECT instructions using SimplifyDemandedBits.
Nadav Rotem
2012-01-15
1
-5
/
+22
*
Return an ArrayRef from ShuffleVectorSDNode::getMask and push it through Code...
Benjamin Kramer
2012-01-15
1
-7
/
+5
*
DAGCombiner: Deduplicate code.
Benjamin Kramer
2012-01-15
1
-24
/
+14
*
Truncate of undef is just undef of smaller size.
Craig Topper
2012-01-15
1
-5
/
+6
*
Speculatively revert commit 148175 (rafael), to see if this fixes
Duncan Sands
2012-01-14
1
-4
/
+2
*
Only emit the Leh_func_endN symbol when needed.
Rafael Espindola
2012-01-14
1
-2
/
+4
*
misched: Initial code for building an MI level scheduling DAG
Andrew Trick
2012-01-14
4
-21
/
+113
*
Move physreg dependency generation into aptly named addPhysRegDeps.
Andrew Trick
2012-01-14
2
-155
/
+182
*
misched: Added ScheduleDAGInstrs::IsPostRA
Andrew Trick
2012-01-14
4
-11
/
+17
*
misched: Invoke the DAG builder on each sequence of schedulable instructions.
Andrew Trick
2012-01-14
1
-6
/
+31
[prev]
[next]