oota-llvm.git
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 Dan GohmanFix a comment.
2010-04-08 Jeffrey YasskinTouch configure so it regenerates Disassemblers.def...
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 Benjamin KramerProvide operator delete for BumpPtrAllocator and Recycl...
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 Benjamin KramerUse errs instead of fprintf.
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 Chris Lattnertypo
2010-04-08 Chris Lattnerdocument isvolatile etc.
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 Evan ChengFix typo.
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 Dan GohmanAdd svn:ignore.
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 Lattneradd newlines at the 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 Benjamin KramerunXFAIL, arm disassembler was reenabled.
2010-04-07 Eric ChristopherFix typo and correct comment somewhat.
2010-04-07 Johnny ChenRe-enable ARM/Thumb disassembler and add a workaround...
2010-04-07 Dale JohannesenSplit big test into multiple directories to cater to
2010-04-07 Sean CallananAdded an AsmLexer for the ARM target, which uses
2010-04-07 Dale JohannesenTest that DEBUG_VALUE comments come out on a variety...
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
2010-04-07 Anton KorobeynikovSome permute goodness for A9
2010-04-07 Anton KorobeynikovMore shift itins for A9
2010-04-07 Anton KorobeynikovMore fixes for itins
2010-04-07 Anton KorobeynikovFix invalid itins for 32-bit varians of VMLAL and friends
2010-04-07 Anton KorobeynikovAdd MAC stuff for A9
2010-04-07 Anton KorobeynikovFix invalid NEON MAC itins on A8
2010-04-07 Anton KorobeynikovFix itins for VPAL
2010-04-07 Anton KorobeynikovFix itins for VABA
2010-04-07 Anton KorobeynikovCorrect VMVN itinerary: operand is read in the second...
2010-04-07 Anton KorobeynikovMore A9 itineraries
2010-04-07 Anton KorobeynikovCorrect itinerary class for VPADD
2010-04-07 Anton KorobeynikovVP{MAX, MIN} are of IIC_VSUBi4D itin class as well.
2010-04-07 Anton KorobeynikovVHADD differs from VHSUB at least on A9 - the former...
2010-04-07 Anton KorobeynikovSome easy NEON scheduling goodness for A9
2010-04-07 Anton KorobeynikovDefine new itin classes for ARM <-> VFP reg moves to...
2010-04-07 Anton KorobeynikovFCONST{S,D} behaves the same way as FP unary instructio...
2010-04-07 Anton KorobeynikovProper cycle times for locks, since wbck latency can...
2010-04-07 Anton KorobeynikovAdd new itin classes for FP16 <-> FP32 conversions...
2010-04-07 Anton KorobeynikovMake use of new reserved/required scheduling stuff...
2010-04-07 Anton KorobeynikovInitial support for different kinds of FU reservation.
2010-04-07 Anton KorobeynikovFactor out scoreboard into separate class. This way...
2010-04-07 Anton KorobeynikovSome bits of A9 scheduling: VFP
2010-04-07 Anton KorobeynikovSeparate const from non-const stuff during mergeing
2010-04-07 Anton KorobeynikovSome initial version of global merger
2010-04-07 Anton KorobeynikovAdd hook to insert late LLVM=>LLVM passes just before...
2010-04-07 Chris Lattnerfix 80 col violation, patch by Alastair Lynn
2010-04-07 Chris Lattneradd a comment line that got dropped
2010-04-07 Chris Lattnerthis has a pr!
2010-04-07 Chris Lattnerfix a latent bug my inline asm stuff exposed:
2010-04-07 Benjamin KramerRemove unused method.
2010-04-07 Torok EdwinWorkaround the breakage in r100616 by guarding all...
next