aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Update the names of the exception handling sjlj instrinsics toJim Grosbach2009-05-144-14/+16
* Spelling correction s/builting/builtin/ and remove trailing whitespace in a f...Jim Grosbach2009-05-131-10/+10
* Run code placement optimization for targets that want it (arm and x86 for now).Evan Cheng2009-05-132-0/+2
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-1318-150/+193
* Run through the list of globals once and sectionize all types of globlas incl...Sanjiv Gupta2009-05-134-38/+72
* Add an int64_t variant of abs, for host environmentsDale Johannesen2009-05-131-2/+2
* Add support for GCC compatible builtin setjmp and longjmp intrinsics. This isJim Grosbach2009-05-124-4/+52
* correct register class for tADDspi to GPR since the register will always be SPJim Grosbach2009-05-121-1/+1
* More MSVC fixes -- class/struct conflicts.Bill Wendling2009-05-121-1/+1
* 80 col violations.Evan Cheng2009-05-121-2/+4
* Fix up a few minor typos in comments.Bob Wilson2009-05-121-7/+7
* Fix 80-col violations and remove trailing whitespace. No functional changes.Bob Wilson2009-05-121-69/+71
* Iterate over globals once and sectionize them into appropriate sections.Sanjiv Gupta2009-05-124-78/+111
* We do not need to create a label for external defs and decls,Sanjiv Gupta2009-05-122-17/+4
* Mark mayLoad, mayStore for insns correctly and use themSanjiv Gupta2009-05-123-24/+14
* Factor the code for collecting IV users out of LSR into an IVUsers class,Dan Gohman2009-05-121-10/+0
* Avoid unneeded SIB byte encoding. Patch by Zoltan Varga.Evan Cheng2009-05-122-2/+4
* Don't #include DerivedTypes.h from TargetData.h.Jay Foad2009-05-111-0/+1
* Fix two wording errors that Duncan spotted.Dan Gohman2009-05-111-1/+1
* LLVM has unaligned loads and stores now.Dan Gohman2009-05-111-2/+1
* Upgrade this example to new-style syntax.Dan Gohman2009-05-111-5/+5
* Convert a subtract into a negate and an add when it helps x86Dan Gohman2009-05-112-1/+71
* remove some done things: we have nocapture and SROA is smarter.Chris Lattner2009-05-111-77/+13
* add a noteChris Lattner2009-05-111-0/+35
* Change TargetData::getIntPtrType() to return an IntegerType instead ofJay Foad2009-05-111-1/+1
* Fix more naming issues.Sanjiv Gupta2009-05-114-30/+69
* Detect calls to compiler intrinsics and emit an extern declarations Sanjiv Gupta2009-05-114-10/+43
* Module iterator contains list of filescope functions as well, we don't need t...Sanjiv Gupta2009-05-101-2/+2
* Add imm-reg and imm-mem patters for cmp on msp430Anton Korobeynikov2009-05-101-0/+14
* Changed lowering and asmprinter to use ABI Names class called PAN.Sanjiv Gupta2009-05-107-202/+281
* Remove a completed optimization. Add a potential optimization I ran Eli Friedman2009-05-091-17/+9
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-0924-46/+46
* Use 16 bit arithmetic while retrieving the address of callee's frame during i...Sanjiv Gupta2009-05-091-7/+16
* PPC::B and PPC::BCC's target operand may be an immediate.Evan Cheng2009-05-081-0/+9
* Factor out cycle-finder code and make it generic.Anton Korobeynikov2009-05-081-106/+2
* Allow 8 bit select in custom inserterAnton Korobeynikov2009-05-081-1/+2
* Expand UREM / SREM into libcallsAnton Korobeynikov2009-05-081-0/+2
* Add 8 bit selectAnton Korobeynikov2009-05-081-0/+4
* Fix PR4152: asm constraint validation happens before dag combine, so weChris Lattner2009-05-081-29/+28
* Optimize code placement in loop to eliminate unconditional branches or move u...Evan Cheng2009-05-081-1/+1
* Add missing #include for "strlen" which is used inline in this header. FixesNick Lewycky2009-05-081-0/+1
* Moved pic16 naming functions to correct place.Sanjiv Gupta2009-05-083-84/+79
* Eliminate compiler warnings.Evan Cheng2009-05-071-2/+2
* CMake: Updated lib/Target/PIC16/CMakeLists.txt.Oscar Fuentes2009-05-061-0/+1
* Use X86AddrNumOperands instead of magic constant oneDale Johannesen2009-05-061-1/+2
* Emit banksel and movlp instructions.Sanjiv Gupta2009-05-0612-142/+586
* Add basic support for code generation of Chris Lattner2009-05-052-0/+17
* Revert part of 70929 that has to do with determining whether a SIB byte is ne...Evan Cheng2009-05-052-3/+3
* Move getInstrOperandRegClass from the scheduler to TargetInstrInfo.Evan Cheng2009-05-051-0/+13
* - Avoid the longer SIB encoding on x86_64 when it's not needed.Evan Cheng2009-05-042-9/+24