summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Introducing plugable register allocators and instruction schedulers.Jim Laskey2006-08-01
* implement LowerConstantPool and LowerGlobalAddressRafael Espindola2006-08-01
* Added AssignTopologicalOrder() to assign each node an unique id based on thei...Evan Cheng2006-08-01
* Factor topological order code to SelectionDAG. Clean up.Evan Cheng2006-08-01
* Minor fix due to recent API changesAnton Korobeynikov2006-08-01
* PIC jump table entries are always 32-bit even in 64-bit mode.Evan Cheng2006-08-01
* Fix PR850 and CodeGen/X86/2006-07-31-SingleRegClass.ll.Chris Lattner2006-07-31
* handle GlobalValue::InternalLinkage in doFinalizationRafael Espindola2006-07-31
* Remove a duplicate pattern.Evan Cheng2006-07-31
* Remove a duplicate pattern/Evan Cheng2006-07-31
* Instead of blindly looking past constantexpr casts, actually constantChris Lattner2006-07-29
* Remove a redundant syscall.Chris Lattner2006-07-28
* Modify setStatusInfoOnDisk to not throw an exception.Chris Lattner2006-07-28
* Update win32 for Path::getStatusInfoChris Lattner2006-07-28
* Modify Path::eraseFromDisk to not throw an exception.Chris Lattner2006-07-28
* Finegrainify namespacification, minor cleanupsChris Lattner2006-07-28
* formatting cleanupsChris Lattner2006-07-28
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-28
* libsupport still throws.Chris Lattner2006-07-28
* Exceptions are thrown by and through this library.Chris Lattner2006-07-28
* Fix handling of asm specifiers for external globals. This unbreaks many programsChris Lattner2006-07-28
* Make functions with an "asm" name propagate that asm name into the cbe.c file.Chris Lattner2006-07-28
* Fix some ppc64 issues with vector code.Chris Lattner2006-07-28
* Can't spell.Evan Cheng2006-07-28
* Some clean up.Evan Cheng2006-07-28
* Rename IsFoldableBy to CanBeFoldedleByEvan Cheng2006-07-28
* Node selected into address mode cannot be folded.Evan Cheng2006-07-28
* Remove InFlightSet hack. No longer needed.Evan Cheng2006-07-28
* Print empty inline asms as a blank line instead of:Chris Lattner2006-07-28
* Another duh. Determine topological order before any target node is added.Evan Cheng2006-07-28
* Brain cramp..Evan Cheng2006-07-27
* 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