oota-llvm.git
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 WilsonConvert more NEON tests to use FileCheck.
2009-10-07 Bob WilsonAdd codegen support for NEON vld3 intrinsics with ...
2009-10-07 Jeffrey YasskinFix the OProfile part of PR5018. This fixes --without...
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 Bob WilsonConvert more NEON tests to use FileCheck.
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 WilsonConvert test to FileCheck.
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 Bob WilsonAdd tests for vld2 of 128-bit vectors.
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 a comment explaining how DenseMap::insert works...
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 Dan GohmanINTRINSIC_W_CHAIN and INTRINSIC_VOID do not use MemSDNo...
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 WilsonUpdate NEON struct names to match llvm-gcc changes.
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 Jeffrey YasskinFix illegal cross-type aliasing. Found by baldrick...
2009-10-06 Devang PatelAdd support to handle debug info attached to an instruc...
2009-10-06 Dan GohmanMake LLVMContext's pImpl member const.
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 Jeffrey YasskinAdd a test for http://llvm.org/PR3043.
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 Edward O'CallaghanCMake misses a check for sbrk on NetBSD.
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 Evan PhoenixFirst test commit
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 Dan GohmanFix a name in a comment.
2009-10-05 Chris Lattnercallgraph changes came after the 2.6 branch.
2009-10-05 Chris Lattnerstrength reduce a ton of type equality tests to check...
2009-10-05 Chris Lattneradd more type predicates.
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 Lattneradd some helper functions.
2009-10-05 Chris Lattnercode simplifications.
2009-10-05 Evan ChengMove implicit and paralle to a separate codegen specifi...
2009-10-05 Chris Lattnerinstcombine shouldn't delete all null checks for mallocs.
next