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
/
SelectionDAG
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-12
4
-14
/
+15
*
Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...
Evan Cheng
2009-01-12
4
-61
/
+84
*
CheckForPhysRegDependency should not return copy cost. It's not used. No func...
Evan Cheng
2009-01-11
1
-9
/
+4
*
Duplicated node may produce a non-physical register def.
Evan Cheng
2009-01-09
1
-3
/
+5
*
Minor debug output tweak.
Evan Cheng
2009-01-09
1
-2
/
+2
*
Request DwarfWriter. This will be used to handle dbg_* intrinsics.
Devang Patel
2009-01-09
2
-2
/
+7
*
Removed trailing whitespace from Makefiles.
Misha Brukman
2009-01-09
1
-2
/
+2
*
Remove redundant 'else's. No functionality change.
Dan Gohman
2009-01-07
1
-7
/
+6
*
Fix a bug in ComputeLinearIndex computation handling multi-level
Dan Gohman
2009-01-06
1
-1
/
+3
*
Update these argument lists for the isNormalMemory
Dan Gohman
2009-01-06
1
-3
/
+6
*
Use a latency value of 0 for the artificial edges inserted by
Dan Gohman
2009-01-06
1
-1
/
+1
*
TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need its
Dan Gohman
2009-01-05
1
-2
/
+0
*
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
2
-3
/
+0
*
squash warnings.
Devang Patel
2009-01-05
1
-0
/
+1
*
Fix a DAGCombiner abort on an invalid shift count constant. This fixes PR3250.
Dan Gohman
2009-01-03
1
-0
/
+2
*
CommuteNodesToReducePressure() is now removed.
Dan Gohman
2009-01-03
1
-1
/
+0
*
Remove the code from the scheduler that commuted two-address
Dan Gohman
2009-01-03
2
-71
/
+0
*
Factorize (and generalize) the code promoting SELECT
Duncan Sands
2009-01-01
3
-152
/
+105
*
Remove trailing spaces.
Duncan Sands
2009-01-01
2
-33
/
+33
*
Fix PR3274: when promoting the condition of a BRCOND node,
Duncan Sands
2009-01-01
7
-103
/
+130
*
Teach LeaglizeDAG that i64 mul can be a libcall.
Scott Michel
2008-12-29
1
-0
/
+2
*
Change comments so everybody can understand them, hopefully.
Dale Johannesen
2008-12-23
1
-2
/
+2
*
Add another permutation where we should get rid of a-a.
Dale Johannesen
2008-12-23
1
-4
/
+11
*
Restore debug printing
Anton Korobeynikov
2008-12-23
1
-23
/
+26
*
Sometimes APInt syntax is really ugly... :(
Anton Korobeynikov
2008-12-23
1
-10
/
+21
*
Indent stuff properly
Anton Korobeynikov
2008-12-23
1
-25
/
+25
*
Initial checkin of APInt'ififcation of switch lowering
Anton Korobeynikov
2008-12-23
2
-127
/
+126
*
Clean up the atomic opcodes in SelectionDAG.
Dan Gohman
2008-12-23
4
-536
/
+138
*
Rename BuildSchedUnits to BuildSchedGraph, and refactor the
Dan Gohman
2008-12-23
4
-10
/
+20
*
Avoid an unnecessary call to allnodes_size(), which is linear.
Dan Gohman
2008-12-23
1
-8
/
+11
*
One more permutation of subtracting off a base value.
Dale Johannesen
2008-12-23
1
-0
/
+6
*
Added support for vector widening.
Mon P Wang
2008-12-18
6
-43
/
+1238
*
Fix expansion of vsetcc to set the high bit for true instead of 1.
Mon P Wang
2008-12-17
1
-4
/
+6
*
Double the amount of memory reserved for SUnits. This is a
Dan Gohman
2008-12-17
1
-1
/
+3
*
Fix for PR3225: disable a broken optimization in
Eli Friedman
2008-12-17
1
-0
/
+3
*
A new dag combine; several permutations of this
Dale Johannesen
2008-12-16
1
-0
/
+6
*
Preserve SourceValue information when lowering produces multiple loads from
Dan Gohman
2008-12-16
1
-3
/
+6
*
We have decided not to support inline asm where an output operand with a matc...
Evan Cheng
2008-12-16
1
-11
/
+12
*
Remove some special-case logic in ScheduleDAGSDNodes's
Dan Gohman
2008-12-16
1
-10
/
+0
*
Fix some register-alias-related bugs in the post-RA scheduler liveness
Dan Gohman
2008-12-16
4
-57
/
+49
*
Make addPred and removePred return void, since the return value is not
Dan Gohman
2008-12-16
2
-8
/
+8
*
Added support for splitting and scalarizing vector shifts.
Mon P Wang
2008-12-15
2
-0
/
+19
*
Fix printing of PseudoSourceValues in SDNode graphs.
Dan Gohman
2008-12-15
1
-5
/
+3
*
Added support to LegalizeType for expanding the operands of scalar to vector
Mon P Wang
2008-12-15
3
-9
/
+57
*
Reapply r60997, this time without forgetting that
Duncan Sands
2008-12-14
2
-7
/
+14
*
Temporarily revert r60997. It was causing this failure:
Bill Wendling
2008-12-13
2
-10
/
+7
*
LegalizeDAG is not supposed to introduce illegal
Duncan Sands
2008-12-13
2
-7
/
+10
*
Remove assertion to allow promotion of a truncating store operand
Mon P Wang
2008-12-13
1
-2
/
+0
*
Added basic support for expanding VSETCC
Mon P Wang
2008-12-13
1
-2
/
+21
*
On big-endian machines it is wrong to do a full
Duncan Sands
2008-12-13
1
-19
/
+22
[next]