oota-llvm.git
2008-10-16 Dan GohmanMove the include of MachineLocation.h into MachineModul...
2008-10-16 Dan GohmanImplement a SmallVector insert method that can insert...
2008-10-16 Dan GohmanFix several places that called mapped_iterator's constr...
2008-10-16 Dan GohmanFix a subtle bug in DeadMachineInstructionElim's liveness
2008-10-16 Dan GohmanFix the predicate for memop64 to be a regular load...
2008-10-15 Dan GohmanTeach instcombine's visitLoad to scan back several...
2008-10-15 Dan GohmanCorrect the name of isTrapping in comments.
2008-10-15 Dan GohmanFix whitespace in a comment.
2008-10-15 Duncan SandsTestcase for PR2894.
2008-10-15 Nicolas GeoffrayRemove naming Tilmann for generics.
2008-10-15 Anton KorobeynikovAdd global variable to test for consistency
2008-10-15 Anton KorobeynikovThis is not failing anymore
2008-10-15 Anton KorobeynikovAlso properly handle linking of strong alias and weak...
2008-10-15 Anton KorobeynikovProperly handle linking of strong alias with weak funct...
2008-10-15 Bill WendlingTestcase for PR1638.
2008-10-15 Dan GohmanFix a missing space after the return type in invoke...
2008-10-15 Chris LattnerFix PR2115 by doxygenating Use more, and make some...
2008-10-15 Chris Lattnermove PR1941 here.
2008-10-15 Bill WendlingUnbreak the build. Please test out the proper fix for...
2008-10-15 Chris Lattnermove PR1604 here.
2008-10-15 Chris Lattnermove PR1488 into this file.
2008-10-15 Anton KorobeynikovTemporary revert r57567 and unbreak the build.
2008-10-15 Nuno Lopesregenerate
2008-10-15 Nuno Lopesfix memleak in GetForwardRefForGlobal()
2008-10-15 Nuno Lopesregenerate
2008-10-15 Nuno Lopesfix memleak in getTypeVal()
2008-10-15 Nuno Lopesregenerate
2008-10-15 Nuno Lopesfix memleak in ResolveTypeTo()
2008-10-15 Gabor Greifcatch one more typo, canonicalize LLVMdev
2008-10-15 Gabor Greiffix some validation errors, improve formatting, squash...
2008-10-15 Gabor Greifremove legacy interfaces
2008-10-15 Mikhail Glushenkovllvmc2: Documentation update. Describe recent work...
2008-10-15 Mikhail Glushenkovllvmc2: Some Makefile fixes and renames.
2008-10-15 Mikhail GlushenkovUse (a slightly modified) llvm.css for llvmc2 docs.
2008-10-15 Dan GohmanNow that predicates can be composed, simplify several of
2008-10-15 Mon P WangRemoved pinsrd and pinsrq intrinsics because the code...
2008-10-15 Dan GohmanAdd support for having multiple predicates on a TreePat...
2008-10-15 Chris Lattnerregenerate
2008-10-15 Chris LattnerFix the .ll grammar rules to allow any type before...
2008-10-15 Chris Lattnerregenerate
2008-10-15 Chris LattnerEliminate the "IntType ::= INTTYPE" production, just use
2008-10-15 Chris Lattneradd a note
2008-10-15 Chris Lattneradd support for folding immediates into stores when...
2008-10-15 Chris Lattnerfold immediates into stores in simple cases, this produ...
2008-10-15 Chris Lattnerfold compare of null pointer into compare with 0.
2008-10-15 Chris LattnerSome minor cleanups:
2008-10-15 Chris LattnerUse switch on VT instead of Type* comparisons.
2008-10-15 Chris LattnerUse X86FastEmitCompare for FCMP_OEQ and FCMP_UNE: it...
2008-10-15 Chris Lattnerrefactor compare emission out into a new X86FastEmitCom...
2008-10-15 Chris LattnerFold immediates into compares when possible, producing...
2008-10-15 Chris Lattnermore minor refactoring of X86SelectBranch, no functiona...
2008-10-15 Chris Lattnerfactor buildmi calls in X86SelectBranch
2008-10-15 Chris Lattnerfactor some more BuildMI's in X86SelectCmp
2008-10-15 Chris Lattnerfactor some BuildMI calls, no functionality change.
2008-10-15 Dan GohmanAdjust whitespace in debug messages to be more consistent
2008-10-15 Evan Cheng- Add target lowering hooks that specify which setcc...
2008-10-14 Dan GohmanFastISel support for exception-handling constructs.
2008-10-14 Daniel DunbarPrevent assert when using '"' in names (via hexadecimal).
2008-10-14 Daniel DunbarChange getLLVMName to use raw_ostream & PrintLLVMName.
2008-10-14 Daniel DunbarAdd llvm::hexdigit to StringExtras (number -> hexadecim...
2008-10-14 Daniel DunbarAdd some ReleaseNotes on clang codegen.
2008-10-14 Daniel DunbarRemove Stacker.html from Xcode project.
2008-10-14 Dale JohannesenAccept -march=i586, because gcc does (a synonym
2008-10-14 Evan ChengRename LoadX to LoadExt.
2008-10-14 Jim GrosbachUpdate ARM Insn encoding to get endian-ness to match...
2008-10-14 Devang PatelRemove dead code.
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-10-14 Devang PatelDocument attributes changes.
2008-10-14 Nicolas GeoffrayAdd VMKit notes.
2008-10-14 Evan ChengCombine (fcmp cc0 x, y) | (fcmp cc1 x, y) into a single...
2008-10-14 Evan Cheng- Somehow I forgot about one / une.
2008-10-14 Evan ChengFix indentation.
2008-10-14 Evan ChengOptimize anding of two fcmp into a single fcmp if the...
2008-10-14 Dan GohmanMention a few methods in ConstantSDNode that were renamed.
2008-10-14 Dan GohmanHTML syntax fixes.
2008-10-14 Dan GohmanFix missing end tags and invalid HTML entity syntax.
2008-10-14 Dan GohmanAdd a missing close-tag.
2008-10-14 Dan GohmanFix a few close tags.
2008-10-14 Dan GohmanFix a typo.
2008-10-14 Dan GohmanAdd a brief mention of the new free-list management...
2008-10-14 Gabor Greifminor corrections, improved formatting
2008-10-14 Gabor Greiftypo and formatting tweaks
2008-10-14 Nuno Lopeslittle optimization: reuse getPointerToGlobalIfAvailabl...
2008-10-14 Duncan SandsMention the different constant folders that IRBuilder
2008-10-14 Chris Lattnernew testcase for PR2797
2008-10-14 Chris Lattneradd some upgrading notes from Pekka.
2008-10-14 Chris Lattneradd LSR and frameaddress info.
2008-10-14 Ted KremenekAdd static analyzer notes.
2008-10-14 Daniel DunbarRemove stale src, core directories.
2008-10-14 Chris Lattnermore minor updates
2008-10-13 Chris Lattnermore changes.
2008-10-13 Chris Lattneroptimizer and codegen
2008-10-13 Chris Lattnermore updates.
2008-10-13 Dan GohmanWhen doing the very-late shift-and address-mode optimiz...
2008-10-13 Chris Lattnerdescribe major new features and llvm-gcc features.
2008-10-13 Duncan SandsDon't barf on 32 bit platforms if llvm-gcc is
2008-10-13 Evan ChengFIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduce...
2008-10-13 Duncan SandsMarkModRef -> AddReadAttrs.
2008-10-13 Evan ChengAlso update sub-register intervals after a trivial...
2008-10-13 Duncan SandsAdd some llvm-gcc changes that may be worth
next