summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add a Fixme.Bill Wendling2012-04-16
* Simplify checking for pointer types in BBVectorize (this change was suggested...Hal Finkel2012-04-16
* Remove dead SD nodes after the combining pass. Fixes PR12201.Hal Finkel2012-04-16
* Rewrite how machine block placement handles loop rotation.Chandler Carruth2012-04-16
* Merge vpermps/vpermd and vpermpd/vpermq SD nodes.Craig Topper2012-04-16
* Fix SDTypeProfile for vpermps. The mask operand should be v8i32.Craig Topper2012-04-16
* Spacing fixes and 80 column fixes. Use 0 instead of 0x80 for undef indices in...Craig Topper2012-04-15
* Remove AVX2 vpermq and vpermpd intrinsics. These can now be handled with norm...Craig Topper2012-04-15
* Fix PR12529. The Vxx family of instructions are only supported by AVX.Nadav Rotem2012-04-15
* Wire up support for diagnostic ranges in the ARMAsmParser.Benjamin Kramer2012-04-15
* When emulating vselect using OR/AND/XOR make sure to bitcast the result back ...Nadav Rotem2012-04-15
* Added VPERM optimization for AVX2 shufflesElena Demikhovsky2012-04-15
* HexagonCopyToCombine.cpp: Silence two warnings, -Wunused-variable, with -Asse...NAKAMURA Takumi2012-04-15
* Target/Hexagon: Tweak to fix msvc build.NAKAMURA Takumi2012-04-15
* Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'mDuncan Sands2012-04-14
* Fix an error in BBVectorize important for vectorizing pointer types.Hal Finkel2012-04-14
* Enhance BBVectorize to more-properly handle pointer values and vectorize GEPs.Hal Finkel2012-04-14
* misched: Added CanHandleTerminators.Andrew Trick2012-04-13
* Fix X86 codegen for 'atomicrmw nand' to generate *x = ~(*x & y), not *x = ~*x...Richard Smith2012-04-13
* Remove iostream from New Value Jump.Sirish Pande2012-04-13
* Add support to BBVectorize for vectorizing selects.Hal Finkel2012-04-13
* Add support for Hexagon Architectural feature, New Value Jump.Sirish Pande2012-04-13
* Pass to replace tranfer/copy instructions into combine instruction where poss...Sirish Pande2012-04-13
* Reduce malloc traffic in DwarfAccelTableBenjamin Kramer2012-04-13
* On Darwin targets, only use vfma etc. if the source use fma() intrinsic expli...Evan Cheng2012-04-13
* Add some comments, and fix a few places that missed setting Changed.Dan Gohman2012-04-13
* For ARM disassembly only print 32 unsigned bits for the address of branchKevin Enderby2012-04-13
* Consider ObjC runtime calls objc_storeWeak and others which make a copy ofDan Gohman2012-04-13
* By default, use Early-CSE instead of GVN for vectorization cleanup.Hal Finkel2012-04-13
* Remove unused variable.Benjamin Kramer2012-04-13
* Silence various build warnings from Hexagon backend that show up in release b...Craig Topper2012-04-13
* Use the new Use-aware dominates method to apply the objc runtimeDan Gohman2012-04-13
* Code-gen may inject code into the IR before it emits the ASM. The linkerBill Wendling2012-04-13
* Don't move objc_autorelease calls past autorelease pool boundaries whenDan Gohman2012-04-13
* Def here is an Instruction, so !isa<Instruction>(Def) is always false,Dan Gohman2012-04-13
* Add forms of dominates and isReachableFromEntry that accept a UseDan Gohman2012-04-12
* Fix a few more places in the ARM disassembler so that branches getKevin Enderby2012-04-12
* Update CMake build.Ted Kremenek2012-04-12
* Hexagon: fix CMake error.Evandro Menezes2012-04-12
* HexagonPacketizer patch.Sirish Pande2012-04-12
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-12
* Generalize r153635 to deal with TokenFactor chains; also clean up the logic a...Evan Cheng2012-04-12
* Hexagon: enable assembler output through the MC layer.Evandro Menezes2012-04-12
* Remove README entry obsoleted by register masks.Benjamin Kramer2012-04-12
* Fix 128-bit ptest intrinsics to take v2i64 instead of v4f32 since these are i...Craig Topper2012-04-12
* ARM 'adr' fixups don't need the interworking addend tweaking.Jim Grosbach2012-04-12
* Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user,Akira Hatanaka2012-04-11
* Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.Akira Hatanaka2012-04-11
* Fixed a case of ARM disassembly getting an assert on a bad encodingKevin Enderby2012-04-11
* Fix bugs in lowering of FCOPYSIGN nodes.Akira Hatanaka2012-04-11