aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Implement support for using modeling implicit-zero-extension on x86-64Dan Gohman2009-04-083-9/+43
* Temporarily revert r68552. This was causing a failure in the self-hosting LLVMBill Wendling2009-04-0717-231/+193
* Reduce code duplication on the TLS implementation.Rafael Espindola2009-04-0717-193/+231
* PR2985 / <rdar://problem/6584986>Jim Grosbach2009-04-077-194/+318
* Handle 'a' modifier in ARM inline assembly.Bob Wilson2009-04-061-0/+3
* Map stack based frameindices for spills to zero based indices that can be acc...Sanjiv Gupta2009-04-065-33/+62
* Wrap some lines to fix indentation problems.Bob Wilson2009-04-031-30/+36
* Fix some comments.Bob Wilson2009-04-031-5/+5
* CMake: removed IA64AsmPrinter.cpp from lib/Target/IA64/CMakeLists.txtOscar Fuentes2009-04-031-1/+0
* Separate MIPS asmprinterAnton Korobeynikov2009-04-035-3/+33
* Fix target library nameAnton Korobeynikov2009-04-031-1/+1
* Fix commentAnton Korobeynikov2009-04-031-1/+1
* Move IA64 asmprinter to separate libraryAnton Korobeynikov2009-04-034-1/+32
* Added a x86 dag combine to increase the chances to use aMon P Wang2009-04-031-2/+30
* Fixed build warnings.Sanjiv Gupta2009-04-021-2/+0
* To convert the StopPoint insn into an assembler directive by ISel, we need to...Sanjiv Gupta2009-04-024-0/+31
* Params are not being generated as static globals now. The caller passes them ...Sanjiv Gupta2009-04-025-53/+133
* silence warning in release-asserts build.Chris Lattner2009-04-011-4/+2
* Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman2009-04-011-1/+1
* Use LLVM type names instead of C type names in comments, to beDan Gohman2009-04-011-5/+5
* Fix PR3862: Recognize some ARM-specific constraints for immediates in inlineBob Wilson2009-04-012-0/+145
* i128 shift libcalls are not available on x86.Evan Cheng2009-03-311-0/+7
* Reapply 68073, with fixes. EH Landing-pad basic blocks are notDan Gohman2009-03-311-1/+4
* remove unused arguments.Rafael Espindola2009-03-311-14/+12
* Really temporarily revert r68073.Bill Wendling2009-03-311-6/+1
* Oy! When reverting r68073, I added in experimental code. Sorry...Bill Wendling2009-03-311-1/+6
* Revert r68073. It's causing a failure in the Apple-style builds.Bill Wendling2009-03-311-6/+1
* X86 address mode isel tweak. If the base of the address is also used by a Cop...Evan Cheng2009-03-311-1/+25
* Except in asm-verbose mode, avoid printing labels for blocks that areDan Gohman2009-03-301-1/+6
* When optimzing a mul by immediate into two, the resulting mul's should get a ...Evan Cheng2009-03-305-5/+12
* Fix comment to match function name.Bob Wilson2009-03-301-1/+1
* Fix thinko: put stuff with both global and local relocations into data.rel{.r...Anton Korobeynikov2009-03-301-3/+3
* Do not propagate ELF-specific stuff (data.rel) into other targets. This simpl...Anton Korobeynikov2009-03-304-25/+36
* Add data.rel stuffAnton Korobeynikov2009-03-304-14/+54
* IA64 is as weird as Alpha wrt r/o relocs :)Anton Korobeynikov2009-03-292-0/+8
* Alpha always requires global relocations to be r/w regardless of PIC.Anton Korobeynikov2009-03-292-1/+8
* Honour relocation behaviour stuff for ro objectsAnton Korobeynikov2009-03-291-3/+22
* add a noteChris Lattner2009-03-281-0/+4
* Use array_lengthofRafael Espindola2009-03-281-5/+5
* Have only one definition of X86AddrNumOperands.Rafael Espindola2009-03-285-9/+2
* Make code a bit less brittle by no hardcoding the numberRafael Espindola2009-03-283-8/+15
* Optimize some 64-bit multiplication by constants into two lea's or one lea + ...Evan Cheng2009-03-281-0/+71
* remove trailing whitespaceJim Grosbach2009-03-271-8/+8
* Avoid hardcoding that X86 addresses have 4 operands.Rafael Espindola2009-03-271-5/+8
* Use less hard coded constants to make the code less brittle.Rafael Espindola2009-03-271-6/+11
* I am trying to add a segment to the X86 addresses matching toRafael Espindola2009-03-271-19/+28
* -no-implicit-float means explicit fp operations are legal.Evan Cheng2009-03-261-4/+4
* tADDhirr is a thumb instruction. Do not allow this code to be reached in non-...Evan Cheng2009-03-261-0/+2
* Pull transform from target-dependent code into target-independent code.Bill Wendling2009-03-261-39/+0
* fix warning in -asserts mode.Chris Lattner2009-03-261-4/+3