aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-21Add support for varargs functions for msp430.Anton Korobeynikov
2012-11-21Add support for byval args. Patch by Job Noorman!Anton Korobeynikov
2012-11-21Finish the renaming.Rafael Espindola
2012-11-21Renamed HexagonImmediates.td -> HexagonOperands.td.Jyotsna Verma
2012-11-21llvm/test/Transforms/InstCombine/sdiv-1.ll: FileCheck-ize.NAKAMURA Takumi
2012-11-21Using "not grep" is brittle as the test passes if llvm-as fails.Rafael Espindola
2012-11-21PR14055: Implement support for sub-vector operations in SROA.Chandler Carruth
2012-11-21Fix execution domain for packed FMA4 instructions.Craig Topper
2012-11-21Mark ISD::FMA as Legal instead of custom for x86 with FMA3/FMA4. Needed so th...Craig Topper
2012-11-21Make calcLiveInMask method static.Jakub Staszak
2012-11-21Make isScratchReg and isFPCopy methods static.Jakub Staszak
2012-11-21Whitespace.Eric Christopher
2012-11-21Update for some of the coding standard before rearranging functionsEric Christopher
2012-11-21Update some comments.Eric Christopher
2012-11-21Update and add some comments.Eric Christopher
2012-11-21Whitespace.Eric Christopher
2012-11-20Add a tests for the new -no-show-raw-insn option of llvm-objdump.Eli Bendersky
2012-11-20Add obvious constantness.Jakub Staszak
2012-11-20Remove constness from this, it modifies the output stream as doesEric Christopher
2012-11-20Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit moreEli Bendersky
2012-11-20removes a few "const" qualifiersSebastian Pop
2012-11-20[python] fix get_library()Anders Waldenborg
2012-11-20Removing some unused instruction definitions from the Hexagon backend.Jyotsna Verma
2012-11-20Remove unused function argument, add a bit to the comment.Eric Christopher
2012-11-20Formatting.Eric Christopher
2012-11-20Whitespace.Eric Christopher
2012-11-20Some sphinx-ing and consistency fixesEli Bendersky
2012-11-20Remove some dead code.Eric Christopher
2012-11-20Better 80cols... *sigh*Joe Abbey
2012-11-20Fixing a broken link.Joe Abbey
2012-11-20[asan] use names of globals instead of an external set to distinguish the glo...Kostya Serebryany
2012-11-20[asan] don't instrument linker-initialized globals even with external linkage...Kostya Serebryany
2012-11-20[asan] make sure that linker-initialized globals (non-extern) are not instrum...Kostya Serebryany
2012-11-20docs: Fix highlighting.Sean Silva
2012-11-20llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready.NAKAMURA Takumi
2012-11-20Fix a place where the declaration didn't use LLVM_ENABLE_DUMP but theChandler Carruth
2012-11-20Use LLVM_ENABLE_DUMP for the variables used in printing as well as theChandler Carruth
2012-11-20Fix PR14132 and handle OOB loads speculated throuh PHI nodes.Chandler Carruth
2012-11-20Fix physical register liveness calculations:Tim Northover
2012-11-20Intel OCL built-ins calling conventions now support MacOS 32-bit.Elena Demikhovsky
2012-11-20Marking remote mcjit tests as XFAIL for MIPS.Simon Atanasyan
2012-11-20Make the AttrListPtr object a part of the LLVMContext.Bill Wendling
2012-11-20Note Freescale's contributions in the PPC release notes.Hal Finkel
2012-11-20docs: Sphinxify LLVMBuild documentation.Sean Silva
2012-11-20Add a comment to associate a FIXME with a PR where it is matters.Chandler Carruth
2012-11-20Rework the rewriting of loads and stores for vector and integer allocasChandler Carruth
2012-11-20ReST-ify some markup in the LIT documentEli Bendersky
2012-11-2080-column and whitespace fixups.Eric Christopher
2012-11-19Allow using MemoryBuffers with yaml::Stream directly.Sean Silva
2012-11-19Remove a function argument and propagate const around accordingly.Eric Christopher