Intel syntax. Adjust special code, used to recognize cmp<comparison code>{ss,sd,ps...
[oota-llvm.git] / include /
2012-01-30 Chris LattnerVarious improvements suggested by Duncan
2012-01-30 Craig TopperAdd GCCBuiltin declarations for cmpsd/cmpss/cmppd/cmpps...
2012-01-30 TalinDenseMap::find_as() and unit tests.
2012-01-30 Chris Lattnerinitialize the Next field to null
2012-01-30 Chris LattnerAdd bitcode reader and writer support for ConstantDataA...
2012-01-29 Chandler CarruthCleanup the organization of some methods in llvm::Tripl...
2012-01-29 Douglas GregorMove Clang's file-level locking facility over to LLVM...
2012-01-29 Jakob Stoklund OlesenFix some scavenger performance issues.
2012-01-29 Jakob Stoklund OlesenAdd a BitVector::reset(BitVector&) method.
2012-01-27 Rafael EspindolaAdd r149110 back with a fix for when the vector and...
2012-01-27 Lang HamesAdd a "moveInstr" method to LiveIntervals. This can...
2012-01-27 Jim GrosbachFix typo.
2012-01-27 Jim GrosbachBetter diagnostic for malformed .org assembly directive.
2012-01-26 Jim GrosbachAdd simple support for keeping MCFixup source information.
2012-01-26 Jim GrosbachAdd SourceMgr to MCContext for backend diagnostics.
2012-01-26 Chris Lattnerprogress making the world safe to ConstantDataVector...
2012-01-26 Chris Lattnertidy up forward declarations.
2012-01-26 Jakob Stoklund OlesenClear kill flags before propagating a copy.
2012-01-26 James MolloyAdd support for the R_ARM_TARGET1 relocation, which...
2012-01-26 Chris Lattnereliminate the Constant::getVectorElements method. ...
2012-01-26 Chris LattnerAdd a ConstantDataVector::getSplatValue() method, for...
2012-01-26 Chris Lattneradd StructType helpers too.
2012-01-26 Chris LattnerOk, break down and add some cast<>'ing helper methods...
2012-01-25 Chris Lattneradd some helper methods to ShuffleVectorInst and enhanc...
2012-01-25 Anton KorobeynikovProperly emit ctors / dtors with priorities into desire...
2012-01-25 Chandler CarruthRevert a tiny bit of r148553 which extended LLVM's...
2012-01-25 Evan ChengUpdate hasProperty comment.
2012-01-25 Chris Lattnerconstify some methods and add a new Constant::getAggreg...
2012-01-25 Chris Lattnerreapply r148901 with a crucial fix.
2012-01-25 Craig TopperRemove AVX 256-bit unaligned load intrinsics. 128-bit...
2012-01-25 Argyrios KyrtzidisRevert r148901 because it crashes llvm tests.
2012-01-25 Chris LattnerIntroduce a new ConstantVector::getSplat constructor...
2012-01-25 Chris LattnerRemove the Type::getNumElements() method, which is...
2012-01-24 TalinAdditional methods for SmallString.
2012-01-24 Jakob Stoklund OlesenAdd an (interleave A, B, ...) SetTheory operator.
2012-01-24 David BlaikieReword comment based on feedback by Duncan Sands.
2012-01-24 Chris LattnerRearrange argument order of ::get methods so that LLVMC...
2012-01-24 Chris Lattneradd more support for ConstantDataSequential
2012-01-24 Chris LattnerAdd AsmPrinter (aka MCLowering) support for ConstantDat...
2012-01-24 Chris LattnerAdd various "string" methods to ConstantDataSequential...
2012-01-24 Chris Lattneradd ::drop_back() and ::drop_front() methods, which...
2012-01-24 Chris Lattnerteach valuetracking about ConstantDataSequential
2012-01-24 Chris LattnerSplit the interesting bits of ConstantFoldLoadThroughGE...
2012-01-24 Chris LattnerAdd some accessor methods to CAZ and UndefValue that...
2012-01-24 Chris Lattnerimplement the ConstantDataSequential accessor methods.
2012-01-24 Chandler CarruthRevert r148686 (and r148694, a fix to it) due to a...
2012-01-23 David BlaikieChanging bitfield enums to unsigned ints.
2012-01-23 Chris Lattnerstart the implementation of a new ConstantDataVector...
2012-01-23 Bill WendlingRemove extraneous ';'s.
2012-01-23 David BlaikieSimplify llvm::cl::Option by using a bit field instead...
2012-01-23 Rafael EspindolaAdd support for .cfi_signal_frame. Fixes pr11762.
2012-01-23 Chris LattnerVarious public StringMap methods take or return "MapEnt...
2012-01-23 Chris Lattnerrevert r148688 too, this isn't safe for DenseMap use...
2012-01-23 Chris Lattnerallow OwningPtr to be copy constructed if null, which...
2012-01-23 Evgeniy StepanovAn option to selectively enable parts of ARM EHABI...
2012-01-23 Rafael EspindolaThe iteration order over a std::set<Module*> depends...
2012-01-22 Eli BenderskyRemove trailing spaces
2012-01-22 Eli BenderskyBasic runtime dynamic loading capabilities added to...
2012-01-21 Jakob Stoklund OlesenHandle register masks in LiveVariables.
2012-01-20 Jakob Stoklund OlesenDelete an unused member variable.
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-20 Benjamin KramerDon't use my favorite C++11 feature (comma at end of...
2012-01-20 Kostya SerebryanyExtend Attributes to 64 bits
2012-01-20 Benjamin KramerProtect SmallVectorImpl's constructor and a few other...
2012-01-20 Andrew TrickSCEVExpander fixes. Affects LSR and indvars.
2012-01-19 Owen AndersonAdd a new form of MCOperand, for representing sub-instr...
2012-01-19 Evan ChengMore bundle related API additions.
2012-01-19 Chris LattnerIntroduce a new MutableArrayRef class, which refers...
2012-01-19 Evan ChengEnhance finalizeBundle to return end of bundle iterator...
2012-01-19 Lang HamesAdded methods to get the live range immediately before...
2012-01-19 Evan Cheng- Slight change to finalizeBundle() interface. LastMI...
2012-01-19 Nick LewyckyAdd a TargetOption for disabling tail calls.
2012-01-19 Evan ChengRename Finalizebundle to finalizeBundle to conform...
2012-01-18 Jakob Stoklund OlesenAdd a RegisterMaskSDNode class.
2012-01-18 Rafael EspindolaAdd support for the gnueabihf environment. Patch by...
2012-01-18 Nadav RotemDocument the fact that the selection dag changes the...
2012-01-18 Jim GrosbachTidy up. MCAsmBackend naming conventions.
2012-01-18 Jim GrosbachMove some ARM specific MCAssmebler bits into the ARMAsm...
2012-01-18 Jakob Stoklund OlesenAdd a CoveredBySubRegs property to Register descriptions.
2012-01-17 Jakub StaszakRemove unneeded include.
2012-01-17 Jakob Stoklund OlesenAdd TableGen support for callee saved registers.
2012-01-17 Jakub StaszakMove includes to the .cpp file.
2012-01-17 Jakub StaszakTrailing spaces.
2012-01-17 Dan GohmanAdd a new ObjC ARC optimization pass to eliminate unneeded
2012-01-17 Dan GohmanAdd a new PassManagerBuilder customization point,
2012-01-17 Manuel KlimekRemoves template magic to build up containers.
2012-01-17 Andrew TrickRenamed MachineScheduler to ScheduleTopDownLive.
2012-01-17 Andrew TrickMoving options declarations around.
2012-01-17 Chris Lattneradd some missing const qualifiers.
2012-01-17 Jakob Stoklund OlesenAdd portable bit mask operations to BitVector.
2012-01-16 Jim GrosbachExecutionEngine interface to re-map addresses for engin...
2012-01-16 Jakob Stoklund OlesenExtract method for detecting constant unallocatable...
2012-01-16 Jim GrosbachMCJIT support for non-function sections.
2012-01-16 Jakob Stoklund OlesenAdd a new kind of MachineOperand: MO_RegisterMask.
2012-01-15 Benjamin KramerReturn an ArrayRef from ShuffleVectorSDNode::getMask...
2012-01-15 Chandler CarruthRemove SetWorkingDirectory from the Process interface...
2012-01-14 Jakob Stoklund OlesenAdd TRI::getCallPreservedMask() hook.
2012-01-13 Pete CooperFixed comment. Thanks Duncan!
2012-01-13 Andrew TrickAdded the MachineSchedulerPass skeleton.
2012-01-13 Andrew Trickwhitespace
next