Minor spelling and typo fixes.
[oota-llvm.git] / include /
2008-04-29 Owen AndersonRename DeadLoopElimination to LoopDeletion, part 2.
2008-04-29 Roman LevensteinUse std::set instead of std::priority_queue for the...
2008-04-29 Owen AndersonAdd dead loop elimination, which removes dead loops...
2008-04-28 Anton KorobeynikovCorrect parameter attributes encoding for C bindings.
2008-04-28 Dale JohannesenDon't try to convert PPC long double.
2008-04-28 Ted KremenekAdd more alignment enums.
2008-04-28 Gordon HenriksenExpose parameter attributes via C bindings.
2008-04-28 Dan GohmanFix the SVOffset values for loads and stores produced by
2008-04-28 Mikhail GlushenkovAdd support for response files to the CommandLine library.
2008-04-28 Chris LattnerRemove the SmallVector ctor that converts from a SmallV...
2008-04-28 Chris Lattnerrestore the copy ctor in SmallVector. This fixes serious
2008-04-28 Chris Lattnergeneralize SmallVector copy ctor, there is no requireme...
2008-04-27 Chris LattnerImplement a signficant optimization for inline asm:
2008-04-27 Chris LattnerMove a bunch of inline asm code out of line.
2008-04-26 Chris LattnerA few inline asm cleanups:
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-04-25 Gordon HenriksenPR2245: Misleading parameter name in llvm-c/Core.h...
2008-04-24 Ted KremenekImplement != for DenseSet iterators.
2008-04-24 Ted KremenekAdded iterator support for DenseSet.
2008-04-24 Evan Cheng- Check if a register is livein before removing it...
2008-04-23 Anton KorobeynikovAdd facility for pre-RA passes
2008-04-23 Anton KorobeynikovMake stack alignment options global for all targets
2008-04-23 Dan GohmanFix some whitespace.
2008-04-23 Chris LattnerEnforce that multiple return values have to have at...
2008-04-22 Nick LewyckyWhoops! Undo r50087, unbreak the build.
2008-04-22 Nick LewyckyReverse r47989. Part of removing 'unwinds to' support.
2008-04-21 Chris LattnerMove SplitBlockPredecessors out of loopsimplify into...
2008-04-20 Chris Lattneradd a handy helper method to instruction, useful for...
2008-04-20 Chris LattnerAdd a new Jump Threading pass, which will handle cases
2008-04-20 Dale JohannesenCheck we aren't trying to convert PPC long double.
2008-04-20 Nicolas GeoffrayCosmetic changes, as suggested by Evan. No functionalit...
2008-04-19 Chris LattnerAllow argpromote to promote struct arguments with a...
2008-04-18 Nicolas GeoffrayEnable jitting with a known memory size.
2008-04-17 Dan GohmanRemove the implicit conversion from SDOperandPtr to...
2008-04-17 Argyrios KyrtzidisBring in uint32_t, uint64_t, and int64_t types for...
2008-04-17 Roman LevensteinMinor clean-up based on Dan's comments.
2008-04-16 Scott MichelWorkaround for PR2207, in which pred_iterator assert...
2008-04-16 Dan GohmanFix a copy+paste error in a comment.
2008-04-16 Nicolas GeoffrayCorrelate stubs with functions in JIT: when emitting...
2008-04-16 Eric ChristopherFix comment.
2008-04-16 Nicolas GeoffrayInfrastructure for getting the machine code size of...
2008-04-16 Bill WendlingAdd "empty()" method to sys::Path and remove unnecessar...
2008-04-16 Roman LevensteinOngoing work on improving the instruction selection...
2008-04-16 Gabor GreifMerge ... r49785 (from branches/ggreif/use-diet): pass...
2008-04-16 Evan ChengRewrite LiveVariable liveness computation. The new...
2008-04-16 Owen AndersonMajor repairs to the post-dominators implementation...
2008-04-16 Chris Lattnerfix off by one error.
2008-04-16 Chris Lattnergive smallstring some methods to do 'itoa'.
2008-04-15 Dale JohannesenMake 64-to-32 bit truncations explicit (prevent warnings).
2008-04-15 Nicolas GeoffrayChange Divided flag to Split, as suggested by Evan
2008-04-15 Evan ChengSort sub-registers and super-registers lists according...
2008-04-15 Dan GohmanTreat EntryToken nodes as "passive" so that they aren...
2008-04-14 Dan GohmanIn -view-sunit-dags, display "special" chain dependenci...
2008-04-14 Dan GohmanTeach AliasSetTracker about VAArgInst.
2008-04-14 Dan GohmanFix const-correctness issues with the SrcValue handling...
2008-04-14 Dale JohannesenReverse sense of unwind-tables option. This means
2008-04-14 Dan GohmanClean up some comments.
2008-04-13 Chris Lattneradd a new CallGraphNode::removeCallEdgeFor method,...
2008-04-13 Chris LattnerAdd support for equality comparison of CallSite's.
2008-04-13 Nicolas GeoffrayAdd a divided flag for the first piece of an argument...
2008-04-13 Duncan SandsMerge LLVMBuilder and FoldingBuilder, calling
2008-04-12 Dan GohmanDrop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which...
2008-04-11 Evan ChengUse of implicit_def is not part of live interval. Creat...
2008-04-11 Chris Lattnerimprovements for IntrusiveRefCntPtr, patch by Mikhail...
2008-04-10 Evan ChengAllow registers defined by implicit_def to be clobbered.
2008-04-10 Dan GohmanFix a typo in a comment.
2008-04-09 Dan GohmanMake isVectorClearMaskLegal's operand list const.
2008-04-09 Dan GohmanFix some minor errors in comments.
2008-04-09 Dan GohmanAdd const qualifiers.
2008-04-09 Dan GohmanUpdate comments to use 2.0 syntax type names.
2008-04-09 Chris LattnerConstantFP::get should be static.
2008-04-09 Owen AndersonFactor a bunch of functionality related to memcpy and...
2008-04-09 Evan ChengUnbreak teh build.
2008-04-09 Chris Lattneradd a version of ConstantFP::get that doesn't take...
2008-04-09 Chris Lattnermake ConstantFP::isExactlyValue work for long double...
2008-04-08 Devang PatelAdd CreateGetResult()
2008-04-08 Devang PatelAdd multiple value return instruction constructor.
2008-04-08 Duncan SandsConvenience method for setting the nounwind
2008-04-08 Dale JohannesenImplement new llc flag -disable-required-unwind-tables.
2008-04-07 Ted KremenekMake getDirnameSep a static method (not part of Path...
2008-04-07 Ted KremenekAdded method Path::getDirname().
2008-04-07 Sam BishopAdded support for Create() calls that take an argument...
2008-04-07 Dan GohmanRename MemOperand to MachineMemOperand. This was sugges...
2008-04-07 Owen AndersonAdd operator= implementations to SparseBitVector, allow...
2008-04-07 Roman LevensteinRe-commit of the r48822, where the infinite looping...
2008-04-07 Owen AndersonMake GVN more memory efficient, particularly on code...
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-04-05 Evan ChengForgot this.
2008-04-04 Duncan SandsIf a value is cast to its own type, then the cast
2008-04-04 Chris LattnerMake ExecutionEngine::updateGlobalMapping return the...
2008-04-03 Ted KremenekAdd member template version of SerializeTrait<T>::Creat...
2008-04-03 Evan ChengSpecial handling of zero-sized live intervals.
2008-04-03 Evan Cheng- Treat a live range defined by an implicit_def as...
2008-04-03 Evan ChengStart of a series of patches related to implicit_def.
2008-04-03 Evan ChengBacking out 48222 temporarily.
2008-04-02 David GreeneIterators folloring a SmallVector erased element are...
2008-04-02 Evan ChengNow that I am told MachineRegisterInfo also tracks...
2008-04-02 Evan ChengRemove #include<map> from LiveVariables.h. Not referenced.
2008-04-02 Torok EdwinAdd new file Support/DataFlow.h.
2008-04-02 Anton KorobeynikovAdd new CC lowering rule: provide a list of registers...
next