aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add a 'deleteModule' method to the Linker class.Bill Wendling2013-10-162-1/+9
* Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...NAKAMURA Takumi2013-10-164-38/+20
* 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-161-10/+18
* Fix a bug in Windows resource file detection.Rui Ueyama2013-10-161-1/+1
* Add support for metadata representing .ident directives.Rafael Espindola2013-10-162-0/+38
* Fix a pair of bugs in the emission of pubname tables:Eric Christopher2013-10-162-6/+16
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-1622-32/+45
* MC: Better handling of tricky symbol and section namesHans Wennborg2013-10-164-20/+38
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-168-24/+44
* 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-167-7/+113
* 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-151-1/+4
* 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
* R600/SI: Remove some leftover MI dump callVincent Lejeune2013-10-152-2/+0
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-154-1/+12
* Separating ELF and MachO stub info functions for RuntimeDyldAndrew Kaylor2013-10-153-23/+39
* [AArch64] Add support for NEON scalar signed saturating absolute value andChad Rosier2013-10-151-1/+45
* 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-151-1/+1
* Fix PR17546Michael Liao2013-10-151-6/+1
* Fix PR16807Michael Liao2013-10-151-6/+16
* 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-153-12/+112
* Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atlea...Anders Waldenborg2013-10-157-95/+9
* Add AllTargetsBindings sublibrary instead of having static inlines in the llv...Anders Waldenborg2013-10-157-9/+95
* [SystemZ] Use A(G)SI when spilling the target of a constant additionRichard Sandiford2013-10-151-2/+24
* Fix MSP430 calling convention to match MSPGCCJob Noorman2013-10-152-10/+123
* Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x...Craig Topper2013-10-154-8/+16
* Improve on r192635, ExeDepsFix for avx, and add a test case.Andrew Trick2013-10-151-1/+3
* [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-151-1/+5
* [mips] Set HI/LO registers' HWEncoding field.Akira Hatanaka2013-10-151-8/+8
* [mips] Delete unnecessary code.Akira Hatanaka2013-10-151-3/+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-141-7/+14
* Fix the ExecutionDepsFix pass to handle AVX instructions.Andrew Trick2013-10-144-38/+164
* LiveRegUnits: Use *MBB for consistency and convenience.Andrew Trick2013-10-142-9/+9
* whitespaceAndrew Trick2013-10-141-1/+1