oota-llvm.git
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.
2009-10-09 Evan ChengIndentation.
2009-10-09 Dan GohmanPreserve HasNSW and HasNUW when constructing SCEVs...
2009-10-09 Dale JohannesenWhen considering whether to inline Callee into Caller,
2009-10-09 Dan GohmanAdd the ability to track HasNSW and HasNUW on more...
2009-10-09 Bob WilsonAdd codegen support for NEON vst4lane intrinsics with...
2009-10-08 Bob WilsonAdd codegen support for NEON vst3lane intrinsics with...
2009-10-08 Bob WilsonAdd codegen support for NEON vst2lane intrinsics with...
2009-10-08 Bob WilsonConvert more NEON tests to use FileCheck.
2009-10-08 Bob WilsonAdd codegen support for NEON vld4lane intrinsics with...
2009-10-08 Evan ChengRemove code that makes no sense.
2009-10-08 Bob WilsonConvert more NEON tests to use FileCheck.
2009-10-08 Bob WilsonAdd codegen support for NEON vld3lane intrinsics with...
2009-10-08 Douglas GregorUpdate CMake build yet again after a source file was...
2009-10-08 Bill WendlingIt's possible for a global variable to be optimized...
2009-10-08 Anton KorobeynikovUse lower16 / upper16 imm modifiers to asmprint 32...
2009-10-08 Devang PatelClear variable debug info map at the end of the function.
2009-10-08 Bob WilsonAdd codegen support for NEON vld2lane intrinsics with...
2009-10-08 Bob WilsonClean up some unnecessary initializations.
2009-10-08 Bob WilsonClean up a comment (indentation was wrong).
2009-10-08 Bob WilsonAdd a SelectionDAG getTargetInsertSubreg convenience...
2009-10-08 Devang PatelDo not record line number to implicitly mark start...
2009-10-08 Richard OsborneAdd missing names for the XCore specific LADD and LSUB...
2009-10-08 Dan GohmanAdd a form of addPreserved which takes a string argumen...
2009-10-08 Chris Lattnersome updates from users of llvm
2009-10-08 Richard OsborneAdd some peepholes for signed comparisons using ashr...
2009-10-08 Chris Lattnerall content split into sections, still much work to...
2009-10-08 Chris Lattnerremove LoopVR pass. According to Nick:
2009-10-08 Chris Lattnercheckpoint, this is still not comprehendible.
2009-10-08 Mikhail GlushenkovUnbreak the build.
2009-10-08 Bob WilsonConvert more NEON tests to use FileCheck.
2009-10-08 Bob WilsonAdd codegen support for NEON vst4 intrinsics with ...
2009-10-08 Mikhail GlushenkovMake the Base plugin understand -MF and -MT.
2009-10-08 Mikhail GlushenkovInput files should go before all other options.
2009-10-08 Jim GrosbachCleanup up unused R3LiveIn tracking.
2009-10-08 Jim GrosbachRe-enable register scavenging in Thumb1 by default.
2009-10-08 Jim Grosbachbugfix. The target may use virtual registers that aren...
next