aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix PR16807Michael Liao2013-10-152-6/+34
* LoopVectorize: Properly reflect PODness in comments.Benjamin Kramer2013-10-151-4/+4
* Guard the debug temp variable with NDEBUG to avoid warning/error with NDEBUG ...Pekka Jaaskelainen2013-10-151-0/+2
* Do not assert when trying to add a meta data operand withPekka Jaaskelainen2013-10-151-1/+2
* [mips][msa] Added support for build_vector for v4f32 and v2f64.Daniel Sanders2013-10-154-16/+151
* Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atlea...Anders Waldenborg2013-10-158-106/+45
* Add AllTargetsBindings sublibrary instead of having static inlines in the llv...Anders Waldenborg2013-10-158-45/+106
* [SystemZ] Use A(G)SI when spilling the target of a constant additionRichard Sandiford2013-10-153-2/+356
* docs: Remove incompatibility with Solaris shellDavid Majnemer2013-10-151-6/+2
* Fix MSP430 calling convention to match MSPGCCJob Noorman2013-10-154-10/+302
* llvm/test/CodeGen/X86/break-avx-dep.ll: Relax an expression to be matched to ...NAKAMURA Takumi2013-10-151-1/+1
* Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x...Craig Topper2013-10-155-11/+16
* Improve on r192635, ExeDepsFix for avx, and add a test case.Andrew Trick2013-10-152-1/+32
* Simplify formatting and sort these. No functionality changed.Chandler Carruth2013-10-151-14/+10
* [mips] Define a pseudo instruction which writes to both the lower and higherAkira Hatanaka2013-10-156-15/+51
* [mips] Use predicates to guard instructions using accumulator registers insteadAkira Hatanaka2013-10-152-11/+12
* [mips] Rename isel nodes.Akira Hatanaka2013-10-157-33/+31
* [mips] Transfer kill flag to the newly created operand.Akira Hatanaka2013-10-153-7/+29
* [mips] Set HI/LO registers' HWEncoding field.Akira Hatanaka2013-10-152-8/+39
* [mips] Delete unnecessary code.Akira Hatanaka2013-10-151-3/+0
* Remove dead code.Rafael Espindola2013-10-141-21/+0
* Update comment list of GLOBALVAR modifiers in BitcodeWriter to include extern...Michael Gottesman2013-10-141-1/+1
* [X86][FastISel] During X86 fastisel, the address of indirect call was resolvedQuentin Colombet2013-10-142-7/+146
* Fix the ExecutionDepsFix pass to handle AVX instructions.Andrew Trick2013-10-145-38/+184
* LiveRegUnits: Use *MBB for consistency and convenience.Andrew Trick2013-10-143-10/+10
* whitespaceAndrew Trick2013-10-141-1/+1
* Fix a typo, in a comment, in a test.Nick Lewycky2013-10-141-1/+1
* Revert part of a fix from 2010, changes since then:Eric Christopher2013-10-142-2/+6
* Reformat this routine slightly.Eric Christopher2013-10-141-10/+8
* Remove some extraneous whitespace.Eric Christopher2013-10-141-4/+0
* LiveRegUnits::removeRegsInMask safety.Andrew Trick2013-10-141-10/+19
* Use a SparseSet in LiveRegUnits.Andrew Trick2013-10-142-26/+31
* Move LiveRegUnits implementation into .cpp. Comment and format.Andrew Trick2013-10-143-87/+116
* Remove extra indentation in LiveRegUnits.Andrew Trick2013-10-141-112/+112
* Convert LiveRegUnits methods to the current convention (it's new code).Andrew Trick2013-10-142-27/+27
* Debug Info: static member DIE creation.Manman Ren2013-10-142-14/+24
* Fix indenting.David Blaikie2013-10-141-7/+8
* vs2013 msbuild integration: add missing .target files, fix typo in CMakeListsHans Wennborg2013-10-143-1/+25
* MachineSink: Fix and tweak critical-edge breaking heuristic.Will Dietz2013-10-1410-27/+62
* Remove utils/profile.pl.Rafael Espindola2013-10-141-74/+0
* Remove lib/Transforms/Instrumentation/ProfilingUtils.*Rafael Espindola2013-10-144-207/+0
* Remove the now unused strong phi elimination pass.Rafael Espindola2013-10-146-850/+3
* Basic blocks typically have few predecessors. Use a SmallDenseMap toChris Lattner2013-10-141-3/+3
* [msan] Instrument x86.*_cvt* intrinsics.Evgeniy Stepanov2013-10-142-28/+215
* [AArch64] Add support for NEON scalar integer compare instructions.Chad Rosier2013-10-146-0/+497
* Add Cortex-A57 supportBernard Ogden2013-10-143-1/+23
* Add subtarget feature support for Cortex-A53Bernard Ogden2013-10-146-10/+28
* [mips][msa] Direct Object Emission support for BIT instructions.Matheus Almeida2013-10-143-74/+280
* [mips][msa] Direct Object Emission support for VEC instructions.Matheus Almeida2013-10-143-67/+115
* [mips][msa] Direct Object Emission of INSVE.{b,h,w,d}.Matheus Almeida2013-10-142-14/+36