summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Add optimization to Target/README.txt.Nick Lewycky2010-08-08
* Use the "isCompare" machine instruction attribute instead of calling theBill Wendling2010-08-08
* Use sdmem and sse_load_f64 (etc.) for the vectorDale Johannesen2010-08-07
* Patterns to match AVX 256-bit vzero intrinsicsBruno Cardoso Lopes2010-08-06
* Patterns to match AVX 256-bit permutation intrinsicsBruno Cardoso Lopes2010-08-06
* Remove empty processFunctionBeforeFrameFinalized(). The defaultJim Grosbach2010-08-06
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola2010-08-06
* Patterns to match AVX 256-bit horizontal arithmetic intrinsicsBruno Cardoso Lopes2010-08-06
* Patterns to match AVX 256-bit arithmetic intrinsicsBruno Cardoso Lopes2010-08-06
* Add the Optimize Compares pass (disabled by default).Bill Wendling2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Add an option to always emit realignment code for a particular module.Eric Christopher2010-08-05
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMemDan Gohman2010-08-05
* Support very basic (doesn't include ABI support in the front-end, varags, ......Bruno Cardoso Lopes2010-08-05
* Handle the memory barrier pseudo that goes to nothing for the JIT.Eric Christopher2010-08-05
* Set hasSideEffects on the 64-bit no-sse memory barrier.Eric Christopher2010-08-05
* For local variables in functions with a frame pointer, use FP as a baseJim Grosbach2010-08-05
* Fix indentation.Bob Wilson2010-08-05
* Add an ARM RSCrr instruction for disassembly only.Bob Wilson2010-08-05
* Be a little bit more specific about target for the memory barrierEric Christopher2010-08-05
* Handle the pseudo in MCInstLower.Eric Christopher2010-08-05
* Add an ARM RSBrr instruction for disassembly only.Bob Wilson2010-08-05
* Silence a GCC warning about && and || without explicit parentheses. ThisChandler Carruth2010-08-05
* ARM "rrx" shift operands do not have an immediate. PR7790.Bob Wilson2010-08-05
* Make x86-64 membarriers work without sse and clean up some of theEric Christopher2010-08-04
* and back in. false alarm on the tests from another unrelated local change.Jim Grosbach2010-08-04
* PR7814: Truncates cannot be ignored for signed comparisons.Eli Friedman2010-08-04
* Implement target specific getDebugValueLocation().Devang Patel2010-08-04
* oops. revert for a moment to clean up tests first.Jim Grosbach2010-08-04
* Reserve a stack slot if the function adjusts the stack but doesn'tJim Grosbach2010-08-04
* Implement target specific getDebugValueLocation().Devang Patel2010-08-04
* Use indirect calls in PowerPC JIT.Torok Edwin2010-08-04
* Remove switch for disabling ARM tail calls. TheyDale Johannesen2010-08-04
* Add DEBUG message.Devang Patel2010-08-04
* Enable COFF writer on mingw32 and cygwin.Benjamin Kramer2010-08-04
* Make SPU backend handle insertelement and Kalle Raiskila2010-08-04
* Print an error message when someone tries -integrated-as on an unsupported ta...Benjamin Kramer2010-08-04
* by Alexander Herz:Gabor Greif2010-08-04
* Combine NEON VABD (absolute difference) intrinsics with ADDs to make VABABob Wilson2010-08-04
* fix a win64 encoding problem, patch by Cameron Esfahani!Chris Lattner2010-08-03
* Add support for getting & setting the FPSCR application register on ARM when ...Nate Begeman2010-08-03
* CMake: Change somme target library names:Oscar Fuentes2010-08-03
* More SPU v2f32 stuff added: insertelement and shuffle.Kalle Raiskila2010-08-02
* Add preliminary v2f32 support for SPU. Like with v2i32, we justKalle Raiskila2010-08-02
* Add preliminary v2i32 support for SPU backend. As there are noKalle Raiskila2010-08-02
* PR7781: Fix incorrect shifting in PPCTargetLowering::LowerBUILD_VECTOR.Eli Friedman2010-08-02
* PR7774: Fix undefined shifts in Alpha backend. As a bonus, this actuallyEli Friedman2010-08-01
* Silence some -Asserts uninitialized variable warnings.Daniel Dunbar2010-07-31