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 |
2006-09-06 |
Jim Laskey | Separate target specifc asm properties from asm printers. |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Jim Laskey | Separate target specific asm properties from the asm... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Rafael Espindola | add the orr instruction |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Devang Patel | Instead of demangling symbol name by hand, use original... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Devang Patel | Extract target triplet from optimized module. |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Evan Cheng | Only call isUse/isDef on register operands |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Chris Lattner | Bugfix to work with the two-addr changes that have... |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Chris Lattner | make this harder |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Evan Cheng | IsDef can only be accessed / set if operand is a register. |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Chris Lattner | Only call isUse/isDef on register operands |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Chris Lattner | Don't call isDef on non-registers |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Evan Cheng | Initialize IsDef of all non-register MachineOperand... |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Chris Lattner | Fix Duraid's changes to work when TLI is null. This... |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Chris Lattner | Change the default to 0, which means 'default'. |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Evan Cheng | Fix a few dejagnu failures. e.g. fast-cc-merge-stack... |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Evan Cheng | JIT encoding bug. |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Chris Lattner | Fix JIT encoding of two-addr instructions. |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Chris Lattner | Update the X86 JIT to make it work with the new two... |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Chris Lattner | Completely eliminate def&use operands. Now a register... |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Chris Lattner | Fix a long-standing wart in the code generator: two... |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Andrew Lenharth | jmp_bufs are this big on alpha. |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Bill Wendling | First draft of the "Live Interval Analysis" section... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Chris Lattner | ADd getImm/setImm methods |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Chris Lattner | Add some short-hand accessors |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Rafael Espindola | add support for returning 64bit values |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Chris Lattner | Fix some X86 JIT failures. This should really come... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Chris Lattner | lli uses LinkAllCodegenComponents, so it needs this... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Chris Lattner | Correct fix for a crasher on functions with live in... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Chris Lattner | Hack around a regression I introduced yesterday |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Duraid Madina | forgot this |
commit | commitdiff | tree | snapshot |
next |