Add a 'normalize' method to the Triple class, which takes a mucked up
[oota-llvm.git] / include /
2010-08-12 Duncan SandsAdd a 'normalize' method to the Triple class, which...
2010-08-12 Daniel DunbarMC/AsmParser: Push the burdon of emitting diagnostics...
2010-08-12 Daniel Dunbartblgen/AsmMatcher: Always emit the match function as...
2010-08-11 Daniel Dunbarconfigure: Add detection of the linker version string.
2010-08-11 Nick LewyckyClean up ConstantRange a bit:
2010-08-11 Dan GohmanMake LoopPass::getContainedPass return a LoopPass*...
2010-08-11 Dan GohmanRemove BasicBlockPass::runOnFunction, which was unused.
2010-08-11 Bruno Cardoso LopesRemove rsqrt/sqrt_nr intrinsics since there are no...
2010-08-11 Dan GohmanDelete FunctionPass::run, which is unused.
2010-08-11 Dan GohmanDelete FunctionPass::runOnModule, which is unused.
2010-08-11 Dan GohmanDon't use unsigned char for alignments in TargetData...
2010-08-11 Jakob Stoklund OlesenFix a FIXME. The SlotIndex::Slot enum should be private.
2010-08-11 Daniel Dunbarllvm-mc: Add -show-inst-operands, for dumping the parse...
2010-08-11 Daniel DunbarMCAsmParser: Add dump() hook to MCParsedAsmOperand.
2010-08-11 Bruno Cardoso LopesRemove AVX 256-bit cast intrinsics now that clang is...
2010-08-11 Bruno Cardoso LopesRemove AVX 256-bit unpack and interleave intrinsics...
2010-08-11 Bruno Cardoso LopesRemove AVX 256-bit shuffle intrinsics now that clang...
2010-08-11 Rafael EspindolaMake it possible to set the cpu used for codegen.
2010-08-10 Oscar FuentesAvoid multiple definition warnings when both config...
2010-08-10 Dan GohmanRename and reorder the arguments to isImpliedCond,...
2010-08-10 Devang PatelAdd missing argument. CreateCompositeTypeEx() users...
2010-08-10 Rafael EspindolaMake it possible to set the flags passed to the assembler.
2010-08-10 Jakob Stoklund OlesenImplement register class inflation.
2010-08-10 Jakob Stoklund OlesenRecalculate the spill weight and allocation hint for...
2010-08-10 Mikhail GlushenkovTrailing whitespace.
2010-08-10 Bruno Cardoso LopesRemove replicate intrinsics, clang will generate shuffl...
2010-08-10 Bruno Cardoso LopesUse i32 instead of i8 for dot product intrinsic
2010-08-10 Jakob Stoklund OlesenTranspose the calculation of spill weights such that...
2010-08-10 Bruno Cardoso LopesFix the last argument type of AVX vblend intrinsics
2010-08-09 Bill WendlingMerge the OptimizeExts and OptimizeCmps passes into...
2010-08-09 Kevin EnderbyNext bit of support for the dwarf .file directive....
2010-08-09 Devang PatelRefactor.
2010-08-09 Rafael EspindolaMake it possible to set the target triple and expose...
2010-08-09 Duncan SandsRemove the ValueMap operator=, which was wrong (it...
2010-08-09 Zhongxing XuChange the Interval type to signed in ImmutableInterval...
2010-08-08 Benjamin KramerRemove unused variable.
2010-08-08 Duncan SandsRemove the ValueMap copy constructor. It's not used...
2010-08-08 Eric ChristopherAdd a bit of a hack to avoid multiple defines of variab...
2010-08-08 Bill WendlingUse the "isCompare" machine instruction attribute inste...
2010-08-08 Oscar FuentesCMake: set configure macro LLVM_PREFIX
2010-08-08 Oscar FuentesCMake: configure header llvm-config.h
2010-08-08 Eric ChristopherFix PR7809 by creating a header for just llvm variables...
2010-08-08 Bill WendlingAdd back in r109901, which adds a Compare flag to the...
2010-08-07 Benjamin KramerRoll back my last two commits, valgrind complains.
2010-08-07 Benjamin KramerA reference to the Timer's name is safe, it outlives...
2010-08-07 Benjamin KramerShrink PassNameParser's binary size with array_pod_sort.
2010-08-07 Owen AndersonRemove layering violation.
2010-08-07 Owen AndersonAdd an inverse() method to ConstantRange.
2010-08-07 Nick LewyckyFix typo.
2010-08-07 Dan GohmanRemove assignPassManager's default arguments. It's...
2010-08-07 Dan GohmanMore #include cleanups.
2010-08-07 Dan GohmanDelete this explicit assignment operator; it's equivale...
2010-08-07 Dan GohmanTidy up PMStack. Add a bunch of consts, use std::vector...
2010-08-07 Dan GohmanTidy some #includes and forward-declarations, and move...
2010-08-07 Owen AndersonAdd a convenience constructor.
2010-08-07 Dan GohmanMake AnalysisImpls private.
2010-08-07 Owen AndersonAdd a predicate to determine if a call is an inline...
2010-08-06 Rafael EspindolaSome cleanup. Use a class (OptionInfo) instead of a...
2010-08-06 Bruno Cardoso LopesPatterns to match AVX 256-bit vzero intrinsics
2010-08-06 Dan GohmanEliminate PromoteMemoryToRegisterID; just use addPreser...
2010-08-06 Jim Grosbachtidy up
2010-08-06 Daniel DunbarMC: Add default value for AddrSpace argument to EmitValue.
2010-08-06 Jakob Stoklund OlesenAdd LiveInterval::RenumberValues - Garbage collection...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Dan GohmanImplement a proper getModRefInfo for va_arg.
2010-08-06 Jim Grosbachspelling
2010-08-06 Rafael EspindolaFix eabi calling convention when a 64 bit value shadows r3.
2010-08-06 Dan GohmanAdd a comment.
2010-08-06 Bill WendlingRevert r109901. The implementation of <rdar://problem...
2010-08-06 Bill WendlingAdd the Optimize Compares pass (disabled by default).
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-06 Bruno Cardoso LopesRemove unused AVX intrinsics
2010-08-05 Dan GohmanMake AA private, since subclasses shouldn't (aren't...
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-05 Dan GohmanRemove IntrWriteMem, as it's the default. Rename IntrWr...
2010-08-05 Eric ChristopherRevert my last commit, apparently it's a runtime issue.
2010-08-05 Eric ChristopherRemove unnecessary include.
2010-08-05 Gabor Greifremove the private hack from CallInst, it was not suppo...
2010-08-05 Owen AndersonGive ConstantRange an operator=
2010-08-05 Jakob Stoklund OlesenRemove double-def checking from MachineVerifier, so...
2010-08-04 Dan GohmanDelete obsolete comments.
2010-08-04 Torok EdwinAdd a missing function.
2010-08-04 Torok EdwinFix build of DataFlow.h
2010-08-04 Dan GohmanDon't construct a std::string with a literal "".
2010-08-04 Dan GohmanDon't print the filename twice in file-not-found errors.
2010-08-04 Bruno Cardoso LopesFix a comment typo and add more 256-bit intrinsics
2010-08-03 Dan GohmanRemove PointerAccessInfo, which nothing was using.
2010-08-03 Dan GohmanThread const correctness through a bunch of AliasAnalys...
2010-08-03 Nate BegemanAdd support for getting & setting the FPSCR application...
2010-08-03 Peter CollingbourneAdd an atomic lowering pass
2010-08-03 Daniel Dunbarbuild: Add LLVM_NATIVE_ARCHNAME, which has the sensible...
2010-08-03 Bruno Cardoso LopesSupport x86 AVX 256-bit instruction intrinsics. Right...
2010-08-03 Dan GohmanUpdate some comments.
2010-08-03 Dan GohmanIntroduce a symbolic constant for ~0u for use with...
2010-08-03 Dan GohmanAdd a convenient form of AliasAnalysis::alias for the...
2010-08-02 Dan GohmanMake SCEVUnknown a CallbackVH, so that it can be notifi...
2010-08-02 Dan GohmanSketch up a preliminary Type-Based Alias Analysis imple...
2010-08-02 Devang PatelAdd explicit constructors. Patch by Renato Golin.
2010-08-01 Daniel DunbarTargets: Add InitializeNativeTargetAsmPrinter(), patch...
2010-07-31 Gabor Greifdoxygenize argument accessors
next