| Commit message (Expand) | Author | Age | Files | Lines |
* | It's essential we clear CodeGenMap after isel every basic block! | Evan Cheng | 2005-12-19 | 1 | -0/+1 |
* | Fix a case where the DAG Combiner would accidentally CSE flag-producing nodes, | Chris Lattner | 2005-12-19 | 1 | -1/+6 |
* | Added the llvm-kernel project to the list of automatically configured | John Criswell | 2005-12-19 | 2 | -29/+35 |
* | Prefix DSA specific options with dsa. | John Criswell | 2005-12-19 | 1 | -4/+4 |
* | Added an option to specify the names of heap freeing functions. | John Criswell | 2005-12-19 | 1 | -0/+20 |
* | Added a command line option that allows the user to specify a list of | John Criswell | 2005-12-19 | 1 | -0/+19 |
* | Amend comment. | Jim Laskey | 2005-12-19 | 1 | -1/+2 |
* | Create a strong dependency for loads following stores. This will leave a | Jim Laskey | 2005-12-19 | 1 | -2/+6 |
* | Fix pifft by correcting the case when a i64/f64 straddles O5 and memory: | Chris Lattner | 2005-12-19 | 2 | -2/+8 |
* | Fixes for a number of bugs: save flag results in CodeGenMap, folded chains | Evan Cheng | 2005-12-19 | 1 | -23/+33 |
* | don't emit 'add %o6, 0, %o6' instructions | Chris Lattner | 2005-12-19 | 2 | -10/+12 |
* | Fix calls to functions returning i64 | Chris Lattner | 2005-12-19 | 2 | -2/+2 |
* | Correct bool truncstore operand order | Chris Lattner | 2005-12-19 | 2 | -4/+4 |
* | add the other bool zextload as well | Chris Lattner | 2005-12-19 | 2 | -0/+2 |
* | implement zextload bool | Chris Lattner | 2005-12-19 | 2 | -0/+6 |
* | mark some unsupported ops as unsupported | Chris Lattner | 2005-12-19 | 2 | -0/+22 |
* | This is a script to extract nodes and edges associated with those nodes | Patrick Meredith | 2005-12-19 | 1 | -0/+110 |
* | Fix syntax for indirect calls. This fixes Olden/mst | Chris Lattner | 2005-12-19 | 2 | -4/+4 |
* | Keep stack frames 8-byte aligned. This fixes olden/voronoi | Chris Lattner | 2005-12-19 | 2 | -0/+6 |
* | apparently rdy isn't actually a psuedo instruction. Use rd %y | Chris Lattner | 2005-12-19 | 2 | -2/+2 |
* | add fneg/fabs support for doubles | Chris Lattner | 2005-12-19 | 4 | -34/+74 |
* | Various cleanups to this pass, no functionality change | Chris Lattner | 2005-12-19 | 2 | -92/+86 |
* | add bool truncstores | Chris Lattner | 2005-12-19 | 2 | -0/+12 |
* | Elimiante SP and FP, which weren't members of the IntRegs register class | Chris Lattner | 2005-12-19 | 8 | -58/+26 |
* | Make sure to relegalize new nodes | Chris Lattner | 2005-12-18 | 1 | -11/+21 |
* | The sun assembler only supports .xword in V9 mode. | Chris Lattner | 2005-12-18 | 2 | -2/+2 |
* | Configure the asmwriter to allow constant pools to be printed correctly | Chris Lattner | 2005-12-18 | 4 | -2/+4 |
* | add support for integer extloads | Chris Lattner | 2005-12-18 | 2 | -0/+18 |
* | Add support for undef | Chris Lattner | 2005-12-18 | 4 | -12/+24 |
* | Add support for calls to external symbols | Chris Lattner | 2005-12-18 | 2 | -2/+4 |
* | we have no memcpy | Chris Lattner | 2005-12-18 | 2 | -0/+12 |
* | Fix a crash on a call with no arguments | Chris Lattner | 2005-12-18 | 2 | -12/+28 |
* | Keep VC++ happy. | Jeff Cohen | 2005-12-18 | 1 | -0/+1 |
* | This is handled by the autogen'd code | Chris Lattner | 2005-12-18 | 1 | -1/+0 |
* | Handle basic block nodes | Chris Lattner | 2005-12-18 | 1 | -0/+1 |
* | Change return lowering so that we can autogen the matching code. | Chris Lattner | 2005-12-18 | 4 | -60/+50 |
* | Add an accessor | Chris Lattner | 2005-12-18 | 1 | -1/+11 |
* | Implement Calls for V8. This would be completely autogenerated except for | Chris Lattner | 2005-12-18 | 4 | -30/+514 |
* | More fixes for Selection of copyto/fromreg with a flag | Chris Lattner | 2005-12-18 | 1 | -11/+10 |
* | More corrections for flagged copyto/from reg | Chris Lattner | 2005-12-18 | 1 | -8/+11 |
* | Select copytoreg and copyfromreg nodes that have flag operands correctly. | Chris Lattner | 2005-12-18 | 1 | -9/+37 |
* | legalize copytoreg and copyfromreg nodes that have flag operands correctly. | Chris Lattner | 2005-12-18 | 1 | -11/+34 |
* | Implement the full V8 ABI for incoming arguments. | Chris Lattner | 2005-12-18 | 4 | -56/+286 |
* | Push ops list, asm string, and pattern all the way up to InstV8. Move the | Chris Lattner | 2005-12-18 | 4 | -96/+56 |
* | Give V8 select_cc, in the spirit of the PPC backend | Chris Lattner | 2005-12-18 | 4 | -64/+378 |
* | remove some unused instructions | Chris Lattner | 2005-12-18 | 2 | -24/+0 |
* | V8 doesn't have FP extload | Chris Lattner | 2005-12-18 | 2 | -0/+4 |
* | simplifications, fix typo | Chris Lattner | 2005-12-18 | 2 | -12/+10 |
* | add a node, for completeness | Chris Lattner | 2005-12-18 | 1 | -0/+2 |
* | Add frameindex support | Chris Lattner | 2005-12-18 | 4 | -52/+192 |