summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* Use 12 as the magic number for our abbreviation data and ourEric Christopher2013-03-293-11/+11
* Move the construction of the skeleton compile unit after theEric Christopher2013-03-291-7/+8
* move testcase into appropriate X86 subdirectory.Adrian Prantl2013-03-291-3/+4
* Implement FRINT lowering on PPC using frinHal Finkel2013-03-293-0/+95
* [mips] Define a function which returns the GPR register class.Akira Hatanaka2013-03-295-0/+22
* Fix TableGen subtarget-emitter to handle A9/Swift.Andrew Trick2013-03-291-5/+11
* Build fixes for STLPort + GCCMatt Arsenault2013-03-292-6/+6
* Fix loop styleMatt Arsenault2013-03-291-2/+2
* Split the llvm/tools/clang/test/CodeGenObjC/debug-info-blocks.m testcase into...Adrian Prantl2013-03-291-0/+371
* Remove the old CodePlacementOpt pass.Benjamin Kramer2013-03-2916-471/+10
* Fix a typoNadav Rotem2013-03-291-1/+1
* Hexagon: Disable DwarfUsesInlineInfoSection flag.Jyotsna Verma2013-03-291-1/+0
* Add PPC FP rounding instructions fri[mnpz]Hal Finkel2013-03-297-30/+190
* Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...Rafael Espindola2013-03-294-81/+33
* Fix allocations of SmallVector and SmallPtrSet so they are more prone toJean-Luc Duprat2013-03-294-33/+81
* Removed trailing whitespace.Michael Gottesman2013-03-291-15/+15
* [mips] Change type of accumulator registers to Untyped. Add two more accumulatorAkira Hatanaka2013-03-291-7/+30
* [mips] Define overloaded versions of storeRegToStack and loadRegFromStack.Akira Hatanaka2013-03-295-43/+74
* [mips] Add parameter Alignment to MipsFrameLowering's constructor.Akira Hatanaka2013-03-293-5/+4
* Revert r178166. According to Howard, this code is actually ok.Dan Gohman2013-03-291-3/+1
* [Mips Assembler] Add support for OR macro with imediate opperandJack Carter2013-03-283-1/+8
* Add support of RDSEED defined in AVX2 extensionMichael Liao2013-03-2810-9/+203
* Enhance boolean simplification to handle 16-/64-bit RDRANDMichael Liao2013-03-282-6/+43
* Skip moving call address loading into callseq when targets prefer register in...Michael Liao2013-03-284-16/+7
* Removed dead code from ObjCARCOpts relating to tracking objc_retainBlocks thr...Michael Gottesman2013-03-281-37/+6
* [fast-isel] Add a preemptive fix for the case where we fail to materialize anChad Rosier2013-03-281-0/+2
* [Mips Assembler] Add alias definitions for jalJack Carter2013-03-283-1/+22
* Add the X86 FMAs to the scheduling model.Nadav Rotem2013-03-282-2/+6
* Minor simplification.Bill Wendling2013-03-281-8/+4
* Add the Haswell machine model.Nadav Rotem2013-03-283-1/+128
* Remove the unused port from the SandyBridge machine modelNadav Rotem2013-03-281-1/+0
* Add ADX CPUID detectionMichael Liao2013-03-281-0/+4
* These two are default in the constructor for MCAsmInfo.Eric Christopher2013-03-281-2/+0
* Make Win32 put the SRet address into EAX, fixes PR15556Timur Iskhodzhanov2013-03-283-20/+83
* Specify CPUs on the PPC bswap-load-store testHal Finkel2013-03-281-2/+2
* Only enable 64-bit bswap DAG combines for PPC64Hal Finkel2013-03-282-0/+3
* Non optimizable objc_retainBlock calls are not forwarding.Michael Gottesman2013-03-282-5/+2
* [ObjCARC] Strength reduce objc_retainBlock -> objc_retain if the objc_retainB...Michael Gottesman2013-03-283-15/+51
* Hexagon: Replace switch-case in isDotNewInst with TSFlags.Jyotsna Verma2013-03-284-176/+26
* Fix bad indentation in r178276Hal Finkel2013-03-281-2/+1
* Hexagon: Enable SupportDebugInfomation and DwarfInSection flags.Jyotsna Verma2013-03-282-1/+2
* Remove -O3.Akira Hatanaka2013-03-281-3/+3
* Use direct types in most PowerPC Altivec instructions and patterns.Bill Schmidt2013-03-281-236/+333
* Add the PPC64 ldbrx/stdbrx instructionsHal Finkel2013-03-287-20/+67
* Fix issue with disassembler decoding CBZ/CBNZ immediates as negatives when th...Gordon Keiser2013-03-282-2/+5
* Testing commit access to llvm. Remove two lines of whitespace from the Thumb...Gordon Keiser2013-03-281-2/+0
* Correct spelling of Git.Thomas Schwinge2013-03-282-6/+6
* Move test since it depends on the X86 backend.Rafael Espindola2013-03-281-0/+0
* Hexagon: Use multiclass for gp-relative instructions.Jyotsna Verma2013-03-283-1094/+237
* Seciton 24.2.2 of the C++ standard, [iterator.iterators], Table 106Howard Hinnant2013-03-281-6/+10
OpenPOWER on IntegriCloud