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
/
SelectionDAG
Age
Commit message (
Expand
)
Author
2009-01-25
Eliminate the loop that searches through each of the operands
Dan Gohman
2009-01-25
Whitespace tidiments.
Dan Gohman
2009-01-25
Move the N->use_empty() assert from DeleteNode to
Dan Gohman
2009-01-24
Fix an indent and a typo.
Nate Begeman
2009-01-23
Fold x-0 to x in unsafe-fp-math mode. This comes up in the
Dan Gohman
2009-01-22
Fix a minor bug in DAGCombiner's folding of SELECT. Folding "select C, 0, 1"
Bob Wilson
2009-01-22
Don't create ISD::FNEG nodes after legalize if they aren't legal.
Dan Gohman
2009-01-22
Add SelectionDAG::getNOT method to construct bitwise NOT operations,
Bob Wilson
2009-01-22
Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe...
Evan Cheng
2009-01-22
fix a typo
Chris Lattner
2009-01-21
Simplify ReduceLoadWidth's logic: it doesn't need several different
Dan Gohman
2009-01-21
Cleanup whitespace and comments, and tweak some
Duncan Sands
2009-01-21
CellSPU:
Scott Michel
2009-01-21
Allow targets to legalize operations (with illegal operands) that produces mu...
Sanjiv Gupta
2009-01-20
Use "SINT_TO_FP" instead of "UINT_TO_FP" when getting the exponent. This was
Bill Wendling
2009-01-20
Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...
Evan Cheng
2009-01-20
Shift types need to match.
Bill Wendling
2009-01-20
Fix a dagcombine to not generate loads of non-round integer types,
Dan Gohman
2009-01-19
Verify debug info.
Devang Patel
2009-01-19
Remove SDNode's virtual destructor. This makes it impossible for
Dan Gohman
2009-01-19
Fix SelectionDAG::ReplaceAllUsesWith to behave correctly when
Dan Gohman
2009-01-18
Few targets like PIC16 wants libcall generation for illegal type i16.
Sanjiv Gupta
2009-01-18
Simplify extract element based on comments from Duncan Sands.
Mon P Wang
2009-01-17
Simplify extract element of a scalar to vector.
Mon P Wang
2009-01-16
Instead of adding dependence edges between terminator instructions
Dan Gohman
2009-01-16
Use the getNode() accessor instead of accessing the Node
Dan Gohman
2009-01-16
new nodes should be added to the worklist, not old nodes.
Chris Lattner
2009-01-16
CreateVirtualRegisters does trivial copy coalescing. If a node def is used by...
Evan Cheng
2009-01-16
Registry.h should not depend on CommandLine.h.
Mikhail Glushenkov
2009-01-16
Delete trailing whitespace.
Mikhail Glushenkov
2009-01-16
Initial hazard recognizer support in post-pass scheduling. This includes
Dan Gohman
2009-01-15
Validate dbg_* intrinsics before lowering them.
Devang Patel
2009-01-15
Added missing support to widen an operand from a bit convert.
Mon P Wang
2009-01-15
Generalize the HazardRecognizer interface so that it can be used
Dan Gohman
2009-01-15
Add the private linkage.
Rafael Espindola
2009-01-15
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
Dan Gohman
2009-01-15
Make getWidenVectorType const; this file was missed in the
Dan Gohman
2009-01-15
More consts on TargetLowering references.
Dan Gohman
2009-01-15
Use const with TargetLowering references in a few more places.
Dan Gohman
2009-01-15
minor refactoring: use a more specific API
Gabor Greif
2009-01-13
Removoe MachineModuleInfo methods (and related DebugInfoDesc class hierarchy...
Devang Patel
2009-01-13
Undo previous checkin.
Devang Patel
2009-01-13
Use dwarf writer to decide whether the module has debug info or not.
Devang Patel
2009-01-13
The list-td and list-tdrr schedulers don't yet support physreg
Dan Gohman
2009-01-13
When replacing uses and the same node is reached
Duncan Sands
2009-01-13
Fix some typos. Also, the WidenedVectors map
Duncan Sands
2009-01-13
Correct a comment - this is not a sign extension.
Duncan Sands
2009-01-13
Use DebugInfo interface to lower dbg_* intrinsics.
Devang Patel
2009-01-12
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-12
Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...
Evan Cheng
[prev]
[next]