oota-llvm.git
2010-09-23 Bob WilsonFix llvm-extract so that it changes the linkage of...
2010-09-23 Oscar FuentesAvoid warnings about conversions to `bool' in MS compilers.
2010-09-23 Oscar FuentesFix VS 2010 build.
2010-09-23 Nate BegemanRevert r114596, it's breaking a few tests.
2010-09-23 Douglas GregorBump LLVM in CMake makefiles to 2.9
2010-09-23 Rafael EspindolaFix the FIXME.
2010-09-23 Evan ChengFollow up to r114630. Do not optimize away unconditiona...
2010-09-23 Evan ChengDisable codegen prepare critical edge splitting. Machin...
2010-09-23 Evan ChengIf there are multiple unconditional branches terminatin...
2010-09-23 Evan ChengDon't sink insert_subreg, subreg_to_reg, reg_sequence...
2010-09-23 Evan ChengSDISel should not optimize a unconditional branch follo...
2010-09-23 Lang HamesMoved the PBQP allocator class out of the header and...
2010-09-23 Sean CallananFixed a crash in the enhanced disassembler where
2010-09-23 Dan GohmanFix llvm-extract -delete's lazy loading to materialize...
2010-09-22 Jim GrosbachAdd support for ELF PLT references for ARM MC asm print...
2010-09-22 Dan GohmanMake SetVector's remove indicate whether it actually...
2010-09-22 Jim GrosbachEnable a few additional asserts in MC instruction lowering.
2010-09-22 Owen AndersonA select between a constant and zero, when fed by a...
2010-09-22 Cameron EsfahaniFix PR8201: Update the code to call via X86::CALL64pcre...
2010-09-22 Nate Begeman<rdar://problem/8228022> Wvector-conversions warnings...
2010-09-22 Bob WilsonChange VDUPLANE DAG combiner to just return the result...
2010-09-22 Rafael EspindolaAvoid some Mach-O specific alignment being done on...
2010-09-22 Chris Lattnerallow target-specific label suffixes, patch by Yuri...
2010-09-22 Dan GohmanFix uninitialized TBAAFlag field values.
2010-09-22 Bob WilsonCombine both VMOVDRR(VMOVRRD) and VMOVRRD(VMOVDRR)...
2010-09-22 Dan GohmanTeach memdep about TBAA tags.
2010-09-22 Devang PatelUse DW_OP_fbreg when offset is based on frame register.
2010-09-22 Jim Grosbachadd FIXME
2010-09-22 Eric ChristopherTemporarily work around new address lowering while...
2010-09-22 Jim GrosbachRemove a few commented out bits
2010-09-22 Dan GohmanConstify.
2010-09-22 Rafael EspindolaFix typo and add a FIXME.
2010-09-22 Bob WilsonWhen moving zext/sext to be folded with a load, ignore...
2010-09-22 Jim GrosbachAdd PrintSpecial() handling for in ARM MC instruction...
2010-09-22 Jim Grosbachgrammar tweakage
2010-09-22 Jim Grosbachremove trailing whitespace
2010-09-22 Daniel DunbarCrashRecovery/Darwin: Override raise() as well so that...
2010-09-22 Rafael EspindolaCorrectly align bss.
2010-09-22 Jim GrosbachAdd MC instruction printer support for ARM and Thumb1...
2010-09-22 Bob WilsonAttempt to fix llvm-gcc build. It was crashing when...
2010-09-22 Jim GrosbachAdd MC instruction printer support for TB[BH] style...
2010-09-22 Jim GrosbachClean up comment.
2010-09-22 Mikhail Glushenkovllvmc: Support '-emit-llvm -S' with -opt.
2010-09-22 Mikhail GlushenkovA more informative output suffix for the opt tool.
2010-09-22 Chris Lattnerfix rdar://8456371 - Handle commutable instructions...
2010-09-22 Chris LattnerFix an inconsistency in the x86 backend that led it...
2010-09-22 Chris Lattnerfix rdar://8456412 - llvm-mc crash in encoder on "mov...
2010-09-22 Chris Lattnerfix rdar://8456417 - llvm-mc can't do basic math
2010-09-22 Chris Lattneradd the missing aliases for fp stack cmovs, rdar:/...
2010-09-22 Chris Lattnerreimplement elf TLS support in terms of addressing...
2010-09-22 Chris LattnerFix rdar://8456364 - llvm-mc rejects '%CS'
2010-09-22 Chris Lattnerfix rdar://8456389 - llvm-mc mismatch with 'as' on...
2010-09-22 Chris Lattnerfix rdar://8456361 - llvm-mc rejects 'rep movsd'
2010-09-22 Chris Lattnerconvert the last 4 X86ISD nodes that should have memope...
2010-09-22 Chris Lattnergive X86ISD::FNSTCW16m a memoperand, since it touches...
2010-09-22 Chris Lattnergive FP_TO_INT16_IN_MEM and friends a memoperand. ...
2010-09-22 Chris Lattnerlinux has a different stack alignment than the mac...
2010-09-22 Chris Lattnergive VZEXT_LOAD a memory operand, it now works with...
2010-09-22 Chris Lattnerrevert r114386 now that address modes work correctly...
2010-09-21 Chris Lattnergive LCMPXCHG_DAG[8] a memory operand, allowing it...
2010-09-21 Chris Lattnerfilecheckize
2010-09-21 Evan ChengOptimizeCompareInstr should avoid iterating pass the...
2010-09-21 Jim GrosbachAdd start of support for MC instruction printer of...
2010-09-21 Owen AndersonEnable target-specific mul-lowering on ARM, even at...
2010-09-21 Jakob Stoklund... Build the complement interval dupli after the split...
2010-09-21 Chris Lattnerreimplement support for GS and FS relative address...
2010-09-21 John ThompsonFixed pr20314-2.c failure, added E, F, p constraint...
2010-09-21 Chris LattnerRework passing parent pointers into complexpatterns...
2010-09-21 Bob WilsonMove a sign-extend or a zero-extend of a load to the...
2010-09-21 Bob WilsonClarify a comment.
2010-09-21 Dan GohmanAdd some utility routines.
2010-09-21 Devang PatelAdd insertAfter. This should have accompanied previous...
2010-09-21 Devang PatelIf only user of a vreg is an copy instruction to export...
2010-09-21 Devang PatelUse FileCheck
2010-09-21 Chris Lattnercorrect this logic.
2010-09-21 Owen AndersonReimplement r114460 in target-independent DAGCombine...
2010-09-21 Chris Lattnerjust like they can opt into getting the root of the...
2010-09-21 Chris Lattnerfix a long standing wart: all the ComplexPattern's...
2010-09-21 Jakob Stoklund... Refix MSVC9 and upper_bound. It actually needs a fully...
2010-09-21 Chris Lattnereven though I'm about to rip it out, simplify the addre...
2010-09-21 Chris Lattnerfinish pushing MachinePointerInfo through selectiondags...
2010-09-21 Chris Lattnerconvert a couple more places to use the new getStore()
2010-09-21 Chris Lattnerupdate a bunch of code to use the MachinePointerInfo...
2010-09-21 Owen AndersonWhen adding the carry bit to another value on X86,...
2010-09-21 Jakob Stoklund... Don't pollute the global namespace.
2010-09-21 Jakob Stoklund... MSVC9 does not support upper_bound with an asymmetric...
2010-09-21 Bob WilsonDefine the TargetLowering::getTgtMemIntrinsic hook...
2010-09-21 Chris Lattnereliminate some uses of the getStore overload.
2010-09-21 Chris Lattnereliminate an old SelectionDAG::getTruncStore method...
2010-09-21 Chris Lattnereliminate last SelectionDAG::getLoad old entrypoint...
2010-09-21 Chris Lattnerfix the code that infers SV info to be correct when...
2010-09-21 Jakob Stoklund... Add LiveInterval::find and use it for most LiveRange...
2010-09-21 Jakob Stoklund... Remove dead method.
2010-09-21 Chris Lattnerpropagate MachinePointerInfo through various uses of...
2010-09-21 Jim GrosbachFix errant printing of [v]ldm instructions that aren...
2010-09-21 Benjamin KramerSimplify code.
2010-09-21 Chris Lattnercontinue MachinePointerInfo'izing, eliminating use...
2010-09-21 Chris Lattnerconvert dagcombine off the old form of getLoad. This...
2010-09-21 Benjamin KramerMake CreateComplexVariable independent of SmallVector.
2010-09-21 Chris Lattnersimplify DAGCombiner::SimplifySelectOps step #2/2.
next