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-08-24
tidy up, reduce indentation
Chris Lattner
2010-08-24
Add ARM heuristic for when to allocate a virtual base register for stack
Jim Grosbach
2010-08-24
Move enabling the local stack allocation pass into the target where it belongs.
Jim Grosbach
2010-08-24
Revert r107202. It is not adding any value.
Devang Patel
2010-08-23
Remove the MFI storage of the local allocation block size. It's not needed.
Jim Grosbach
2010-08-23
Better handling of local offsets for downwards growing stacks. This corrects
Jim Grosbach
2010-08-23
Handle qualified constants that are directly folded by FE.
Devang Patel
2010-08-23
Now that PassInfo and Pass::ID have been separated, move the rest of the pass...
Owen Anderson
2010-08-23
Fix some GCC warnings by providing a virtual destructor in the base of a class
Chandler Carruth
2010-08-21
Delete dead comment.
Eli Friedman
2010-08-20
Create the new linker type "linker_private_weak_def_auto".
Bill Wendling
2010-08-20
Downwards growing stack allocation order reverses relative offsets
Jim Grosbach
2010-08-20
Add more dbg output
Jim Grosbach
2010-08-20
properly check for whether base regs were inserted
Jim Grosbach
2010-08-19
If the target says that an extending load is not legal, regardless of whether
Bob Wilson
2010-08-19
Better handling of offsets on frame index references. rdar://8277890
Jim Grosbach
2010-08-19
Update debug logs.
Evan Cheng
2010-08-19
Properly update MachineDominators when splitting critical edge.
Evan Cheng
2010-08-19
Correct header.
Bill Wendling
2010-08-19
It's possible to sink a def if its local uses are PHI's.
Evan Cheng
2010-08-19
Fix the msvc 2010 build.
Michael J. Spencer
2010-08-19
Remove disabled assertion.
Evan Cheng
2010-08-19
Teach machine-sink to break critical edges when appropriate. Work in progress.
Evan Cheng
2010-08-19
Update local stack block allocation to let PEI do the allocs if no additional
Jim Grosbach
2010-08-18
Add a newline to debug output
Jim Grosbach
2010-08-18
If any def of a machine-sink candidate has local uses, it's obviously not saf...
Evan Cheng
2010-08-18
Enable ARM base register reuse to local stack slot allocation. Whenever a new
Jim Grosbach
2010-08-18
Thinking about it, we don't need MachineDominatorTree after all. The DomValue
Jakob Stoklund Olesen
2010-08-18
Revert r111394. It was too aggressive.
Jakob Stoklund Olesen
2010-08-18
Aggressively prune the DFS when inserting phi-defs.
Jakob Stoklund Olesen
2010-08-18
Add the LiveIntervalMap class. Don't hook it up yet.
Jakob Stoklund Olesen
2010-08-18
Improve whitespace.
Bill Wendling
2010-08-18
Add hook for re-using virtual base registers for local stack slot access.
Jim Grosbach
2010-08-18
Preserve subregs on PHI source operands. Patch by Krister Wombell!
Jakob Stoklund Olesen
2010-08-17
Add materialization of virtual base registers for frame indices allocated into
Jim Grosbach
2010-08-17
Make fast scheduler handle asm clobbers correctly.
Dale Johannesen
2010-08-17
PHI elimination shouldn't require machineloopinfo since it's used at -O0. Mov...
Evan Cheng
2010-08-17
Machine CSE preserves CFG. Pass manager was freeing machineloopinfo after mac...
Evan Cheng
2010-08-17
silence warning
Jim Grosbach
2010-08-17
Add hook to examine an instruction referencing a frame index to determine
Jim Grosbach
2010-08-17
Move the decision logic whether it's a good idea to split a critical edge to ...
Evan Cheng
2010-08-17
Fix debug message.
Evan Cheng
2010-08-17
Fix typo.
Eric Christopher
2010-08-17
PHI elimination should not break back edge. It can cause some significant cod...
Evan Cheng
2010-08-16
tidy up. remove unused local.
Jim Grosbach
2010-08-16
Better handle alignment requirements for local objects in pre-regalloc frame
Jim Grosbach
2010-08-16
Until uleb/sleb are MC-ized, add a hack to make them work with ELF object
Eli Friedman
2010-08-16
track local frame size in MFI, not local to the pass, since PEI needs it.
Jim Grosbach
2010-08-16
Remove unused functions.
Jakob Stoklund Olesen
2010-08-14
Update CMake build.
Ted Kremenek
[prev]
[next]