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-30
Attach AT_APPLE_optimized attribute to optimized function's debug info.
Devang Patel
2010-04-30
EmitDbgValue doesn't need its EdgeMapping argument.
Dan Gohman
2010-04-30
Don't use floating point in SimpleRegisterCoalescing.
Jakob Stoklund Olesen
2010-04-30
Apply a patch from Jan Sjodin to fix a compiler abort on vector
Dan Gohman
2010-04-30
Temporarily disable SelectionDAG kill flags, which are causing trouble.
Dan Gohman
2010-04-30
Set register kill flags on the SelectionDAG path, at least in the
Dan Gohman
2010-04-29
Reject really weird coalescer case when trying to merge identical subregisters
Jakob Stoklund Olesen
2010-04-29
Fix typos in assertion strings.
Dan Gohman
2010-04-29
Slightly verboser debug spew from coalescer
Jakob Stoklund Olesen
2010-04-29
Refactor.
Devang Patel
2010-04-29
Make naked functions work on PPC.
Dale Johannesen
2010-04-29
Print variable scope name in DEBUG_VALUE comment. Useful in some cases. e.g.
Devang Patel
2010-04-29
Remove DBG_VALUE which reference dead stack slots.
Evan Cheng
2010-04-29
DO not push DBG_VALUE machine instructions for inlined fuction arguments in e...
Devang Patel
2010-04-29
Add comment.
Evan Cheng
2010-04-29
Re-enable 102565 with fixes.
Evan Cheng
2010-04-29
Temporarily disable my changes to unbreak the build.
Evan Cheng
2010-04-29
Do not generate duplicate dbg_value instructions for function arguments.
Evan Cheng
2010-04-29
Fix missing #include.
Dan Gohman
2010-04-29
Avoid emitting a dbg_value machineinstr that's not going to be inserted into ...
Evan Cheng
2010-04-29
Check Reg against zero.
Evan Cheng
2010-04-28
- Really preserve dbg_value instructions when the register is spilled.
Evan Cheng
2010-04-28
tidy up.
Devang Patel
2010-04-28
Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc...
Evan Cheng
2010-04-28
Pretty print DBG_VALUE machine instructions.
Evan Cheng
2010-04-28
Rework global alignment computation again. Now we do round up
Chris Lattner
2010-04-28
While lowering dbg_declare, emit DBG_VALUE machine instruction if alloca matc...
Devang Patel
2010-04-28
Recompute kill flags from live intervals after coalescing instead of trying to
Jakob Stoklund Olesen
2010-04-28
Try operation promotion only if regular dag combine and target-specific ones ...
Evan Cheng
2010-04-28
Emit debug info for byval parameters.
Devang Patel
2010-04-28
further simplify EmitAlignment by eliminating the
Chris Lattner
2010-04-28
remove a dead argument to EmitAlignment.
Chris Lattner
2010-04-28
remove some default arguments to EmitAlignment.
Chris Lattner
2010-04-28
Refactor.
Devang Patel
2010-04-27
Use isReg(), isImm() and isFPImm().
Devang Patel
2010-04-27
Check operand type first.
Devang Patel
2010-04-27
Ignore DBG_VALUE instructions that points to undef values.
Devang Patel
2010-04-27
- When legal, promote a load to zextload rather than ext load.
Evan Cheng
2010-04-27
Identify when a lexical scope is split in to multiple instruction ranges. Emi...
Devang Patel
2010-04-27
Do not count kill, implicit_def instructions as printed instructions.
Evan Cheng
2010-04-27
round zero-byte .zerofill directives up to 1 byte. This
Chris Lattner
2010-04-27
Revert a small part of 102372; this fixes at least one
Dale Johannesen
2010-04-26
add a comment in verbose-asm mode indicating why a noop is being generated.
Chris Lattner
2010-04-26
on darwin empty functions need to codegen into something of non-zero length,
Chris Lattner
2010-04-26
Avoid adding a null MD node operand, which crashes with "-debug" when trying
Bob Wilson
2010-04-26
Use DW_AT_entry_pc instead of DW_AT_low_pc/DW_AT_high_pc pair. This simplifie...
Devang Patel
2010-04-26
Remove crufty comments.
Dale Johannesen
2010-04-26
Add DBG_VALUE handling for byval parameters; this
Dale Johannesen
2010-04-26
Insert dbg_value instructions for function entry block liveins (i.e. function...
Evan Cheng
2010-04-26
fix PR6921 a different way. Intead of increasing the
Chris Lattner
[prev]
[next]