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-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
2012-11-20
Remove constness from this, it modifies the output stream as does
Eric Christopher
2012-11-20
Remove unused function argument, add a bit to the comment.
Eric Christopher
2012-11-20
Formatting.
Eric Christopher
2012-11-20
Whitespace.
Eric Christopher
2012-11-20
Fix physical register liveness calculations:
Tim Northover
2012-11-19
Remove a function argument and propagate const around accordingly.
Eric Christopher
2012-11-19
Whitespace and 80-col.
Eric Christopher
2012-11-19
Make AsmPrinter::EmitTTypeReference() more robust - put
Anton Korobeynikov
2012-11-19
Factor out type info emission into separate routine.
Anton Korobeynikov
2012-11-19
Move section label emission to module end. Nothing should be
Eric Christopher
2012-11-19
Handle mixed normal and early-clobber defs on inline asm.
Jakob Stoklund Olesen
2012-11-19
Move else onto line with preceding closing brace.
Craig Topper
[prev]
[next]