summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Initialize boolean variables in MipsSubtarget's constructor.Akira Hatanaka2012-09-25
* Don't drop the alignment on a memcpy intrinsic when producing a store. This isNick Lewycky2012-09-25
* blank line for test commitReed Kotler2012-09-25
* Revert the business end of r164634, and replace it with a different fix. TheNick Lewycky2012-09-25
* Don't try to promote the same alloca twice. Fixes PR13916!Nick Lewycky2012-09-25
* Move remaining methods inside the Attributes class. Merge the 'Attribute' nam...Bill Wendling2012-09-25
* Move Attribute::typeIncompatible inside of the Attributes class.Bill Wendling2012-09-25
* TargetLowering interface to set/get minimum block entries for jump tables.Sebastian Pop2012-09-25
* Revert r164614 to appease the buildbots.Chad Rosier2012-09-25
* Add missing i64 max/min/umax/umin on 32-bit targetMichael Liao2012-09-25
* ARM: Darwin BL/BLX relocations to out-of-range symbols.Jim Grosbach2012-09-25
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-25
* Consistently specify the assembly variant to MatchInstructionImpl.Bob Wilson2012-09-25
* Fix a case where SROA did not correctly detect dead PHI or selects dueChandler Carruth2012-09-25
* Change the way the lint sanity checking pass detects misaligned memory accesses.Duncan Sands2012-09-25
* Fix an illegal tailcall opt where the callee returns a double via xmm while c...Evan Cheng2012-09-25
* Fix a -Wparentheses warning in the mingw buildNico Weber2012-09-25
* Fix a crash in SROA. This was reported independently by Takumi andChandler Carruth2012-09-25
* Don't forget that strcpy and friends return a pointer to the destination, soNick Lewycky2012-09-25
* ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.Jim Grosbach2012-09-25
* Remove unused name of variable to quiet a warning. Also canonicalize aNick Lewycky2012-09-24
* Mark jump tables in code sections with DataRegion directives.Jim Grosbach2012-09-24
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-24
* Teach DSE that strcpy, strncpy, strcat and strncat are all stores which may beNick Lewycky2012-09-24
* Move all the calls to AA.getTargetLibraryInfo() to using a TLI member variable.Nick Lewycky2012-09-24
* Specify MachinePointerInfo as refering to the argument value and offset of theRoman Divacky2012-09-24
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-24
* Add missing check for presence of target data.Richard Osborne2012-09-24
* Enable the new SROA pass by default.Chandler Carruth2012-09-24
* Address one of the original FIXMEs for the new SROA pass by implementingChandler Carruth2012-09-24
* Emit dtors into proper section while compiling in vcpp-compatible mode.Anton Korobeynikov2012-09-23
* Switch to a signed representation for the dynamic offsets while walkingChandler Carruth2012-09-23
* Don't do actual work inside an assert statement. Fixes PR11760!Nick Lewycky2012-09-23
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-23
* ARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunused-variable]NAKAMURA Takumi2012-09-22
* Whitespace.NAKAMURA Takumi2012-09-22
* Fix edge cases of ARM shift operands in arith instructions.Tim Northover2012-09-22
* Fix the handling of edge cases in ARM shifted operands.Tim Northover2012-09-22
* Fix 16-bit atomic inst encoding and keep pseudo-inst starting with '#'Michael Liao2012-09-22
* Fix typo in r164357Michael Liao2012-09-22
* MIPS DSP: Add immediate leaves.Akira Hatanaka2012-09-22
* MIPS DSP: Add predicates and instruction template.Akira Hatanaka2012-09-22
* Add MIPS DSP register classes. Set actions of DSP vector operations and overrideAkira Hatanaka2012-09-21
* SelectionDAG node enums for MIPS DSP nodes.Akira Hatanaka2012-09-21
* Add MIPS accumulator and DSP control registers.Akira Hatanaka2012-09-21
* Add flags and feature bits for mips dsp.Akira Hatanaka2012-09-21
* Fix a case where the new SROA pass failed to zap dead operands toChandler Carruth2012-09-21
* Add an --enable-backtraces option to configure to determineEric Christopher2012-09-21
* [ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.Chad Rosier2012-09-21
* Have the DbgVariable "isArtificial" and "isObjectPointer" notEric Christopher2012-09-21