aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-25Add --program-prefix support to buildSebastian Pop
2012-09-25Move remaining methods inside the Attributes class. Merge the 'Attribute' nam...Bill Wendling
2012-09-25docs: Sphinxify HowToSubmitABugSean Silva
2012-09-25Move Attribute::typeIncompatible inside of the Attributes class.Bill Wendling
2012-09-25TargetLowering interface to set/get minimum block entries for jump tables.Sebastian Pop
2012-09-25Revert r164614 to appease the buildbots.Chad Rosier
2012-09-25Make this test check the transforms it's actually doing. Also add a test that itNick Lewycky
2012-09-25Add missing i64 max/min/umax/umin on 32-bit targetMichael Liao
2012-09-25ARM: Darwin BL/BLX relocations to out-of-range symbols.Jim Grosbach
2012-09-25Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman
2012-09-25Consistently specify the assembly variant to MatchInstructionImpl.Bob Wilson
2012-09-25Fix a case where SROA did not correctly detect dead PHI or selects dueChandler Carruth
2012-09-25Change the way the lint sanity checking pass detects misaligned memory accesses.Duncan Sands
2012-09-25Fix an illegal tailcall opt where the callee returns a double via xmm while c...Evan Cheng
2012-09-25Fix a -Wparentheses warning in the mingw buildNico Weber
2012-09-25Fix a crash in SROA. This was reported independently by Takumi andChandler Carruth
2012-09-25Don't forget that strcpy and friends return a pointer to the destination, soNick Lewycky
2012-09-25Unit tests for IntegerDivision. Currently, just a basic sanity check to ensur...Michael Ilseman
2012-09-25ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.Jim Grosbach
2012-09-24Remove unused name of variable to quiet a warning. Also canonicalize aNick Lewycky
2012-09-24Mark jump tables in code sections with DataRegion directives.Jim Grosbach
2012-09-24Typo.Chad Rosier
2012-09-24Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier
2012-09-24Clear UNIVERSAL_SDK_PATH setting when building host tools. <rdar://12360497>Bob Wilson
2012-09-24Teach DSE that strcpy, strncpy, strcat and strncat are all stores which may beNick Lewycky
2012-09-24Move all the calls to AA.getTargetLibraryInfo() to using a TLI member variable.Nick Lewycky
2012-09-24Specify MachinePointerInfo as refering to the argument value and offset of theRoman Divacky
2012-09-24Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier
2012-09-24Add missing : in CHECK line.Richard Osborne
2012-09-24Add missing check for presence of target data.Richard Osborne
2012-09-24Enable the new SROA pass by default.Chandler Carruth
2012-09-24Address one of the original FIXMEs for the new SROA pass by implementingChandler Carruth
2012-09-23Emit dtors into proper section while compiling in vcpp-compatible mode.Anton Korobeynikov
2012-09-23Switch to a signed representation for the dynamic offsets while walkingChandler Carruth
2012-09-23Don't do actual work inside an assert statement. Fixes PR11760!Nick Lewycky
2012-09-23Revise test to avoid using of 'grep'Michael Liao
2012-09-23Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper
2012-09-22Enhance test case of atomic16 to verify inst encoding fixed in r164453.Michael Liao
2012-09-22ARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunused-variable]NAKAMURA Takumi
2012-09-22Whitespace.NAKAMURA Takumi
2012-09-22Fix edge cases of ARM shift operands in arith instructions.Tim Northover
2012-09-22Fix the handling of edge cases in ARM shifted operands.Tim Northover
2012-09-22Fix 16-bit atomic inst encoding and keep pseudo-inst starting with '#'Michael Liao
2012-09-22Fix typo in r164357Michael Liao
2012-09-22Machine Model (-schedmodel only). Added SchedAliases.Andrew Trick
2012-09-22Add llvm::getOrdinalSuffix to get the appropriate -st, -nd, -rd, -th suffix.Jordan Rose
2012-09-22Casting: assert that pointer arguments to isa<> are non-null.Jordan Rose
2012-09-22DenseMap: assert that we have found a bucket before we try to insert into it.Jordan Rose
2012-09-22MIPS DSP: Add immediate leaves.Akira Hatanaka
2012-09-22MIPS DSP: Add predicates and instruction template.Akira Hatanaka