aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
...
* Don't abuse the quirky behavior of LegalizeDAG for XINT_TO_FP and Eli Friedman2009-05-272-10/+13
* Back out r72431, it is causing a number of compilation crashes with clang.Daniel Dunbar2009-05-262-6/+6
* Update CPU capabilities for AMD machinesStefanus Du Toit2009-05-263-3/+31
* Don't abuse the quirky behavior of LegalizeDAG for XINT_TO_FP andEli Friedman2009-05-262-6/+6
* add some late optimizations that GCC does. It thinks these are a winChris Lattner2009-05-251-0/+14
* fix typoChris Lattner2009-05-251-1/+1
* we should eventually add -march=atom and the new atom movbe instruction.Chris Lattner2009-05-251-0/+2
* Make the PPC backend use a legal type for the operands to the BUILD_VECTOREli Friedman2009-05-241-5/+3
* Make the X86 backend mark EXTRACT_SUBVECTOR as Expand, at least for the Eli Friedman2009-05-231-0/+1
* Add ARMv7 architecture, Cortex processors and different FPU modes handling.Anton Korobeynikov2009-05-233-13/+28
* Emit ARM Build AttributesAnton Korobeynikov2009-05-232-0/+91
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-2312-18/+40
* Make the x86 backend custom-lower UINT_TO_FP and FP_TO_UINT on 32-bit Eli Friedman2009-05-232-25/+64
* CMake: Use libpthread in tblgen when needed. Updated list of sourceOscar Fuentes2009-05-221-0/+1
* Only 64-bit targets support TImode libcalls. Disable the TImode shift libcallsBob Wilson2009-05-221-0/+5
* Emit debug information for globals (which include automatic variables as well...Sanjiv Gupta2009-05-224-0/+282
* Minor formatting fixes.Bob Wilson2009-05-201-2/+2
* Try again. Allow call to immediate address for ELF or when in static relocati...Evan Cheng2009-05-203-5/+18
* Cannot use immediate as call absolute target in PIC mode.Evan Cheng2009-05-201-1/+2
* Fix pr4227: Handle large immediate values in inline assembly.Bob Wilson2009-05-191-1/+1
* Follow up on new support for memory operands in ARM inline assembly.Bob Wilson2009-05-191-0/+4
* Fix pr4058 and pr4059. Do not split i64 or double arguments between r3 andBob Wilson2009-05-191-1/+4
* Fix pr4091: Add support for "m" constraint in ARM inline assembly.Bob Wilson2009-05-192-0/+34
* Spacing fix.Dale Johannesen2009-05-191-1/+1
* Add OpSize to 16-bit ADC and SBB.Dale Johannesen2009-05-181-14/+24
* Fix pr4202: Disable CodePlacementOpt for ARM. The ARMConstantIslandPass hasBob Wilson2009-05-181-1/+4
* Fill in the missing patterns for ADC and SBB.Dale Johannesen2009-05-181-14/+97
* Mark rotl/rotr as expand. This generates pretty ugly code, but this is better...Anton Korobeynikov2009-05-171-0/+4
* TypoAnton Korobeynikov2009-05-172-3/+3
* Fix a missing def-flag on a Mips epilogue load.Jakob Stoklund Olesen2009-05-161-4/+4
* Remember to set def-flag on register loaded from stack slot in CellSPU.Jakob Stoklund Olesen2009-05-161-1/+1
* Reflow to fit 80-col.Mike Stump2009-05-141-2/+2
* Reflow to fit 80-col.Mike Stump2009-05-141-2/+2
* 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