summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-24Report lli remote IO errors consistentlyAlp Toker5-41/+30
2014-01-24InstSimplify: Make shift, select and GEP simplifications vector-aware.Benjamin Kramer4-19/+114
2014-01-24Unify duplicated functions.Rafael Espindola3-21/+5
2014-01-24Don't use "llc -filetype=obj" now that the codepath is the same.Rafael Espindola3-3/+3
2014-01-24Move emitInlineAsmEnd to the AsmPrinter interface.Rafael Espindola6-41/+34
2014-01-24DWARFContext: Fix possible memory leak since r198908.NAKAMURA Takumi1-0/+1
2014-01-24llvm/projects/CMakeLists.txt: Add dragonegg.NAKAMURA Takumi1-0/+3
2014-01-24Revert "Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for a"Eric Christopher6-46/+17
2014-01-24Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for aEric Christopher6-17/+46
2014-01-24Remove empty directories.Alexander Kornienko0-0/+0
2014-01-24Remove empty directories.Alexander Kornienko0-0/+0
2014-01-24[AArch64 NEON] Fix a bug in implementing register copy bwtween FPR16.Kevin Qin2-3/+14
2014-01-24[SparcV9] Add support for JIT in Sparc64.Venkatraman Govindaraju5-45/+189
2014-01-24[X86] Prevent the creation of redundant ops for sadd and ssub with overflow.Juergen Ributzka2-2/+51
2014-01-24Implement atomicrmw operations in 32 and 64 bits for SPARCv9.Jakob Stoklund Olesen4-13/+262
2014-01-24[Sparc] Correct quad register list in the asm parser.Venkatraman Govindaraju3-1/+13
2014-01-24Add constants for optional header magic field.Rui Ueyama1-0/+5
2014-01-24Simplify the logic for deciding when to initialize the sections.Rafael Espindola8-24/+17
2014-01-24Most streamers' InitSections just create a text section. Make that the defaultRafael Espindola7-21/+6
2014-01-24Use the actual .text section, it is less code than building a dummy one.Rafael Espindola1-25/+4
2014-01-24Inline trivial functions called only once or twice.Rafael Espindola1-32/+14
2014-01-24[LPM] Fix a logic error in LICM spotted by inspection.Chandler Carruth1-1/+1
2014-01-24Inline functions that are only called once.Rafael Espindola2-21/+8
2014-01-24[cleanup] Use the type-based preservation method rather than a stringChandler Carruth1-1/+2
2014-01-23InitToTextSection is redundant with InitSections. Remove it.Rafael Espindola11-33/+2
2014-01-23Make the use of DW_AT_ranges in the compile unit depend also uponEric Christopher2-5/+104
2014-01-23Remove duplicated info on what .text, .data and .bss look like.Rafael Espindola5-45/+15
2014-01-23Update the X86 assembler for .intel_syntax to produce an error for invalid baseKevin Enderby2-32/+55
2014-01-23lli: Factor portable messaging into a new RPCChannel facilityAlp Toker9-168/+151
2014-01-23Update the X86 assembler for .intel_syntax to produce an error for invalidKevin Enderby2-3/+22
2014-01-23Fix out of bounds access to the double regs array. Given theEric Christopher1-1/+1
2014-01-23Add a few missing cases from r199933. Testcase coming shortly.Lang Hames1-0/+8
2014-01-23Updating the getting started guide for Visual Studio a smidge.Aaron Ballman1-8/+4
2014-01-23Replace vfmaddxx213 instructions with their 231-type equivalents in accumulatorLang Hames4-3/+122
2014-01-23Note the PR number.Rafael Espindola1-0/+1
2014-01-23Remove unused include following r199929Alp Toker1-1/+0
2014-01-23Replace the interim lli build fix with something cleanerAlp Toker5-45/+15
2014-01-23[Thumbv8] Fix the value of BLXOperandIndex of isV8EligibleForITWeiming Zhao4-7/+26
2014-01-23Move test to x86 directory.Eric Christopher1-0/+0
2014-01-23Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka10-4/+30
2014-01-23[AArch64] Added vselect patterns with float and double typesAna Pazos2-0/+17
2014-01-23Avoid emitting a DWARF type attribute for an ObjC property of typeEric Christopher2-1/+106
2014-01-23Suppress an annoying "unused variable" warning caused by bug 17897.Rui Ueyama1-0/+1
2014-01-23R600: Remove successive JUMP in AnalyzeBranch when AllowModify is trueTom Stellard1-1/+7
2014-01-23R600: Disable the BFE patternTom Stellard3-1/+12
2014-01-23R600: Correctly handle vertex fetch clauses the precede ENDIFsTom Stellard2-0/+30
2014-01-23R600: Unconditionally unroll loops that contain GEPs with alloca pointersTom Stellard2-0/+66
2014-01-23Move a unit test into the correct dir. Sorry if it broke Mips-only builds.Andrew Trick1-0/+0
2014-01-23Remove tail marker when changing an argument to an alloca.Rafael Espindola2-0/+29
2014-01-23R600: Recommit 199842: Add work-around for the CF stack entry HW bugTom Stellard6-7/+290