summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Undo test commitAnshuman Dasgupta2011-11-22
* Test commitAnshuman Dasgupta2011-11-22
* 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
* Add triple to the test.Rafael Espindola2011-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 typo in commentSebastian Pop2011-11-21
* 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
* Test case for r145026Craig 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
* test/CodeGen/X86/block-placement.ll: Relax expressions for Win32.NAKAMURA Takumi2011-11-20
* The logic for breaking the CFG in the presence of hot successors didn'tChandler Carruth2011-11-20
* Make an obviously const interface actually be marked as const.Chandler Carruth2011-11-20
* XFAIL this test until I figure out what indvars is doing here (or find someon...Benjamin Kramer2011-11-20
* SCEV: Actually set overflow flags on add expressions.Benjamin Kramer2011-11-20
* Add some comments to the latest test case I added here to document whatChandler Carruth2011-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
* Test cases for SSSE3/AVX integer horizontal add/sub.Craig Topper2011-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 some unnecessary filtering checks from X86 disassembler table build.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
* Fix bug in RefCountedBase/RefCountedBaseVPTR where the reference count was ac...Ted Kremenek2011-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