When creating a ConstantRange for [n,UINT_MAX], special case n == 0, because
[oota-llvm.git] / lib /
2010-04-11 Dan GohmanWhen creating a ConstantRange for [n,UINT_MAX], special...
2010-04-11 Dan GohmanAdd a cast to void to show that the return value is...
2010-04-11 Dan GohmanDelete a dead check.
2010-04-11 Dan GohmanDelete dead code.
2010-04-11 Dan GohmanRename isLoopGuardedByCond to isLoopEntryGuardedByCond...
2010-04-10 Chris LattnerImplement support for varargs functions without any...
2010-04-10 Chris Lattnerfix PR6743, a case where we'd delete an instruction...
2010-04-10 Chris Lattnerfix PR6760, a missing check in heap SRoA.
2010-04-10 Chris Lattnerturn an assert into a proper check, fixing crash on...
2010-04-10 Chris Lattnerimprove haiku portability, patch by Paul Davey.
2010-04-10 Chris Lattneradd attributes and module level asm to the ocaml bindings,
2010-04-09 Dan GohmanFix a typo and some indentation.
2010-04-09 Dan GohmanWhen determining a canonical insert position, don't...
2010-04-09 Bob WilsonTidy whitespace.
2010-04-09 Chris Lattnersuck the propagating "has dynamic libs" check into...
2010-04-09 Chris Lattneradd minix support, patch by Kees van Reeuwijk! PR6797
2010-04-09 Chris Lattnerclean this up, fix std::min ambiguity on some platforms.
2010-04-09 Wesley PeckAdding IPSCCP and Internalize passes to the C-bindings
2010-04-09 Bob WilsonProvide versions of the ARM eh_sjlj_setjmp instructions...
2010-04-09 Dan GohmanWhen emitting code for an add, don't force a SCEVUnknow...
2010-04-09 Dan GohmanWhen looking for loop-invariant users, look through...
2010-04-09 Chris Lattner"On SPU, variables in the .bss section that are allocat...
2010-04-09 Dan GohmanAdd a comment.
2010-04-09 Devang PatelClear InsnsBeginScopeSet and InsnsEndScopeSet at the...
2010-04-09 Gabor Greifperformance: cache result of looking up user
2010-04-09 Dan GohmanMinor code simplification.
2010-04-09 Dan GohmanDelete this obsolete comment.
2010-04-09 Gabor Greifconst-ize a predicate
2010-04-09 Chandler CarruthAdd a missing dependency to this library when building...
2010-04-09 Bob WilsonUse getNumImplicitDefs() and getNumImplicitUses().
2010-04-09 Bob WilsonFix up some comments.
2010-04-09 Dan GohmanRefactor the code for computing the insertion point...
2010-04-09 Dan GohmanAdd several more lint checks.
2010-04-09 Dan GohmanFix a bug in IVUsers which was permitting non-affine...
2010-04-09 Chris Lattnerfix a SCCP miscompilation that could happen when a
2010-04-08 Dan GohmanAvoid allocating a value of zero in a register if the...
2010-04-08 Dan GohmanAdd a few more lint checks.
2010-04-08 Dan GohmanAdd variants of ult, ule, etc. which take a uint64_t...
2010-04-08 Chris Lattnerdelete a forwarding function.
2010-04-08 Chris Lattnermove elf section uniquing to MCContext. Along the way
2010-04-08 Chris Lattnerremove the TargetLoweringObjectFileMachO::getMachoSection
2010-04-08 Chris Lattnermove macho section uniquing from MCParser and TLOF...
2010-04-08 Evan ChengCoalescer should not delete copy instructions whose...
2010-04-08 Ted KremenekUpdate CMake build.
2010-04-08 Ted KremenekFix -Wsign-compare warning (issued by clang++).
2010-04-08 Dan GohmanAdd a -lint pass which checks for common sources of...
2010-04-08 Devang PatelRename a function.
2010-04-08 Chris Lattnerimplicit defs get added to the end of machine instrs...
2010-04-08 Dan GohmanPointers to zero-sized objects don't point to overlappi...
2010-04-08 Dan GohmanPrint empty structs as {} rather than { }.
2010-04-08 Devang PatelOne instruction may start (or end) multiple lexical...
2010-04-08 Gabor Greifclean up algorithm and remove operand order assumptions
2010-04-08 Dan GohmanFix a comment.
2010-04-08 Devang PatelRemove dead code.
2010-04-08 Devang PatelDelete out of date comment.
2010-04-08 Devang PatelRefactor.
2010-04-08 Benjamin KramerVarious MSVC warning fixes about truncated 64 bit shift...
2010-04-08 Gabor Greifuse abstract interface in two more places
2010-04-08 Gabor Greiffix compile
2010-04-08 Gabor Greifuse abstract interface
2010-04-08 Benjamin KramerUse twines to simplify calls to report_fatal_error...
2010-04-08 Evan ChengAvoid using f64 to lower memcpy from constant string...
2010-04-08 Dan GohmanRevert this change from a while ago; ScalarEvolution...
2010-04-08 Dan GohmanWhen expanding expressions which are using post-inc...
2010-04-08 Evan ChengMake post regalloc machine licm functional. It now...
2010-04-08 Eric Christophermpsadbw is not commutative.
2010-04-08 Sean CallananAdded support for ARM disassembly to edis.
2010-04-08 Chris Lattnerconvert a report_fatal_error that I was able to trigger...
2010-04-07 Chris Lattnerminor tidying.
2010-04-07 Chris Lattneruse assertions instead of unreachable for logic errors.
2010-04-07 Chris Lattnerintroduce a new recoverable error handling API to LLVMC...
2010-04-07 Dan GohmanSay bitcast instead of bitconvert.
2010-04-07 Chris Lattnerrename llvm_install_error_handler -> install_fatal_erro...
2010-04-07 Ted KremenekUpdate CMake build.
2010-04-07 Benjamin KramerUpdate cmake build.
2010-04-07 Eric ChristopherAdd support for stpncpy_chk.
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-04-07 Chris Lattneradd newlines at end of files.
2010-04-07 Chris Lattnerremove some unneeded errorhandling stuff.
2010-04-07 Chris Lattnerminor tidying up
2010-04-07 Chris Lattnertidy up
2010-04-07 Dan GohmanGeneralize IVUsers to track arbitrary expressions rathe...
2010-04-07 Johnny ChenMissed this one line for the previous checkin to fix...
2010-04-07 Johnny ChenFixed warnings pointed out by clang.
2010-04-07 Johnny ChenFixed warnings pointed out by clang.
2010-04-07 Sean CallananFixed a bug where the disassembler would allow an immediate
2010-04-07 Johnny ChenFixed 3 warnings pointed out by clang.
2010-04-07 Johnny ChenRe-enable ARM/Thumb disassembler and add a workaround...
2010-04-07 Sean CallananAdded an AsmLexer for the ARM target, which uses
2010-04-07 Dale JohannesenEducate GetInstrSizeInBytes implementations that
2010-04-07 Gabor Greiffix 80-col violations
2010-04-07 Anton KorobeynikovRemove late ARM codegen optimization pass committed...
2010-04-07 Anton KorobeynikovSplit A8/A9 itins - they already were too big.
2010-04-07 Anton KorobeynikovAdd some crude itin approximation for VFP load / stores...
2010-04-07 Anton KorobeynikovAdd some crude approximation for neon load/store instru...
2010-04-07 Anton KorobeynikovAdd some A8-based approximation for instructions with...
2010-04-07 Anton KorobeynikovMove NEON-VFP domain fixer upper, so post-RA scheduler...
2010-04-07 Anton KorobeynikovSince tblgen bug was fixed (thanks Jakob!) we don't...
2010-04-07 Anton KorobeynikovFix A8 FP NEON MAC itins
2010-04-07 Anton KorobeynikovA9 NEON FP itins
next