oota-llvm.git
2009-10-11 Torok EdwinLICM shouldn't sink/delete debug information. Fix this...
2009-10-11 Anton KorobeynikovImplement 'm' memory operand properly
2009-10-11 Anton KorobeynikovImplement proper asmprinting for the globals. This...
2009-10-11 Anton KorobeynikovImplement asm printing for inline asm memory operands
2009-10-11 Chris Lattneradd PR5004 as a known problem.
2009-10-11 Chris Lattnerduncan points out that llvm-gcc doesn't do the right...
2009-10-11 Nick LewyckyFix typo.
2009-10-11 Nick LewyckyFix typo.
2009-10-11 Chris Lattnerwhen folding duplicate conditions, delete the
2009-10-11 Chris Lattnersome notes from Anton
2009-10-11 Gabor Greifcatch some other serial commas that my earlier grep...
2009-10-11 Gabor Greifeliminate some instances of serial comma. sabre, if...
2009-10-11 Duncan SandsFix typo.
2009-10-11 Gabor Greifapply some tweaks
2009-10-11 Gabor Greiffix some obvious typos
2009-10-11 Duncan SandsAdd an outline of the DragonEgg gcc plugin.
2009-10-11 Chris Lattnerimplement rdar://7293527, a trivial instcombine that...
2009-10-11 Chris Lattneradd a helper for matching "1".
2009-10-11 Chris Lattnerimplement a transformation in jump threading that is...
2009-10-11 Chris Lattneranother testcase jump threading shouldn't crash on.
2009-10-11 Chris Lattnerrename a file, remove a poorly reduced testcase.
2009-10-11 Chris Lattnerrestructure some code, no functionality change.
2009-10-11 Chris Lattnerfactor some code better and move a function, no functio...
2009-10-11 Chris Lattnermake jump threading on a phi with undef inputs happen.
2009-10-11 Chris Lattnerthere is no need to run mem2reg after jump threading...
2009-10-11 Chris Lattnerfix a bunch of bad formatting, delete the dead
2009-10-11 Chris Lattnermerge two tests.
2009-10-11 Chris Lattnersimplify some run lines, convert a test to filecheck.
2009-10-11 Ted KremenekUpdate release notes blurb on the static analyzer.
2009-10-11 Chris Lattnerrewrite LCSSA to use SSAUpdate, to only return true...
2009-10-11 Chris Lattnerclean up and simplify some code. Don't use setvector...
2009-10-10 Chris Lattnerswitch GVN to use SSAUpdater. Besides removing a lot...
2009-10-10 Chris Lattneradd a simple helper method.
2009-10-10 Chris Lattneradd ability for clients of SSAUpdater to find out about the
2009-10-10 Chris Lattnerclarify
2009-10-10 Chris Lattnerremove dead code
2009-10-10 Chris Lattneradd the ability to get a rewritten value from the middl...
2009-10-10 Chris Lattnerrename GetValueInBlock -> GetValueAtEndOfBlock to bette...
2009-10-10 Anton KorobeynikovIt seems that OR operation does not affect status reg...
2009-10-10 Chris Lattnerfix broken link
2009-10-10 Chris Lattnerfinal changes.
2009-10-10 Chris Lattnerdown to 'major changes'
2009-10-10 Chris Lattnermore updates
2009-10-10 Chris Lattneradd a link to the GSG for info on how to check out...
2009-10-10 Chris Lattnerx86 uses 5 operands for most memory refs now.
2009-10-10 Duncan SandsMore spelling and grammar tweaks.
2009-10-10 Benjamin KramerMore spelling fixes.
2009-10-10 Duncan SandsSpelling fixes.
2009-10-10 Chris Lattnermore tweaks
2009-10-10 Duncan SandsRemove an inappropriate line in the description of the
2009-10-10 Chris Lattnercontinue decoding chris scribble.
2009-10-10 Chris Lattnerremove some dead passes
2009-10-10 Chris Lattnercheckpoint.
2009-10-10 Chris Lattnerfix broken anchors.
2009-10-10 Chris Lattneruse a typedef instead of spelling out an insane type...
2009-10-10 Chris LattnerChange jump threading to use the new SSAUpdater class...
2009-10-10 Chris LattnerImplement an efficient and fully general SSA update...
2009-10-10 Chris Lattneradd some WeakVH::operator='s. Without these, assigning
2009-10-10 Chris Lattnerchange some static_cast into cast, pointed out by Gabor.
2009-10-10 Chris Lattneradd a version of PHINode::getIncomingBlock that takes...
2009-10-10 Chris Lattnerrandom tidying
2009-10-10 Dan GohmanCreate a new InstrEmitter class for translating Selecti...
2009-10-10 Dan GohmanMake getMachineNode return a MachineSDNode* instead...
2009-10-10 Dan GohmanRemove a no-longer-necessary #include.
2009-10-10 Dan GohmanReplace X86's CanRematLoadWithDispOperand by calling...
2009-10-10 Dan GohmanFix a missing initialization of PostRAScheduler's AA...
2009-10-09 Dan GohmanThe ScheduleDAG framework now requires an AliasAnalysis...
2009-10-09 Dan GohmanUpdate this test; the code is the same but it gets...
2009-10-09 Dan GohmanMark the LDR instruction with isReMaterializable, as...
2009-10-09 Dan GohmanFactor out LiveIntervalAnalysis' code to determine...
2009-10-09 Devang PatelExtract scope information from the variable itself...
2009-10-09 Jeffrey YasskinExecutionEngine::clearGlobalMappingsFromModule failed...
2009-10-09 Dan GohmanAdd a const qualifier.
2009-10-09 Dale JohannesenUse names instead of numbers for some of the magic
2009-10-09 Kevin EnderbyAdded another bit of the ARM target assembler to llvm...
2009-10-09 Dan GohmanisTriviallyReMaterializable checks the
2009-10-09 Dan GohmanFix the x86 test-shrink optimization so that it doesn...
2009-10-09 Bob WilsonMerge a bunch of NEON tests into larger files so they...
2009-10-09 Dan GohmanAdd basic infrastructure and x86 support for preserving...
2009-10-09 Devang PatelCheck invalid debug info for enums. This may happen...
2009-10-09 Jim Grosbachwhen previous scratch register is killed, flag the...
2009-10-09 Bob WilsonConvert some ARM tests with lots of greps to use FileCheck.
2009-10-09 Dan GohmanRevert r83606 and add comments explaining why it isn...
2009-10-09 Nicolas GeoffrayAs it turns out, the bug fixes in GC codegen did not...
2009-10-09 Nicolas Geoffray80-columns!
2009-10-09 Nicolas GeoffrayAdd initial information on VMKit.
2009-10-09 Chris Lattnermore random updates.
2009-10-09 Evan ChengGive Dan and my recent changes, machine LICM is now...
2009-10-09 Chris Lattnercheckpoint.
2009-10-09 Evan ChengFix a logic error that caused non-rematable loop invari...
2009-10-09 Chris Lattnercheckpoint.
2009-10-09 Mikhail GlushenkovSlight rewording.
2009-10-09 Mikhail GlushenkovOmit the 'out_file_index != -1' check when possible.
2009-10-09 Mikhail GlushenkovUse llvm-as only for compiling .ll -> .bc.
2009-10-09 Bob WilsonCommit one last NEON test to use FileCheck. That's...
2009-10-09 Bob WilsonConvert more NEON tests to use FileCheck.
2009-10-09 Chris Lattnerupdate clang section.
2009-10-09 Mikhail GlushenkovRaise the limit on built-in plugins in llvmc to 10.
2009-10-09 Mikhail GlushenkovReconfigure automatically when Base.td.in is changed.
2009-10-09 Evan ChengReset kill markers after live interval is reconstructed.
next