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
2009-01-22
Add SelectionDAG::getNOT method to construct bitwise NOT operations,
Bob Wilson
2009-01-22
Few targets like the tiny little PIC16 have only 16-bit pointers.
Sanjiv Gupta
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
I accidentally removed this check in an earlier commit, which cause breakage ...
Owen Anderson
2009-01-21
CellSPU:
Scott Michel
2009-01-21
Allow targets to legalize operations (with illegal operands) that produces mu...
Sanjiv Gupta
2009-01-21
Be more aggressive about renumbering vregs after splitting them.
Owen Anderson
2009-01-21
Encode member accessibility.
Devang Patel
2009-01-20
Appropriately mark fowrad decls.
Devang Patel
2009-01-20
Fix PR3243: a LiveVariables bug. When HandlePhysRegKill is checking whether t...
Evan Cheng
2009-01-20
Use "SINT_TO_FP" instead of "UINT_TO_FP" when getting the exponent. This was
Bill Wendling
2009-01-20
Fix struct member's debug info.
Devang Patel
2009-01-20
Need only one set of debug info versions enum.
Devang Patel
2009-01-20
Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...
Evan Cheng
2009-01-20
Fix global variable's address in a DIE.
Devang Patel
2009-01-20
Enable debug info for enums.
Devang Patel
2009-01-20
Enable debug info for composite types.
Devang Patel
2009-01-20
Refactor code. No functionality change.
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-20
Do not use DenseMap because the iterator is invalidated while constructing ty...
Devang Patel
2009-01-20
Make linear scan's trivial coalescer slightly more aggressive.
Evan Cheng
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
Remove tabs.
Devang Patel
2009-01-17
Refactor code
Devang Patel
2009-01-17
Assign argument type to appropriate DIE.
Devang Patel
2009-01-17
Remove dead code.
Devang Patel
2009-01-17
Disable composite type debug info for now.
Devang Patel
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
If an anti-dependence uses a non-allocatable register, set AntiDepReg
Dan Gohman
2009-01-16
Use the getNode() accessor instead of accessing the Node
Dan Gohman
2009-01-16
Fix the check for an empty basic block to check for an empty SUnits
Dan Gohman
2009-01-16
new nodes should be added to the worklist, not old nodes.
Chris Lattner
2009-01-16
Fix comments.
Devang Patel
2009-01-16
CreateVirtualRegisters does trivial copy coalescing. If a node def is used by...
Evan Cheng
2009-01-16
Use lightweight DebugInfo objects directly.
Devang Patel
2009-01-16
Align source code.
Devang Patel
2009-01-16
Fix a "comparison between signed and unsigned integer expressions"
Dan Gohman
2009-01-16
Registry.h should not depend on CommandLine.h.
Mikhail Glushenkov
2009-01-16
Delete trailing whitespace.
Mikhail Glushenkov
2009-01-16
Validate debug info values only if DwarfDebug is initialized.
Devang Patel
2009-01-16
Any debug info symbol is only valid if atleast one compile unit is seen.
Devang Patel
[prev]
[next]