platform/upstream/llvm.git
2009-07-22 Ted KremenekRestructure ProgramPoint to have the 'Kind' value be...
2009-07-22 Ted KremenekTemporarily disable most use of region casts in RegionS...
2009-07-22 Ted KremenekFix a crasher in StoreManager::InvalidateRegion() cause...
2009-07-22 Chris Lattnerfix some formatting stuff, patch by Edward O'Callaghan!
2009-07-22 Mon P WangPreserve address space information through member acces...
2009-07-22 Mike StumpRemove an unneeded header.
2009-07-22 Eric ChristopherRemove intrinsic support for __builtin_ia32_vec_set_v16...
2009-07-22 Eli FriedmanAdd support for MMX VSETCC.
2009-07-22 Sean CallananAdded the unconditional JMP with an 8-bit relocation...
2009-07-22 Evan ChengAdd an entry.
2009-07-22 Chris Lattnerinline the two MergeableConstSection implementations...
2009-07-22 Mike StumpPrep for new warning.
2009-07-22 Fariborz JahanianMinor mod. per Doug's comment.
2009-07-22 Chris Lattnerset the ELF "small" flag on objects that end up in...
2009-07-22 Chris Lattnerdon't set the small flag yet.
2009-07-22 Chris Lattnerremove the SelectSectionForMachineConst hook, replacing...
2009-07-22 Douglas GregorComplain if we're entering the context of a dependent...
2009-07-22 Evan ChengLet each target determines whether a machine instructio...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-22 Chris Lattnerreimplement Constant::ContainsRelocations as
2009-07-22 Dan GohmanMisc. doc fixes following suggestions from Eli.
2009-07-21 Evan ChengFixing cp island pass. Step 1: Determine whether the...
2009-07-21 Evan ChengFix comment.
2009-07-21 Douglas GregorBasic parsing and semantic analysis for out-of-line...
2009-07-21 Mike StumpRevert this, we can now avoid error cascades better.
2009-07-21 Mike StumpRevert this, was a bug in my new warning code, not...
2009-07-21 Chris Lattnersimplify code now that it is inlined.
2009-07-21 Lang HamesExposed PHIElimination pass within CodeGen.
2009-07-21 Mike StumpRevert this, we have a better way to do this.
2009-07-21 Chris LattnerNow that RelocBehaviour() is never overloaded, it doesn...
2009-07-21 Mike StumpRevert this, we have a better way to handle this.
2009-07-21 Eric ChristopherAdd intrinsic for __builtin_ia32_vec_set_v4si which...
2009-07-21 Chris Lattnerthis doesn't break any of the 4 ia64 tests.
2009-07-21 Chris Lattneralpha doesn't need to redefine this: it only supports...
2009-07-21 Mike StumpRevert recent change, I now have a better way to solve...
2009-07-21 David GreeneAdd some support for iterative coalescers to calculate...
2009-07-21 Chris Lattnerno really, I can spell!
2009-07-21 Chris Lattneradd an API so target-independent codegen can determine...
2009-07-21 Ted KremenekFix long-lurking bug in ObjCSummaryCache revealed by...
2009-07-21 Dan GohmanConvert instcombine from using using getAnalysis<Target...
2009-07-21 Dan GohmanPermit the IntPtrTy argument to isEliminableCastPair...
2009-07-21 Chris Lattnerfix typo
2009-07-21 Bruno Cardoso... Change ELFCodeEmitter logic to emit the constant pool...
2009-07-21 Dan GohmanReplace the original ad-hoc code for determining whethe...
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Evan ChengRemove a big test case.
2009-07-21 Chris LattnerVarious doc updates from Edward O'Callaghan!
2009-07-21 Chris Lattnerremove the last bits of SectionFlagsForGlobal. There...
2009-07-21 Chris Lattnerdon't mask out the small flag and then reapply it later.
2009-07-21 Chris Lattnerif Xcore doesn't support TLS, it doesn't have to worry...
2009-07-21 Chris Lattnerremove the Xcore implementation of SelectSectionForGlob...
2009-07-21 Fariborz JahanianPatch to accomodate Doug's comment on default
2009-07-21 Chris Lattnersimplify based on the fact that darwin always uses...
2009-07-21 Chris Lattnermake some stuff private.
2009-07-21 Chris Lattnerimprove comments.
2009-07-21 Chris LattnerRemove the XCore custom implementation of MergeableCons...
2009-07-21 Bob WilsonFix ocaml tests for 64-bit MacOS systems. LLVM is...
2009-07-21 Bob WilsonReorder the "Metadata" entry to match the C bindings.
2009-07-21 Ted KremenekRemove stale comment and fix RUN line.
2009-07-21 Daniel DunbarAdd missing include
2009-07-21 Chris Lattnerinline a trivial method into its only call site and...
2009-07-21 Chris LattnerRemove some overridden functions in XCoreTargetAsmInfo...
2009-07-21 Ted KremenekAdd test case for PR 4596, which is already fixed due...
2009-07-21 Ted KremenekPatch by Stefan Bühler: Escape text in macro expansion...
2009-07-21 Chris Lattnerrevert r76602, 76603, and r76615, pending design discus...
2009-07-21 Chris Lattnerminor cleanups.
2009-07-21 Ted KremenekUpdate stale comment.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Ted KremenekReorder files.
2009-07-21 Ted KremenekFix PR 4594 by refactoring almost all casting logic...
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Owen AndersonPrivatize the ConstantArray table.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Torok EdwinAdd a few fairly obvious API changes I noticed while...
2009-07-21 Eli FriedmanMissed a piece of the commit to remove the shift flavor.
2009-07-21 Owen AndersonPrivatize the first of the value maps.
2009-07-21 Eli FriedmanRemove shift amount flavor. It isn't actually complete...
2009-07-21 Daniel Dunbardriver: Print --version on stdout, to match gcc.
2009-07-21 Eli FriedmanRemove a couple of already-implemented notes.
2009-07-21 Eli FriedmanMisc fixes for -Wreorder:
2009-07-21 Evan Cheng80 col violation.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Douglas GregorMake Sema::ActOnCXXEnterDeclaratorScope robust against...
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 David GreenePrefix IR dumps with LiveInterval indices when possible...
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Evan ChengAdd fake v7 itineraries for now.
2009-07-21 Mike StumpPrep for new warning.
2009-07-21 Mike StumpPrep for new warning.
next