aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add atomic sub for other sizesAndrew Lenharth2008-08-031-1/+2
* Emit saveri with the correct operand order, patch by Richard Pennington!Chris Lattner2008-08-031-1/+1
* Fix PR2615Bruno Cardoso Lopes2008-08-031-1/+7
* Improved asm inline for hi,lo resultsBruno Cardoso Lopes2008-08-025-23/+77
* Apply the same pattern used in 'and' lowering for 'or'Bruno Cardoso Lopes2008-08-022-8/+10
* Expand fcopysignBruno Cardoso Lopes2008-07-311-0/+1
* Handle more SELECT corner cases considering legalize types, probabily wont wo...Bruno Cardoso Lopes2008-07-312-31/+48
* Add a flag to disable jump table generation (allDale Johannesen2008-07-313-1/+11
* Added pattern for floating point zero immediate (avoiding a constant poolBruno Cardoso Lopes2008-07-302-3/+16
* Reapply r54147 with a constraint to only use the 8-bitDan Gohman2008-07-302-25/+61
* Fixed bug in global address lowering for functions and in Brcond loweringBruno Cardoso Lopes2008-07-301-6/+7
* Removed small section flag for mips, the assembler doesnt support this flagBruno Cardoso Lopes2008-07-302-4/+18
* Added new features to represent specific instructions groupsBruno Cardoso Lopes2008-07-303-8/+45
* Instruction definition cleanupBruno Cardoso Lopes2008-07-301-63/+43