aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-10-04In my recent change to avoid use of underaligned memory I didn't notice thatDuncan Sands
2012-10-04The alignment of an sret parameter is known: it must be at least theDuncan Sands
2012-10-04Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...Benjamin Kramer
2012-10-04Fix PR13969, a mini-phase-ordering issue with the new SROA pass.Chandler Carruth
2012-10-04The memcpy optimizer was happily doing call slot forwarding when the new memoryDuncan Sands
2012-10-04Teach the integer-promotion rewrite strategy to be endianness aware.Chandler Carruth
2012-10-04Use method to query if there are attributes.Bill Wendling
2012-10-04Add method to query for NoCapture attribute.Bill Wendling
2012-10-04Use method to query for NoAlias attribute.Bill Wendling
2012-10-04Use method to query for attributes.Bill Wendling
2012-10-04Add method to query for 'NoAlias' attribute on call/invoke instructions.Bill Wendling
2012-10-04Use method to query for attributes.Bill Wendling
2012-10-04Query for attributes via the correct method call.Bill Wendling
2012-10-04Use new accessor methods to query for attributes.Bill Wendling
2012-10-04[tsan] add 3 internal flags for fine-grain control of what is instrumented an...Kostya Serebryany
2012-10-04Remove template from function that is only used with one type after r165092.Craig Topper
2012-10-04Fix reg mask slot test, and preserve LiveIntervals and VirtRegMap in the PBQPLang Hames
2012-10-04Implement methods that enable expansion of load immediate Jack Carter
2012-10-04This patch is a partial implementation of mips .set assembler directive. Dire...Jack Carter
2012-10-04tblgen: Whitespace and 80-col cleanup.Sean Silva
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