aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-2027-840/+900
* indvars: Added getInsertPointForUses to find a valid place to truncate the IV.Andrew Trick2011-07-202-15/+71
* indvars -disable-iv-rewrite: Add NarrowIVDefUse to cache def-useAndrew Trick2011-07-201-54/+61
* X86Subtarget.h: Assume "x86_64-cygwin", though it has not been released yet, ...NAKAMURA Takumi2011-07-201-1/+2
* New pointer rotate test.Eric Christopher2011-07-201-0/+11
* Extra semi-colon.Eric Christopher2011-07-201-1/+1
* indvars test case for r135558.Andrew Trick2011-07-201-0/+7
* indvars -disable-iv-rewrite fix: derived GEP IVsAndrew Trick2011-07-202-6/+35
* Don't leak CodeGenInfos.Benjamin Kramer2011-07-201-1/+3
* Change name of class.Akira Hatanaka2011-07-201-23/+23
* Define classes for definitions of atomic instructions.Akira Hatanaka2011-07-201-106/+42
* Build and install the archive when building the Apple way.Bill Wendling2011-07-191-0/+4
* Lower memory barriers to sync instructions.Akira Hatanaka2011-07-194-2/+47
* Fix an obvious typo that's preventing x86 (32-bit) from using .literal16.Evan Cheng2011-07-192-2/+2
* PR10386: Don't try to split an edge from an indirectbr.Eli Friedman2011-07-192-2/+61
* Fix off-by-one.Benjamin Kramer2011-07-191-1/+1
* Tweak ARM assembly parsing and printing of MSR instruction.Jim Grosbach2011-07-197-50/+86
* Distinguish between two copies of one inlined variable.Devang Patel2011-07-194-3/+28
* ARM assembly parsing of MRS instruction.Jim Grosbach2011-07-194-10/+24
* Enhance the FixedLengthDecoder to be able to generate plausible-looking decod...Owen Anderson2011-07-194-112/+140
* Change variable name.Akira Hatanaka2011-07-191-3/+3
* ARM assembly parsing for MRC/MRC2/MRRC/MRRC2.Jim Grosbach2011-07-193-9/+22
* Use the correct opcodes: SLLV/SRLV or AND must be used instead of SLL/SRL orAkira Hatanaka2011-07-192-29/+30
* Move mr[r]c[2] ARM tests and tidy up a bit.Jim Grosbach2011-07-192-10/+19
* ARM testcases for MOVT.Jim Grosbach2011-07-192-0/+15
* Use descriptive variable names. Akira Hatanaka2011-07-191-154/+177
* ARM assembly parsing for MOV (register).Jim Grosbach2011-07-193-19/+46
* Tidy up.Jim Grosbach2011-07-191-12/+8
* Tighten conditional for 'mov' cc_out.Jim Grosbach2011-07-191-1/+2
* Reapply r135457. This needs llvm-gcc change, that I forgot to check-in yester...Devang Patel2011-07-194-5/+32
* ARM assembly parsing for MOV (immediate).Jim Grosbach2011-07-197-21/+99
* Whitespace.Jim Grosbach2011-07-191-1/+1
* Remove unused code.Jim Grosbach2011-07-191-54/+3
* Fix comments.Akira Hatanaka2011-07-191-10/+10
* Remove redundant instructions.Akira Hatanaka2011-07-192-26/+17
* Separate code that modifies control flow from code that adds instruction to Akira Hatanaka2011-07-191-18/+18
* ARM range checking for so_imm operands in assembly parsing.Jim Grosbach2011-07-192-0/+15
* Revert "Make a provision to encode inline location in a variable. This will e...Bob Wilson2011-07-194-32/+5
* Revert "Update docs to reflect r135457."Bob Wilson2011-07-191-3/+1
* Convert ConstantFoldGetElementPtr to use ArrayRef.Jay Foad2011-07-193-27/+25
* Convert SimplifyGEPInst to use ArrayRef.Jay Foad2011-07-195-11/+15
* Convert gep_type_begin and gep_type_end to use ArrayRef.Jay Foad2011-07-193-9/+11
* Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-1911-30/+25
* Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.Jay Foad2011-07-199-43/+43
* Add intrinsics for the zext / sext instructions.Richard Osborne2011-07-193-7/+47
* Add intrinsics for the testct, testwct instructions.Richard Osborne2011-07-193-1/+29
* Add intrinsics for the peek and endin instructions.Richard Osborne2011-07-193-1/+28
* Remove bogus test: for all possible inputs of %X, the 'sub nsw' is guaranteedNick Lewycky2011-07-191-11/+0
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-1974-314/+641
* Make EmitAtomic functions return the correct MachineBasicBlocks so thatAkira Hatanaka2011-07-191-22/+28