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