aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-04-27Generalize the MachineTraceMetrics public API.Andrew Trick
2013-04-27Use the target triple from the target machine rather than the moduleEric Christopher
2013-04-27Make all darwin ppc stubs local.Rafael Espindola
2013-04-27Struct-path aware TBAA: change the format of TBAAStructType node.Manman Ren
2013-04-26Cleanup and document MachineLocation.Adrian Prantl
2013-04-26Micro-optimizationBill Wendling
2013-04-26Teach the interpreter to handle vector compares and additional vector arithme...Nadav Rotem
2013-04-26Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola
2013-04-26R600: Initialize AMDGPUMachineFunction::ShaderType to ShaderType::COMPUTETom Stellard
2013-04-26fix a typo that due to cu&paste quadrupled itselfAdrian Prantl
2013-04-26ARM: Fix encoding of hint instruction for Thumb.Quentin Colombet
2013-04-26Bugfix for the debug intrinsic handling in InstCombiner:Adrian Prantl
2013-04-26PowerPC: Use RegisterOperand instead of RegisterClass operandsUlrich Weigand
2013-04-26Re-write the address propagation code for pre-indexed loads/stores to take in...Silviu Baranga
2013-04-26PowerPC: Fix encoding of vsubcuw and vsum4sbs instructionsUlrich Weigand
2013-04-26PowerPC: Fix encoding of stfsu and stfdu instructionsUlrich Weigand
2013-04-26PowerPC: Fix encoding of rldimi and rldcl instructionsUlrich Weigand
2013-04-26PowerPC: Support PC-relative fixup_ppc_brcond14.Ulrich Weigand
2013-04-26ARM/NEON: Pattern match vector integer abs to vabs.Benjamin Kramer
2013-04-26X86: Now that we have a canonical form for vector integer abs, match it into ...Benjamin Kramer
2013-04-26DAGCombiner: Canonicalize vector integer abs in the same way we do it for sca...Benjamin Kramer
2013-04-26LoopVectorizer: Calculate the number of pointers to disambiguate at runtime ...Nadav Rotem
2013-04-26Revert "[objc-arc] Added ImpreciseAutoreleaseSet to track autorelease calls t...Michael Gottesman
2013-04-25Mips assembler: .set reorder supportJack Carter
2013-04-25Make function documentation conform to llvm standards.Preston Gurd
2013-04-25ARM cost model: Integer div and rem is lowered to a function callArnold Schwaighofer
2013-04-25Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor
2013-04-25revert r179735, it has no testcases, and doesn't really make sense.Chris Lattner
2013-04-25This patch adds the X86FixupLEAs pass, which will reduce instructionPreston Gurd
2013-04-25LoopVectorizer: No need to generate pointer disambiguation checks between rea...Nadav Rotem
2013-04-25[mc-coff] Forward Linker Option flags into the .drectve sectionReid Kleckner
2013-04-25Fix section relocation for SECTIONREL32 with immediate offset.Rafael Espindola
2013-04-25Use a pointer as the relocation iterator.Rafael Espindola
2013-04-25Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola
2013-04-25Fix constant folding for one lane vector types. Constant folding one lane vec...Silviu Baranga
2013-04-25Revert "Adding object caching support to MCJIT"Rafael Espindola
2013-04-25Revert "Exposing MCJIT through C API"Rafael Espindola
2013-04-25[mips] Add definitions of micromips load and store instructions.Akira Hatanaka
2013-04-25[mips] Add definitions of micromips shift instructions.Akira Hatanaka
2013-04-24R600: Initialize BooleanVectorContentsTom Stellard
2013-04-24R600: Use SHT_PROGBITS for the .AMDGPU.config sectionTom Stellard
2013-04-24Exposing MCJIT through C APIAndrew Kaylor
2013-04-24Fix for r180193 - MI Sched: eliminate local vreg.Andrew Trick
2013-04-24[inline asm] Fix a crasher for an invalid value type/register class.Chad Rosier
2013-04-24Making invalidateInstructionCache automatic in SectionMemoryManagerAndrew Kaylor
2013-04-24[objc-arc] Added ImpreciseAutoreleaseSet to track autorelease calls that were...Michael Gottesman
2013-04-24Fixed comment typo.Michael Gottesman
2013-04-24Use pointers to iterate over symbols.Rafael Espindola
2013-04-24LoopVectorizer: Change variable name Stride to ConsecutiveStrideArnold Schwaighofer
2013-04-24LoopVectorize: Scalarize padded typesArnold Schwaighofer