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-11-14
Enable the tail call optimization when the caller returns undef.
Dan Gohman
2009-11-14
Fix bug in -split-phi-edges.
Jakob Stoklund Olesen
2009-11-14
Update MachineDominator information
Jakob Stoklund Olesen
2009-11-14
Added an API to the SlotIndexes pass to allow new instructions to be inserted...
Lang Hames
2009-11-13
Fix PR5411. Bug in UpdateKills. A reg def partially define its super-registers.
Evan Cheng
2009-11-13
Fix PHIElimination optimization that uses MBB->getBasicBlock.
Jakob Stoklund Olesen
2009-11-13
Add MachineFunction::verify() to call the machine code verifier directly.
Jakob Stoklund Olesen
2009-11-13
Fix polarity of a CFG check in machine verifier.
Jakob Stoklund Olesen
2009-11-13
Use .data() instead of .c_str() when nul-termination is not needed.
Dan Gohman
2009-11-13
Move DebugInfo checks into EmitComments and remove them from
David Greene
2009-11-13
When optimizing for size, don't tail-merge unless it's likely to be a
Dan Gohman
2009-11-13
Fix PR5410: LiveVariables lost subreg def:
Evan Cheng
2009-11-13
Allow target to specify regclass for which antideps will only be broken along...
David Goodwin
2009-11-13
Don't let a noalias difference disrupt the tailcall optimization.
Dan Gohman
2009-11-13
Ignore nameless variables.
Devang Patel
2009-11-13
Adjust isConstantSplat to allow for big-endian targets.
Dale Johannesen
2009-11-12
Simplify code a bit
Bill Wendling
2009-11-12
Refactor code that checks if it's a call to a "nounwind" function.
Bill Wendling
2009-11-12
Do some cleanups suggested by Chris.
David Greene
2009-11-12
Set the ReloadReuse AsmPrinter flag where appropriate.
David Greene
2009-11-12
Fix -Asserts warning.
Daniel Dunbar
2009-11-12
If there's more than one function operand to a call instruction, be conservative
Bill Wendling
2009-11-12
Add a bool flag to StackObjects telling whether they reference spill
David Greene
2009-11-12
Add compare_lower and equals_lower methods to StringRef. Switch all users of
Benjamin Kramer
2009-11-12
Make FixedStackPseudoSourceValue a first-class PseudoSourceValue by
David Greene
2009-11-12
Rename registers to break output dependencies in addition to anti-dependencies.
David Goodwin
2009-11-12
"Attach debug info with llvm instructions" mode was enabled a month ago. Now ...
Devang Patel
2009-11-12
RegScavenger::enterBasicBlock should always reset register state.
Evan Cheng
2009-11-12
Move the utility function UpdateTerminator() from CodePlacementOpt() into
Jim Grosbach
2009-11-12
Make the BranchFolderPass class local to BranchFolding.cpp.
Dan Gohman
2009-11-12
Minor code cleanups.
Dan Gohman
2009-11-12
Fixed an iteration condition in PreAllocSplitting. This should fix some misco...
Lang Hames
2009-11-12
Tail merge at any size when there are two potentials blocks and one
Dan Gohman
2009-11-11
Don't mark a call as potentially throwing if the function it's calling has the
Bill Wendling
2009-11-11
Promote MergePotentialsElt and SameTailElt to be regular classes
Dan Gohman
2009-11-11
x86 users can now return arbitrary sized structs. Structs too large to fit i...
Kenneth Uildriks
2009-11-11
Revert this line of 86871.
Dan Gohman
2009-11-11
If doesSupportDebugInformation() is false then do not try to emit dwarf debug...
Devang Patel
2009-11-11
Check in the changes to this file too.
Dan Gohman
2009-11-11
Add support for tail duplication to BranchFolding, and extend
Dan Gohman
2009-11-11
Fix liveness calculation when splitting critical edges during PHI elimination.
Jakob Stoklund Olesen
2009-11-11
Fix indentation level.
Dan Gohman
2009-11-11
Whitespace cleanups.
Dan Gohman
2009-11-11
Prefix MBB numbers with "BB#" in debug output to make it clear what
Dan Gohman
2009-11-11
Minor code simplification.
Dan Gohman
2009-11-11
Fix -Asserts warning.
Daniel Dunbar
2009-11-11
Make sure that the exception handling data has the same visibility as the
Bill Wendling
2009-11-11
Do not assume first function scope seen represents current function.
Devang Patel
2009-11-11
While creating DbgScopes, do not forget parent scope.
Devang Patel
2009-11-10
Ignore variable if scope info is not available.
Devang Patel
[prev]
[next]