More spelling and grammar tweaks.
[oota-llvm.git] / lib /
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 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 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 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 Dan GohmanRevert r83606 and add comments explaining why it isn...
2009-10-09 Evan ChengGive Dan and my recent changes, machine LICM is now...
2009-10-09 Evan ChengFix a logic error that caused non-rematable loop invari...
2009-10-09 Evan ChengReset kill markers after live interval is reconstructed.
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 WilsonAdd codegen support for NEON vld4lane intrinsics with...
2009-10-08 Evan ChengRemove code that makes no sense.
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 Richard OsborneAdd some peepholes for signed comparisons using ashr...
2009-10-08 Chris Lattnerremove LoopVR pass. According to Nick:
2009-10-08 Bob WilsonAdd codegen support for NEON vst4 intrinsics with ...
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...
2009-10-08 Bob WilsonAdd codegen support for NEON vst3 intrinsics with ...
2009-10-08 Bob WilsonAdd codegen support for NEON vst2 intrinsics with ...
2009-10-08 Jeffrey YasskinIn instcombine's debug output, avoid printing ADD for...
2009-10-07 Bob WilsonAdd codegen support for NEON vld4 intrinsics with ...
2009-10-07 Bob WilsonAdd codegen support for NEON vld3 intrinsics with ...
2009-10-07 Bob WilsonAdd codegen support for NEON vld2 intrinsics with ...
2009-10-07 Jim Grosbachreverting thumb1 scavenging default due to test failure...
2009-10-07 Chris Lattnersecond half of lazy liveness removal.
2009-10-07 Dale JohannesenFix handling of x86 'R' constraint.
2009-10-07 Jim GrosbachEnable thumb1 register scavenging by default.
2009-10-07 Jim GrosbachEnable thumb1 register scavenging by default.
2009-10-07 Devang PatelExtract subprogram and compile unit information from...
2009-10-07 Bob WilsonAdd some instruction encoding bits for NEON load/store...
2009-10-07 Eric Christopher80-column and whitespace fixes.
2009-10-07 Kevin EnderbyFixed MCSectionMachO::ParseSectionSpecifier to allow...
2009-10-07 Bob WilsonAdd codegen support for NEON vst4 intrinsics with 128...
2009-10-07 Bob WilsonAdd codegen support for NEON vst3 intrinsics with 128...
2009-10-07 Jim Grosbachgrammar
2009-10-07 Bob WilsonAdd codegen support for NEON vst2 intrinsics with 128...
2009-10-07 Jim Grosbachadd initializers for clarity. Add missing assignment...
2009-10-07 Owen AndersonRemove LazyLiveness from the tree. It doesn't work...
2009-10-07 Bob WilsonAdd codegen support for NEON vld4 intrinsics with 128...
2009-10-07 Kevin EnderbyAdd another bit of the ARM target assembler to llvm...
2009-10-07 Dan GohmanReplace some code for aggressive-remat with MachineInst...
2009-10-07 Dan GohmanReplace TargetInstrInfo::isInvariantLoad and its target...
2009-10-07 Dan GohmanAdd a few simple MachineVerifier checks for MachineMemO...
2009-10-07 Bob WilsonAdd codegen support for NEON vld3 intrinsics with 128...
2009-10-07 Bob WilsonRearrange code for selecting vld2 intrinsics. No funct...
2009-10-07 Jim GrosbachAdd register-reuse to frame-index register scavenging...
2009-10-07 Devang PatelDo not assume that the module is set.
2009-10-07 Torok EdwinAdd PR to this FIXME, looks like I didn't commit this...
2009-10-07 Duncan SandsMake getPointerTo return a const PointerType* rather...
2009-10-07 Eric ChristopherAdd FreeInst to the "is a call" check for Insts that...
2009-10-07 Dan GohmanFix this comment. The loop header is the loop entry...
2009-10-07 Anton KorobeynikovAdd PseudoSourceValues for constpool stuff on ELF ...
2009-10-07 Eric ChristopherWhile we still have a MallocInst treat it as a call...
2009-10-06 Kevin EnderbyAdded bits of the ARM target assembler to llvm-mc to...
2009-10-06 Bob WilsonAdd codegen support for NEON vld2 operations on quad...
2009-10-06 Bob WilsonUse copyRegToReg hook to copy registers.
2009-10-06 Jeffrey Yasskinr83391 was completely broken since Twines keep referenc...
2009-10-06 Bob WilsonFix a comment typo.
2009-10-06 Nicolas GeoffrayBugfix for the CommaSeparated option. The original...
2009-10-06 Ted KremenekUpdate CMake file.
2009-10-06 Devang PatelAdd support to handle debug info attached to an instruc...
2009-10-06 Dan GohmanInstead of printing unnecessary basic block labels...
2009-10-06 Jeffrey YasskinFix PR5112, a miscompilation on gcc-4.0.3. Patch by...
2009-10-06 Chris Lattnerremove predicate simplifier, it never got the last...
2009-10-06 Richard OsborneRemove xs1b predicate since it is no longer needed...
next