Age | Commit message (Expand) | Author |
2005-12-21 | * Added support for X86 RET with an additional operand to specify number of | Evan Cheng |
2005-12-21 | Start of Dwarf framework. | Jim Laskey |
2005-12-21 | make sure to relegalize all cases | Chris Lattner |
2005-12-21 | enable the gep isel opt | Chris Lattner |
2005-12-21 | Regenerate | Chris Lattner |
2005-12-21 | allow logical operators on packed integral types | Chris Lattner |
2005-12-21 | Get logical operations to like packed types, allow BinOp::getNot to create | Chris Lattner |
2005-12-21 | fix a bug I introduced that broke recursive expansion of nodes (e.g. scalariz... | Chris Lattner |
2005-12-21 | regenerate | Chris Lattner |
2005-12-21 | Implement Regression/Assembler/2005-12-21-ZeroInitVector.ll | Chris Lattner |
2005-12-21 | add some nodes, forgot to commit this last night :( | Chris Lattner |
2005-12-21 | This was meant to go in | Chris Lattner |
2005-12-21 | Rewrite FP stackifier support in the X86InstrInfo.td file, splitting patterns | Chris Lattner |
2005-12-21 | Wrap some long lines: no functionality change | Chris Lattner |
2005-12-21 | remove dead code | Chris Lattner |
2005-12-21 | Lower ConstantAggregateZero into zeros | Chris Lattner |
2005-12-21 | Remove ISD::RET select code. Now tblgen'd. | Evan Cheng |
2005-12-21 | * Added lowering hook for external weak global address. It inserts a load | Evan Cheng |
2005-12-21 | Don't emit a null terminator, nor anything after it, to the ctor/dtor list | Chris Lattner |
2005-12-20 | SSE2 floating point load / store patterns. SSE2 fp to int conversion patterns. | Evan Cheng |
2005-12-20 | Flip the meaning of FPContractions to reflect Requires<[]> change. | Evan Cheng |
2005-12-20 | Run lower-switch after lower-invoke. | Chris Lattner |
2005-12-20 | Reserve G1 for frame offset stuff and use it to handle large stack frames. | Chris Lattner |
2005-12-20 | Added X86 readport patterns. | Evan Cheng |
2005-12-20 | Added a hook to print out names of target specific DAG nodes. | Evan Cheng |
2005-12-20 | Fix a nasty latent bug in the legalizer that was triggered by my patch | Chris Lattner |
2005-12-20 | Pattern-match return. Includes gross hack! | Nate Begeman |
2005-12-19 | Fix a couple of the FIXMEs, thanks to suggestion from Chris. This allows | Nate Begeman |
2005-12-19 | Convert load/store over to being pattern matched | Nate Begeman |
2005-12-19 | X86 conditional branch support. | Evan Cheng |
2005-12-19 | Print out opcode number if it's an unknown target node. | Evan Cheng |
2005-12-19 | It's essential we clear CodeGenMap after isel every basic block! | Evan Cheng |
2005-12-19 | Fix a case where the DAG Combiner would accidentally CSE flag-producing nodes, | Chris Lattner |
2005-12-19 | Prefix DSA specific options with dsa. | John Criswell |
2005-12-19 | Added an option to specify the names of heap freeing functions. | John Criswell |
2005-12-19 | Added a command line option that allows the user to specify a list of | John Criswell |
2005-12-19 | Amend comment. | Jim Laskey |
2005-12-19 | Create a strong dependency for loads following stores. This will leave a | Jim Laskey |
2005-12-19 | Fix pifft by correcting the case when a i64/f64 straddles O5 and memory: | Chris Lattner |
2005-12-19 | don't emit 'add %o6, 0, %o6' instructions | Chris Lattner |
2005-12-19 | Fix calls to functions returning i64 | Chris Lattner |
2005-12-19 | Correct bool truncstore operand order | Chris Lattner |
2005-12-19 | add the other bool zextload as well | Chris Lattner |
2005-12-19 | implement zextload bool | Chris Lattner |
2005-12-19 | mark some unsupported ops as unsupported | Chris Lattner |
2005-12-19 | Fix syntax for indirect calls. This fixes Olden/mst | Chris Lattner |
2005-12-19 | Keep stack frames 8-byte aligned. This fixes olden/voronoi | Chris Lattner |
2005-12-19 | apparently rdy isn't actually a psuedo instruction. Use rd %y | Chris Lattner |
2005-12-19 | add fneg/fabs support for doubles | Chris Lattner |
2005-12-19 | Various cleanups to this pass, no functionality change | Chris Lattner |