aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* For PR848:Reid Spencer2006-07-283-37/+80
* The smallvector dtor should destroy the elements.Chris Lattner2006-07-281-2/+12
* This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ ...Patrick Jenkins2006-07-281-15/+132
* Clean up.Evan Cheng2006-07-281-3/+2
* Removed some unneccesary printing from the nightly tester.Patrick Jenkins2006-07-281-6/+0
* Rename IsFoldableBy to CanBeFoldedleByEvan Cheng2006-07-283-6/+6
* Node selected into address mode cannot be folded.Evan Cheng2006-07-281-0/+39
* Remove InFlightSet hack. No longer needed.Evan Cheng2006-07-288-75/+0
* Print empty inline asms as a blank line instead of:Chris Lattner2006-07-281-1/+8
* Another duh. Determine topological order before any target node is added.Evan Cheng2006-07-281-13/+13
* Brain cramp..Evan Cheng2006-07-271-3/+1
* Undo last commit, which was committed accidentally.Reid Spencer2006-07-271-2/+0
* Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer2006-07-277-90/+105
* Allocating too large an array for ReachibilityMatrix.Evan Cheng2006-07-271-2/+5
* Calculate the portion of reachbility matrix on demand.Evan Cheng2006-07-271-11/+42
* isNonImmUse is replaced by IsFoldableByEvan Cheng2006-07-271-1/+1
* Removed some unneccesary print statemntsPatrick Jenkins2006-07-271-1/+0
* ChangeDir now returns the correct valuePatrick Jenkins2006-07-271-1/+2
* Working toward registration of register allocators.Jim Laskey2006-07-272-11/+117
* Remove dead code.Evan Cheng2006-07-271-29/+0
* Fixed a stupid error where changedir returned false upon success.Patrick Jenkins2006-07-271-2/+1
* Added more descriptive output to singlesource,multisource tests.Patrick Jenkins2006-07-271-24/+30
* Removed some clutter that was left over from development.Patrick Jenkins2006-07-271-48/+39
* Resolve BB references with relocation.Evan Cheng2006-07-2712-79/+29
* Pass -fstrict-aliasing to the compiler when building a release build on darwin.Chris Lattner2006-07-271-3/+8
* Add basic block machine relocation.Evan Cheng2006-07-271-5/+35
* synchronizeICache removeed from TargetJITInfo.Evan Cheng2006-07-272-11/+0
* Code cleanups, per reviewNate Begeman2006-07-272-5/+7
* Use reachbility information to determine whether a node can be folded into an...Evan Cheng2006-07-271-3/+118
* Fixed a typo in Evan's submisson.Jim Laskey2006-07-271-1/+1
* emit global constantsRafael Espindola2006-07-271-0/+29
* AssignNodeIds should return unsigned.Evan Cheng2006-07-272-3/+3
* Correct a misunderstanding about cross-compiling. Anton's changes don'tReid Spencer2006-07-271-8/+13
* Remove NodeDepthEvan Cheng2006-07-272-12/+2
* AssignNodeIds assign each node in the DAG an unique id.Evan Cheng2006-07-271-0/+12
* Remove NodeDepth; Add NodeId which is a unique id per node per DAG. It can on...Evan Cheng2006-07-272-41/+21
* Let each target specific isel provide routine to check if a chain producing n...Evan Cheng2006-07-272-9/+7
* Move synchronizeICache from TargetJITInfo into a static function in JITEmitte...Evan Cheng2006-07-272-9/+17
* Fix section title to use lower case.Reid Spencer2006-07-271-1/+1
* Add instructions for building a cross-compiler. Patch contributed byReid Spencer2006-07-271-0/+41
* Reduce the padding on the doc_notes style. It was set to 1em which leavesReid Spencer2006-07-271-1/+1
* Bump version #Chris Lattner2006-07-271-1/+1
* Add some adviceChris Lattner2006-07-271-8/+26
* Use std::copy instead of custom loops to take advantage of STL optimizations.Chris Lattner2006-07-271-5/+19
* Use the predicate.Jim Laskey2006-07-273-15/+15
* I made a stupid mistake when adding support for -use-gmake. ~PJPatrick Jenkins2006-07-271-1/+1
* added support for the -use-gmake option. This will come in handy when running...Patrick Jenkins2006-07-271-12/+10
* Support jump tables when in PIC relocation modelNate Begeman2006-07-276-27/+43
* Prevent creation of MachineDebugInfo for intel unless it is darwin. RC842.Jim Laskey2006-07-271-1/+3
* This change will allow support for SunOS to the testing script. It adds a che...Patrick Jenkins2006-07-271-17/+39