summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* burg is goneChris Lattner2006-09-11
* partial implementation of the ARM Addressing Mode 1Rafael Espindola2006-09-11
* Skip the linear search if the answer is already known.Nick Lewycky2006-09-11
* No longer used, and confuses maintainersJim Laskey2006-09-11
* Include the UIUC CS department attribution on the main doxygen page.John Criswell2006-09-11
* call AsmPrinter::doInitialization in ARMAsmPrinter::doInitializationRafael Espindola2006-09-11
* Updates.Evan Cheng2006-09-11
* Update README file.Evan Cheng2006-09-11
* Rename a test-not-cmp.ll to cmp-test.ll; add a test.Evan Cheng2006-09-11
* 1) With X86 lowering change, the following can no longer happen sinceEvan Cheng2006-09-11
* X86ISD::CMP now produces a chain as well as a flag. Make that the chainEvan Cheng2006-09-11
* Behold, more work on relocations. Things are looking pretty good now.Nate Begeman2006-09-10
* Removed unnecessary Mangler creation.Anton Korobeynikov2006-09-10
* add a testcase for this commit: http://lists.cs.uiuc.edu/pipermail/llvm-commi...Chris Lattner2006-09-10
* Allow tail duplication in more cases, relaxing the previous restriction aChris Lattner2006-09-10
* This code was trying too hard. By eliminating redundant edges in the CFGChris Lattner2006-09-10
* Replace EquivalenceClasses with a custom-built data structure. Many commonNick Lewycky2006-09-10
* Implement Transforms/InstCombine/hoist_instr.llChris Lattner2006-09-09
* new testcaseChris Lattner2006-09-09
* Move ipsccp pass earlier to clean up obvious bogositiesChris Lattner2006-09-09
* Make inlining costs more accurate.Chris Lattner2006-09-09
* Turn div X, (Cond ? Y : 0) -> div X, YChris Lattner2006-09-09
* new testcaseChris Lattner2006-09-09
* Missing anchorJim Laskey2006-09-09
* Add cbe support for powiChris Lattner2006-09-09
* Implement the fpowi now by lowering to a libcallChris Lattner2006-09-09
* (indirect) test for the __builtin_powi builtin which we now support.Chris Lattner2006-09-09
* Implement new fpowi nodeChris Lattner2006-09-09
* Allow targets to custom lower expanded BIT_CONVERT'sChris Lattner2006-09-09
* First pass at supporting relocations. Relocations are written correctly toNate Begeman2006-09-08
* Fixed a FuseTwoAddrInst() bug: consider GlobalAddress and JumpTableIndexEvan Cheng2006-09-08
* Non-allocatable physregs can be killed and dead, but don't treat them asChris Lattner2006-09-08
* This fixes Benchmarks/Prolangs-C/unix-smailChris Lattner2006-09-08
* Fix a bunch of llc-beta failures on x86 yesterday. Don't allow selectionChris Lattner2006-09-08
* ok this really works :)Chris Lattner2006-09-08
* Remove redundant include.Devang Patel2006-09-08
* Need to include Makefile.config to get the value of $(OS). Add a comment.Chris Lattner2006-09-08
* Enabling LTO building on Darwin only right now. This probably should beAnton Korobeynikov2006-09-08
* implement shl and sraRafael Espindola2006-09-08
* Use __USER_LABEL_PREFIX__ to get the prefix added by the current host.Chris Lattner2006-09-08
* add the eor (xor) instructionRafael Espindola2006-09-08
* Missing tabJim Laskey2006-09-08
* fix select.ll to always test a select nodeRafael Espindola2006-09-08
* implement unconditional branchesRafael Espindola2006-09-08
* Generated isel should favors explicit constant operand (+2) over an operand w...Evan Cheng2006-09-08
* New test case.Evan Cheng2006-09-08
* Remove TEST64mr. It's same as TEST64rm since and is commutative.Evan Cheng2006-09-08
* Committing X86-64 support.Evan Cheng2006-09-08
* add powi intrinsics.Chris Lattner2006-09-08
* new powi intrinsicChris Lattner2006-09-08