aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-30Change '@SECREL' suffix to GAS-compatible '@SECREL32'.Benjamin Kramer
2013-03-30[docs] llvmbugs is not the place for patches.Sean Silva
2013-03-30[docs] Annotate mailing lists with their "name".Sean Silva
2013-03-30[docs] Reorganize mailing lists.Sean Silva
2013-03-30[docs] Pull IRC and Mailing Lists under a new "Community" heading.Sean Silva
2013-03-30[docs] The GEP FAQ is not "design and overview"Sean Silva
2013-03-30[docs] Put DeveloperPolicy under "Development Process Documentation"Sean Silva
2013-03-30Put private class into an anonmyous namespace.Benjamin Kramer
2013-03-30[NVPTX] Remove support for SM < 2.0. This was never fully supported anyway.Justin Holewinski
2013-03-30[NVPTX] Add NVVMReflect pass to allow compile-time selection ofJustin Holewinski
2013-03-30[NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski
2013-03-30Object: Turn a couple of degenerate for loops into while loops.Benjamin Kramer
2013-03-30Implement XOR reassociation. It is based on following rules:Shuxin Yang
2013-03-30[mips] Add patterns for DSP indexed load instructions.Akira Hatanaka
2013-03-30[mips] Define reg+imm load/store pattern templates.Akira Hatanaka
2013-03-30[mips] Fix DSP instructions to have explicit accumulator register operands.Akira Hatanaka
2013-03-30Remove unused variables.Akira Hatanaka
2013-03-30[mips] Move the code which does dag-combine for multiply-add/sub nodes toAkira Hatanaka
2013-03-30[mips] Fix definitions of multiply, multiply-add/sub and divide instructions.Akira Hatanaka
2013-03-30[mips] Remove function getFPBranchCodeFromCond. Rename invertFPCondCodeAdd.Akira Hatanaka
2013-03-30Fix indentation.Akira Hatanaka
2013-03-30[mips] Add mips-specific nodes which will be used to select multiply and divideAkira Hatanaka
2013-03-30[mips] Implement getRepRegClassFor in MipsSETargetLowering. This function isAkira Hatanaka
2013-03-30[mips] Fix MipsSEInstrInfo::copyPhysReg, loadRegFromStack and storeRegToStackAkira Hatanaka
2013-03-30[mips] Expand pseudo load, store and copy instructions right beforeAkira Hatanaka
2013-03-30[mips] Define pseudo instructions for spilling and copying accumulatorAkira Hatanaka
2013-03-29Use SmallVectorImpl instead of SmallVector at the uses.Eric Christopher
2013-03-29Run the ObjCARCContract pass for LTO. <rdar://problem/13538084>Bob Wilson
2013-03-29Updated test0 of retain-not-declared.ll to reflect the fact that objc-arc-exp...Michael Gottesman
2013-03-29SmallVector and SmallPtrSet allocations now power-of-two aligned.Jean-Luc Duprat
2013-03-29[docs] The STL "binary search" has a non-obvious name.Sean Silva
2013-03-29Exclude the X86/complex-fca.ll test at it probably wasn't supposed to work on...Timur Iskhodzhanov
2013-03-29Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present...Michael Gottesman
2013-03-29Hexagon: Add emitFrameIndexDebugValue function to emit debug information.Jyotsna Verma
2013-03-29Use 12 as the magic number for our abbreviation data and ourEric Christopher
2013-03-29Move the construction of the skeleton compile unit after theEric Christopher
2013-03-29move testcase into appropriate X86 subdirectory.Adrian Prantl
2013-03-29Implement FRINT lowering on PPC using frinHal Finkel
2013-03-29[mips] Define a function which returns the GPR register class.Akira Hatanaka
2013-03-29Fix TableGen subtarget-emitter to handle A9/Swift.Andrew Trick
2013-03-29Build fixes for STLPort + GCCMatt Arsenault
2013-03-29Fix loop styleMatt Arsenault
2013-03-29Split the llvm/tools/clang/test/CodeGenObjC/debug-info-blocks.m testcase into...Adrian Prantl
2013-03-29Remove the old CodePlacementOpt pass.Benjamin Kramer
2013-03-29Fix a typoNadav Rotem
2013-03-29Hexagon: Disable DwarfUsesInlineInfoSection flag.Jyotsna Verma
2013-03-29Add PPC FP rounding instructions fri[mnpz]Hal Finkel
2013-03-29Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...Rafael Espindola
2013-03-29Fix allocations of SmallVector and SmallPtrSet so they are more prone toJean-Luc Duprat
2013-03-29Removed trailing whitespace.Michael Gottesman