aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a 'deleteModule' method to the Linker class.Bill Wendling2013-10-163-1/+11
* Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...NAKAMURA Takumi2013-10-168-62/+24
* Really fix build warning/error that I think r192756 was trying to fix.Craig Topper2013-10-161-4/+4
* TypeFinder: prefer iterative algorithm to keep stack usage low.Will Dietz2013-10-162-10/+26
* Fix a bug in Windows resource file detection.Rui Ueyama2013-10-161-1/+1
* Add a triple to this test.Rafael Espindola2013-10-161-1/+1
* Add support for metadata representing .ident directives.Rafael Espindola2013-10-167-0/+84
* Fix a pair of bugs in the emission of pubname tables:Eric Christopher2013-10-163-29/+62
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-1623-32/+68
* dos2unix on quoted-names.llHans Wennborg2013-10-161-20/+20
* MC: Better handling of tricky symbol and section namesHans Wennborg2013-10-168-24/+62
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-1611-27/+61
* Fixing build warning/errorAndrew Kaylor2013-10-161-2/+3
* Simplify zero initialization of DIEAttrs variable.David Blaikie2013-10-161-2/+1
* Adding padding to the .eh_frame section in RuntimeDyldAndrew Kaylor2013-10-161-1/+15
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-1610-7/+118
* Fix typoMatt Arsenault2013-10-151-1/+1
* Fix missing C++ mode thing in headerMatt Arsenault2013-10-151-1/+1
* Enable MI Sched for x86.Andrew Trick2013-10-1567-280/+341
* Make sure we're not attempting to construct a subprogram DIEEric Christopher2013-10-151-16/+18
* Add an assert that we have a scope that matters for methodsEric Christopher2013-10-151-1/+4
* Clean up, formatting, comments. No functional change.Eric Christopher2013-10-151-100/+88
* Support/FileSystem.h: Remove a trailing comma in enum file_magic::Impl.NAKAMURA Takumi2013-10-151-1/+1
* Use ASSERT_EQ rather than ASSERT_TRUE for better unit test failures.David Blaikie2013-10-151-3/+3
* R600/SI: Remove some leftover MI dump callVincent Lejeune2013-10-152-2/+0
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-155-2/+14
* Separating ELF and MachO stub info functions for RuntimeDyldAndrew Kaylor2013-10-153-23/+39
* Reformat.Eric Christopher2013-10-151-2/+1
* [AArch64] Add support for NEON scalar signed saturating absolute value andChad Rosier2013-10-156-1/+201
* Fixing some host==target assumptions in RuntimeDyldAndrew Kaylor2013-10-152-3/+6
* Remove some dead code. (DarwinGDBCompat was retired in r189903).Adrian Prantl2013-10-152-13/+2
* Struct byval: fix a copy-paste error for thumb2.Manman Ren2013-10-152-5/+44
* Fix PR17546Michael Liao2013-10-152-6/+11
* 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