aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add stub methods for mips assembly matcher. Akira Hatanaka2012-08-1710-7/+104
* MemoryBuiltins: Properly guard ObjectSizeOffsetVisitor against cycles in the IR.Benjamin Kramer2012-08-173-20/+17
* Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling2012-08-1717-62/+59
* Assert that dominates is not given a multiple edge. Finding out if we haveRafael Espindola2012-08-173-1/+17
* Add comment, clean up code. No functional change.Jakob Stoklund Olesen2012-08-171-30/+39
* TargetLowering: Use the large shift amount during legalize types. The legaliz...Benjamin Kramer2012-08-172-3/+35
* Use standard pattern for iterate+erase.Jakob Stoklund Olesen2012-08-171-9/+2
* Guard MemoryBuiltins against self-looping GEPs, which can occur in unreachabl...Benjamin Kramer2012-08-172-0/+21
* Fix broken check lines.Benjamin Kramer2012-08-1710-28/+27
* Implement NEON domain switching for scalar <-> S-register vmovs on ARMTim Northover2012-08-172-47/+129
* Insertion of NoFolder functions to avoid ambiguous overload warnings or error...Jin-Gu Kang2012-08-171-0/+12
* Use nested switch to select arguments to reduce calls to EmitPCMP.Craig Topper2012-08-171-5/+20
* Make ReplaceATOMIC_BINARY_64 a static function. Use a nested switch to reduce...Craig Topper2012-08-172-19/+30
* Test commit.Pranav Bhandarkar2012-08-171-1/+1
* Remove unnecessary include of ARMGenInstrInfo.inc.Craig Topper2012-08-171-1/+0
* Declare some for loop indices inside the for loop statement.Craig Topper2012-08-171-20/+13
* Fix up indentation of outputted decode function for readability.Craig Topper2012-08-171-8/+8
* lit: Show actually created count of threads. The incorrect threads count is p...NAKAMURA Takumi2012-08-171-3/+3
* Flatten the aligned-char-array utility template to be a directlyChandler Carruth2012-08-173-134/+133
* Add ADD and SUB to the predicable ARM instructions.Jakob Stoklund Olesen2012-08-166-21/+86
* Handle ARM MOVCC optimization in PeepholeOptimizer.Jakob Stoklund Olesen2012-08-165-53/+73
* Add an MCID::Select flag and TII hooks for optimizing selects.Jakob Stoklund Olesen2012-08-168-16/+89
* Revert r162034, r162035 and r162037.Roman Divacky2012-08-164-44/+1
* Define and handle additional fixup kinds. By Adhemerval Zanella.Roman Divacky2012-08-162-1/+20
* Add PPC64 relocations definitions, by Adhemerval Zanella.Roman Divacky2012-08-161-0/+16
* Handle PowerPC.Roman Divacky2012-08-161-0/+8
* Fix typo and grammar. By Adhemerval Zanella.Roman Divacky2012-08-161-1/+1
* Teach GVN to reason about edges dominating uses. This allows it to handle casesRafael Espindola2012-08-164-62/+133
* Add dump/dumpr methods to SDValue.Nadav Rotem2012-08-161-2/+8
* [arm-fast-isel] Add support for fastcc.Jush Lu2012-08-162-3/+72
* Patch to enable FMA on bdver2 target. Make XOP feature enable FMA4 as well.Anitha Boyapati2012-08-161-2/+2
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162010 91177308-0d34...Anitha Boyapati2012-08-161-2/+2
* Test case for r162008.Akira Hatanaka2012-08-161-0/+12
* Add Android ABI to Mips backend to handle functions returning vectors of fourAkira Hatanaka2012-08-163-0/+18
* bug in experimental targetsVictor Oliveira2012-08-151-6/+6
* Fold predicable instructions into MOVCC / t2MOVCC.Jakob Stoklund Olesen2012-08-157-3/+165
* Remove dead flag.Bill Wendling2012-08-151-9/+3
* Rework test so that it reproduces the error without the horrible flag.Bill Wendling2012-08-151-8/+2
* Remove invalid test. This test requires that dead basic blocks be keptBill Wendling2012-08-151-19/+0
* Fixed a problem in the JIT memory allocator whereSean Callanan2012-08-151-0/+3
* Add a CoveringSubRegIndices field to SubRegIndex records.Jakob Stoklund Olesen2012-08-152-9/+40
* Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer2012-08-151-1/+1
* Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer2012-08-153-3/+3
* [PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer2012-08-154-26/+421
* Add LLVM_DELETED_FUNCTION compatibility macro.Michael J. Spencer2012-08-151-0/+19
* Fix a typo in VariadicFunction.h that leads to invalid code in macro expansion.Chad Rosier2012-08-151-1/+1
* Fix another roundToIntegral bug where very large values could become infinity...Owen Anderson2012-08-152-1/+20
* Make synthesized sub-register indexes available in the target namespace.Jakob Stoklund Olesen2012-08-153-33/+30
* Use vld1/vst1 to load/store f64 if alignment is < 4 and the target allows una...Evan Cheng2012-08-155-19/+99
* Fix typo in comment.Owen Anderson2012-08-151-1/+1