oota-llvm.git
2008-08-17 Anton KorobeynikovRemove asmprinters from examples by default. This reduc...
2008-08-17 Anton KorobeynikovMove ARM to pluggable asmprinter
2008-08-17 Anton KorobeynikovUse correct name for PPC codegen library
2008-08-17 Anton KorobeynikovFactor out asmprinter out of ppc
2008-08-17 Anton KorobeynikovMove X86 assembler printers into separate directory...
2008-08-17 Anton KorobeynikovMove all assembler printing related stuff into new...
2008-08-17 Anton KorobeynikovFactor out asmprinters from collector interface.
2008-08-17 Gordon HenriksenFactor GC metadata table assembly generation out of...
2008-08-17 Gordon HenriksenFactor GC metadata table assembly generation out of...
2008-08-17 Argyrios KyrtzidisGet raw_ostream.cpp to compile on MSVC.
2008-08-17 Evan ChengRevert 54821. It's miscompiling 252.eon and 447.dealII
2008-08-17 Nick LewyckyI found a better place for this optz'n.
2008-08-17 Nick LewyckyXor'ing both sides of icmp by sign-bit is equivalent...
2008-08-17 Chris Lattneravoid an extraneous std::string construction
2008-08-17 Chris LattnerRework the routines that convert AP[S]Int into a string...
2008-08-17 Nick LewyckyFix build on GCC 4.3.
2008-08-17 Chris Lattnerremove a dead APInt ctor.
2008-08-17 Chris Lattneravoid string thrashing when formatting names in output...
2008-08-17 Chris Lattnerrandom cleanups.
2008-08-17 Chris Lattneradd support for a cout/cerr analog (outs()/errs())...
2008-08-17 Chris Lattneropening "-" automatically yields stdout.
2008-08-17 Chris Lattnerrename OutputData to 'write' to match ostream.
2008-08-17 Chris Lattnerremove accidental comment.
2008-08-17 Chris Lattneradd a new raw_ostream class which is an extremely high...
2008-08-16 Anton KorobeynikovPPC/Linux normally uses named section for bss
2008-08-16 Anton KorobeynikovUse proper strings section name for PPC
2008-08-16 Anton KorobeynikovUse correct name for TLS address resolution routine...
2008-08-16 Anton KorobeynikovAdd interface for section override. Use this for Sparc...
2008-08-16 Anton KorobeynikovMove SLEB/ULEB size calculation routines from AsmPrinte...
2008-08-16 Anton KorobeynikovReduce heap trashing due to std::string construction...
2008-08-16 Owen AndersonRemove GCSE and LoadVN from the testsuite.
2008-08-15 Owen AndersonRemove GCSE, ValueNumbering, and LoadValueNumbering...
2008-08-15 Devang PatelReapply 54786. Add overflow and number of mantissa...
2008-08-15 Owen AndersonConvert several std::vectors over to SmallVector, and...
2008-08-15 Owen AndersonAdd a value_type typedef to SmallVector, to make it...
2008-08-15 Chris LattnerInline the fastpath of PATypeHolder::get(). This is...
2008-08-15 Evan ChengRevert 54786. It's not checking for overflows, etc.
2008-08-15 Chris Lattneruse smallvector instead of vector for a couple worklist...
2008-08-14 Owen AndersonUse SmallSet instead of std::set to save allocations.
2008-08-14 Bill WendlingRenaming LLVMC/dg.exp to LLVM/llvmc.exp
2008-08-14 Owen AndersonMove MachineInstr::getOpcode inline.
2008-08-14 Dan GohmanBuild the X86GenFastISel.inc file.
2008-08-14 Devang PatelThe pass manager is not able to schedule -loop-deletion...
2008-08-14 Bill WendlingTemporarily revert r54792. It's causing an ICE during...
2008-08-14 Dan GohmanAlso avoid pinsrw and pinsrb with a variable insertelem...
2008-08-14 Owen AndersonConvert uses of std::vector in TargetInstrInfo to Small...
2008-08-14 Dan GohmanDon't try to use the insertps instruction for vector
2008-08-14 Dan GohmanMake FastISel's constructor protected, and give it...
2008-08-14 Devang PatelUse DenseMap. Patch by Pratik Solanki.
2008-08-14 Ted KremenekRemoved redundant ctor.
2008-08-14 Owen AndersonRemove more uses of std::set.
2008-08-14 Devang PatelIf IV is used in a int-to-float cast inside the loop...
2008-08-14 Owen AndersonHave LeakDetector use a SmallPtrSet instead of an std...
2008-08-14 Dan GohmanImprove support for vector casts in LLVM IR and CodeGen.
2008-08-14 Owen AndersonSpeed up addRegisterDead by adding more fast checks...
2008-08-14 Dan GohmanUse empty() instead of begin() == end().
2008-08-14 Matthijs KooijmanReplace two for loops with while(!X->use_empty()) loops...
2008-08-13 Owen AndersonGet rid of a use of std::map.
2008-08-13 Dan GohmanFix a bogus srem rule - a negative value srem'd by...
2008-08-13 Owen AndersonExpunge the last uses of std::map from LiveIntervals.
2008-08-13 Owen AndersonMove r2iMap_ over to DenseMap from std::map.
2008-08-13 Dan GohmanAllow SelectionDAG to create EXTRACT_VECTOR_ELT nodes...
2008-08-13 Owen AndersonMake the allocation of LiveIntervals explicit, rather...
2008-08-13 Owen AndersonSwitch this from std::map to DenseMap.
2008-08-13 Dan GohmanFix SCCP's handling of struct value loads and stores...
2008-08-13 Daniel DunbarAdd svn:ignore on several Release-Asserts directories
2008-08-13 Daniel DunbarAdd default constructor to APSInt
2008-08-13 Daniel DunbarUpdate makellvm to return correct result code.
2008-08-13 Devang PatelRename. s/FindIVForUser/FindIVUserForCond/g
2008-08-13 Duncan SandsTeach constant folding that an inttoptr of a
2008-08-13 Dan GohmanInitial checkin of the new "fast" instruction selection...
2008-08-13 Dan GohmanOops, check in these files too, for the FastISel -...
2008-08-13 Dan GohmanRename SelectionDAGISel's FastISel to Fast, to begin...
2008-08-13 Dale JohannesenGenerated files for 54744.
2008-08-13 Dale JohannesenAdd read/write support for X86's sseregparm.
2008-08-13 Owen AndersonGet rid of unused variable.
2008-08-13 Owen Anderson1) Merge entire live intervals instead of parts of...
2008-08-13 Duncan SandsRename this, in case people think that NullFolder
2008-08-13 Bruno Cardoso... Removed SELECT_CC custom lowering. This is not needed...
2008-08-13 Devang PatelCheck sign to detect overflow before changing compare...
2008-08-12 Dale JohannesenWhen resolving a stub in x86-64 JIT, use a PC-relative...
2008-08-12 Bill WendlingRemove tabs.
2008-08-12 Bill WendlingUpdate. Remove bogus webpage.
2008-08-12 Dale JohannesenMake x86-64 JIT changes Darwin-specific.
2008-08-12 Duncan SandsAdd a NullFolder class that doesn't fold constants.
2008-08-12 Dan GohmanExtend ScalarEvolution's executesAtLeastOnce logic...
2008-08-12 Jim GrosbachWhitespace cleanup. Test commit.
2008-08-12 Dale JohannesenIn the absence of a linker to build the GOT, use the...
2008-08-12 Dan GohmanCorrect the filename in the top-of-file comment.
2008-08-12 Dan GohmanAvoid repeatedly reallocating the FoldingSetNodeID...
2008-08-12 Devang PatelUse SmallVector instead of std::vector
2008-08-12 Duncan SandsPoint people to ConstantExpr and ConstantFolding,
2008-08-12 Devang PatelUse DenseMap to keep track of last users.
2008-08-11 Dale JohannesenSome fixes for x86-64 JIT. Make it use small code
2008-08-11 Chris Lattneradd a helper method to sys::Path for clang, patch by
2008-08-11 Chris LattnerImplement support for simplifying vector comparisons...
2008-08-11 Devang PatelKeep track of analysis usage information for passes...
2008-08-11 Dan GohmanImprove the grep commands for this test to be tolerant...
2008-08-11 Dan GohmanTake the FrameOffset into account when computing the...
2008-08-11 Nate BegemanImplement ISD::TRAP support on PPC
next