aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Freeze the reserved registers as soon as isel is complete.Jakob Stoklund Olesen2012-10-151-3/+28
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-154-143/+110
* Add comments.Bill Wendling2012-10-151-10/+30
* misched: ILP scheduler for experimental heuristics.Andrew Trick2012-10-152-0/+90
* [ms-inline asm] Add a few new APIs to the AsmParser class in support of MS-StyleChad Rosier2012-10-151-0/+20
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-155-17/+46
* PowerPC: add EmitTCEntry class for TOC creationAdhemerval Zanella2012-10-151-0/+5
* [asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. This...Kostya Serebryany2012-10-151-1/+1
* Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling2012-10-152-13/+19
* Use a ::get method to create the attribute from Attributes::AttrVals instead ...Bill Wendling2012-10-151-12/+17
* Supply a default 'operator=' method.Bill Wendling2012-10-151-0/+4
* Move the AttributesImpl header file into the VMCore directory so that it can ...Bill Wendling2012-10-152-55/+1
* Attributes RewriteBill Wendling2012-10-154-27/+27
* Fix a typo that made ImmutableMap::getMaxElement() useless.Benjamin Kramer2012-10-141-1/+1
* Remove dead methods.Bill Wendling2012-10-142-5/+0
* Remove operator cast method in favor of querying with the correct method.Bill Wendling2012-10-141-1/+0
* Remove the bitwise AND operators from the Attributes class. Replace it with t...Bill Wendling2012-10-141-3/+0
* Remove the bitwise assignment OR operator from the Attributes class. Replace ...Bill Wendling2012-10-141-2/+1
* Remove the bitwise OR operator from the Attributes class. Replace it with the...Bill Wendling2012-10-141-1/+1
* Remove the bitwise XOR operator from the Attributes class. Replace it with th...Bill Wendling2012-10-141-1/+0
* Remove the bitwise NOT operator from the Attributes class. Replace it with th...Bill Wendling2012-10-141-3/+9
* Decode the LLVM attributes from bitcode using the attributes builder.Bill Wendling2012-10-141-7/+9
* Use builder to create alignment attributes. Remove dead function.Bill Wendling2012-10-142-17/+10
* Remove dead method.Bill Wendling2012-10-141-12/+3
* Implement new LibCallSimplifier classMeador Inge2012-10-131-0/+43
* [ms-inline asm] Remove the MatchInstruction() function. Previously, this wasChad Rosier2012-10-132-18/+6
* [ms-inline asm] Capitalize per coding standard.Chad Rosier2012-10-121-1/+1
* [ms-inline asm] Use the new API introduced in r165830 in lieu of theChad Rosier2012-10-121-11/+3
* [ms-inline asm] Add a few data members and member functions to theChad Rosier2012-10-121-0/+24
* Correcting enum values mentioned in comments.Andrew Kaylor2012-10-121-2/+2
* Add powerpc-ibm-aix to Triple. Patch by Kai.Duncan Sands2012-10-121-2/+4
* Shuffle the virtual destructor down to the base. This should actually pacifyNick Lewycky2012-10-122-2/+2
* Give this class full of virtual functions a virtual destructor. Classes loveNick Lewycky2012-10-121-1/+3
* Remove unnecessary classof()'sSean Silva2012-10-1137-192/+0
* Casting.h: Automatically handle isa<Base>(Derived).Sean Silva2012-10-111-1/+12
* Remove extra semicolon.Chad Rosier2012-10-111-1/+1
* Revert 165732 for further review.Micah Villmow2012-10-115-46/+17
* Change encoding of instruction operands in bitcode binaries to be relativeJan Wen Voung2012-10-111-1/+1
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-115-17/+46
* llvm/Analysis/Passes.h: Fix copypasto in createDependenceAnalysisPass().NAKAMURA Takumi2012-10-111-3/+3
* dependence analysisSebastian Pop2012-10-114-0/+902
* Add the LLVM context to this c'tor. It will be needed in the future.Bill Wendling2012-10-111-1/+1
* Support a common idiom on how to build an Attributes class with a single attr...Bill Wendling2012-10-111-0/+1
* Change MachineInstrBuilder::addDisp to copy over target flags by default.Evan Cheng2012-10-111-4/+13
* Formatting and 80-col.Eric Christopher2012-10-101-11/+11
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-107-6/+420
* tblgen: Put dyn_cast<> machinery in place for Init hierarchy.Sean Silva2012-10-101-20/+118
* Remove unused argument.Bill Wendling2012-10-101-1/+1
* Issue description:Stepan Dyatkovskiy2012-10-101-2/+11
* Cleanup. Get rid of now dead code.Bill Wendling2012-10-101-34/+5