Remove LazyLiveness from the tree. It doesn't work right now, and I'm not going...
[oota-llvm.git] / lib /
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...
2009-10-06 Richard OsborneRemove xs1a subtarget. xs1a is a preproduction device...
2009-10-06 Richard OsborneDefault to the xs1b subtarget
2009-10-06 Duncan SandsIntroduce and use convenience methods for getting point...
2009-10-06 Jim Grosbachgrammar
2009-10-06 Devang PatelFix cut-n-pasto.
2009-10-06 Devang PatelUpdate processDebugLoc() to handle requests to process...
2009-10-06 Devang PatelUpdate processDebugLoc() so that it can be used to...
2009-10-06 Devang PatelRemove dead code.
2009-10-06 Devang PatelAdd utility routine to set begin and end labels for...
2009-10-06 Devang PatelRemove unintentional function decl.
2009-10-06 Devang PatelAdd utility routine to collect variable debug info...
2009-10-06 Jeffrey YasskinFix llvm.org/PR5116 by rolling back r60822. This passe...
2009-10-06 Devang PatelSet default location for the function if it is not...
2009-10-06 Devang PatelExistence of a compile unit for input source file is...
2009-10-05 Devang PatelIf subprogram die is not available then construct new...
2009-10-05 Devang PatelAdjust context for the global variables that are not...
2009-10-05 Devang PatelSet address while constructing DIE.
2009-10-05 Evan PhoenixExtend ConstantFolding to understand signed overflow...
2009-10-05 Jim GrosbachIn Thumb1, the register scavenger is not always able...
2009-10-05 Torok EdwinDon't treat malloc calls with non-matching prototype...
2009-10-05 Edward O'CallaghanNo newline at end of files.
2009-10-05 Devang PatelGracefully handle various scopes while recording source...
2009-10-05 Dan GohmanRemove an unnnecessary LLVMContext argument in
2009-10-05 Dan GohmanUse Use::operator= instead of Use::set, for consistency.
2009-10-05 Dan GohmanRemove explicit enum integer values. They don't appear...
2009-10-05 Dan GohmanAdd RIP to GR64_NOREX. This fixed a MachineVerifier...
2009-10-05 Chris Lattnerstrength reduce a ton of type equality tests to check...
2009-10-05 Chris Lattnerteach the optimizer how to constant fold uadd/usub...
2009-10-05 Chris Lattnersimplify this code a bunch.
2009-10-05 Chris Lattnercode simplifications.
2009-10-05 Chris Lattnerinstcombine shouldn't delete all null checks for mallocs.
2009-10-05 Chris Lattnerstop MachineFunctionPass from claiming that it preserve...
2009-10-05 Chris Lattnerremove llvm-db: it is completely broken and if anyone...
2009-10-04 Owen AndersonDo away with the strange use of BitVectors in SSI,...
2009-10-04 Jakob Stoklund OlesenWhitespace and formatting.
2009-10-04 Owen AndersonFix a typo in the comment.
2009-10-04 Owen AndersonSSI needs to require DT and DF transitively, since...
2009-10-04 Evan ChengAllow -inline-threshold override default threshold...
2009-10-03 Nick LewyckyRequires element types in a constant initializer to...
2009-10-03 Bob WilsonAdd a comment to describe letters used in multiclass...
2009-10-03 Bob WilsonFix encoding problem for VMLS instruction.
2009-10-03 Lang HamesOops. Renamed remaining MachineInstrIndex references.
2009-10-03 Lang HamesRenamed MachineInstrIndex to LiveIndex.
2009-10-02 Benjamin KramerMingW build fixes
2009-10-02 Benjamin KramerFix a use-after-free in post-ra-scheduling.
2009-10-02 Evan ChenggetFunctionAlignment should return log2 alignment.
2009-10-02 Evan ChengForgot about ARM::tPUSH. It also has a new writeback...
2009-10-02 Evan ChengMove load / store multiple before post-alloc scheduling.
2009-10-01 David GoodwinAll callee-saved registers are live-out of a return...
2009-10-01 David GoodwinRemove neonfp attribute and instead set default based...
2009-10-01 Mike StumpExpand api out in the usual inserter way, though, I...
2009-10-01 David GoodwinRestore the -post-RA-scheduler flag as an override...
2009-10-01 Evan ChengARM::tPOP and tPOP_RET each has an extra writeback...
2009-10-01 Devang PatelAdd support to extract lexical scope information from...
2009-10-01 David GoodwinUse MachineFrameInfo.getPristineRegs() to determine...
2009-10-01 Devang Patel Record first and last instruction of a scope in DbgScope.
2009-10-01 Evan ChengObserve hasExtraSrcRegAllocReq and hasExtraDefRegAllocR...
2009-10-01 Evan ChengAdd hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq...
2009-10-01 Douglas GregorRemove GVNPRE.cpp from the CMake makefile
2009-10-01 Chris Lattnerremove the GVNPRE pass. It has been subsumed by the...
2009-10-01 Evan ChengUpdate ARM JIT emitter to account for ld/st multiple...
2009-10-01 Evan ChengChange ld/st multiples to explicitly model the writebac...
2009-10-01 Devang PatelAdd another MDNode into DebugLocTuple. This will be...
2009-10-01 Devang PatelIf location info is attached with an instruction then...
2009-09-30 Devang PatelUse MachineInstr as an processDebugLoc() argument.
2009-09-30 Devang PatelUse MDNode * directly as an RecordSourceLine() argument.
2009-09-30 Devang PatelRemove dead code.
2009-09-30 Devang PatelAdd isFOO() helpers. Fix getDirectory() and getFilename...
2009-09-30 Bob WilsonUse OutStreamer.SwitchSection instead of writing out...
2009-09-30 Bob WilsonAdd a new virtual EmitStartOfAsmFile method to the...
2009-09-30 Bob WilsonFix a comment typo.
2009-09-30 Devang PatelCheck for null MDNode element while printing comment.
next