summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* Add comment.Chad Rosier2012-09-21
* Add comment.Chad Rosier2012-09-21
* Fix a significant recent(?) regression. StackSlotColoring no longer did anythingEvan Cheng2012-09-21
* LoopIdiom: Give up when the loop is not in canonical form.Benjamin Kramer2012-09-21
* [fast-isel] Fallback to SelectionDAG isel if we require strict alignment forChad Rosier2012-09-21
* InstCombine: Make sure we use the pre-zext type when creating a constant of a...Benjamin Kramer2012-09-21
* Encapsulate the "construct*AlignmentFromInt" functions.Bill Wendling2012-09-21
* Fix a typo in r164357Michael Liao2012-09-21
* Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling2012-09-21
* BitcodeReader: Correctly insert blockaddress constant referring to a already ...Benjamin Kramer2012-09-21
* Cortex-A9 latency fixes (w/ -schedmodel only).Andrew Trick2012-09-21
* Add missing i8 max/min/umax/umin supportMichael Liao2012-09-21
* Revise td of X86 atomic instructionsMichael Liao2012-09-21
* Mips16FrameLowering.cpp: Remove unused TII introduced in r164349. [-Wunused-v...NAKAMURA Takumi2012-09-21
* Properly save and restore RA and Mips16 callee save registers S0,S1Akira Hatanaka2012-09-21
* [fast-isel] Fallback to SelectionDAG isel if we require strict alignment forChad Rosier2012-09-21
* Tidy up. Whitespace.Jim Grosbach2012-09-21
* Tidy up. Formatting.Jim Grosbach2012-09-21
* ARM: Use a dedicated intrinsic for vector bitwise select.Jim Grosbach2012-09-21
* Ignore PHI-defs for -new-coalescer interference checks.Jakob Stoklund Olesen2012-09-20
* Extend -new-coalescer SSA update to handle mapped values as well.Jakob Stoklund Olesen2012-09-20
* Only emit DW_AT_object_pointer if this is a definition.Eric Christopher2012-09-20
* SimplifyCFG: sink common codes from IF, ELSE blocks down to END block.Manman Ren2012-09-20