Cleanup
[oota-llvm.git] / lib /
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...
2008-10-08 Chris LattnerAdd parentheses to avoid warnings in GCC 4.4.0,
2008-10-08 Owen AndersonFix the case where an instruction is not properly marke...
2008-10-07 Dan GohmanRemove -disable-fast-isel. Use cl::boolOrDefault with...
2008-10-07 Dan GohmanAdd MBB successors and physreg Uses in the same order...
2008-10-07 Dan GohmanAvoid emitting redundant materializations of integer...
2008-10-07 Dan GohmanInstead of emitting an implicit use for the super-regis...
2008-10-07 Jim GrosbachUnconditional branch instruction encoding fix. Needs...
2008-10-07 Jim Grosbachneed ARM.h for ARMCC definition
2008-10-07 Owen AndersonAdd an option to enable StrongPHIElimination, for ease...
2008-10-07 Jim GrosbachEncode the conditional execution predicate when JITing.
2008-10-07 Dale JohannesenModel hardwired inputs & outputs of x86 8-bit divides...
2008-10-07 Andrew LenharthUse Dan's supperior check
2008-10-07 Andrew LenharthCorrectly set attributes when removing args during...
2008-10-07 Jim GrosbachClarify naming and correct conditional so that CMP...
2008-10-07 Jim GrosbachFix Opcode values of CMP and CMN
2008-10-07 Andrew LenharthNo need for |=
2008-10-07 Andrew LenharthUse ADDC if it is valid at any smaller size. Do it...
2008-10-07 Andrew LenharthUse ADDC if it is valid at any smaller size. fixes...
2008-10-07 Anders CarlssonCertain patterns involving the "movss" instruction...
2008-10-07 Andrew LenharthExpand arith on machines without carry flags
2008-10-07 Andrew LenharthNote that ADDC and company don't actually expand yet...
2008-10-07 Dale JohannesenMark negative-zero-to-int conversion as Inexact,
2008-10-07 Dan GohmanCorrectly handle calls with no return values. This...
2008-10-06 Devang PatelFix typo, fix PR 2865.
2008-10-06 Dale JohannesenBe more precise about which conversions of NaNs
2008-10-06 Evan ChengFix PR2850 and PR2863. Only generate movddup for 128...
2008-10-06 Dale JohannesenTemporarily revert functionality change from my previou...
2008-10-06 Devang PatelRemove interfaces implemented by dead pass from the...
2008-10-06 Dale JohannesenMark shortening NaN conversions as Inexact. PR 2856.
2008-10-06 Devang PatelIt is possible that all functions in one module are...
2008-10-06 Dan GohmanDon't dereference the end() iterator. Thanks to
2008-10-06 Devang PatelRemove unncessary isDeclaration() checks.
2008-10-06 Matthijs KooijmanAllow scalarrepl to treat an all-zero GEP just as bitcast.
2008-10-06 Chris Lattnerreorder #include order, patch by Kenneth Boyd!
2008-10-06 Chris LattnerAdd #include to get alloca, patch by Kenneth Boyd!
2008-10-05 Chris Lattnerfix an incorrect and extremely confusing error message
2008-10-05 Chris Lattnermake the autoupgrade code for ret attributes dramatical...
2008-10-05 Nuno Lopesregenerate
2008-10-05 Nuno Lopesclean ArgTypeListI production: free the PATypeHolder
2008-10-05 Anton KorobeynikovEmit type-correct constant null. Also fix a typo.
2008-10-05 Anton KorobeynikovFix weird think-o and unbreak build on all gcc-3.4...
2008-10-05 Chris Lattnerthis case is matched now.
2008-10-05 Chris Lattnerrewrite bswap matching to be more general, allowing...
2008-10-05 Chris Lattnerfix a bug where the bswap matcher could match a case...
2008-10-04 Chris Lattnerwrap some long lines and expand i32 mul's to libcalls...
2008-10-04 Oscar FuentesCMake: Reflected changes on source file structure....
2008-10-04 Duncan SandsIgnore loads from and stores to local memory (i.e....
2008-10-04 Nick LewyckyAllow the construction of SCEVs with SCEVCouldNotComput...
2008-10-04 Anton KorobeynikovRevert r56675 - it breaks unwinding runtime everywhere.
2008-10-04 Argyrios KyrtzidisAdd implementations for sys::Memory::setWritable and...
2008-10-04 Argyrios KyrtzidisFix compilation error on MSVC.
2008-10-04 Dan GohmanFix fast-isel's handling of atomic instructions. They may
2008-10-04 Dan GohmanFix a bug in the local allocator's liveness computation...
2008-10-03 Dale JohannesenMake atomic Swap work, 64-bit on x86-32.
2008-10-03 Dan GohmanClean up some multiple-return-value code that is no...
2008-10-03 Devang PatelFix function attribute verification check.
2008-10-03 Dale JohannesenPass MemOperand through for 64-bit atomics on 32-bit,
2008-10-03 Devang PatelNick Lewycky's patch.
2008-10-03 Dan GohmanUse -1ULL instead of uint64_t(-1), at Anton's suggestion.
2008-10-03 Devang PatelVerify function attributes.
2008-10-03 Evan ChengFix typos pointed out by Duncan. Also untabify these...
2008-10-03 Daniel DunbarUnbreak build.
2008-10-03 Dan GohmanAvoid creating two TargetLowering objects for each...
2008-10-03 Dan GohmanRemove an unused field.
2008-10-03 Jim GrosbachOn Darwin ARM, memory needs special handling to do...
2008-10-03 Jim GrosbachIndexing off by one resulted in errant encoding of...
2008-10-03 Jim GrosbachNeedStub/DoesntNeedStub logic was reversed, leading...
2008-10-03 Nuno Lopesregenerate
2008-10-03 Nuno Lopesfix more memleaks in ResolveTypeTo() and ParseGlobalVar...
2008-10-03 Nuno Lopesregenerate with bison 2.3
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-10-03 Nuno Lopesfix memleak in FunctionHeaderH
2008-10-03 Duncan SandsThe result of getSetCCResultType (eg: i32) may be larger
2008-10-03 Duncan SandsTeach internalize to preserve the callgraph.
2008-10-03 Nicolas GeoffrayAcquire the lock only when necessary. More precisely...
2008-10-03 Owen AndersonSplitBlock should only attempt to update LoopInfo if...
2008-10-03 Dan GohmanImplement fast-isel support for zero-extending from i1.
next