aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-04-23Fix issue 67 by checking that the interface functions weren't redefined in th...Alexander Potapenko
2012-04-23[tsan] use llvm/ADT/Statistic.h for tsan statsKostya Serebryany
2012-04-23Use MVT instead of EVT through all of LowerVECTOR_SHUFFLEtoBlend and not just...Craig Topper
2012-04-23Make getZeroVector and getOnesVector more alike as far as how they detect 128...Craig Topper
2012-04-23Tidy up by removing some 'else' after 'return'Craig Topper
2012-04-23Tidy up spacing in LowerVECTOR_SHUFFLEtoBlend. Remove code that checks if shu...Craig Topper
2012-04-23Add a couple llvm_unreachables.Craig Topper
2012-04-23Remove some tab characers.Craig Topper
2012-04-23Remove some 'else' after 'return'. No functional change.Craig Topper
2012-04-23Don't die with an assertion if the Result bitwidth is already correct. ThisChris Lattner
2012-04-23Cleanup whitespace.Bill Wendling
2012-04-23Limit the number of times we recurse through this algorithm. All of theBill Wendling
2012-04-22Make Extract128BitVector and Insert128BitVector take an unsigned instead of a...Craig Topper
2012-04-22Convert getNode(UNDEF) to getUNDEF.Craig Topper
2012-04-22Make calls to getVectorShuffle more consistent. Use shuffle VT for calls to g...Craig Topper
2012-04-22Tidy up. 80 columns and argument alignment.Craig Topper
2012-04-22Simplify code by converting multiple places that were manually concatenating ...Craig Topper
2012-04-22ARM: Initialize the HasRAS bit.Benjamin Kramer
2012-04-22ZERO_EXTEND/SIGN_EXTEND/TRUNCATE optimization for AVX2Elena Demikhovsky
2012-04-22Remove some potential warnings about variables used uninitialized.Bill Wendling
2012-04-21Add a flag to the struct type finder to collect only those types which haveBill Wendling
2012-04-21No need for "else if" after a return. Autosense "0o123" as octal inChris Lattner
2012-04-21Teach getVectorTypeBreakdown about promotion of vectors in addition to wideni...Nadav Rotem
2012-04-21Make some fixed arrays const. Use array_lengthof in a couple places instead o...Craig Topper
2012-04-21Tidy up. 80 columns and some other spacing issues.Craig Topper
2012-04-21llvm/lib/Target: [PR12611] Add "llvm/Support/raw_ostream.h" for Debug build o...NAKAMURA Takumi
2012-04-21HexagonISelLowering.cpp: Reorder #includes.NAKAMURA Takumi
2012-04-21move Signals to .rodataNuno Lopes
2012-04-21HexagonInstPrinter.cpp: Suppress -Wunused-variable warnings with -Asserts.NAKAMURA Takumi
2012-04-21YAMLParser: silence warning about tautological comparison on unsigned-char pl...Benjamin Kramer
2012-04-20ARM: tblgen'erate more NEON two-operand aliases.Jim Grosbach
2012-04-20Fix PR12599.Jakob Stoklund Olesen
2012-04-20ARM: tblgen'erate more NEON two-operand aliases.Jim Grosbach
2012-04-20Revert r155241, which is causing some breakage.Bill Wendling
2012-04-20Make ISelPosition a local variable.Jakob Stoklund Olesen
2012-04-20Register DAGUpdateListeners with SelectionDAG.Jakob Stoklund Olesen
2012-04-20If we discover all of the named structs in a module, then don't bother toBill Wendling
2012-04-20Print <def,read-undef> to avoid confusion.Jakob Stoklund Olesen
2012-04-20New and improved comment.Andrew Trick
2012-04-20SparseSet: Add support for key-derived indexes and arbitrary key types.Andrew Trick
2012-04-20misched: initialize BBAndrew Trick
2012-04-20ARM: Update NEON assembly two-operand aliases.Jim Grosbach
2012-04-20effectively back out my last change (r155190)Gabor Greif
2012-04-20fix obviously bogus (IMO) operand index of the load in assertsGabor Greif
2012-04-20Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper
2012-04-20Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper
2012-04-20Revert r155136 "Defer some shl transforms to DAGCombine."Jakob Stoklund Olesen
2012-04-20ARM some VFP tblgen'erated two-operand aliases.Jim Grosbach
2012-04-19ARM let TableGen handle a few two-operand aliases.Jim Grosbach
2012-04-19Put this expensive check below the less expensive ones.Bill Wendling