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
2010-04-15
add a simple dag combine to replace trivial shl+lshr with
Chris Lattner
2010-04-15
Implement rdar://7860110 (also in target/readme.txt) narrowing
Chris Lattner
2010-04-15
Add more const qualifiers for LLVM IR pointers in CodeGen.
Dan Gohman
2010-04-15
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
More 80 violations.
Evan Cheng
2010-04-15
80 col violations.
Evan Cheng
2010-04-15
Add comment.
Devang Patel
2010-04-14
There is no need to track compile unit offsets if there is only one compile u...
Devang Patel
2010-04-14
Remove dead code.
Devang Patel
2010-04-14
Delete unneeeded arguments.
Dan Gohman
2010-04-14
Delete unused arguments.
Dan Gohman
2010-04-14
Factor out EH landing pad code into a separate function, and constify
Dan Gohman
2010-04-14
Reset the debug location even if the instruction was a terminator.
Dan Gohman
2010-04-14
Refine #includes.
Dan Gohman
2010-04-14
Pull utility routines with no SelectionDAG dependence out of
Dan Gohman
2010-04-14
Fix typos in comments.
Dan Gohman
2010-04-14
Delete an obsolete comment.
Dan Gohman
2010-04-14
Delete an unused function.
Dan Gohman
2010-04-14
Clear the FunctionLoweringInfo object before doing other things that
Dan Gohman
2010-04-14
Move this assert out of SelectionDAGISel into FunctionLoweringInfo, and
Dan Gohman
2010-04-14
Add a comment.
Dan Gohman
2010-04-14
Move the code for initialing the entry block livein set out of
Dan Gohman
2010-04-14
Reorgnaize this code to be more tidy and readable.
Dan Gohman
2010-04-14
Trim #includes.
Dan Gohman
2010-04-14
Move the code for emitting livein copies out of SelectionDAGISel.
Dan Gohman
2010-04-14
Sink landing-pad marking code out of
Dan Gohman
2010-04-14
It's not necessary to recompute EB here.
Dan Gohman
2010-04-14
Generalize this code to handle Instructions in addition to ConstantExprs.
Dan Gohman
2010-04-14
Reorder the methods of this class to be a little more organized.
Dan Gohman
2010-04-14
Clear MachineInstr->MCSymbol maps at the end of a function.
Devang Patel
2010-04-13
Fast path implicit_def check.
Evan Cheng
2010-04-13
Do not include types without any definition in pubtypes list.
Devang Patel
2010-04-13
Avoid variable shadowing.
Evan Cheng
2010-04-13
Expand postra machine licm's capability a little more. If an instruction's re...
Evan Cheng
2010-04-13
Teach MachineSinking to handle easy critical edges.
Jakob Stoklund Olesen
2010-04-13
Teach postra machine licm to hoist more obvious invariants, e.g. instructions...
Evan Cheng
2010-04-13
Add a few comments.
Dan Gohman
2010-04-13
Eliminate MachineBasicBlock::const_livein_iterator and make
Dan Gohman
2010-04-13
Rename MachineFrameInfo variables to MFI, for consistency with
Dan Gohman
2010-04-13
Move MachineRegisterInfo's isLiveIn and isLiveOut out of line.
Dan Gohman
2010-04-13
Delete an unused member variable.
Dan Gohman
2010-04-13
add llvm codegen support for -ffunction-sections and -fdata-sections,
Chris Lattner
2010-04-12
Remove a #include.
Dan Gohman
2010-04-12
Plug trivial leak.
Benjamin Kramer
2010-04-12
Enable post regalloc machine licm by default.
Evan Cheng
2010-04-12
Remove unnecessary parens.
Dan Gohman
2010-04-09
Tidy whitespace.
Bob Wilson
2010-04-09
Clear InsnsBeginScopeSet and InsnsEndScopeSet at the end of function.
Devang Patel
2010-04-09
Delete this obsolete comment.
Dan Gohman
2010-04-09
Add a missing dependency to this library when building with CMake.
Chandler Carruth
[prev]
[next]