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
/
PreAllocSplitting.cpp
Age
Commit message (
Expand
)
Author
2010-10-19
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-12
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-07
Now with fewer extraneous semicolons!
Owen Anderson
2010-09-26
Fixed some tests to avoid LiveIntervals::getInstructionFromIndex(..) overhead...
Lang Hames
2010-09-25
Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe...
Lang Hames
2010-08-23
Now that PassInfo and Pass::ID have been separated, move the rest of the pass...
Owen Anderson
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-07-16
Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.
Jakob Stoklund Olesen
2010-07-09
Change TII::foldMemoryOperand API to require the machine instruction to be
Jakob Stoklund Olesen
2010-07-03
Detect and handle COPY in many places.
Jakob Stoklund Olesen
2010-06-25
Don't track kills in VNInfo. Use interval ends instead.
Jakob Stoklund Olesen
2010-06-22
Use pre-increment instead of post-increment when the result is not used.
Dan Gohman
2010-06-02
Slightly change the meaning of the reMaterialize target hook when the original
Jakob Stoklund Olesen
2010-05-21
- Change MachineInstr::findRegisterDefOperandIdx so it can also look for defs
Evan Cheng
2010-05-21
constify accessor.
Chris Lattner
2010-05-06
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2010-03-30
Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allows
Benjamin Kramer
2010-02-09
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-01-07
Simplify code. No intended functionality/performance change.
Benjamin Kramer
2010-01-05
Change errs() to dbgs().
David Greene
2009-12-28
Remove dead variable.
Bill Wendling
2009-12-22
Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.
Lang Hames
2009-12-14
Moved spill weight calculation out of SimpleRegisterCoalescing and into its o...
Lang Hames
2009-12-03
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-11-14
- Change TargetInstrInfo::reMaterialize to pass in TargetRegisterInfo.
Evan Cheng
2009-11-14
Added an API to the SlotIndexes pass to allow new instructions to be inserted...
Lang Hames
2009-11-12
Add a bool flag to StackObjects telling whether they reference spill
David Greene
2009-11-12
Fixed an iteration condition in PreAllocSplitting. This should fix some misco...
Lang Hames
2009-11-10
Fix DenseMap iterator constness.
Jeffrey Yasskin
2009-11-09
80 col.
Evan Cheng
2009-11-03
The Indexes Patch.
Lang Hames
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-20
Oops. Backing out 84681 - needs to wait for the indexing patch.
Lang Hames
2009-10-20
Added some debugging output to pre-alloc splitting.
Lang Hames
2009-10-17
Distinquish stack slots from other stack objects. They (and fixed objects) ge...
Evan Cheng
2009-10-09
Reset kill markers after live interval is reconstructed.
Evan Cheng
2009-10-08
Remove code that makes no sense.
Evan Cheng
2009-10-03
Oops. Renamed remaining MachineInstrIndex references.
Lang Hames
2009-10-03
Renamed MachineInstrIndex to LiveIndex.
Lang Hames
2009-09-09
Removed static qualifier from a few index related methods. These methods may ...
Lang Hames
2009-09-04
Replaces uses of unsigned for indexes in LiveInterval and VNInfo with
Lang Hames
2009-08-23
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2009-08-10
Modified VNInfo. The "copy" member is now a union which holds the copy for a ...
Lang Hames
2009-07-31
Use setPreservesAll and setPreservesCFG in CodeGen passes.
Dan Gohman
2009-07-16
Let callers decide the sub-register index on the def operand of rematerialize...
Evan Cheng
2009-07-12
Fix assert(0) conversion, as suggested by Chris.
Torok Edwin
2009-07-11
Convert more assert(0)+abort() -> LLVM_UNREACHABLE,
Torok Edwin
2009-07-09
Improved tracking of value number kills. VN kills are now represented
Lang Hames
[next]