summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use predication instead of pseudo-opcodes when folding into MOVCC.Jakob Stoklund Olesen2012-09-054-66/+41
* [ms-inline asm] Use the asm dialect from the MI to set the parser dialect.Chad Rosier2012-09-052-3/+7
* Add missing file for test.Nick Lewycky2012-09-051-0/+0
* Teach libObject about some more ELF relocations. llvm-objdump -r now knowsNick Lewycky2012-09-052-6/+30
* JumpThreading: when default destination is the destination of some cases in aManman Ren2012-09-052-3/+42
* Mips specific llvm assembler support for ALU instructions. This includesJack Carter2012-09-052-22/+448
* Cleanup a few magic numbers.Chad Rosier2012-09-053-3/+3
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-0517-21/+21
* [ms-inline asm] We only need one bit to represent the AsmDialect in theChad Rosier2012-09-053-13/+6
* Constify this properly. Found by gcc48 -Wcast-qual.Roman Divacky2012-09-051-4/+4
* Mark checkSignature const, and in turn stop casting away const fromRoman Divacky2012-09-052-3/+3
* Constify SDNodeIterator an stop its only non-const user being cast strippedRoman Divacky2012-09-052-5/+5
* Constify subtarget info properly so that we dont cast away the const inRoman Divacky2012-09-055-11/+11
* Use const properly so that we dont remove const qualifier from region and MIIRoman Divacky2012-09-053-13/+13
* [ms-inline asm] Propagate the asm dialect into the MachineInstr representation.Chad Rosier2012-09-054-3/+25
* Fix a bug.Jan Wen Voung2012-09-051-1/+1
* revert the additional stuff.Jan Wen Voung2012-09-051-6/+4
* Clean up llvm-bcanalyzer to print to consistent streams.Jan Wen Voung2012-09-051-13/+17
* [Docs] Fix Sphinx incremental build. Patch by Sean Silva!Michael J. Spencer2012-09-058-13/+7
* Move the PPC TOC defs into the PPC64 InstrInfo file.Hal Finkel2012-09-052-3/+3
* Clean up.Chad Rosier2012-09-051-3/+3
* [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect toChad Rosier2012-09-0511-30/+38
* Strip old MachineInstrs *after* we know we can put them back.Tim Northover2012-09-052-7/+27
* Clean up includes.Benjamin Kramer2012-09-051-1/+1
* Update CMakeList.txt for new lli sources.Jim Grosbach2012-09-051-0/+2
* Remove unused typedefs gcc4.8 warns about.Roman Divacky2012-09-055-5/+0
* MCJIT: getPointerToFunction() references target address space.Jim Grosbach2012-09-054-2/+31
* MCJIT: Add faux remote target execution to lli for the MCJIT.Jim Grosbach2012-09-055-29/+498
* Switch BasicAliasAnalysis' cache to SmallDenseMap.Benjamin Kramer2012-09-051-9/+7
* LLVM Bug Fix 13709: Remove needless lsr(Rp, #32) instruction access thePranav Bhandarkar2012-09-052-0/+115
* [asan] fix lintKostya Serebryany2012-09-051-1/+1
* Fixed the DAG combiner to better handle the folding of AND nodes for vector t...Silviu Baranga2012-09-052-1/+22
* [asan] extend the blacklist functionality to handle global-init. Patch by Rei...Kostya Serebryany2012-09-053-1/+11
* Remove some of the patterns added in r163196. Increasing the complexity on in...Craig Topper2012-09-051-42/+2
* Add patterns for integer forms of VINSERTF128/VINSERTI128 folded with loads. ...Craig Topper2012-09-051-4/+76
* Add a FIXME that assumes we maintain backward compatibility until the next ma...Chad Rosier2012-09-051-0/+1
* Reorder the comments of EmitExceptionTable.Logan Chien2012-09-051-20/+20
* Fix UseInitArray option for MIPS target.Logan Chien2012-09-052-0/+15
* Convert vextracti128/vextractf128 intrinsics to extract_subvector at DAG buil...Craig Topper2012-09-052-29/+66
* Removed Trie.h; unused in a long timeMarshall Clow2012-09-051-334/+0
* Remove redundant semicolons to fix -pedantic-errors build.Richard Smith2012-09-051-2/+2
* Fix function name per coding standard.Chad Rosier2012-09-056-14/+14
* Fix function name per coding standard.Chad Rosier2012-09-051-4/+4
* [ms-inline asm] Add support for the nsdialect keyword in the BitcodeChad Rosier2012-09-053-4/+33
* [ms-inline asm] Add the nsdialect keyword to the lexer.Chad Rosier2012-09-051-0/+1
* [ms-inline asm] Emit the (new) inline asm Non-Standard Dialect attribute.Chad Rosier2012-09-054-5/+22
* Make provenance checking conservative in cases whenDan Gohman2012-09-044-47/+126
* BypassSlowDivision: Assign to reference, don't copy the object.Jakub Staszak2012-09-041-2/+2
* Search the whole instruction for tied operands.Jakob Stoklund Olesen2012-09-041-2/+1
* [ms-inline asm] Add the inline assembly dialect, AsmDialect, to the InlineAsmChad Rosier2012-09-044-17/+30