oota-llvm.git
2010-09-27 Dale JohannesenMMX parameters aren't handled here yet.
2010-09-27 Dale JohannesenDon't try to make a vector of x86mmx; this won't work,
2010-09-27 Dan GohmanwriteGraph doesn't need its ShortNames argument.
2010-09-27 Dan GohmanDelete an unused function.
2010-09-27 Dan GohmanDelete an unused declaration.
2010-09-27 Dan GohmanDon't construct a redundant GraphWriter object.
2010-09-27 Dan GohmanFactor out code from the standalone WriteGraph function...
2010-09-27 Douglas GregorRemove reference to nonexistent test in CMake makefile...
2010-09-27 Dan GohmanConstify properlyDominates in the same manner as dominates.
2010-09-27 Dan GohmanAdd support for viewing graphviz graphs with xdot.py.
2010-09-27 Dan GohmanMove ValueMapTest from ADT to VMCore so that ADT doesn...
2010-09-27 Dan GohmanAdd an all() method to BitVector, for testing whether...
2010-09-27 Dan GohmanRemove WriteGraph's Name argument, which it didn't...
2010-09-27 Dan GohmanMake this code 65-bit clean.
2010-09-27 Dan GohmanFix indentation.
2010-09-27 Oscar FuentesRemoved remnant target library dependencies from LLVMLi...
2010-09-27 Oscar FuentesUpdated LLVMLibDeps.cmake
2010-09-27 Michael J.... MC-COFF: Drop empty sections, and label symbols. Conver...
2010-09-27 Chris Lattneryet more aliases.
2010-09-27 Chris Lattneradd a couple more aliases, rdar://8456378
2010-09-27 Chris Lattnerfix rdar://8470918 - llvm-mc can't assemble smovl
2010-09-27 Chris LattnerFix rdar://8468087 - llvm-mc commutes fmul (and friend...
2010-09-27 Chris Lattnerthe latest assembler that runs on powerpc 10.4 machines...
2010-09-27 Chris Lattnerimprove indentation
2010-09-27 Eric ChristopherInsert missing coherency in comment. Add a quick check...
2010-09-27 Eric ChristopherMass rename for Jim.
2010-09-27 Eric ChristopherThis code should never fire on non-darwin subtargets.
2010-09-27 Chris Lattnerimplement support for 'clr' alias. This is part of...
2010-09-26 Lang HamesFixed some tests to avoid LiveIntervals::getInstruction...
2010-09-25 Oscar FuentesNew cmake options LLVM_INCLUDE_X (X = {TOOLS, EXAMPLES...
2010-09-25 Oscar FuentesAvoid warnings about implicit conversions to `bool...
2010-09-25 Oscar FuentesReverting "CMake: Don't include tools, unittets, or...
2010-09-25 Jakob Stoklund... Avoid using VNInfo::getCopy as much as possible. I...
2010-09-25 Chris Lattnertemporarily revert developer policy change as a courtes...
2010-09-25 Lang HamesRemoved VNInfo::isDefAccurate(). Def "accuracy" can...
2010-09-25 Che-Liang ChiouAdd test case for PTX ret instruction
2010-09-25 Che-Liang ChiouAdd ret instruction to PTX backend
2010-09-25 Che-Liang ChiouRemove trailing spaces of CallingConv.h
2010-09-25 Rafael EspindolaMove ELF to HasReliableSymbolDifference=true. Also...
2010-09-25 Owen AndersonLoadPRE was not properly checking that the load it...
2010-09-25 Evan ChengFix IIC_iEXTAr itinerary class of Cortex-A9.
2010-09-25 Evan ChengRemove a unused instruction itinerary class.
2010-09-25 Eric ChristopherIf we're changing the source of a memcpy we need to...
2010-09-25 Evan ChengFix zero and sign extension instructions scheduling...
2010-09-25 Jakob Stoklund... Remove SlotIndex::PHI_BIT. It is no longer used by...
2010-09-25 Jakob Stoklund... Remove the only use of SlotIndex::isPHI. This bit is...
2010-09-24 Jakob Stoklund... Terminator gaps were unused. Might as well delete them.
2010-09-24 Evan ChengMore pseudo instruction scheduling itinerary fixes.
2010-09-24 John ThompsonFix for test/CodeGen/PowerPC/2008-10-17-AsmMatchingOper...
2010-09-24 Evan ChengFix scheduling itinerary for pseudo mov immediate instr...
2010-09-24 Rafael EspindolaReapply 114678 and 114667. Reverting them did not fix...
2010-09-24 Jim GrosbachAdd ARM explicit MCInst lowering for the Thumb eh.sjlj...
2010-09-24 Jakob Stoklund... Be more precise when trying to XFAIL this tester: googl...
2010-09-24 Michael J.... Get rid of pop_macro warnings on MSVC.
2010-09-24 Michael J.... CMake: Don't include tools, unittets, or examples as...
2010-09-24 Evan ChengEnable code placement optimization pass for ARM.
2010-09-24 Dale JohannesenWe can't return SSE/MMX vectors if SSE is disabled.
2010-09-24 Rafael EspindolaRevert 114678 and 114667 to see if
2010-09-24 Nicolas GeoffrayAttach a DebugLoc to a GC point in order to get precise...
2010-09-24 Daniel DunbarMC/AsmParser: Handle a missed case of floating literals...
2010-09-24 Michael J.... Fix line endings from my last commit.
2010-09-24 Michael J.... unittests: Support Windows.
2010-09-24 Michael J.... Test unittests built with CMake.
2010-09-24 Michael J.... CMake: Build unittests.
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...
next