aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-10-09Use appropriate method calls to get the alignment value.Bill Wendling
2012-10-09Whitespace.Chad Rosier
2012-10-09Inline the checks for mutually exclusive attributes since they're used in onl...Bill Wendling
2012-10-09Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplifiedRafael Espindola
2012-10-09Move the 'FunctionOnly' attributes thingy inside of the Attributes class.Bill Wendling
2012-10-09tblgen: Remove pointless method call.Sean Silva
2012-10-09Update EarlyCSE's SimpleValues to use Hashing.h for their hashes. Expanded th...Michael Ilseman
2012-10-09Improvements to MIPS64 assembler:David Chisnall
2012-10-09Add in the first step of the multiple pointer support. This adds in support t...Micah Villmow
2012-10-09Fixup for r165490: Use DenseMap instead of std::map. Simplify the loop in Col...Alexey Samsonov
2012-10-09Move the 'ParameterOnly' variable inside of the Attributes class and make it ...Bill Wendling
2012-10-09Remove the now dead VarArgsIncompatible variable.Bill Wendling
2012-10-09Use the enum value of the attributes when removing them from the attributes b...Bill Wendling
2012-10-09Use the enum value of the attributes when adding them to the attributes builder.Bill Wendling
2012-10-09Fix PR14016.Alexey Samsonov
2012-10-09Create enums for the different attributes.Bill Wendling
2012-10-09Remove some dead methods.Bill Wendling
2012-10-09Separate AVXCC and SSECC printing for cmpps/pd/ss/sd and add masking before t...Craig Topper
2012-10-09In parseMSRMaskOperand, add an explicit check for the operand being an identi...Craig Topper
2012-10-09Remove some dead code from ARMAsmPrinter. Add virtual and LLVM_OVERRIDE to th...Craig Topper
2012-10-09Remove some unused code in the X86AsmPrinter. Add LLVM_OVERRIDE and virtual k...Craig Topper
2012-10-09Fix PR14034, an infloop / heap corruption / crash bug in the new SROA.Chandler Carruth
2012-10-09Fix. Apply the no capture attribute to the correct parameter.Bill Wendling
2012-10-09Convert to using the Attributes::Builder class to create attributes.Bill Wendling
2012-10-09Use an iterator and proper query method instead of the 'hasAttrSomewhere' met...Bill Wendling
2012-10-09Remove more uses of the attribute enums by supplying appropriate query method...Bill Wendling
2012-10-09Convert to using the Attributes::Builder interface.Bill Wendling
2012-10-08Fix up comment to be more clear.Eric Christopher
2012-10-08Use the Attributes::Builder to build the attributes in the parser.Bill Wendling
2012-10-08Refactor the AddrMode class out of TLI to its own header file.Nadav Rotem
2012-10-08Convert the LLVM parser over to using the new Attributes::Builder to build itsBill Wendling
2012-10-08Give CaptureTracker::shouldExplore a base implementation. Most users want to doNick Lewycky
2012-10-08Don't crash on extra evil irreducible control flow.Jakob Stoklund Olesen
2012-10-08Begin the transition to using the AttributesImpl object for the Attributes ivar.Bill Wendling
2012-10-08Add names for the accelerator table sections so that they canEric Christopher
2012-10-08Fixup comment.Eric Christopher
2012-10-08Fixup comments.Eric Christopher
2012-10-08PR12716: PPC crashes on vector compareAdhemerval Zanella
2012-10-08misched: remove the unused getSpecialAddressLatency hook.Andrew Trick
2012-10-08misched: remove forceUnitLatencies. Defaults are handled by the default Sched...Andrew Trick
2012-10-08misched: avoid scheduling an instruction twice.Andrew Trick
2012-10-08PowerPC: Fix object creation with PPC::MTCRF8 instructionAdhemerval Zanella
2012-10-08Add floating-point to and from integer conversionAdhemerval Zanella
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-07Remove unused MachineInstr constructors that don't take a DebugLoc argument.Craig Topper
2012-10-07Fix indentation. Remove 'else' after return. No functional change.Craig Topper
2012-10-07X86: fcmov doesn't handle all possible EFLAGS, fall back to a branch for the ...Benjamin Kramer
2012-10-07Move more methods out-of-line. This is in preparation for changing the internalBill Wendling
2012-10-07Make sure always-inline functions get inlined. <rdar://problem/12423986>Bob Wilson
2012-10-06Adding support for instructions mfc0, mfc2, mtc0, mtc2Jack Carter