aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* remove a dead protoChris Lattner2006-08-031-1/+0
* Get darwin intel debugging up and running.Jim Laskey2006-08-033-55/+60
* add and use ARMISD::RET_FLAGRafael Espindola2006-08-032-9/+10
* Changes:Chris Lattner2006-08-031-17/+46
* Work around a GCC 3.3.5 bug noticed by a user.Chris Lattner2006-08-031-1/+1
* Work around a bug in gcc 3.3.5, reported by a userChris Lattner2006-08-031-1/+1
* Reflect change to AssignTopologicalOrder().Evan Cheng2006-08-021-5/+8
* - Change AssignTopologicalOrder to return vector of SDNode* by reference.Evan Cheng2006-08-021-16/+22
* If the Program name was NULL then all further output sent to std::cerr wasJim Laskey2006-08-021-1/+3
* Final polish on machine pass registries.Jim Laskey2006-08-029-37/+69
* Use of vector<bool> causes some horrendous compile time regression (2x)!Evan Cheng2006-08-021-13/+26
* Update the readme to remove duplicate information and clarify the loopNate Begeman2006-08-021-44/+19
* Disable LSR at -fastNate Begeman2006-08-021-1/+1
* Add special check to avoid isLoop call. Simple, but doesn't seem to speedChris Lattner2006-08-021-2/+2
* Speed up Loop::isLCSSAForm by using a binary search and single-entry cache.Chris Lattner2006-08-021-6/+14
* Replace the SSA update code in LCSSA with a bottom-up approach instead of a topChris Lattner2006-08-021-125/+95
* Add dominates/properlyDominates queries to IDom.Chris Lattner2006-08-011-0/+11
* Now that the ISel is available, it's possible to create a default instructionJim Laskey2006-08-011-17/+22
* start comments with #Rafael Espindola2006-08-012-7/+21
* 1. Change use of "Cache" to "Default".Jim Laskey2006-08-016-15/+31
* Remove some now-dead methods. Use getFileStatus instead.Chris Lattner2006-08-012-67/+0
* Use getFileStatus instead of Path::isDirectory().Chris Lattner2006-08-012-13/+14
* elimiante some syscallsChris Lattner2006-08-012-23/+20
* Forgot the added files for plugable machine passes.Jim Laskey2006-08-011-0/+31
* Introducing plugable register allocators and instruction schedulers.Jim Laskey2006-08-018-140/+119
* implement LowerConstantPool and LowerGlobalAddressRafael Espindola2006-08-012-3/+26
* Added AssignTopologicalOrder() to assign each node an unique id based on thei...Evan Cheng2006-08-011-2/+38
* Factor topological order code to SelectionDAG. Clean up.Evan Cheng2006-08-011-87/+23
* Minor fix due to recent API changesAnton Korobeynikov2006-08-011-1/+1
* PIC jump table entries are always 32-bit even in 64-bit mode.Evan Cheng2006-08-011-4/+11
* Fix PR850 and CodeGen/X86/2006-07-31-SingleRegClass.ll.Chris Lattner2006-07-312-0/+68
* handle GlobalValue::InternalLinkage in doFinalizationRafael Espindola2006-07-311-2/+10
* Remove a duplicate pattern.Evan Cheng2006-07-311-1/+0
* Remove a duplicate pattern/Evan Cheng2006-07-311-3/+0
* Instead of blindly looking past constantexpr casts, actually constantChris Lattner2006-07-291-14/+20
* Remove a redundant syscall.Chris Lattner2006-07-281-25/+21
* Modify setStatusInfoOnDisk to not throw an exception.Chris Lattner2006-07-282-12/+12
* Update win32 for Path::getStatusInfoChris Lattner2006-07-281-4/+6
* Modify Path::eraseFromDisk to not throw an exception.Chris Lattner2006-07-284-47/+49
* Finegrainify namespacification, minor cleanupsChris Lattner2006-07-281-8/+2
* formatting cleanupsChris Lattner2006-07-281-12/+11
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-287-35/+48
* libsupport still throws.Chris Lattner2006-07-281-0/+1
* Exceptions are thrown by and through this library.Chris Lattner2006-07-282-0/+2
* Fix handling of asm specifiers for external globals. This unbreaks many programsChris Lattner2006-07-281-1/+12
* Make functions with an "asm" name propagate that asm name into the cbe.c file.Chris Lattner2006-07-282-0/+12
* Fix some ppc64 issues with vector code.Chris Lattner2006-07-281-4/+7
* Can't spell.Evan Cheng2006-07-281-15/+15
* Some clean up.Evan Cheng2006-07-281-6/+8
* Rename IsFoldableBy to CanBeFoldedleByEvan Cheng2006-07-281-3/+3