aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-21docs: Fix Sphinx warning over yaml2obj.rst.Sean Silva
2012-09-21Mips16FrameLowering.cpp: Remove unused TII introduced in r164349. [-Wunused-v...NAKAMURA Takumi
2012-09-21llvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos, s/@unaligned_i16_stor...NAKAMURA Takumi
2012-09-21Properly save and restore RA and Mips16 callee save registers S0,S1Akira Hatanaka
2012-09-21Testcase does not need to be this strict.Chad Rosier
2012-09-21Add newline.Chad Rosier
2012-09-21[fast-isel] Fallback to SelectionDAG isel if we require strict alignment forChad Rosier
2012-09-21Tidy up. Whitespace.Jim Grosbach
2012-09-21Tidy up. Formatting.Jim Grosbach
2012-09-21ARM: Use a dedicated intrinsic for vector bitwise select.Jim Grosbach
2012-09-20Ignore PHI-defs for -new-coalescer interference checks.Jakob Stoklund Olesen
2012-09-20Extend -new-coalescer SSA update to handle mapped values as well.Jakob Stoklund Olesen
2012-09-20Only emit DW_AT_object_pointer if this is a definition.Eric Christopher
2012-09-20SimplifyCFG: sink common codes from IF, ELSE blocks down to END block.Manman Ren
2012-09-20Try to make these tests more portable.Evan Cheng
2012-09-20Fix broken check lines.Benjamin Kramer
2012-09-20Fix function names in coding style examplesAndrew Trick
2012-09-20Revert r164308 to fix buildbots.Bill Wendling
2012-09-20Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling
2012-09-20Remove more bare uses of the different Attribute enums.Bill Wendling
2012-09-20Specify cpu to get the correct instruction ordering. Remove XFAIL.Roman Divacky
2012-09-20Make the 'getAsString' function a method of the Attributes class.Bill Wendling
2012-09-20Fix 80-col violations.Nadav Rotem
2012-09-20Make sure lli compiles all code before invalidating instruction caches.Tim Northover
2012-09-20Change enum type in a static table to uint8_t instead. Saves about 700 hundre...Craig Topper
2012-09-20Specify CPu to prevent failure on ATOM due to different code schedulingMichael Liao
2012-09-20Fix Sphinx warnings.Sean Silva
2012-09-20Re-work X86 code generation of atomic ops with spin-loopMichael Liao
2012-09-20Sphinxify DebuggingJITedCodeSean Silva
2012-09-20Fix static function names in CodingStandards examples.Andrew Trick
2012-09-19Convert some attribute existence queries over to use the predicate methods.Bill Wendling
2012-09-19ARM: Tidy up IntrinsicsARM.td a bit.Jim Grosbach
2012-09-19Add predicates for queries on whether an attribute exists.Bill Wendling
2012-09-19Add in new data types that are used by AMDIL/ANL among others.Micah Villmow
2012-09-19Soften the pattern-can-never-match error in TableGen into a warning. This pat...Owen Anderson
2012-09-19Implement a correct copy constructor for Record. Now that we're using the ID...Owen Anderson
2012-09-19Resolve conflicts involving dead vector lanes for -new-coalescer.Jakob Stoklund Olesen
2012-09-19This patch adds memory support functions which will later be used to implemen...Andrew Kaylor
2012-09-19Add support for macro parameters/arguments delimited by spaces,Preston Gurd
2012-09-19Add support for accessing an MDNode's operands via the C binding. Patch byDuncan Sands
2012-09-19Support default parameters/arguments for assembler macros.Preston Gurd
2012-09-19Enhance unmatched '.endr' directive error message in assembler.Preston Gurd
2012-09-19Unify the logic in SelectAtomicLoadAdd and SelectAtomicLoadArithMichael Liao
2012-09-19Renaming functions to match coding style guidelinesMichael Ilseman
2012-09-19Really XFAIL test/CodeGen/PowerPC/structsinregs.ll.Jordan Rose
2012-09-19Doxygen-ify commentsMichael Ilseman
2012-09-19XFAIL test/CodeGen/PowerPC/structsinregs.llBill Schmidt
2012-09-19Put the * and & next to the variable, rather than the type.Michael Ilseman
2012-09-19Document the interface for integer expansion, using doxygen-style commentsMichael Ilseman
2012-09-19Forward declarationsMichael Ilseman