summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Initialize variable.Eric Christopher2011-11-11
* If we have a DIE with an AT_specification use that instead of the normalEric Christopher2011-11-11
* Check in getOrCreateSubprogramDIE if a declaration exists and if so outputRafael Espindola2011-11-10
* Make types and namespaces take multiple DIEs for the accelerator tablesEric Christopher2011-11-10
* Move type handling to make sure we get all created types that aren'tEric Christopher2011-11-10
* Rework adding function names to the dwarf accelerator tables, allowEric Christopher2011-11-10
* Use a bigger hammer to fix PR11314 by disabling the "forcing two-addressEvan Cheng2011-11-10
* Strip old implicit operands after foldMemoryOperand.Jakob Stoklund Olesen2011-11-10
* Add check so we don't try to perform an impossible transformation. Fixes issu...Eli Friedman2011-11-09
* Add comments.Benjamin Kramer2011-11-09
* Speculatively revert commit 144124 (djg) in the hope that the 32 bitDuncan Sands2011-11-09
* Take advantage of the zero byte in StringMap when emitting dwarf stringpool e...Benjamin Kramer2011-11-09
* Remove extra ';'Devang Patel2011-11-09
* Remove the pubnames section, no one consumes it.Eric Christopher2011-11-09
* Collapse DomainValues across loop back-edges.Jakob Stoklund Olesen2011-11-09
* Link to the live DomainValue after merging.Jakob Stoklund Olesen2011-11-09
* Track reference count independently from clear().Jakob Stoklund Olesen2011-11-08
* Call release() directly when cleaning up the remaining DomainValues.Jakob Stoklund Olesen2011-11-08
* Rename all methods to follow style guide.Jakob Stoklund Olesen2011-11-08
* Handle reference counts in one function: release().Jakob Stoklund Olesen2011-11-08
* Also add the linkage name to the name accelerator tables if it existsEric Christopher2011-11-08
* Add a hack to the scheduler to disable pseudo-two-address dependencies inDan Gohman2011-11-08
* Clear old DomainValue after merging.Jakob Stoklund Olesen2011-11-08
* Add the base ObjC method name to the names lookup table as well.Eric Christopher2011-11-08
* Lower mem-ops to unaligned i32/i16 load/stores on ARM where supported.Lang Hames2011-11-08
* Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper2011-11-08
* A few more places where we can avoid multiple size queries.Eric Christopher2011-11-08
* Don't evaluate Data.size() on every iteration.Eric Christopher2011-11-08
* Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn'...Eli Friedman2011-11-08
* Revert r144034 while I try to track down a crash.Eli Friedman2011-11-07
* This code is dead, what with the new EH model and the auto-upgraders in place.Bill Wendling2011-11-07
* Kill and collapse outstanding DomainValues.Jakob Stoklund Olesen2011-11-07
* Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn'...Eli Friedman2011-11-07
* Add all completed and named types to the dwarf type accelerator tables.Eric Christopher2011-11-07
* Use a reverse post order instead of a DFS order.Jakob Stoklund Olesen2011-11-07
* Move the hash function to using and taking a StringRef.Eric Christopher2011-11-07
* Simple destructor to delete the hash data we created earlier.Eric Christopher2011-11-07
* Extract two methods. No functional change.Jakob Stoklund Olesen2011-11-07
* MBB doesn't need to be a class member.Jakob Stoklund Olesen2011-11-07
* Fix pass name after the source was moved.Jakob Stoklund Olesen2011-11-07
* Use StringRef::startswith to do some string comparisons.Eric Christopher2011-11-07
* Avoid the use of a local temporary for comment twines.Eric Christopher2011-11-07
* Allow for the case where the name of the subprogram is "".Eric Christopher2011-11-07
* Don't introduce custom nodes after legalization in TargetLowering::BuildSDIV()Richard Osborne2011-11-07
* Remove unnecessary addition to API. Replace with something much simpler.Eric Christopher2011-11-07
* Add new files to cmake.Eric Christopher2011-11-07
* Add the support code to enable the dwarf accelerator tables. Upcoming patchesEric Christopher2011-11-07
* Add a new dwarf accelerator table prototype with the goal of replacingEric Christopher2011-11-07
* Expose a way to get the beginning of the dwarf string section.Eric Christopher2011-11-07
* Fix up comment.Eric Christopher2011-11-07