2006-09-12 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Nick Lewycky | Add ability to remove nodes from DominatorTree, for... |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Chris Lattner | Testcase noticed from PR906 |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Chris Lattner | add compilable testcase |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Chris Lattner | new testcase for PR906 |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Chris Lattner | Fix PR905 and InstCombine/2006-09-11-EmptyStructCrash.ll |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Chris Lattner | new testcase for PR905 |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Rafael Espindola | implement SRL and MUL |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Rafael Espindola | add the correct fallback for ARMDAGToDAGISel::SelectAdd... |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Chris Lattner | burg is gone |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Rafael Espindola | partial implementation of the ARM Addressing Mode 1 |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Nick Lewycky | Skip the linear search if the answer is already known. |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Jim Laskey | No longer used, and confuses maintainers |
commit | commitdiff | tree | snapshot |
2006-09-11 |
John Criswell | Include the UIUC CS department attribution on the main... |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Rafael Espindola | call AsmPrinter::doInitialization in ARMAsmPrinter... |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Evan Cheng | Updates. |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Evan Cheng | Update README file. |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Evan Cheng | Rename a test-not-cmp.ll to cmp-test.ll; add a test. |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Evan Cheng | 1) With X86 lowering change, the following can no longe... |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Evan Cheng | X86ISD::CMP now produces a chain as well as a flag... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Nate Begeman | Behold, more work on relocations. Things are looking... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Anton Korobeynikov | Removed unnecessary Mangler creation. |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Chris Lattner | add a testcase for this commit: lists.cs.uiuc.edu/piper... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Chris Lattner | Allow tail duplication in more cases, relaxing the... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Chris Lattner | This code was trying too hard. By eliminating redundan... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Nick Lewycky | Replace EquivalenceClasses with a custom-built data... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Chris Lattner | Implement Transforms/InstCombine/hoist_instr.ll |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Chris Lattner | Move ipsccp pass earlier to clean up obvious bogosities |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Chris Lattner | Make inlining costs more accurate. |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Chris Lattner | Turn div X, (Cond ? Y : 0) -> div X, Y |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Jim Laskey | Missing anchor |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Chris Lattner | Add cbe support for powi |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Chris Lattner | Implement the fpowi now by lowering to a libcall |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Chris Lattner | (indirect) test for the __builtin_powi builtin which... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Chris Lattner | Implement new fpowi node |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Chris Lattner | Allow targets to custom lower expanded BIT_CONVERT's |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Nate Begeman | First pass at supporting relocations. Relocations... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Evan Cheng | Fixed a FuseTwoAddrInst() bug: consider GlobalAddress... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Chris Lattner | Non-allocatable physregs can be killed and dead, but... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Chris Lattner | This fixes Benchmarks/Prolangs-C/unix-smail |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Chris Lattner | Fix a bunch of llc-beta failures on x86 yesterday.... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Chris Lattner | ok this really works :) |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Devang Patel | Remove redundant include. |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Chris Lattner | Need to include Makefile.config to get the value of... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Anton Korobeynikov | Enabling LTO building on Darwin only right now. This... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Rafael Espindola | implement shl and sra |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Chris Lattner | Use __USER_LABEL_PREFIX__ to get the prefix added by... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Rafael Espindola | add the eor (xor) instruction |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Jim Laskey | Missing tab |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Rafael Espindola | fix select.ll to always test a select node |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Rafael Espindola | implement unconditional branches |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Evan Cheng | Generated isel should favors explicit constant operand... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Evan Cheng | New test case. |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Evan Cheng | Remove TEST64mr. It's same as TEST64rm since and is... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Evan Cheng | Committing X86-64 support. |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Chris Lattner | add powi intrinsics. |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Chris Lattner | new powi intrinsic |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Nate Begeman | We actually do support object file writing, so don... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Evan Cheng | Add a new test case for 'undef' shuffles. |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Evan Cheng | - Identify a vector_shuffle that can be turned into... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Jim Laskey | 1. Remove condition on delete. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Devang Patel | Untabify. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Devang Patel | Use iterative do-while loop instead of recursive DFSPas... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Chris Lattner | add a new value for the command line optn |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Chris Lattner | Fix a cross-build issue. The asmsyntax shouldn't be... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Jim Laskey | Adding new files. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Jim Laskey | Make target asm info a property of the target machine. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Jim Laskey | Break out target asm info into separate files. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Devang Patel | Using addPassesToEmitWholeFile is not a good idea here. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Devang Patel | Add linker into list of LINK_COMPONENTS. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Chris Lattner | Throttle back tail duplication to avoid creating really... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Chris Lattner | Eliminate X86ISD::TEST, using X86ISD::CMP instead.... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Chris Lattner | Some notes on better load folding we could do |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Devang Patel | Add lto into the list of PARALLEL_DIRS |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Devang Patel | Use addPassesToEmitWholeFile() instead of addPassesToEm... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Evan Cheng | Consistency. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Evan Cheng | Fix pasto that was breaking x86 tests. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Chris Lattner | Change DisambiguateGlobalSymbols to not rename asm... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Chris Lattner | Add new option to leave asm names alone |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Chris Lattner | This fails |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Chris Lattner | Warn people not to use GCC 4.1.1. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Jim Laskey | Make the x86 asm flavor part of the subtarget info. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Bill Wendling | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Bill Wendling | Fixed my rotten Engrish grammar. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Chris Lattner | cleanups and updates to the GSG, patch by B Scott Miche... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Chris Lattner | Fix CodeGen/Generic/2006-09-06-SwitchLowering.ll, a... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Chris Lattner | New testcase for a switch lowering bug. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Evan Cheng | Clean up. |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Chris Lattner | testcase, ensure this never breaks. |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Evan Cheng | Watch out for variable_ops instructions. |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Evan Cheng | Variable ops instructions may ignore the last few opera... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Devang Patel | Document getTargetTriple(). |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Devang Patel | Add getTargetTriple() that linker can use to query... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Jim Laskey | Oops - forgot to update banner. |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Devang Patel | Keep track of all modules crated using a name to module... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Bill Wendling | Cleaned up some of the grammar in the Live Intervals... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Jim Laskey | Update project with new files. |
commit | commitdiff | tree | snapshot |
next |