oota-llvm.git
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...
2008-08-07 Matthijs KooijmanAdd a basic test for the SRETPromotion pass.
2008-08-07 Matthijs KooijmanMove two tests from SRETPromotion to Inline, since...
2008-08-07 Matthijs KooijmanAdd some debug output to SRETPromotion.
2008-08-07 Matthijs KooijmanSilence a warning.
2008-08-07 Anton KorobeynikovRemove dead forward decl
2008-08-07 Anton KorobeynikovPrint section flags ok on platforms, which use '@'...
2008-08-07 Anton KorobeynikovAdd assertion for easy debugging of missing stuff
2008-08-07 Anton KorobeynikovSwitch ARM to new section handling stuff
2008-08-07 Anton KorobeynikovSwitch Alpha to new section handling stuff
2008-08-07 Anton KorobeynikovUse EmitAlignment consistently
2008-08-07 Anton KorobeynikovCleanup
2008-08-07 Anton KorobeynikovCleanup
2008-08-07 Anton KorobeynikovSwitch IA64 to new section-handling stuff
2008-08-07 Anton KorobeynikovCleanup
2008-08-07 Anton KorobeynikovProvide convenient helpers
2008-08-07 Anton KorobeynikovSwitch Sparc to new section handling stuff. Refactor...
2008-08-07 Anton KorobeynikovAdd hook for constant pool section selection for darwin.
2008-08-07 Anton KorobeynikovSelect section for constant pool entries
2008-08-07 Matthijs KooijmanRemove trailing spaces.
2008-08-07 Chris LattnerDon't verify passes when assertions are disabled.
2008-08-07 Dan GohmanRe-enable elimination of unnecessary SUBREG_TO_REG...
2008-08-07 Dan GohmanAdd an extra example that shouldn't get an and instruction.
2008-08-07 Dale JohannesenRewrite JIT handling of GlobalVariables so they
2008-08-07 Evan ChengFactor code that finalize PHI nodes, jump tables, etc...
2008-08-06 Owen AndersonSDISel's constant branch folding can fold away self...
2008-08-06 Owen AndersonCorrect handle cases where two phis are coalesced toget...
2008-08-06 Owen AndersonOops, didn't mean to commit this.
2008-08-06 Ted KremenekAdd libDriver.vcproj to solution file.
2008-08-06 Owen AndersonWe don't need to try to coalesce input vregs that are...
2008-08-06 Owen AndersonOnly trim a live interval if the register is not used...
2008-08-06 Owen AndersonOnly remap each VNInfo once when doing renumbering.
2008-08-06 Dan GohmanRe-introduce the 8-bit subreg zext-inreg patterns for...
2008-08-06 Dan GohmanFix a shufflevector instcombine that was emitting inval...
2008-08-06 Evan ChengPR2535, not PR2355.
2008-08-06 Evan ChengFix PR2355: bug in ChangeCompareStride. When the loop...
2008-08-06 Dan Gohmanxchg does not modify FLAGS.
2008-08-06 Dan GohmanClarify "node" vs. "value" in some comments.
2008-08-06 Chris Lattneroptimize a common idiom generated by clang for bitfield...
2008-08-06 Bruno Cardoso... Added support for fp callee saved registers.
2008-08-06 Chris Lattnerstacker is really gone.
next