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
2012-11-29
misched: Recompute priority queue when DFSResults are updated.
Benjamin Kramer
2012-11-29
Teach the legalizer how to handle operands for VSELECT nodes
Justin Holewinski
2012-11-29
Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin...
Justin Holewinski
2012-11-29
Use MCPhysReg for RegisterClassInfo allocation orders.
Jakob Stoklund Olesen
2012-11-29
Avoid rewriting instructions twice.
Jakob Stoklund Olesen
2012-11-29
When combining consecutive stores allow loads in between the stores, if the l...
Nadav Rotem
2012-11-28
Make the LiveRegMatrix analysis available to targets.
Jakob Stoklund Olesen
2012-11-28
misched: Analysis that partitions the DAG into subtrees.
Andrew Trick
2012-11-28
misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics.
Andrew Trick
2012-11-28
misched: better alias analysis.
Andrew Trick
2012-11-28
misched: Debug output fix. Use an always valid iterator.
Andrew Trick
2012-11-28
Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class.
Jakob Stoklund Olesen
2012-11-28
Move Target{Instr,Register}Info.cpp into lib/CodeGen.
Jakob Stoklund Olesen
2012-11-28
Revert r168630, r168631, and r168633 as these are causing nightly test failures.
Chad Rosier
2012-11-27
Attempt to make the comments for dwarf debug look more like
Eric Christopher
2012-11-27
Reapply section moving, make sure string section is output last.
Eric Christopher
2012-11-27
CSE: allow PerformTrivialCoalescing to check copies across basic block
Manman Ren
2012-11-27
Remove duplicated #includes.
Jakub Staszak
2012-11-27
Never use .lcomm on platforms where it does not accept an alignment
Ulrich Weigand
2012-11-27
Revert rearrangement of debug info sections to unblock the bots
Eric Christopher
2012-11-27
Remove unneeded #include.
Jakub Staszak
2012-11-27
Remove unneeded #include.
Jakub Staszak
2012-11-27
llvm/CodeGen: Remove empty files in r168659.
NAKAMURA Takumi
2012-11-27
Remove unused forward declaration.
Jakub Staszak
2012-11-27
Remove unused MachineLoopRanges analysis.
Jakub Staszak
2012-11-27
Make comment names match function names.
Eric Christopher
2012-11-27
Add in sections for the fission case (no change so incorrect) and
Eric Christopher
2012-11-27
Reorder section output ordering.
Eric Christopher
2012-11-27
Whitespace cleanup.
Eric Christopher
2012-11-26
Add an assertion to ensure freezeReservedRegs() is only ever called once.
Chad Rosier
2012-11-26
Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,
Chad Rosier
2012-11-26
Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,
Chad Rosier
2012-11-26
Don't use iterator after being erased.
Jakub Staszak
2012-11-26
Remove unneeded #includes.
Jakub Staszak
2012-11-25
Refactor to make helper method static.
Craig Topper
2012-11-25
Remove duplicate check of LimitFloatPrecision. It was already checked earlier...
Craig Topper
2012-11-25
Factor common code out of individual if blocks into common tail.
Craig Topper
2012-11-24
Remove redundant calls to getCurDebugLoc in visitIntrinsicCall. It's already ...
Craig Topper
2012-11-24
Refactor a bit to make some helper methods static.
Craig Topper
2012-11-24
Factor some common code out of individual if blocks.
Craig Topper
2012-11-23
Refactor a bit to make some helper functions static.
Craig Topper
2012-11-23
Cleanup: Simplify loop end logic in computeRegisterProperties().
Patrik Hägglund
2012-11-22
Fix 80-col violation
Eli Bendersky
2012-11-22
llvm.fmuladd.* lowering should be checking isOperationLegalOrCustom, rather than
Lang Hames
2012-11-22
Pull some code out into functions to make rearranging them a bit easier.
Eric Christopher
2012-11-21
Whitespace.
Eric Christopher
2012-11-21
Update for some of the coding standard before rearranging functions
Eric Christopher
2012-11-21
Update some comments.
Eric Christopher
2012-11-21
Update and add some comments.
Eric Christopher
2012-11-21
Whitespace.
Eric Christopher
[prev]
[next]