summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use ASSERT_EQ rather than ASSERT_TRUE for better unit test failures.David Blaikie2013-10-15
* R600/SI: Remove some leftover MI dump callVincent Lejeune2013-10-15
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-15
* Separating ELF and MachO stub info functions for RuntimeDyldAndrew Kaylor2013-10-15
* Reformat.Eric Christopher2013-10-15
* [AArch64] Add support for NEON scalar signed saturating absolute value andChad Rosier2013-10-15
* Fixing some host==target assumptions in RuntimeDyldAndrew Kaylor2013-10-15
* Remove some dead code. (DarwinGDBCompat was retired in r189903).Adrian Prantl2013-10-15
* Struct byval: fix a copy-paste error for thumb2.Manman Ren2013-10-15
* Fix PR17546Michael Liao2013-10-15
* Fix PR16807Michael Liao2013-10-15
* LoopVectorize: Properly reflect PODness in comments.Benjamin Kramer2013-10-15
* Guard the debug temp variable with NDEBUG to avoid warning/error with NDEBUG ...Pekka Jaaskelainen2013-10-15
* Do not assert when trying to add a meta data operand withPekka Jaaskelainen2013-10-15
* [mips][msa] Added support for build_vector for v4f32 and v2f64.Daniel Sanders2013-10-15
* Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atlea...Anders Waldenborg2013-10-15
* Add AllTargetsBindings sublibrary instead of having static inlines in the llv...Anders Waldenborg2013-10-15
* [SystemZ] Use A(G)SI when spilling the target of a constant additionRichard Sandiford2013-10-15
* docs: Remove incompatibility with Solaris shellDavid Majnemer2013-10-15
* Fix MSP430 calling convention to match MSPGCCJob Noorman2013-10-15
* llvm/test/CodeGen/X86/break-avx-dep.ll: Relax an expression to be matched to ...NAKAMURA Takumi2013-10-15
* Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x...Craig Topper2013-10-15
* Improve on r192635, ExeDepsFix for avx, and add a test case.Andrew Trick2013-10-15
* Simplify formatting and sort these. No functionality changed.Chandler Carruth2013-10-15
* [mips] Define a pseudo instruction which writes to both the lower and higherAkira Hatanaka2013-10-15
* [mips] Use predicates to guard instructions using accumulator registers insteadAkira Hatanaka2013-10-15
* [mips] Rename isel nodes.Akira Hatanaka2013-10-15
* [mips] Transfer kill flag to the newly created operand.Akira Hatanaka2013-10-15
* [mips] Set HI/LO registers' HWEncoding field.Akira Hatanaka2013-10-15
* [mips] Delete unnecessary code.Akira Hatanaka2013-10-15
* Remove dead code.Rafael Espindola2013-10-14
* Update comment list of GLOBALVAR modifiers in BitcodeWriter to include extern...Michael Gottesman2013-10-14
* [X86][FastISel] During X86 fastisel, the address of indirect call was resolvedQuentin Colombet2013-10-14
* Fix the ExecutionDepsFix pass to handle AVX instructions.Andrew Trick2013-10-14
* LiveRegUnits: Use *MBB for consistency and convenience.Andrew Trick2013-10-14
* whitespaceAndrew Trick2013-10-14
* Fix a typo, in a comment, in a test.Nick Lewycky2013-10-14
* Revert part of a fix from 2010, changes since then:Eric Christopher2013-10-14
* Reformat this routine slightly.Eric Christopher2013-10-14
* Remove some extraneous whitespace.Eric Christopher2013-10-14
* LiveRegUnits::removeRegsInMask safety.Andrew Trick2013-10-14
* Use a SparseSet in LiveRegUnits.Andrew Trick2013-10-14
* Move LiveRegUnits implementation into .cpp. Comment and format.Andrew Trick2013-10-14
* Remove extra indentation in LiveRegUnits.Andrew Trick2013-10-14
* Convert LiveRegUnits methods to the current convention (it's new code).Andrew Trick2013-10-14
* Debug Info: static member DIE creation.Manman Ren2013-10-14
* Fix indenting.David Blaikie2013-10-14
* vs2013 msbuild integration: add missing .target files, fix typo in CMakeListsHans Wennborg2013-10-14
* MachineSink: Fix and tweak critical-edge breaking heuristic.Will Dietz2013-10-14
* Remove utils/profile.pl.Rafael Espindola2013-10-14