aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-10-04Enable -schedmodel, but prefer itineraries until we have more benchmark data.Andrew Trick
2012-10-03Fix PR13967.Jakub Staszak
2012-10-03Clean up tailing whitespacesMichael Liao
2012-10-03[ms-inline asm] Add support in the X86AsmPrinter for printing memory referencesChad Rosier
2012-10-03This patch moves from using a hard coded number (4) Jack Carter
2012-10-03tblgen: Remove last traces of old TableGenMain API.Sean Silva
2012-10-03tblgen: Put new TableGenMain API in place.Sean Silva
2012-10-03Update to use the predicate methods to query if an attribute exists.Bill Wendling
2012-10-03Fix a cycle in the DAG. In this code we replace multiple loads with a single ...Nadav Rotem
2012-10-03Typos.Chad Rosier
2012-10-03Add methods which query for the specific attribute instead of using theBill Wendling
2012-10-03Implement .rel relocation for R_ARM_ABS32 in MCJIT.Tim Northover
2012-10-03This Patch corrects a problem whereby the optimization to use a faster dividePreston Gurd
2012-10-03A DAGCombine optimization for mergeing consecutive stores to memory. The opti...Nadav Rotem
2012-10-03Set up MCSchedModel after detecting the CPU type in X86SubTarget.Preston Gurd
2012-10-03tsan: prepare for migration to new memory_order enum values (ABI compatible)Dmitry Vyukov
2012-10-03Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to no...Silviu Baranga
2012-10-03Fix an issue where we failed to adjust the alignment constraint onChandler Carruth
2012-10-03Try to use a better set of abstractions for computing the alignmentChandler Carruth
2012-10-03Revert 165051-165049 while looking into the foreach.m failure inEric Christopher
2012-10-03Fix doxygen comment to match function name.Craig Topper
2012-10-03Remove unused function that used to get itineraries from SubTargetFeatures. T...Craig Topper
2012-10-03Fix 80-column violationCraig Topper
2012-10-03The early if conversion pass is ready to be used as an opt-in.Jakob Stoklund Olesen
2012-10-03Switch the SetVector::remove_if implementation to use partition whichChandler Carruth
2012-10-02Fix a serious X86 instruction selection bug. InEvan Cheng
2012-10-02Revert "Don't use a debug location for frame setup instructions in the"Eric Christopher
2012-10-02Revert 165057, per Jim's request. This requires further discussion.Chad Rosier
2012-10-02The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b...Jack Carter
2012-10-02Teach the new SROA to handle cases where an alloca that has already beenChandler Carruth
2012-10-02Make sure to put our sret argument into %rax on x86-64. Fixes PR13563!Nick Lewycky
2012-10-02Remove the old coalescer algorithm.Jakob Stoklund Olesen
2012-10-02Handle reserved registers more accurately in handleMove().Jakob Stoklund Olesen
2012-10-02[ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This typeChad Rosier
2012-10-02Make sure the whole live range is covered when values are pruned twice.Jakob Stoklund Olesen
2012-10-0280-col.Eric Christopher
2012-10-02Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor
2012-10-02Don't use a debug location for frame setup instructions in theEric Christopher
2012-10-02Use the existing DebugLoc.Eric Christopher
2012-10-02Make the location a parameter since we may not want the next oneEric Christopher
2012-10-02Remove the SavePoint infrastructure from fast isel, replaceEric Christopher
2012-10-02Improve overflow detection in StringRef::getAsUnsignedInteger().Nick Kledzik
2012-10-02Fix another crasher in SROA, reported by Joel.Chandler Carruth
2012-10-02Support for generating ELF objects on Windows.Andrew Kaylor
2012-10-02Fix a silly coding error on my part. The whole point of the speculatorChandler Carruth
2012-10-02Fix PR13991: legalizing an overflowing multiplication operation is harder thanDuncan Sands
2012-10-02Turn the new SROA pass back on. Let's see if it sticks this time. =]Chandler Carruth
2012-10-01[ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier
2012-10-01MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach
2012-10-01Add in support for SPIR to LLVM core. This adds a new target and two new call...Micah Villmow