summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add credit and release notes for r150307. By Kai Nacke.Bill Wendling2012-04-16
* Add a Fixme.Bill Wendling2012-04-16
* add configure flag --with-default-sysrootSebastian Pop2012-04-16
* Say something about -vectorize in the release notes.Hal Finkel2012-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
* Make member variables of AsmToken private. Remove unnecessary forward declara...Craig Topper2012-04-15
* Fix class name.Jakub Staszak2012-04-15
* Do not convert between fp128 <-> ppc_fp128 since there is no legal cast conve...Nadav Rotem2012-04-15
* Fix filename and register numbers.Jakub Staszak2012-04-15
* Fix PR12529. The Vxx family of instructions are only supported by AVX.Nadav Rotem2012-04-15
* Add the MDBuilder helper class for conveniently creating metadata.Duncan Sands2012-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
* Remove trailing whitespace.Anshuman Dasgupta2012-04-14
* Add VLIW packetizer to ReleaseNotes.html and CREDITS.TXT. Committing patchAnshuman Dasgupta2012-04-14
* Add the loop unrolling info to ReleaseNotes.html and CREDITS.TXT.Brendon Cahoon2012-04-14
* There is no need for setIsExact to be public. Make it private.Duncan Sands2012-04-14
* Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'mDuncan Sands2012-04-14
* Make StringMap's copy ctor non-explicit.Benjamin Kramer2012-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
* Remove old code to strip out unwanted PPC slices for Apple llvmCore.Bob Wilson2012-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
* Support for Hexagon backend.Tony Linthicum2012-04-13
* Support for Hexagon backend.Tony Linthicum2012-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
* Catch the Python exception when subprocess.Popen is failing.Sylvestre Ledru2012-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
* Fix target specific intrinsic handling to adjust intrinsic number before doin...Craig Topper2012-04-13
* Remove getElfArchType from ELF.h. It's only used in ELFObjectFile.cpp and the...Craig Topper2012-04-13