summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Allocating too large an array for ReachibilityMatrix.Evan Cheng2006-07-27
* Calculate the portion of reachbility matrix on demand.Evan Cheng2006-07-27
* isNonImmUse is replaced by IsFoldableByEvan Cheng2006-07-27
* Working toward registration of register allocators.Jim Laskey2006-07-27
* Resolve BB references with relocation.Evan Cheng2006-07-27
* synchronizeICache removeed from TargetJITInfo.Evan Cheng2006-07-27
* Code cleanups, per reviewNate Begeman2006-07-27
* Use reachbility information to determine whether a node can be folded into an...Evan Cheng2006-07-27
* Fixed a typo in Evan's submisson.Jim Laskey2006-07-27
* emit global constantsRafael Espindola2006-07-27
* AssignNodeIds should return unsigned.Evan Cheng2006-07-27
* Remove NodeDepthEvan Cheng2006-07-27
* AssignNodeIds assign each node in the DAG an unique id.Evan Cheng2006-07-27
* Move synchronizeICache from TargetJITInfo into a static function in JITEmitte...Evan Cheng2006-07-27
* Use the predicate.Jim Laskey2006-07-27
* Support jump tables when in PIC relocation modelNate Begeman2006-07-27
* Prevent creation of MachineDebugInfo for intel unless it is darwin. RC842.Jim Laskey2006-07-27
* Fix warning on linuxChris Lattner2006-07-27
* Fix a case where LegalizeAllNodesNotLeadingTo could take exponential time.Chris Lattner2006-07-26
* New entry.Evan Cheng2006-07-26
* Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.Chris Lattner2006-07-26
* Fix the build on win32Chris Lattner2006-07-26
* For PR780:Reid Spencer2006-07-26
* For PR780:Reid Spencer2006-07-26
* No Need to live in the past.Jim Laskey2006-07-26
* Moving this function to a permanent home to prevent a dependency cycle createdJim Laskey2006-07-25
* Initialize some variables the compiler warns about.Reid Spencer2006-07-25
* - Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng2006-07-25
* Can't commute shufps. The high / low parts elements come from different vectors.Evan Cheng2006-07-25
* implement function calling of functions with up to 4 argumentsRafael Espindola2006-07-25
* Fix the build on my old and busted version of OS XNate Begeman2006-07-22
* Forgot to #ifdef __APPLE__Evan Cheng2006-07-22
* Done.Evan Cheng2006-07-21
* Resolve __dso_handle.Evan Cheng2006-07-21
* Eliminate data relocations by using NULL instead of global empty list.Jim Laskey2006-07-21
* Use an enumeration to eliminate data relocations.Jim Laskey2006-07-21
* implemented subRafael Espindola2006-07-21
* This opt is now handled in DAG combine.Evan Cheng2006-07-21
* If a shuffle is a splat, check if the argument is a build_vector with all ele...Evan Cheng2006-07-21
* Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner2006-07-21
* A splat of a vector constant of all zero or all one is the vector constant.Evan Cheng2006-07-20
* Missing a space.Evan Cheng2006-07-20
* If a shuffle is unary, i.e. one of the vector argument is not needed, turn theEvan Cheng2006-07-20
* Clean up.Evan Cheng2006-07-20
* Fix a race condition in the makefile andrew reportedChris Lattner2006-07-20
* Minor comment tweaksChris Lattner2006-07-20
* Mems can be in the output list also. This is the second half of a fix forChris Lattner2006-07-20
* Make it fit into 80 cols.Devang Patel2006-07-20
* Add new constructor to accept vector of exported names while creatingDevang Patel2006-07-20
* 80 colsAndrew Lenharth2006-07-20