aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Rework the routines that convert AP[S]Int into a string. Now, instead ofChris Lattner2008-08-171-2/+2
* PPC/Linux normally uses named section for bssAnton Korobeynikov2008-08-161-0/+5
* Use proper strings section name for PPCAnton Korobeynikov2008-08-161-1/+1
* Use correct name for TLS address resolution routine on x86-64Anton Korobeynikov2008-08-161-2/+2
* Add interface for section override. Use this for Sparc, since it should use n...Anton Korobeynikov2008-08-162-4/+11
* Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th...Anton Korobeynikov2008-08-161-0/+23
* Reduce heap trashing due to std::string construction / concatenation via cach...Anton Korobeynikov2008-08-166-7/+20
* Build the X86GenFastISel.inc file.Dan Gohman2008-08-141-0/+1
* Also avoid pinsrw and pinsrb with a variable insertelement index.Dan Gohman2008-08-141-1/+2
* Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...Owen Anderson2008-08-1416-46/+50
* Don't try to use the insertps instruction for vectorDan Gohman2008-08-141-1/+1
* Remove more uses of std::set.Owen Anderson2008-08-141-3/+3
* 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