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-10
Emit correct code when making a ConstantPool entry for a vector
Dale Johannesen
2009-11-10
Implement support to debug inlined functions.
Devang Patel
2009-11-10
Teach PHIElimination to split critical edges when -split-phi-edges is enabled.
Jakob Stoklund Olesen
2009-11-10
Refactoring: Extract method PHIElimination::isLiveOut().
Jakob Stoklund Olesen
2009-11-10
Codegen support for the llvm.invariant/lifetime.start/end intrinsics:
Duncan Sands
2009-11-10
Remove an unused variable.
Dan Gohman
2009-11-10
Minor code simplification.
Dan Gohman
2009-11-10
Fix DenseMap iterator constness.
Jeffrey Yasskin
2009-11-10
Fixed to address code review. No functional changes.
David Goodwin
2009-11-10
Allow targets to specify register classes whose member registers should not b...
David Goodwin
2009-11-09
Remove an unneeded #include.
Dan Gohman
2009-11-09
Fix for 64-bit builds.
Mike Stump
2009-11-09
Print "..." instead of all the uninteresting register clobbers on call
Dan Gohman
2009-11-09
Fix dependencies added to model memory aliasing for post-RA scheduling. The d...
David Goodwin
2009-11-09
Constify MachineFunctionAnalysis' TargetMachine reference.
Dan Gohman
2009-11-09
Hide a couple of options.
Evan Cheng
2009-11-09
80 col.
Evan Cheng
2009-11-08
Moved some ManagedStatics out of the SlotIndexes header.
Lang Hames
2009-11-07
Add 8 bit libcalls and make use of them for msp430
Anton Korobeynikov
2009-11-07
Fix PR5421 by APInt'izing switch lowering.
Chris Lattner
2009-11-07
Update some globals to use ManagedStatic.
Lang Hames
2009-11-07
Fix memoizing of CvtRndSatSDNode
Mon P Wang
2009-11-07
- Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdentical
Evan Cheng
2009-11-07
Add code to check at SelectionDAGISel::LowerArguments time to see if return v...
Kenneth Uildriks
2009-11-07
Fix inverted conflict test in -early-coalesce.
Jakob Stoklund Olesen
2009-11-06
Fix comment typos.
Bob Wilson
2009-11-06
Use WriteAsOperand to print GlobalAddress MachineOperands. This
Dan Gohman
2009-11-06
Do not bother to emit debug info for nameless global variable.
Devang Patel
2009-11-06
Do not try to emit debug info entry for dead global variable.
Devang Patel
2009-11-06
Factor out the printing of the leading tab into printInlineAsm.
Dan Gohman
2009-11-05
Fix the label name generation for address-taken labels to avoid potential
Dan Gohman
2009-11-05
Added support for renumbering existing index list elements. Removed some junk...
Lang Hames
2009-11-05
Fix bug in aggressive antidep breaking; liveness was not updated correctly fo...
David Goodwin
2009-11-05
Avoid printing a redundant space in SDNode->dump().
Dan Gohman
2009-11-05
Replace std::map.at() with std::map[].
David Goodwin
2009-11-05
Break anti-dependencies using free registers in a round-robin manner to avoid...
David Goodwin
2009-11-05
Now that code placement optimization pass is run for JIT, make sure it's befo...
Evan Cheng
2009-11-05
Code refactoring.
Evan Cheng
2009-11-05
Correctly add chain dependencies around calls and unknown-side-effect instruc...
David Goodwin
2009-11-04
While calculating original type size for a derived type, handle type variants...
Devang Patel
2009-11-04
Fix DW_AT_data_member_location for bit-fields. It points to the location of a...
Devang Patel
2009-11-04
Handle empty/tombstone keys for LiveIndex more cleanly. Check for index sanit...
Lang Hames
2009-11-04
Add some options to disable various code gen optimizations.
Eric Christopher
2009-11-04
Array element size does not match array size but array is not a bitfield.
Devang Patel
2009-11-04
Print out an informative comment for KILL instructions.
Jakob Stoklund Olesen
2009-11-04
RangeIsDefinedByCopyFromReg() should check for subreg_to_reg, insert_subreg,
Evan Cheng
2009-11-04
Fix CMake makefiles
Douglas Gregor
2009-11-03
The Indexes Patch.
Lang Hames
2009-11-03
Fix branch folding bug for indirect branches: for a block containing only
Bob Wilson
2009-11-03
Re-apply 85799. It turns out my code isn't buggy.
Evan Cheng
[prev]
[next]