summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-10-15Fix typoMatt Arsenault1-1/+1
2013-10-15Fix missing C++ mode thing in headerMatt Arsenault1-1/+1
2013-10-15Enable MI Sched for x86.Andrew Trick1-1/+4
2013-10-15Make sure we're not attempting to construct a subprogram DIEEric Christopher1-16/+18
2013-10-15Add an assert that we have a scope that matters for methodsEric Christopher1-1/+4
2013-10-15Clean up, formatting, comments. No functional change.Eric Christopher1-100/+88
2013-10-15R600/SI: Remove some leftover MI dump callVincent Lejeune2-2/+0
2013-10-15Path: Recognize Windows compiled resource file.Rui Ueyama4-1/+12
2013-10-15Separating ELF and MachO stub info functions for RuntimeDyldAndrew Kaylor3-23/+39
2013-10-15[AArch64] Add support for NEON scalar signed saturating absolute value andChad Rosier1-1/+45
2013-10-15Fixing some host==target assumptions in RuntimeDyldAndrew Kaylor2-3/+6
2013-10-15Remove some dead code. (DarwinGDBCompat was retired in r189903).Adrian Prantl2-13/+2
2013-10-15Struct byval: fix a copy-paste error for thumb2.Manman Ren1-1/+1
2013-10-15Fix PR17546Michael Liao1-6/+1
2013-10-15Fix PR16807Michael Liao1-6/+16
2013-10-15LoopVectorize: Properly reflect PODness in comments.Benjamin Kramer1-4/+4
2013-10-15Guard the debug temp variable with NDEBUG to avoid warning/error with NDEBUG ...Pekka Jaaskelainen1-0/+2
2013-10-15Do not assert when trying to add a meta data operand withPekka Jaaskelainen1-1/+2
2013-10-15[mips][msa] Added support for build_vector for v4f32 and v2f64.Daniel Sanders3-12/+112
2013-10-15Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atlea...Anders Waldenborg7-95/+9
2013-10-15Add AllTargetsBindings sublibrary instead of having static inlines in the llv...Anders Waldenborg7-9/+95
2013-10-15[SystemZ] Use A(G)SI when spilling the target of a constant additionRichard Sandiford1-2/+24
2013-10-15Fix MSP430 calling convention to match MSPGCCJob Noorman2-10/+123
2013-10-15Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x...Craig Topper4-8/+16
2013-10-15Improve on r192635, ExeDepsFix for avx, and add a test case.Andrew Trick1-1/+3
2013-10-15[mips] Define a pseudo instruction which writes to both the lower and higherAkira Hatanaka6-15/+51
2013-10-15[mips] Use predicates to guard instructions using accumulator registers insteadAkira Hatanaka2-11/+12
2013-10-15[mips] Rename isel nodes.Akira Hatanaka7-33/+31
2013-10-15[mips] Transfer kill flag to the newly created operand.Akira Hatanaka1-1/+5
2013-10-15[mips] Set HI/LO registers' HWEncoding field.Akira Hatanaka1-8/+8
2013-10-15[mips] Delete unnecessary code.Akira Hatanaka1-3/+0
2013-10-14Update comment list of GLOBALVAR modifiers in BitcodeWriter to include extern...Michael Gottesman1-1/+1
2013-10-14[X86][FastISel] During X86 fastisel, the address of indirect call was resolvedQuentin Colombet1-7/+14
2013-10-14Fix the ExecutionDepsFix pass to handle AVX instructions.Andrew Trick4-38/+164
2013-10-14LiveRegUnits: Use *MBB for consistency and convenience.Andrew Trick2-9/+9
2013-10-14whitespaceAndrew Trick1-1/+1
2013-10-14Revert part of a fix from 2010, changes since then:Eric Christopher1-1/+1
2013-10-14Reformat this routine slightly.Eric Christopher1-10/+8
2013-10-14Remove some extraneous whitespace.Eric Christopher1-4/+0
2013-10-14LiveRegUnits::removeRegsInMask safety.Andrew Trick1-10/+19
2013-10-14Use a SparseSet in LiveRegUnits.Andrew Trick1-19/+18
2013-10-14Move LiveRegUnits implementation into .cpp. Comment and format.Andrew Trick2-0/+103
2013-10-14Convert LiveRegUnits methods to the current convention (it's new code).Andrew Trick1-12/+12
2013-10-14Debug Info: static member DIE creation.Manman Ren2-14/+24
2013-10-14Fix indenting.David Blaikie1-7/+8
2013-10-14MachineSink: Fix and tweak critical-edge breaking heuristic.Will Dietz1-7/+23
2013-10-14Remove lib/Transforms/Instrumentation/ProfilingUtils.*Rafael Espindola4-207/+0
2013-10-14Remove the now unused strong phi elimination pass.Rafael Espindola4-841/+3
2013-10-14Basic blocks typically have few predecessors. Use a SmallDenseMap toChris Lattner1-3/+3
2013-10-14[msan] Instrument x86.*_cvt* intrinsics.Evgeniy Stepanov1-28/+149