aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [tsan] fix compile-time falilure found while building Chromium with tsan (tsa...Kostya Serebryany2012-07-051-0/+5
* Remove ParentMap. You can just ask the domnode for its parent. No functionalityNick Lewycky2012-07-051-11/+8
* Make X86 call and return instructions non-variadic.Jakob Stoklund Olesen2012-07-044-34/+34
* Allow trailing physreg RegisterSDNode operands on non-variadic instructions.Jakob Stoklund Olesen2012-07-043-14/+30
* Print SlotIndexes when available for -print-machineinstrs.Jakob Stoklund Olesen2012-07-041-1/+2
* Allow multiple terminators to read virtual registers.Jakob Stoklund Olesen2012-07-041-33/+29
* Ensure CopyToReg nodes are always glued to the call instruction.Jakob Stoklund Olesen2012-07-043-44/+34
* Make sure -print-machineinstrs applies to the first pass as well.Jakob Stoklund Olesen2012-07-041-3/+3
* Add a testcase for pr13209. It is not a great test, but it still fails ifRafael Espindola2012-07-041-0/+74
* Fix a bug in DebugInfo lib, extend a comment for one of the methodsAlexey Samsonov2012-07-042-3/+3
* Reverted r159658:Stepan Dyatkovskiy2012-07-041-84/+2
* Reverted r156659, due to probable performance regressions, DenseMap should be...Stepan Dyatkovskiy2012-07-043-17/+41
* Reduce some code duplication.Eric Christopher2012-07-041-19/+4
* Fix some ascii art in a comment to not have trailing backslashes (inspirationMatt Beaumont-Gay2012-07-041-5/+5
* Add early if-conversion support to X86.Jakob Stoklund Olesen2012-07-044-1/+133
* Add an experimental early if-conversion pass, off by default.Jakob Stoklund Olesen2012-07-047-0/+649
* PHINode::hasConstantValue(): return undef if the PHI is fully recursive.Nuno Lopes2012-07-032-1/+3
* Use the DebugInfo's 'print()' method to emit the comments.Bill Wendling2012-07-031-3/+5
* BoundsChecking: optimize out the check for offset < 0 if size is known to be...Nuno Lopes2012-07-032-9/+16
* fold PHI nodes in SizeOffsetEvaluator whenever possible.Nuno Lopes2012-07-032-6/+20
* improve PHINode::hasConstantValue() to detect recursive cases like %phi = phi...Nuno Lopes2012-07-031-2/+6
* IntegersSubsetMappin: cosmetic changes in diff operation.Stepan Dyatkovskiy2012-07-031-6/+6
* Part of r159527. Splitted into series of patches and gone with fixed PR13256:Stepan Dyatkovskiy2012-07-031-1/+96
* Part of r159527. Splitted into series of patches and gone with fixed PR13256:Stepan Dyatkovskiy2012-07-033-42/+18
* Part of r159527. Splitted into series of patches and gone with fixed PR13256:Stepan Dyatkovskiy2012-07-031-2/+84
* Document the llvm.fabs intrinsic.Peter Collingbourne2012-07-031-0/+35
* Micro-optimize this function a bit. This shrinks the generated codeChandler Carruth2012-07-031-4/+6
* Remove extra space.Craig Topper2012-07-031-12/+12
* Change i128mem/i256mem to f128mem/f256mem on some floating point vector instr...Craig Topper2012-07-031-14/+14
* MCContext.cpp: Fixup for my odd previous commit. No functional changes.NAKAMURA Takumi2012-07-031-1/+1
* Add aliases for pblendvb, blendvpd, and blendvps instructions with the implic...Craig Topper2012-07-032-5/+45
* test/CodeGen/SPARC/private.ll: Fixup. Forgot to prune old RUN lines.NAKAMURA Takumi2012-07-031-4/+0
* test/CodeGen/SPARC/private.ll: FileCheck-ize.NAKAMURA Takumi2012-07-031-1/+7
* llvm/test/lit.cfg: Retweak for Win32 to fix testing.NAKAMURA Takumi2012-07-031-13/+13
* MCContext::GetDwarfFile(): Make FileName parsing tolerant of DOSish pathsep w...NAKAMURA Takumi2012-07-031-5/+5
* test/CodeGen/X86/sincos.ll: FileCheck-ize.NAKAMURA Takumi2012-07-031-4/+22
* test/CodeGen/X86/fabs.ll: FileCheck-ize.NAKAMURA Takumi2012-07-031-5/+23
* test/CodeGen/X86/2007-09-05-InvalidAsm.ll: FileCheck-ize.NAKAMURA Takumi2012-07-031-1/+2
* test/CodeGen/X86/2004-03-30-Select-Max.ll: FileCheck-ize.NAKAMURA Takumi2012-07-031-1/+2
* mips32 long long register inline asm constraint support.Jack Carter2012-07-022-0/+8
* Revert " mips32 long long register inline asm constraint support." asEric Christopher2012-07-022-8/+0
* Revert "IntRange:" as it appears to be breaking self hosting.Eric Christopher2012-07-027-329/+211
* deleted test/CodeGen/Mips/inlineasm-cnstrnt-bad-r-1.llJack Carter2012-07-021-17/+0
* All glory to address sanitizer. ;]Chandler Carruth2012-07-021-2/+8
* Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...Evan Cheng2012-07-027-29/+36
* mips32 long long register inline asm constraint support.Jack Carter2012-07-022-0/+8
* misched: allow NULL InstrItineraries.Andrew Trick2012-07-021-0/+1
* Extend the workaround from r159593 to cover a few explicit aliasChandler Carruth2012-07-021-1/+2
* Revert r159588, and apply a more principled fix. Place the fix for thisChandler Carruth2012-07-022-5/+8
* Turn an assert into an error to make it a bit more friendly.Eric Christopher2012-07-021-2/+9