aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski2013-03-3031-1956/+2298
* Object: Turn a couple of degenerate for loops into while loops.Benjamin Kramer2013-03-301-15/+12
* Implement XOR reassociation. It is based on following rules:Shuxin Yang2013-03-302-1/+476
* [mips] Add patterns for DSP indexed load instructions.Akira Hatanaka2013-03-303-13/+73
* [mips] Define reg+imm load/store pattern templates.Akira Hatanaka2013-03-302-16/+18
* [mips] Fix DSP instructions to have explicit accumulator register operands.Akira Hatanaka2013-03-304-243/+206
* Remove unused variables.Akira Hatanaka2013-03-301-2/+0
* [mips] Move the code which does dag-combine for multiply-add/sub nodes toAkira Hatanaka2013-03-304-186/+200
* [mips] Fix definitions of multiply, multiply-add/sub and divide instructions.Akira Hatanaka2013-03-307-70/+199
* [mips] Remove function getFPBranchCodeFromCond. Rename invertFPCondCodeAdd.Akira Hatanaka2013-03-301-18/+7
* Fix indentation.Akira Hatanaka2013-03-301-26/+26
* [mips] Add mips-specific nodes which will be used to select multiply and divideAkira Hatanaka2013-03-302-0/+18
* [mips] Implement getRepRegClassFor in MipsSETargetLowering. This function isAkira Hatanaka2013-03-301-0/+9
* [mips] Fix MipsSEInstrInfo::copyPhysReg, loadRegFromStack and storeRegToStackAkira Hatanaka2013-03-301-0/+18
* [mips] Expand pseudo load, store and copy instructions right beforeAkira Hatanaka2013-03-301-1/+165
* [mips] Define pseudo instructions for spilling and copying accumulatorAkira Hatanaka2013-03-303-0/+26
* Use SmallVectorImpl instead of SmallVector at the uses.Eric Christopher2013-03-293-18/+18
* Run the ObjCARCContract pass for LTO. <rdar://problem/13538084>Bob Wilson2013-03-291-0/+5
* Updated test0 of retain-not-declared.ll to reflect the fact that objc-arc-exp...Michael Gottesman2013-03-291-2/+2
* SmallVector and SmallPtrSet allocations now power-of-two aligned.Jean-Luc Duprat2013-03-294-33/+81
* [docs] The STL "binary search" has a non-obvious name.Sean Silva2013-03-291-1/+3
* Exclude the X86/complex-fca.ll test at it probably wasn't supposed to work on...Timur Iskhodzhanov2013-03-291-0/+3
* Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present...Michael Gottesman2013-03-292-1/+18
* Hexagon: Add emitFrameIndexDebugValue function to emit debug information.Jyotsna Verma2013-03-292-0/+14
* 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