Use std::vector rather than SmallVector here because SmallVector
[oota-llvm.git] / include /
2010-07-08 Duncan SandsUse std::vector rather than SmallVector here because...
2010-07-08 Duncan SandsDo not use std::stack because it causes obscure failure...
2010-07-08 Jakob Stoklund OlesenAdd TargetInstrInfo::copyPhysReg hook and use it from...
2010-07-08 Dan GohmanRevert 107840 107839 107813 107804 107800 107797 107791.
2010-07-08 Jim GrosbachWhen processing frame index virtual registers, consider...
2010-07-07 Evan ChengMove getExtLoad() and (some) getLoad() DebugLoc argumen...
2010-07-07 Dan GohmanImplement bottom-up fast-isel. This has the advantage...
2010-07-07 Dan GohmanAdd X86FastISel support for return statements. This...
2010-07-07 Dan GohmanGive FunctionLoweringInfo an MBB member, avoiding the...
2010-07-07 Dan GohmanSimplify FastISel's constructor by giving it a Function...
2010-07-07 Dan GohmanMove FunctionLoweringInfo.h out into include/llvm/CodeG...
2010-07-07 Dan GohmanSplit the SDValue out of OutputArg so that SelectionDAG...
2010-07-07 Chris Lattneradd some triple for minix, patch by Kees van Reeuwijk...
2010-07-07 Dan GohmanMove ArgFlagsTy, OutputArg, and InputArg out of Selecti...
2010-07-07 Dan GohmanMove CallingConvLower.cpp out of the SelectionDAG direc...
2010-07-07 Dan GohmanAdd a getFirstNonPHI utility function.
2010-07-07 Dan GohmanRemove interprocedural-basic-aa and associated code...
2010-07-07 Gabor Greifconditionalize on CallInst::ArgOffset
2010-07-07 Gabor Greifminor cosmetic changes that happened to sit in my tree
2010-07-06 Dan GohmanCanLowerReturn doesn't need a SelectionDAG; it just...
2010-07-06 Devang PatelPropagate debug loc.
2010-07-06 Jakob Stoklund OlesenBe more forgiving when calculating alias interference...
2010-07-06 Dan GohmanReapply r107655 with fixes; insert the pseudo instructi...
2010-07-06 Matt FlemingAdd X86_64 ELF relocation values and ELF64 relocation...
2010-07-06 Matt FlemingAdd some more ELF OSABI values as found in the System...
2010-07-06 John McCallProvide IRBuilder conveniences for creating integer...
2010-07-06 John McCallProvide an abstraction to save and restore the current...
2010-07-06 Dan GohmanRevert r107655.
2010-07-06 Gabor Greifsecond round of low-level interface squeeze-out:
2010-07-06 Dan GohmanAdd versions of OutputArgReg, AnalyzeReturn, and Analyz...
2010-07-06 Dan GohmanAdd a new CCValAssign LocInfo value, and a comment...
2010-07-06 Dan GohmanMake getMinimalPhysRegClass' comment mention what makes...
2010-07-06 Dan GohmanFix a bunch of custom-inserter functions to handle...
2010-07-06 Eric ChristopherFix up -fstack-protector on linux to use the segment
2010-07-06 Nick LewyckyAdd default value to setIsNoInline for parity with...
2010-07-06 Nick LewyckyFix typo 'getter' where 'setter' was intended.
2010-07-04 Gabor Greifback out r107580, I have seen what I wanted
2010-07-04 Gabor Greif[another test commit, just to tickle the selfhost build...
2010-07-03 Evan ChengRemove isSS argument from CreateFixedObject. Fixed...
2010-07-03 Jakob Stoklund OlesenDetect and handle COPY in many places.
2010-07-02 Dan GohmanDocument that BasicAA respects noalias, while Interproc...
2010-07-02 Jakob Stoklund OlesenAdd a new target independent COPY instruction and code...
2010-07-02 Jakob Stoklund OlesenClean up TargetOpcodes.h a bit, and limit the number...
2010-07-02 Dan GohmanRemove an unused enum.
2010-07-02 Dale JohannesenPropagate the AlignStack bit in InlineAsm's to the
2010-07-02 Jakob Stoklund OlesenHandle unindexed instructions in SlotIndices.
2010-07-02 Jakob Stoklund OlesenRematerialize as much as possible before inserting...
2010-07-02 Gabor Greifback out r107480, it was just testing the waters anyway...
2010-07-02 Gabor Greif[test commit, just to tickle the selfhost buildbots...
2010-07-02 Dan GohmanComment a non-obvious member variable.
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-07-01 Gabor Greifevil hack to coerce external users (projects)
2010-07-01 Daniel DunbarMC: Fix some stray hunks I didn't intend to commit.
2010-07-01 Daniel DunbarMC: Pass the target instance to the AsmParser constructor.
2010-07-01 Daniel DunbarRemove stray comma.
2010-07-01 Daniel DunbarMC: Move COFF enumeration constants to llvm/Support...
2010-07-01 Devang PatelDebugging infomration is encoded in llvm IR using metad...
2010-07-01 Gabor Greifback out r107396 for now, it needs another minor change...
2010-07-01 Gabor Greifevil hack to coerce external users (projects)
2010-07-01 Gabor Greifreformulate CallSiteBase::getCallee to adapt to CallIns...
2010-07-01 Dan GohmanTeach fast-isel to avoid loading a value from memory...
2010-07-01 Mikhail GlushenkovTrailing whitespace.
2010-06-30 Duncan SandsRename NextPowerOfTwo to RoundUpToPowerOfTwo.
2010-06-30 Duncan SandsClarify that the NextPowerOfTwo template is idempotent.
2010-06-30 Duncan SandsRather than giving SmallPtrSetImpl a member field Small...
2010-06-29 Jakob Stoklund OlesenBegin implementation of an inline spiller.
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-06-29 Duncan SandsFix a buffer overflow noticed by gcc-4.6: zero is writt...
2010-06-29 Duncan SandsNextPowerOfTwo was already used to ensure that SmallSiz...
2010-06-29 Chris Lattnergive PATypeHolder an explicit copy ctor which initializ...
2010-06-29 Gabor Greifminor cosmetics
2010-06-29 Gabor Greifuse ArgOffset constant to prepare for operand rotation
2010-06-29 Gabor Greifuse ArgOperand API
2010-06-29 Rafael EspindolaAdd a VT argument to getMinimalPhysRegClass and replace...
2010-06-29 Dan GohmanAdd an Intraprocedural form of BasicAliasAnalysis,...
2010-06-28 Kevin EnderbyAdded the darwin .secure_log_unique and .secure_log_res...
2010-06-28 Eric ChristopherPull in the libCrashReporterClient.a information with...
2010-06-28 Dan GohmanGeneralize AAEval so that it can be used both per-funct...
2010-06-28 Gabor Greifextend ArgOperand interface: setArgOperand
2010-06-26 Chris Lattneradd some named accessors for StoreInst
2010-06-26 Chris Lattnerfit in 80 cols
2010-06-26 Rafael EspindolaWhen splitting a VAARG, remember its alignment.
2010-06-26 Benjamin KramerVNInfos don't need to be destructed anymore.
2010-06-25 Jakob Stoklund OlesenDon't track kills in VNInfo. Use interval ends instead.
2010-06-25 Evan ChengChange if-conversion block size limit checks to add...
2010-06-25 Dale JohannesenThe hasMemory argument is irrelevant to how the argument
2010-06-25 Jim Grosbach80-column and trailing whitespace cleanup
2010-06-25 Benjamin KramerTweak MemoryBuffer to allocate the class itself, the...
2010-06-24 Oscar FuentesDataTypes.h.cmake (MSVC): Protect some #define's and...
2010-06-24 Jakob Stoklund OlesenRemove the now unused LiveIntervals::getVNInfoSourceReg().
2010-06-24 Eric ChristopherSilence some unused variable warnings.
2010-06-24 Jakob Stoklund OlesenRemove the -fast-spill option.
2010-06-24 Jakob Stoklund OlesenReplace a big gob of old coalescer logic with the new...
2010-06-24 Bob WilsonEdit and clarify comments for TargetInstrInfo methods:
2010-06-24 Dan GohmanAdd a comment about a thread safety issue in Statistic.h.
2010-06-24 Dan GohmanAdd overloads for getFile and getFileOrSTDIN which...
2010-06-24 Jakob Stoklund OlesenBe more strict about subreg-to-subreg copies in Coalesc...
2010-06-24 Dan GohmanReapply r106634, now that the bug it exposed is fixed.
2010-06-24 Jakob Stoklund OlesenRevert "Replace a big gob of old coalescer logic with...
next