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
2011-11-12
Delete the 'standard' spiller with used the old spilling framework.
Jakob Stoklund Olesen
2011-11-12
Switch PBQP to the modern InlineSpiller framework.
Jakob Stoklund Olesen
2011-11-12
Delete the linear scan register allocator.
Jakob Stoklund Olesen
2011-11-12
The dwarf standard says that the only differences between a out-of-line
Rafael Espindola
2011-11-12
Don't try to form pre/post-indexed loads/stores until after LegalizeDAG runs....
Eli Friedman
2011-11-11
Some cleanup and bulletproofing for node replacement in LegalizeDAG. To main...
Eli Friedman
2011-11-11
Add a custom safepoint method, in order for language implementers to decide w...
Nicolas Geoffray
2011-11-11
Initialize variable.
Eric Christopher
2011-11-11
If we have a DIE with an AT_specification use that instead of the normal
Eric Christopher
2011-11-10
Check in getOrCreateSubprogramDIE if a declaration exists and if so output
Rafael Espindola
2011-11-10
Make types and namespaces take multiple DIEs for the accelerator tables
Eric Christopher
2011-11-10
Move type handling to make sure we get all created types that aren't
Eric Christopher
2011-11-10
Rework adding function names to the dwarf accelerator tables, allow
Eric Christopher
2011-11-10
Use a bigger hammer to fix PR11314 by disabling the "forcing two-address
Evan Cheng
2011-11-10
Strip old implicit operands after foldMemoryOperand.
Jakob Stoklund Olesen
2011-11-09
Add check so we don't try to perform an impossible transformation. Fixes issu...
Eli Friedman
2011-11-09
Add comments.
Benjamin Kramer
2011-11-09
Speculatively revert commit 144124 (djg) in the hope that the 32 bit
Duncan Sands
2011-11-09
Take advantage of the zero byte in StringMap when emitting dwarf stringpool e...
Benjamin Kramer
2011-11-09
Remove extra ';'
Devang Patel
2011-11-09
Remove the pubnames section, no one consumes it.
Eric Christopher
2011-11-09
Collapse DomainValues across loop back-edges.
Jakob Stoklund Olesen
2011-11-09
Link to the live DomainValue after merging.
Jakob Stoklund Olesen
2011-11-08
Track reference count independently from clear().
Jakob Stoklund Olesen
2011-11-08
Call release() directly when cleaning up the remaining DomainValues.
Jakob Stoklund Olesen
2011-11-08
Rename all methods to follow style guide.
Jakob Stoklund Olesen
2011-11-08
Handle reference counts in one function: release().
Jakob Stoklund Olesen
2011-11-08
Also add the linkage name to the name accelerator tables if it exists
Eric Christopher
2011-11-08
Add a hack to the scheduler to disable pseudo-two-address dependencies in
Dan Gohman
2011-11-08
Clear old DomainValue after merging.
Jakob Stoklund Olesen
2011-11-08
Add the base ObjC method name to the names lookup table as well.
Eric Christopher
2011-11-08
Lower mem-ops to unaligned i32/i16 load/stores on ARM where supported.
Lang Hames
2011-11-08
Added invariant field to the DAG.getLoad method and changed all calls.
Pete Cooper
2011-11-08
A few more places where we can avoid multiple size queries.
Eric Christopher
2011-11-08
Don't evaluate Data.size() on every iteration.
Eric Christopher
2011-11-08
Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn'...
Eli Friedman
2011-11-07
Revert r144034 while I try to track down a crash.
Eli Friedman
2011-11-07
This code is dead, what with the new EH model and the auto-upgraders in place.
Bill Wendling
2011-11-07
Kill and collapse outstanding DomainValues.
Jakob Stoklund Olesen
2011-11-07
Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn'...
Eli Friedman
2011-11-07
Add all completed and named types to the dwarf type accelerator tables.
Eric Christopher
2011-11-07
Use a reverse post order instead of a DFS order.
Jakob Stoklund Olesen
2011-11-07
Move the hash function to using and taking a StringRef.
Eric Christopher
2011-11-07
Simple destructor to delete the hash data we created earlier.
Eric Christopher
2011-11-07
Extract two methods. No functional change.
Jakob Stoklund Olesen
2011-11-07
MBB doesn't need to be a class member.
Jakob Stoklund Olesen
2011-11-07
Fix pass name after the source was moved.
Jakob Stoklund Olesen
2011-11-07
Use StringRef::startswith to do some string comparisons.
Eric Christopher
2011-11-07
Avoid the use of a local temporary for comment twines.
Eric Christopher
2011-11-07
Allow for the case where the name of the subprogram is "".
Eric Christopher
[prev]
[next]