aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add a print method to the ObjC property object.Bill Wendling2012-07-061-0/+11
* Remove trailing comma in array initialization list.Bill Wendling2012-07-061-8/+8
* Remove unnecessary 'llvm::'.Bill Wendling2012-07-061-19/+19
* Remove unnecessary 'llvm::'.Bill Wendling2012-07-061-4/+4
* Whitespace.Chad Rosier2012-07-061-3/+3
* X86: peephole optimization to remove cmp instructionManman Ren2012-07-063-0/+302
* [fast-isel] Tell fast-isel to do nothing with the new donothing intrinsic.Chad Rosier2012-07-061-0/+3
* Revert r159804, "[arm-fast-isel] Add support for vararg function calls."NAKAMURA Takumi2012-07-061-33/+26
* Fix PR13202 and a regtest.Alexey Samsonov2012-07-061-0/+6
* [arm-fast-isel] Add support for vararg function calls.Jush Lu2012-07-061-26/+33
* Changes per review of commit 159787Jack Carter2012-07-061-6/+5
* Untabify and move a function near similar functions dealing with structEric Christopher2012-07-061-29/+30
* Add some comments suggested in code review.Jakob Stoklund Olesen2012-07-061-0/+7
* Mips specific inline asm operand modifier D.Jack Carter2012-07-051-7/+41
* Enclose instruction rdhwr with directives, which are needed when target isAkira Hatanaka2012-07-051-0/+18
* Enable target dependent directive parsing to hook before standard parser inAkira Hatanaka2012-07-051-3/+5
* Optimize extendIntervalEndTo a tiny bit by saving one call through theChandler Carruth2012-07-051-7/+7
* Finish fixing the MachineOperand hashing, providing a nice modernChandler Carruth2012-07-051-47/+47
* All cases are covered, no need for a default. This deals with theDuncan Sands2012-07-051-1/+0
* The hash function for MI expressions, used by MachineCSE, is reallyChandler Carruth2012-07-051-3/+8
* Use the right kind of booleans: we were emitting 0/1 booleans, instead of 0/-1Duncan Sands2012-07-051-9/+17
* [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-041-39/+13
* Make sure -print-machineinstrs applies to the first pass as well.Jakob Stoklund Olesen2012-07-041-3/+3
* Fix a bug in DebugInfo lib, extend a comment for one of the methodsAlexey Samsonov2012-07-042-3/+3
* Reverted r156659, due to probable performance regressions, DenseMap should be...Stepan Dyatkovskiy2012-07-042-13/+11
* 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-043-1/+94
* Add an experimental early if-conversion pass, off by default.Jakob Stoklund Olesen2012-07-044-0/+594
* 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-031-7/+10
* fold PHI nodes in SizeOffsetEvaluator whenever possible.Nuno Lopes2012-07-031-1/+13
* improve PHINode::hasConstantValue() to detect recursive cases like %phi = phi...Nuno Lopes2012-07-031-2/+6
* Part of r159527. Splitted into series of patches and gone with fixed PR13256:Stepan Dyatkovskiy2012-07-032-11/+13
* 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-031-5/+19
* MCContext::GetDwarfFile(): Make FileName parsing tolerant of DOSish pathsep w...NAKAMURA Takumi2012-07-031-5/+5
* mips32 long long register inline asm constraint support.Jack Carter2012-07-021-0/+2
* Revert " mips32 long long register inline asm constraint support." asEric Christopher2012-07-021-2/+0
* Revert "IntRange:" as it appears to be breaking self hosting.Eric Christopher2012-07-023-98/+159
* All glory to address sanitizer. ;]Chandler Carruth2012-07-021-2/+8