aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* add some new instructions to the classifier. With this, we correctly insertChris Lattner2006-03-071-0/+11
* add some comments that describe what we modelChris Lattner2006-03-071-3/+18
* Implement a very very simple hazard recognizer for LSU rejects and ctr set/readChris Lattner2006-03-073-2/+292
* add a noteChris Lattner2006-03-071-0/+14
* add a noteChris Lattner2006-03-071-0/+11
* - Emit subsections_via_symbols for Darwin.Evan Cheng2006-03-074-20/+41
* Enable Dwarf debugging info.Evan Cheng2006-03-078-6/+83
* implement TII::insertNoopChris Lattner2006-03-053-1/+8
* add a noteChris Lattner2006-03-051-0/+4
* Copysign needs to be expanded everywhere. Note that Alpha and IA64 shouldChris Lattner2006-03-055-0/+16
* add a note for something evan noticedChris Lattner2006-03-051-0/+28
* Implemented.Chris Lattner2006-03-041-16/+0
* Add a noteChris Lattner2006-03-041-0/+17
* Add an entryEvan Cheng2006-03-041-0/+5
* MEMSET / MEMCPY lowering bugs: we can't issue a single WORD / DWORD version ofEvan Cheng2006-03-041-28/+83
* add a noteChris Lattner2006-03-041-0/+15
* TypoEvan Cheng2006-03-041-2/+2
* Split the valuetypes out of Target.td into ValueTypes.tdChris Lattner2006-03-031-37/+1
* remove the read/write port/io intrinsics.Chris Lattner2006-03-033-32/+12
* add a noteChris Lattner2006-03-021-0/+7
* Implement CodeGen/PowerPC/or-addressing-mode.ll, which is also PR668.Chris Lattner2006-03-011-18/+59
* add a noteChris Lattner2006-03-011-0/+18
* Compile this:Chris Lattner2006-03-015-13/+42
* Use a target-specific dag-combine to implement CodeGen/PowerPC/fp-int-fp.ll.Chris Lattner2006-03-013-25/+42
* Vector op lowering.Evan Cheng2006-03-012-6/+35
* New type v2f32.Evan Cheng2006-03-011-2/+3
* Another entry.Evan Cheng2006-02-281-0/+16
* Don't match x << 1 to LEAL. It's better to emit x + x.Evan Cheng2006-02-281-1/+4
* Add a subtarget feature for the stfiwx instruction. I know the G5 has it,Chris Lattner2006-02-282-2/+6
* remove implemented itemChris Lattner2006-02-281-17/+0
* readme updatesNate Begeman2006-02-271-21/+26
* Don't print constant initializers, they may span lines now.Chris Lattner2006-02-271-2/+0
* Removed dependency on how operands are printed (want multi-line.)Jim Laskey2006-02-271-9/+3
* ConstantPoolIndex is now the displacement portion of the address (ratherEvan Cheng2006-02-261-10/+4
* Fixed ConstantPoolIndex operand asm print bug. This fixed 2005-07-17-INT-To-FPEvan Cheng2006-02-262-19/+31
* * Cleaned up addressing mode matching code.Evan Cheng2006-02-251-156/+127
* Updates.Evan Cheng2006-02-251-20/+3
* * Allow mul, shl nodes to be codegen'd as LEA (if appropriate).Evan Cheng2006-02-251-1/+24
* ConstantPoolIndex is now the displacement field of addressing mode.Evan Cheng2006-02-251-3/+4
* Added a common about the need for X86ISD::Wrapper.Evan Cheng2006-02-251-0/+7
* Added an offset field to ConstantPoolSDNode.Evan Cheng2006-02-252-32/+17
* Fix an obvious bug exposed when we are doingEvan Cheng2006-02-251-1/+2
* Add memory printing support for PPC. Input memory operands now work withChris Lattner2006-02-241-1/+12
* Implement selection of inline asm memory operandsChris Lattner2006-02-241-0/+29
* PPC JIT relocation model should be DynamicNoPIC.Evan Cheng2006-02-231-2/+2
* - Clean up the lowering and selection code of ConstantPool, GlobalAddress,Evan Cheng2006-02-234-37/+81
* Implement the PPC inline asm "L" modifier. This allows us to compile:Chris Lattner2006-02-231-4/+28
* "." isn't enough to get a private label on linux, use ".L".Chris Lattner2006-02-231-0/+1
* add a small and simple case.Chris Lattner2006-02-231-0/+28
* A couple of new entries.Evan Cheng2006-02-231-0/+9