oota-llvm.git
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
2008-08-11 Duncan SandsMake it possible to use different constant
2008-08-11 Chris Lattnerthe stacker doc is way out of date.
2008-08-11 Chris Lattnerremove obsolete files
2008-08-10 Chris Lattnermove some more stuff out of my email into readme.txt
2008-08-10 Chris Lattneradd a note
2008-08-09 Chris Lattner"This patch adds a virtual call to AbstractLatticeFunct...
2008-08-09 Duncan SandsUnbreak the llvm-gcc build: recent changes to
2008-08-09 Cedric Venetupdate VS project.
2008-08-09 Chris LattnerMake 'Insert' set the name for Loads, instead of passin...
2008-08-09 Chris Lattnercomment update
2008-08-09 Gordon HenriksenFix some typos. Apparently I think C needs a power...
2008-08-09 Gordon HenriksenDelete a redundant binding, LLVMHasInitializer.
2008-08-09 Gordon Henriksen[PR-2610] Adding Ocaml bindings for Switch::addCase.
2008-08-09 Gordon HenriksenIgnore output directories.
2008-08-08 Gordon HenriksenFix the LLVMCreateJITCompiler C binding.
2008-08-08 Eric ChristopherHave IRBuilder take a template argument on whether...
2008-08-08 Dan GohmanCanonicalize nested AddRecs in by nesting them in order...
2008-08-08 Dan GohmanAdd an EXTRACTPSmr pattern to match the pattern that
2008-08-08 Anton KorobeynikovProperly print flags on Sparc
2008-08-08 Anton KorobeynikovGeneralize
2008-08-08 Anton KorobeynikovUse mergeable strings sections on sparc
2008-08-08 Anton KorobeynikovHandle visibility printing with all generality. Remove...
2008-08-08 Anton KorobeynikovUse chars, where possible
2008-08-08 Anton KorobeynikovConvert PPC/Linux to new section printing stuff
2008-08-08 Anton KorobeynikovSwitch PPC/Darwin to new section handling stuff
2008-08-08 Anton KorobeynikovCleanup
2008-08-08 Owen AndersonReduce the entries in a phi before testing it for deadn...
2008-08-08 Evan ChengUndo most of r54519.
2008-08-08 Chris LattnerDon't call getAnalysisUsage unless -debug-pass is enabl...
2008-08-08 Evan ChengAdd -fast command line option to lli. It enables fast...
2008-08-08 Evan ChengAdd new parameter Fast to createJIT to enable the fast...
2008-08-08 Evan ChengAdd skeleton of simple basic block instruction selector.
2008-08-08 Nick LewyckyTestcase for r54520.
2008-08-08 Evan ChengIt's not legal to output a GV in a coalesced section...
2008-08-08 Evan ChengFix indentation.
2008-08-08 Nick LewyckyDon't crash printing the asm for a ConstantExpr PtrToIn...
2008-08-08 Bruno Cardoso... Support added for ctlz intrinsic, test case added.
2008-08-08 Chris LattnerSpeed up the passmgr by avoiding heap thrashing on...
2008-08-08 Bruno Cardoso... Match raw "psp" triple target, as done by the homebrew...
2008-08-08 Bruno Cardoso... [Last] Batch 7 of Mips CodeGen tests
2008-08-08 Bruno Cardoso... Batch 6 of Mips CodeGen tests
2008-08-08 Bruno Cardoso... Batch 5 of Mips CodeGen tests
2008-08-08 Bruno Cardoso... Batch 4 of Mips CodeGen tests
2008-08-08 Bruno Cardoso... Batch 3 of Mips CodeGen tests
2008-08-08 Bruno Cardoso... Batch 2 of Mips CodeGen tests
2008-08-08 Bruno Cardoso... Batch 1 of Mips CodeGen tests, more coming...
2008-08-08 Dale JohannesenTestcases for 54503. One derived from PR 2533, the
2008-08-07 Gabor Greifuse the more precise 'op1' instead of 'var1' since...
2008-08-07 Bruno Cardoso... Added Mips support for DYNAMIC_STACKALLOC
2008-08-07 Bruno Cardoso... Add the remaining fp_round libcalls:
2008-08-07 Owen AndersonDo a dominator walk when scheduling copies, rather...
2008-08-07 Duncan SandsUse correct compiler component names for objc
2008-08-07 Duncan SandsMove tests of the ObjC++ front-end to their own
2008-08-07 Matthijs KooijmanLet SRETPromotion properly preserve the function name...
2008-08-07 Matthijs KooijmanFix SRETPromotion, it was generating functions without...
next