aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Work around a really frustrating apparant CMake bug.Chandler Carruth2012-07-021-2/+4
* Fix -Wstring-conversion warning.David Blaikie2012-07-021-2/+1
* Revert r159528 which taught lit's builtin shell test runner about theChandler Carruth2012-07-021-15/+4
* Switch from using a lit.cfg-generator variable that happens to be foundChandler Carruth2012-07-021-1/+1
* Pass the correct ELFOSABI enumeration to the MipsELFObjectWriter constructorJack Carter2012-07-022-1/+5
* Extend TargetPassConfig to allow running only a subset of the normal passes.Bob Wilson2012-07-029-23/+118
* Move assertion with TargetPassConfig's Initialized flag.Bob Wilson2012-07-021-2/+2
* Consistently use AnalysisID types in TargetPassConfig.Bob Wilson2012-07-025-75/+71
* Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson2012-07-0214-100/+113
* Add a missing forward declaration of PassManagerBase.Bob Wilson2012-07-021-0/+1
* Need a space.Evan Cheng2012-07-021-1/+1
* Revert accidental checkin.Andrew Trick2012-07-021-3/+2
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-02124-312/+312
* GlobalOpt forgot to handle bitcast when analyzing globals. Found by inspection.Duncan Sands2012-07-022-1/+5
* Added assertion in getVRegDef of MachineRegisterInfo to make sure the virtualManman Ren2012-07-022-5/+8
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02215-265/+265