Fix LDRi12 immediate operand, which was changed to be the second operand in $addrmode...
[oota-llvm.git] / utils /
2011-04-01 Andrew TrickAdd annotations to tablegen-generated processor itinera...
2011-04-01 Andrew Trickwhitespace
2011-03-31 Nick LewyckyFix typo in generated HTML.
2011-03-31 Bob WilsonUse intrinsics for Neon vmull operations. Radar 9208957.
2011-03-30 Argyrios KyrtzidisClangSAEmClangSACheckersEmitter, emit info about groups.
2011-03-29 Matt Beaumont-GayQuiet a gcc warning about changed name lookup rules
2011-03-29 Argyrios KyrtzidisIn ClangSACheckersEmitter:
2011-03-29 Argyrios KyrtzidisFor ClangSACheckersEmitter, allow a package to belong...
2011-03-28 Devang PatelRemove scripts used by TEST=dbg from here. They now...
2011-03-27 Duncan SandsPartially revert commit 127155: I think it is much...
2011-03-26 Douglas GregorExtend Clang's TableGen emitter for attributes to suppo...
2011-03-25 Duncan SandsUseful script for finding regressions in the nightly...
2011-03-25 Johnny Chendelegate the disassembly of t2ADR to the more generic...
2011-03-24 Johnny ChenThe opcode names ("tLDM", "tLDM_UPD") used for conflict...
2011-03-24 Johnny ChenThe ARM disassembler was confused with the 16-bit tSTMI...
2011-03-24 Bruno Cardoso LopesAdd asm parsing support w/ testcases for strex/ldrex...
2011-03-24 Johnny ChenADR was added with the wrong encoding for inst{24-21...
2011-03-23 Douglas GregorUpdate the Clang attribute emitter to handle attributes...
2011-03-21 Bill WendlingCall static functions so that they aren't left unused.
2011-03-21 Bill WendlingA WIP commit of the InstAlias printing cleanup. This...
2011-03-21 Bill WendlingAdd the IAPrinter class.
2011-03-21 Bill Wendling* Add classes that support the "feature" information.
2011-03-18 Owen AndersonThumb2 PC-relative loads require a fixup rather than...
2011-03-18 NAKAMURA Takumiraw_ostream: [PR6745] Tweak formatting (double)%e for...
2011-03-15 NAKAMURA Takumilit/ProgressBar.py: [PR7919] Improve line wrap for...
2011-03-15 Evan Cheng- Add "Bitcast" target instruction property for instruc...
2011-03-15 Sean CallananX86 table-generator and disassembler support for the AVX
2011-03-14 Owen AndersonIgnore isCodeGenOnly instructions when generating diass...
2011-03-14 Jim GrosbachTrailing whitespace.
2011-03-14 Francois PichetCorrect small comment order typo.
2011-03-12 Jim GrosbachRemove no-longer-correct special case for disasm of...
2011-03-11 Jim GrosbachPseudo-ize the ARM 'B' instruction.
2011-03-11 Jim GrosbachRemove dead code. These ARM instruction definitions...
2011-03-11 Jim GrosbachRemove dead code. These ARM instruction definitions...
2011-03-11 Jim GrosbachPseudo-ize VMOVDcc and VMOVScc.
2011-03-11 Jim GrosbachRemove dead code. These ARM instruction definitions...
2011-03-11 Jim GrosbachARM VDUPfd and VDUPfq can just be patterns. The instruc...
2011-03-11 Jim GrosbachRemove dead code. These ARM instruction definitions...
2011-03-11 Jim GrosbachARM VDUPLNfq and VDUPLNfd definitions can just be Pat...
2011-03-11 Jim GrosbachARM VREV64df and VREV64qf can just be patterns. The...
2011-03-11 Jim GrosbachAdd missing 'return on failure'. Previously we'd crash...
2011-03-11 Jim GrosbachTeach TableGen to pre-calculate register enum values...
2011-03-11 Jim GrosbachMake the register enum value part of the CodeGenRegiste...
2011-03-11 Jim GrosbachTrailing whitespace.
2011-03-11 Jim GrosbachTrailing whitespace.
2011-03-11 Jim GrosbachTidy up since ARM MOVCCi and MOVCCi16 are now pseudos.
2011-03-10 Jim GrosbachProperly pseudo-ize MOVCCr and MOVCCs.
2011-03-10 Jim GrosbachMemory barrier instructions don't need special handling...
2011-03-08 Stuart HastingsStop building PPC parts on OSX. Radar 8637926.
2011-03-08 NAKAMURA TakumiUse $(ECHOPATH) to make llvm-lit from llvm-lit.in.
2011-03-08 Bill WendlingDon't show commands.
2011-03-07 Bill WendlingRename the narrow shift right immediate operands to...
2011-03-07 Bill WendlingDon't keep the log files around. Just pipe to a log...
2011-03-05 Jakob Stoklund OlesenRevert r127073: "Introduce $(ECHOPATH) to print DOSish...
2011-03-05 NAKAMURA Takumiutils/lit/lit/TestRunner.py: bash is available with...
2011-03-05 NAKAMURA TakumiIntroduce $(ECHOPATH) to print DOSish path string on...
2011-03-05 NAKAMURA TakumiOn Windows hosts, Python scripts in test/Scripts did...
2011-03-04 David GreeneFix the case where the number of jobs is less than the
2011-03-03 Bob WilsonTableGen should not ignore BX instructions for the...
2011-03-03 Bob Wilsonpr9367: Add missing predicated BLX instructions.
2011-03-02 John McCallTeach the clang attribute emitter about InheritablePara...
2011-03-01 Oscar FuentesFixes warnings emitted by Visual Studio 2010 compiler.
2011-03-01 Jim Grosbachtrailing whitespace.
2011-03-01 Jim GrosbachGeneralize the register matching code in DAGISel a...
2011-03-01 Bill WendlingNarrow right shifts need to encode their immediates...
2011-02-28 NAKAMURA TakumiDon't install libUnitTestMain.a. It might be useless...
2011-02-26 Bill WendlingA new TableGen feature! (Not turned on just yet.)
2011-02-26 Bob WilsonRemoved unnecessary dylibs from Apple builds, with...
2011-02-25 Bob WilsonAdd a new "Embedded" makefile target for Apple-style...
2011-02-25 Stuart HastingsFix bad comment marker.
2011-02-25 David GreeneAdd some options for building LLVM in different environ...
2011-02-25 Stuart HastingsOmit lto.h from the llvmCore result; henceforth, this...
2011-02-24 Argyrios KyrtzidisIn utils/TableGen/ClangSACheckersEmitter.cpp, set the...
2011-02-22 David GreeneFix Builder::execute() to more properly pass the desire...
2011-02-22 Cameron ZwarichEliminate valgrind warnings from Python on the 32-bit...
2011-02-22 Rafael EspindolaImplement xgetbv and xsetbv.
2011-02-21 David GreeneAdd a convenience tool for doing comparison builds...
2011-02-20 Oscar FuentesPut targets on folders, if the IDE supports the feature.
2011-02-19 Cameron ZwarichTry to fix the MC/AsmParser/section.s failure on the...
2011-02-18 Oscar FuentesCMake: updated list of tblgen source files.
2011-02-18 Owen AndersonAdd FixedLenDecoderEmitter, the skeleton of a new disas...
2011-02-17 Joerg SonnenbergerCheck that MnemonicAlias doesn't map back to the same...
2011-02-17 NAKAMURA Takumilit/TestingConfig.py: Add the environment variable...
2011-02-17 Sean HuntAdd serialization for Expr* arguments for attributes...
2011-02-15 Argyrios KyrtzidisWhen tablegen'ing the clang analyzer checkers:
2011-02-14 Argyrios KyrtzidisAdd the ClangSACheckersEmitter tablegen backend which...
2011-02-14 Bruno Cardoso LopesFix encoding and add parsing support for the arm/thumb...
2011-02-13 Argyrios KyrtzidisWrap the struct in an anonymous namespace.
2011-02-12 Jim GrosbachAsmMatcher custom operand parser failure enhancements.
2011-02-11 Jim GrosbachTidy out asm matcher .inc output.
2011-02-10 NAKAMURA Takumilit/TestFormats.py: Unittests may be found with suffix...
2011-02-10 NAKAMURA Takumilit/Util.py: On Cygwin, 'PATHEXT' may exist but it...
2011-02-10 Bill WendlingDon't return before calling the post-processing functio...
2011-02-10 Jim GrosbachDo AsmMatcher operand classification per-opcode.
2011-02-09 Chris Lattneremit a specific error when the input file is empty...
2011-02-09 NAKAMURA Takumilit/LitConfig.py: Add the new method getToolsPath(dir...
2011-02-09 NAKAMURA Takumilit/Util.py: Add two functions, checkToolsPath(dir...
2011-02-09 NAKAMURA Takumillvm-lit may be available with CMake.
2011-02-09 NAKAMURA Takumillvm-lit may be able to invoke clang tests.
2011-02-07 Bruno Cardoso LopesImplement support for custom target specific asm parsin...
next