summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Codegen pass definition cleanup. No functionality.Andrew Trick2012-02-08
* Move pass configuration out of pass constructors: MachineLICM.Andrew Trick2012-02-08
* Move pass configuration out of pass constructors: StackSlotColoring.Andrew Trick2012-02-08
* Move pass configuration out of pass constructors: PostRAScheduler.Andrew Trick2012-02-08
* Move pass configuration out of pass constructors: BranchFolderPassAndrew Trick2012-02-08
* Added TargetPassConfig::setOptAndrew Trick2012-02-08
* Added Pass::createPass(ID) to handle pass configuration by IDAndrew Trick2012-02-08
* Move pass configuration out of pass constructors: TailDuplicate::PreRegAllocAndrew Trick2012-02-08
* Keep track of register masks in LiveIntervalAnalysis.Jakob Stoklund Olesen2012-02-08
* Value initialize MCRegisterClasses. Not sure how could miss this during the M...Benjamin Kramer2012-02-08
* Remove GCC builtins for vpermilp* intrinsics as clang no longer needs them. C...Craig Topper2012-02-08
* Added MachineInstr::isBundled() to check if an instruction is part of a bundle.Andrew Trick2012-02-08
* whitespaceAndrew Trick2012-02-08
* Don't use static CTORs for the Attributes constants, while still keeping the ...Kostya Serebryany2012-02-08
* Add support for a temporary forward decl type. We want this so weEric Christopher2012-02-08
* Remove tabs.Devang Patel2012-02-08
* Correct use of const in ParseCommandLineOptionsDavid Blaikie2012-02-07
* Bitcode/BitstreamReader.h: Tweak for big endian hosts.NAKAMURA Takumi2012-02-07
* Fix comment-rulers.Nick Lewycky2012-02-06
* Remove some unused functions.Jakob Stoklund Olesen2012-02-06
* System headers after llvm headers.Nick Lewycky2012-02-06
* Enable streaming of bitcodeDerek Schuff2012-02-06
* Remove some dead code and tidy things up now that vectors use ConstantDataVectorChris Lattner2012-02-06
* [unwind removal] Remove a the obsolete 'unwind' enum value.Bill Wendling2012-02-06
* [unwind removal] Remove all of the code for the dead 'unwind' instruction. ThereBill Wendling2012-02-06
* Introduce helpers to compute the 32-bit varaints and 64-bit variants ofChandler Carruth2012-02-06
* DebugInfo: Provide a new hook to encode relationship between a property and a...Devang Patel2012-02-06
* Move some llvm_unreachable's from r149849 out of switch statements to satisfy...Craig Topper2012-02-06
* SmallVector's construct_range is the same thing as std::uninitialized_fill, n...Benjamin Kramer2012-02-05
* Simplify code. No functionality change.Benjamin Kramer2012-02-05
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Efficient Constant Uniquing.Talin2012-02-05
* Begin fleshing out more convenience predicates in llvm::Triple andChandler Carruth2012-02-05
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-05
* Remove most of the intrinsics for XOP VPCMOV instruction. They all aliased to...Craig Topper2012-02-05
* Drop the REDEF_BY_EC VNInfo flag.Jakob Stoklund Olesen2012-02-04
* Don't store COPY pointers in VNInfo.Jakob Stoklund Olesen2012-02-04
* TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick2012-02-04
* Make TargetPassConfig an ImmutablePass so CodeGenPasses can query optionsAndrew Trick2012-02-04
* Update llvm debug version to support new structure and tag for Objective-C pr...Devang Patel2012-02-04
* Introduce DIObjCProperty. This will be used to encode objective-c property.Devang Patel2012-02-04
* Drop ZeroIndex and InvalidIndex.Jakob Stoklund Olesen2012-02-04
* Add new tag and an attribute to support debug info for objective-c property.Devang Patel2012-02-03
* Delete some dead code.Jakob Stoklund Olesen2012-02-03
* Handle register mask operands in setPhysRegsDeadExcept().Jakob Stoklund Olesen2012-02-03
* ArrayRef'ize MI::setPhysRegsDeadExcept().Jakob Stoklund Olesen2012-02-03
* Initialize all common codegen passes before configuration so we can use their...Andrew Trick2012-02-03
* Added TargetPassConfig. The first little step toward configuring codegen passes.Andrew Trick2012-02-03
* whitespaceAndrew Trick2012-02-03
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-03