oota-llvm.git
2010-09-24 Michael J.... Fix whitespace.
2010-09-24 Evan ChengFix a potential null dereference bug.
2010-09-24 Daniel DunbarMC/AsmParser: Support .single and .double for embedding...
2010-09-24 Daniel DunbarMC/Lexer: Add 'Real' token type for floating point...
2010-09-24 Daniel DunbarMC: Add missing ')' in diagnostic.
2010-09-23 Owen AndersonRevert r114703 and r114702, removing the isConditionalM...
2010-09-23 Bob WilsonSet alignment operand for NEON VST instructions.
2010-09-23 Jim GrosbachARM-mode eh.sjlj.setjmp pseudo MC-inst lowering expansion
2010-09-23 Jim Grosbach#+4 --> #4 for consistency with other asm output
2010-09-23 Jim GrosbachFix formatting of output .s code
2010-09-23 Owen AndersonAdd isConditionalMove bits to X86 and ARM instructions.
2010-09-23 Owen AndersonAdd an TargetInstrDesc bit to indicate that a given...
2010-09-23 Chris Lattnerremove an obsolete section
2010-09-23 Bob WilsonSet alignment operand for NEON VLD instructions.
2010-09-23 Andrew TrickFix Getting Started docs.
2010-09-23 Rafael EspindolaCorrectly handle weak undefined symbols. Before we...
2010-09-23 Jim Grosbachnever mind. I can't read, apparently
2010-09-23 Evan ChengFix r114632. Return if the only terminator is an uncond...
2010-09-23 Jim GrosbachFix opcode value for the 'trap' instruction, keeping...
2010-09-23 Jim Grosbachexplicit 'unsigned long' on constant value. Hopefully...
2010-09-23 Benjamin KramerUnbreak build. Jim, please review.
2010-09-23 Evan ChengRevert 114634 for now since buildbot claim it broke...
2010-09-23 Jim Grosbachtrailing whitespace
2010-09-23 Jim GrosbachClean up the 'trap' instruction printing a bit. Non...
2010-09-23 Rafael EspindolaCorrectly compute the offset of the symbol. Forgot...
2010-09-23 Jim Grosbachnuke unused var
2010-09-23 Chris Lattnerrewrite the copyright section to match reality: llvm...
2010-09-23 Chris Lattneradd lldb and libc++ code owners.
2010-09-23 Rafael EspindolaRepresent relocations against local symbols as relocati...
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.
next