summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* add basic PPC register-pressure feedback; adjust the vaarg test to match the ...Hal Finkel2011-11-22
* More fixes to the X86InstComments for shuffle instructions. In particular add...Craig Topper2011-11-22
* Fix a devilish miscompile exposed by block placement. TheChandler Carruth2011-11-22
* Add configure checking for pread(2) and use it to save a syscall when reading...Benjamin Kramer2011-11-22
* Fix an obvious omission in the SelectionDAGBuilder where we wereChandler Carruth2011-11-22
* Turn error recovery into an assert.Benjamin Kramer2011-11-22
* If a register is both an early clobber and part of a tied use, handle the useRafael Espindola2011-11-22
* Fix shuffle decoding logic to handle UNPCKLPS/UNPCKLPD on 256-bit vectors cor...Craig Topper2011-11-22
* Add methods for querying minimum SSE version along with AVX. Simplifies all t...Craig Topper2011-11-22
* Fix crasher in GVN due to my recent capture tracking changes.Nick Lewycky2011-11-21
* Add virtual destructor. Whoops!Nick Lewycky2011-11-21
* Lowering for v32i8 to VPUNPCKLBW/VPUNPCKHBW when AVX2 is enabled.Craig Topper2011-11-21
* Add support for lowering 256-bit shuffles to VPUNPCKL/H for i16, i32, i64 if ...Craig Topper2011-11-21
* Fixing a commentJoe Abbey2011-11-21
* Make LowerSIGN_EXTEND_INREG split 256-bit vectors when AVX1 is enabled and us...Craig Topper2011-11-21
* Less template, more virtual! Refactoring suggested by Chris in code review.Nick Lewycky2011-11-20
* Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.Nick Lewycky2011-11-20
* The logic for breaking the CFG in the presence of hot successors didn'tChandler Carruth2011-11-20
* SCEV: Actually set overflow flags on add expressions.Benjamin Kramer2011-11-20
* Add code for lowering v32i8 shifts by a splat to AVX2 immediate shift instruc...Craig Topper2011-11-20
* Use 256-bit vcmpeqd for creating an all ones vector when AVX2 is enabled.Craig Topper2011-11-19
* Remove some of the special classes that worked around an old tablegen limitat...Craig Topper2011-11-19
* Custom lower AVX2 variable shift intrinsics to shl/srl/sra nodes and remove t...Craig Topper2011-11-19
* Move the handling of unanalyzable branches out of the loop-driven chainChandler Carruth2011-11-19
* Synthesize SSSE3/AVX 128-bit horizontal integer add/sub instructions from add...Craig Topper2011-11-19
* Collapse X86 PSIGNB/PSIGNW/PSIGND node types.Craig Topper2011-11-19
* Extend VPBLENDVB and VPSIGN lowering to work for AVX2.Craig Topper2011-11-19
* Remove unused parameters from the AVX maskmov classes.Craig Topper2011-11-19
* Fix a corner case in updating LoopInfo after fully unrolling an outer loop.Andrew Trick2011-11-18
* Add AVX2 vpbroadcast supportNadav Rotem2011-11-18
* [asan] workaround for reg alloc bug 11395: don't instrument functions with la...Kostya Serebryany2011-11-18
* Guard call to getRegForValue with isTypeLegal check to avoid unnecessary work...Chad Rosier2011-11-18
* DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...Devang Patel2011-11-17
* quick fix: remove GlobalVariable::GlobalVariable mistakenly commited at r1449...Kostya Serebryany2011-11-17
* Fix an overly general check in SimplifyIndvar to handle useless phi cycles.Andrew Trick2011-11-17
* fall back to explicit list of allowed linkages when instrumenting globals in ...Kostya Serebryany2011-11-17
* Add TODO comment.Chad Rosier2011-11-17
* Fix SSE/AVX integer comparison patterns to understand that all integer vector...Craig Topper2011-11-17
* Dead code.Chad Rosier2011-11-17
* When fast iseling a GEP, accumulate the offset rather than emitting a series ofChad Rosier2011-11-17
* Remove seemingly unnecessary duplicate VROUND definitions.Craig Topper2011-11-17
* Add support for custom names for library functions in TargetLibraryInfo. Add...Eli Friedman2011-11-17
* Don't unconditionally set the kill flag.Chad Rosier2011-11-17
* Turn on vzeroupper insertion on call boundaries for AVX; it works as far as I...Eli Friedman2011-11-17
* Make sure to replace the chain properly when DAGCombining a LOAD+EXTRACT_VECT...Eli Friedman2011-11-16
* Object/COFF: Support common symbols.Michael J. Spencer2011-11-16
* Generalize the fixup info for ARM mode.Jim Grosbach2011-11-16
* Lower 64-bit constant pool node.Akira Hatanaka2011-11-16
* Lower 64-bit block address.Akira Hatanaka2011-11-16
* Fix encoding of NOP used for padding in ARM mode .align.Jim Grosbach2011-11-16