aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Oops, check in these files too, for the FastISel -> Fast rename.Dan Gohman2008-08-131-2/+2
* Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT nodeBruno Cardoso Lopes2008-08-135-76/+127
* When resolving a stub in x86-64 JIT, use a PC-relative branchDale Johannesen2008-08-121-2/+14
* Make x86-64 JIT changes Darwin-specific.Dale Johannesen2008-08-122-6/+23
* Whitespace cleanup. Test commit.Jim Grosbach2008-08-121-0/+1
* In the absence of a linker to build the GOT, use the 32-bitDale Johannesen2008-08-121-1/+3
* Some fixes for x86-64 JIT. Make it use small codeDale Johannesen2008-08-113-15/+35
* Implement ISD::TRAP support on PPCNate Begeman2008-08-114-2/+18
* move some more stuff out of my email into readme.txtChris Lattner2008-08-101-0/+73
* add a noteChris Lattner2008-08-101-0/+13
* Add an EXTRACTPSmr pattern to match the pattern thatDan Gohman2008-08-082-0/+8
* Properly print flags on SparcAnton Korobeynikov2008-08-081-6/+5
* GeneralizeAnton Korobeynikov2008-08-082-6/+6
* Use mergeable strings sections on sparcAnton Korobeynikov2008-08-081-0/+1
* Handle visibility printing with all generality. Remove bunch of duplicate code.Anton Korobeynikov2008-08-087-48/+25
* Use chars, where possibleAnton Korobeynikov2008-08-081-30/+30
* Convert PPC/Linux to new section printing stuffAnton Korobeynikov2008-08-083-89/+74
* Switch PPC/Darwin to new section handling stuffAnton Korobeynikov2008-08-083-153/+107
* CleanupAnton Korobeynikov2008-08-081-72/+70
* Undo most of r54519.Evan Cheng2008-08-086-21/+17
* It's not legal to output a GV in a coalesced section if it's used in an ARM P...Evan Cheng2008-08-086-24/+41
* Fix indentation.Evan Cheng2008-08-081-8/+8
* Support added for ctlz intrinsic, test case added.Bruno Cardoso Lopes2008-08-083-18/+19
* Match raw "psp" triple target, as done by the homebrew toolchain.Bruno Cardoso Lopes2008-08-081-1/+2
* Added Mips support for DYNAMIC_STACKALLOCBruno Cardoso Lopes2008-08-073-23/+52
* Remove dead forward declAnton Korobeynikov2008-08-071-1/+0
* Print section flags ok on platforms, which use '@' as comment string. Fix test.Anton Korobeynikov2008-08-071-3/+9
* Add assertion for easy debugging of missing stuffAnton Korobeynikov2008-08-071-0/+2
* Switch ARM to new section handling stuffAnton Korobeynikov2008-08-075-236/+227
* Switch Alpha to new section handling stuffAnton Korobeynikov2008-08-071-63/+60
* Use EmitAlignment consistentlyAnton Korobeynikov2008-08-073-6/+4
* CleanupAnton Korobeynikov2008-08-071-6/+6
* CleanupAnton Korobeynikov2008-08-071-9/+9
* Switch IA64 to new section-handling stuffAnton Korobeynikov2008-08-073-71/+90
* CleanupAnton Korobeynikov2008-08-071-18/+16
* Provide convenient helpersAnton Korobeynikov2008-08-072-10/+4
* Switch Sparc to new section handling stuff. Refactor printing of module-level...Anton Korobeynikov2008-08-074-77/+120
* Add hook for constant pool section selection for darwin.Anton Korobeynikov2008-08-072-5/+21
* Select section for constant pool entriesAnton Korobeynikov2008-08-072-3/+23
* Re-enable elimination of unnecessary SUBREG_TO_REG instructions inDan Gohman2008-08-072-8/+16
* Re-introduce the 8-bit subreg zext-inreg patterns for x86-32,Dan Gohman2008-08-062-6/+10
* xchg does not modify FLAGS.Dan Gohman2008-08-062-2/+3
* Added support for fp callee saved registers.Bruno Cardoso Lopes2008-08-066-152/+225
* Fix PR2620: Fix X86cmppd selection code so it expects operands to be v2f64.Evan Cheng2008-08-052-4/+5
* Trim #includes.Dan Gohman2008-08-053-4/+2
* This option doesn't need to be a target option. It can be in SDISel instead.Owen Anderson2008-08-051-6/+0
* - Fix SelectionDAG to generate correct CFGs.Owen Anderson2008-08-041-0/+6
* Add an assert to catch invalid VECTOR_SHUFFLE mask indices.Dan Gohman2008-08-041-0/+1
* Mips ISelLowering cleanup : Removed old LowerCALL and FORMAL_ARGS helpers, theyBruno Cardoso Lopes2008-08-042-40/+9
* Handle i32->f32 bitconvert results.Bruno Cardoso Lopes2008-08-042-1/+6