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-06-29
Revert r107205 and r107207.
Bill Wendling
2010-06-29
Print InlinedAt location.
Devang Patel
2010-06-29
Print InlinedAt location.
Devang Patel
2010-06-29
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
2010-06-29
Do not hardcode DW_AT_stmt_list value.
Devang Patel
2010-06-29
Fix the handling of partial redefines in the fast register allocator.
Jakob Stoklund Olesen
2010-06-29
Fix a register scavenger crash when dealing with undefined subregs.
Bob Wilson
2010-06-29
It seems clear that this should return Changed.
Duncan Sands
2010-06-29
Add a VT argument to getMinimalPhysRegClass and replace the copy related uses
Rafael Espindola
2010-06-29
getMachineBasicBlockAddress returns a uintptr_t - don't truncate
Duncan Sands
2010-06-29
use ArgOperand APIs
Gabor Greif
2010-06-29
Remove initialized but otherwise unused variables.
Duncan Sands
2010-06-29
When processing loops for scheduling latencies (used for live outs on loop
Jim Grosbach
2010-06-29
Reapply my if-conversion cleanup from svn r106939 with fixes.
Bob Wilson
2010-06-28
Unlike other targets, ARM now uses BUILD_VECTORs post-legalization so they
Bob Wilson
2010-06-28
Use DW_FORM_addr for DW_AT_entry_pc.
Devang Patel
2010-06-28
In asm's, output operands with matching input constraints
Dale Johannesen
2010-06-28
Include inlined function in list of processed subprograms.
Devang Patel
2010-06-28
new, no longer brain-dead, r106907
Jim Grosbach
2010-06-28
After physreg coalescing, physical registers might not have live ranges where
Jakob Stoklund Olesen
2010-06-28
Add more special treatment for inline asm in RegAllocFast.
Jakob Stoklund Olesen
2010-06-28
Preserve deleted function's local variables' debug info.
Devang Patel
2010-06-28
simplify: we have solid argument iterator range
Gabor Greif
2010-06-28
Revert r106907, "make sure to handle dbg_value instructions in the middle of the
Daniel Dunbar
2010-06-28
Remove dead code.
Devang Patel
2010-06-26
When splitting a VAARG, remember its alignment.
Rafael Espindola
2010-06-26
Revert my if-conversion cleanup since it caused a bunch of nightly test
Bob Wilson
2010-06-26
VNInfos don't need to be destructed anymore.
Benjamin Kramer
2010-06-26
Clean up some problems with extra CFG edges being introduced during
Bob Wilson
2010-06-25
make sure to handle dbg_value instructions in the middle of the block, not
Jim Grosbach
2010-06-25
Don't track kills in VNInfo. Use interval ends instead.
Jakob Stoklund Olesen
2010-06-25
Change if-conversion block size limit checks to add some flexibility.
Evan Cheng
2010-06-25
Collect debug info for optimized variables of inlined functions.
Devang Patel
2010-06-25
80 column and typo fix
Jim Grosbach
2010-06-25
The hasMemory argument is irrelevant to how the argument
Dale Johannesen
2010-06-25
- Reapply r106066 now that the bzip2 build regression has been fixed.
Bill Wendling
2010-06-25
We should remove the live range from the destination register only if *all* defs
Bill Wendling
2010-06-25
Cosmetic.
Dale Johannesen
2010-06-25
Remove variables which are assigned to but for which the value
Duncan Sands
2010-06-25
use ArgOperand accessors
Gabor Greif
2010-06-25
use ArgOperand API (the simple part)
Gabor Greif
2010-06-25
use ArgOperand API
Gabor Greif
2010-06-25
use ArgOperand API
Gabor Greif
2010-06-25
use ArgOperand API and CallSite to access arguments of CallInst
Gabor Greif
2010-06-25
use ArgOperand API and CallSite to access arguments of CallInst
Gabor Greif
2010-06-25
use ArgOperand API
Gabor Greif
2010-06-25
prune an include
Gabor Greif
2010-06-25
Fix a case where an earlyclobber operand of an asm
Dale Johannesen
2010-06-24
Make sure all eliminated kills are removed from VNInfo lists.
Jakob Stoklund Olesen
2010-06-24
Add some comments.
Dan Gohman
[next]