oota-llvm.git
2009-07-12 Torok EdwinFix assert(0) conversion, as suggested by Chris.
2009-07-12 Daniel DunbarClarify a FIXME.
2009-07-12 Chris Lattner"UNIX paths can contain non-ASCII characters, so Path...
2009-07-12 Jakob Stoklund... Implement support for promotion of AND/OR/XOR on intege...
2009-07-12 Jakob Stoklund... Fix types in PromoteNode handling of CTPOP and friends.
2009-07-12 Jakob Stoklund... Add CCIfSRet calling convention predicate.
2009-07-12 Torok EdwinRemove extra \n from LLVM_UNREACHABLE calls.
2009-07-12 Nick LewyckyMake this clearer for the mathematically inclined....
2009-07-12 Nick LewyckyImplement udiv for ConstantRanges.
2009-07-12 Bill WendlingTemporarily revert r75408. It appears to break the...
2009-07-12 Nick LewyckyThis is not overly conservative.
2009-07-12 Nick LewyckyImplement ConstantRange::multiply based on the code...
2009-07-12 Eli FriedmanRemove check which is duplicated in
2009-07-12 Chris Lattnereliminate MOV64r0 in favor of a Pat<> pattern. This...
2009-07-12 Chris Lattneradd nounwind
2009-07-12 Chris Lattnerbe explicit about making comments real sentences.
2009-07-11 Nick LewyckyDarwin prepends an _ to internal globals, Linux doesn't.
2009-07-11 Chris Lattnerfix x86-64 static codegen to materialize the address...
2009-07-11 Chris Lattnerfix a bug in my cleanup patch
2009-07-11 Chris Lattnercomment cleanup, reduce nesting.
2009-07-11 Chris Lattnerremove some dead patterns, WrapperRIP doesn't exist...
2009-07-11 Chris Lattnersilence vc++ warning.
2009-07-11 Chris Lattnersilence a vc++ warning.
2009-07-11 Chris Lattnerthis test was incorrect for x86-64 static. It passed...
2009-07-11 Daniel DunbarTweak comment.
2009-07-11 Daniel DunbarUpdate CMakeLists.txt
2009-07-11 Daniel DunbarTweak svn:ignore
2009-07-11 Daniel DunbarFix unused function warning.
2009-07-11 Nick LewyckyRevert r75252 which was causing some crashes at compile...
2009-07-11 Chris LattnerFix PR4533, which is about buggy codegen in x86-64...
2009-07-11 Torok EdwinFix comment.
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-11 Daniel DunbarStub out assembly matcher (.s -> MCInst) tblgen backend.
2009-07-11 Mikhail GlushenkovRegenerate.
2009-07-11 Mikhail GlushenkovUpdate documentation.
2009-07-11 Mikhail GlushenkovDelete the temp dir even when '--temp-dir' is specified.
2009-07-11 Nick LewyckyFix handling of max and full set.
2009-07-11 Chris Lattnerimprove filecheck's "scanning from here" caret position.
2009-07-11 Chris Lattnermake filecheck default to canonicalizing horizontal...
2009-07-11 Nick LewyckyBreak the world's largest unit test down a few logical...
2009-07-11 Sanjiv GuptaErase the temp dir before starting.
2009-07-11 Nick LewyckyClarify and simplify.
2009-07-11 Dan GohmanDon't use a void return type with a function that retur...
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-07-11 Chris LattnerWe get the P modifier wrong in a lot of cases, just...
2009-07-11 Evan ChengDon't put IT instruction before conditional branches.
2009-07-11 Evan ChengSmarter isel of ldrsb / ldrsh. Only make use of these...
2009-07-11 Evan ChengMajor changes to Thumb (not Thumb2). Many 16-bit instru...
2009-07-11 Evan Cheng80 col violation.
2009-07-11 Nick LewyckyMove a method that creates constant ranges relative...
2009-07-11 Evan ChengFix up support for OptionalDefOperand when it defaults...
2009-07-11 Eli FriedmanUse CreateStackStoreLoad helper in more places.
2009-07-11 Evan ChengTwo-address pass should use findCommutedOpIndices to...
2009-07-10 Evan ChengUse findCommutedOpIndices to find the operands to commute.
2009-07-10 Bob WilsonAdd superclasses of ARM Neon quad registers. The Q2PR...
2009-07-10 Bob WilsonAdd new vector types for 192-bit, 348-bit and 512-bit...
2009-07-10 Chris Lattnerremove the "debug" modifier, it is only used by one...
2009-07-10 Bob WilsonRefactor TableGen's llvm::getName to share code with...
2009-07-10 Chris Lattneradd support for .zerofill, patch by Kevin Enderby!
2009-07-10 Jeffrey YasskinOops. s/#if defined(USE_OPROFILE)/#if USE_OPROFILE...
2009-07-10 Chris Lattnermake pcrel and non-pcrel global printing more similar.
2009-07-10 David GoodwinSupport remote execute for ARM.
2009-07-10 Evan ChengUndo my brain cramp.
2009-07-10 David GreeneMake changes suggested by Chris and eliminate newly...
2009-07-10 Jeffrey YasskinRegenerate configure after r75279.
2009-07-10 Jeffrey YasskinAdd a --with-oprofile flag to configure, which uses...
2009-07-10 Chris Lattnercode model is never set to default.
2009-07-10 Chris Lattnerfix indentation
2009-07-10 Chris Lattnerremove the now-dead TM argument to these methods.
2009-07-10 Chris Lattnermake PIC vs DynamicNoPIC be explicit in PICStyles.
2009-07-10 Chris Lattnersome minor simplifications.
2009-07-10 Chris Lattneradd a couple of predicates to test for "stub style...
2009-07-10 Dan GohmanRemove ScalarEvolution::hasSCEV, which isn't being...
2009-07-10 Duncan SandsAvoid compiler warnings when assertions are turned...
2009-07-10 Duncan SandsAvoid compiler warnings if assertions turned off.
2009-07-10 Evan ChengCMOVxx doesn't swap operands which it's commuted.
2009-07-10 Evan ChengRemove TargetInstrInfo::CommuteChangesDestination and...
2009-07-10 Sanjiv GuptaLink std.lib (.bc code) with llvm-ld.
2009-07-10 Owen AndersonFix unit tests.
2009-07-10 Chris Lattnerconvert test to use FileCheck, which is much more preci...
2009-07-10 Chris Lattneradd missing *, patch by Peter O'Gorman!
2009-07-10 Owen AndersonPush LLVMContext through the TypeBuilder API. There...
2009-07-10 David GreeneEliminate an unnecessary include.
2009-07-10 Owen AndersonPush LLVMContext through the PatternMatch API.
2009-07-10 David GoodwinPredicate VFP instructions on HasVFP2 instead of IsARM...
2009-07-10 Dan GohmanGeneralize ScalarEvolution's cast-folding code to suppo...
2009-07-10 Owen AndersonUpdate for GlobalVariables ctor change.
2009-07-10 David Goodwint2LDM_RET does not fall-through.
2009-07-10 Duncan SandsAdd Thumb2ITBlockPass.cpp to CMakeLists.txt, fixing
2009-07-10 Chris Lattnermake this more like printOperand. Perhaps some merging...
2009-07-10 Chris Lattnersimplify fast isel by using ClassifyGlobalReference...
2009-07-10 Chris Lattnereliminate GVRequiresRegister, replacing it with predica...
2009-07-10 Chris Lattnerchange a bunch of logic in LowerGlobalAddress to levera...
2009-07-10 Chris Lattneradd a predicate to determine if a global var reference...
2009-07-10 Chris Lattnermove some classification logic around. Now GVRequiresE...
2009-07-10 Chris Lattnerchange isGlobalStubReference to take target flags inste...
2009-07-10 Chris Lattnerconvert some late code (called by regalloc and code...
2009-07-10 Chris Lattneradd a new predicate method that says whether a GlobalValue
2009-07-10 Chris LattnerGVRequiresExtraLoad is now never used for calls, simpli...
2009-07-10 Chris Lattneractually, just eliminate PCRelGVRequiresExtraLoad....
next