Fix whitespace in a comment.
[oota-llvm.git] / lib /
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 Dan GohmanFix a missing space after the return type in invoke...
2008-10-15 Chris Lattnermove PR1941 here.
2008-10-15 Chris Lattnermove PR1604 here.
2008-10-15 Chris Lattnermove PR1488 into this file.
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 Dan GohmanNow that predicates can be composed, simplify several of
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 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 Dan GohmanFix command-line option printing to print two spaces...
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 Nuno Lopeslittle optimization: reuse getPointerToGlobalIfAvailabl...
2008-10-13 Dan GohmanWhen doing the very-late shift-and address-mode optimiz...
2008-10-13 Evan ChengFIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduce...
2008-10-13 Evan ChengAlso update sub-register intervals after a trivial...
2008-10-13 Matthijs KooijmanMake InstructionCombining::getBitCastOperand() recogniz...
2008-10-13 Matthijs Kooijman * Make TargetLowering not crash when TargetMachine...
2008-10-13 Matthijs KooijmanMake MachineFunction not crash when TargetMachine:...
2008-10-13 Gabor Greifdo not use deprecated interfaces
2008-10-13 Nick LewyckyDisallow the construction of SCEVs with could-not-compu...
2008-10-13 Chris Lattnercalls can be supported.
2008-10-12 Dale JohannesenChange TAG_ names to DW_TAG for gcc (testsuite) compati...
2008-10-12 Owen AndersonFix a bug in live-in detection that caused lost-copy...
2008-10-12 Anton KorobeynikovUpdate size of inst correctly with segment override.
2008-10-12 Owen AndersonAdd special-case code to allow null-guards on calls...
2008-10-12 Owen AndersonMake Escape Analysis work for any pointer.
2008-10-12 Dale JohannesenChange Dwarf comments starting with AT_ to DW_AT_ to
2008-10-12 Owen AndersonFix crashes and infinite loops.
2008-10-12 Owen AndersonDuncan convinced me that it's not possible to transform...
2008-10-11 Chris Lattnerfix typo
2008-10-11 Chris LattnerFix PR2697 by rewriting the '(X / pos) op neg' logic...
2008-10-11 Chris LattnerChange CALLSEQ_BEGIN and CALLSEQ_END to take TargetCons...
2008-10-11 Chris Lattnerrearrange some code.
2008-10-11 Duncan SandsFix comment typo.
2008-10-11 Anton KorobeynikovAdd ability to override segment (mostly for code emitte...
2008-10-11 Daniel DunbarUnbreak DbgStopPointInst::getFileName().
2008-10-11 Chris Lattnersimplify comparison
2008-10-10 Dale JohannesenFix SSE4.1 roundss, roundsd. While the instructions...
2008-10-10 Devang PatelCheck loop exit predicate properly while eliminating...
2008-10-10 Anton KorobeynikovFix a thinko and unbreak sparc default CC
2008-10-10 Dale JohannesenRemove some overzealous checks that were rejecting
2008-10-10 Anton KorobeynikovExtend set of return registers on sparc until someone...
2008-10-10 Anton KorobeynikovIgnore extra 'r' modifier for now
2008-10-10 Anton KorobeynikovUse expand for smul_lohi for now
2008-10-10 Anton KorobeynikovAdd rudimentary support for 'r' register operand
2008-10-10 Anton KorobeynikovCleanup
2008-10-10 Oscar FuentesCMake: updated lib/Analysis/CMakeLists.txt.
2008-10-10 Mon P WangRevert r57340 move guard mutex in getPointerToFunction...
2008-10-10 Nuno Lopesfix memleak by cleaning the global sets on pass exit
2008-10-10 Anton KorobeynikovAdd rudimentary asmprinter support for printing inline...
2008-10-10 Anton KorobeynikovAdd dummy 'm' inline asm constraint handler for Sparc...
2008-10-10 Anton KorobeynikovCleanup
2008-10-10 Owen AndersonAdd a basic intra-procedural escape analysis. This...
2008-10-10 Mon P WangMoved guard mutex upwards to guard materializing a...
2008-10-10 Mon P WangAdded missing print functions that take a raw_ostream
2008-10-09 Dale JohannesenGenerated files for previous checkin.
2008-10-09 Dale JohannesenAdd a "loses information" return value to APFloat:...
2008-10-09 Dale JohannesenRename APFloat::convertToAPInt to bitcastToAPInt to
2008-10-09 Nick LewyckyDon't drop alignment on globals when cloning.
2008-10-09 Chris Lattnerget CodeGen/Alpha/mul128.ll to work.
2008-10-08 Dale JohannesenAlign EH tables before label is emitted, not after,
2008-10-08 Dale Johannesen(re)Put const weak strings in appropriate section on...
2008-10-08 Nuno Lopesdont specialize weak functions and the like
2008-10-08 Jim GrosbachComment to be explicit that the enumeration values...
2008-10-08 Duncan SandsUse template to distinguish between function variants.
2008-10-08 Duncan SandsAdd <cstdio> include where needed by gcc-4.4.
2008-10-08 Chris Lattnerregenerate
2008-10-08 Chris LattnerAdd missing semicolumns in parser rules, those missing...
next