Fix gcc-4.4/fedora 11 by adding a sentinel value to SimpleValueType.
[oota-llvm.git] / utils /
2009-08-18 Evan ChengEven more Apple style build horribleness.
2009-08-18 Anton KorobeynikovThe attached patches attempt to fix cross builds. For...
2009-08-17 David GoodwinExtend the instruction itinerary model to include the...
2009-08-17 Chris Lattnerthe MinPad argument to PadToColumn only really makes...
2009-08-16 Chris Lattnerwhen emitting errors about CHECK-NEXT directives, show...
2009-08-15 Chris Lattnerimplement support for CHECK-NEXT: in filecheck.
2009-08-15 Chris Lattnersimplify some code.
2009-08-15 Chris Lattnerrewrite FindStringInBuffer to use an explicit loop...
2009-08-15 Chris LattnerInstead of using an std::pair, use a custom struct.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-12 Bob WilsonAdd a new "SDTCisVec" SDTypeConstraint. This complemen...
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-08-12 David GoodwinEnhance the InstrStage object to enable the specificati...
2009-08-12 Owen AndersonAdd contexts to some of the MVT APIs. No functionality...
2009-08-11 Daniel Dunbarllvm-mc/AsmParser: Match hard coded registers (e.g...
2009-08-11 Daniel DunbarAdd 'isCodeGenOnly' bit to Instruction .td records.
2009-08-11 Daniel Dunbarllvm-mc/AsmParser: Allow target to specific a comment...
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-11 Daniel Dunbarllvm-mc/AsmMatcher: Fix two thinkos in determining...
2009-08-11 Bob WilsonFix a few more places in TableGen that need to handle...
2009-08-11 Daniel Dunbarllvm-mc/AsmParser: Implement automatic classification...
2009-08-11 Bob WilsonAdd a new overloaded EVT::vAny type for use in TableGen...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-10 Daniel Dunbarllvm-mc/AsmParser: Allow .td users to redefine the...
2009-08-10 Daniel Dunbarllvm-mc/AsmMatcher: Remove some code which has been...
2009-08-10 Daniel Dunbarllvm-mc/AsmMatcher: Change assembler parser match class...
2009-08-10 Daniel Dunbarllvm-mc/AsmParser: Check for matches with super classes...
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Fix thinko in ClassInfo::operator<.
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Add hack to ignore Int_* and *_Int...
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Implement user defined super classes.
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Separate instruction ordering for...
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Define match classes in the .td...
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Sketch infrastructure for ordering...
2009-08-08 Chris Lattnerfix edito
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Tweak string matcher (missed a...
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Tweak string matcher.
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Switch token matching to use the...
2009-08-08 Chris Lattneradd a little function to do arbitrary string pattern...
2009-08-08 Chris Lattneradd another const
2009-08-08 Chris Lattnerremove a useless anon-ns, make table const.
2009-08-08 Benjamin KramerMSVC doesn't like member variables with the same name...
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Improve match code.
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Switch to a unified function to...
2009-08-08 Chris Lattnermake printInstruction return void since its result...
2009-08-08 Chris Lattnerdon't check the result of printInstruction anymore.
2009-08-07 Benjamin KramerUnbreak build.
2009-08-07 Chris Lattnerfix the column output stuff in the asmwriter from being...
2009-08-07 Chris Lattnerstrength reduce anonymous namespace to static.
2009-08-07 Daniel Dunbarllvm-mc/AsmMatcher: Move emit for register -> enum...
2009-08-07 Daniel Dunbarllvm-mc/AsmMatcher: Tweaks in response to feedback.
2009-08-07 Daniel Dunbarllvm-mc/AsmMatcher: Move to a slightly more sane matchi...
2009-08-05 Owen AndersonPrivatize the StructType table, which unfortunately...
2009-08-05 Daniel DunbarSuppress compiler warning.
2009-08-05 David GreeneFix some column padding bugs, reorganize things as...
2009-08-05 Dan GohmanAdd new function attribute keywords to the vim syntax.
2009-08-04 Daniel DunbarTableGen / AsmMatcher: Tweaks to avoid generating compl...
2009-08-04 Misha Brukman* Use "svn export" instead of "svn co" and avoid cleani...
2009-08-03 Anton KorobeynikovAdd 'Indirect' LocInfo class and use to pass __m128...
2009-08-03 Daniel DunbarAdd FileUpdate tool, conditionally updates its output...
2009-08-02 Daniel DunbarFix an ENABLE_EXPENSIVE_CHECKS error.
2009-08-02 Daniel DunbarChange MCOperand to use Create style instead of Make...
2009-07-31 David GreeneSimplify operand padding by keying off tabs in the...
2009-07-31 Daniel Dunbarllvm-mc: Match a few X86 instructions.
2009-07-30 Daniel DunbarRemove unintended changes.
2009-07-30 Daniel DunbarRemove itohexstr, which only had one user.
2009-07-30 Daniel DunbarTwines: Don't allow implicit conversion from integers...
2009-07-30 Dan GohmanMinor whitespace tidiness.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Chris Lattner1. Introduce a new TargetOperandInfo::getRegClass(...
2009-07-29 Chris Lattnermake ptr_rc derive from a new PointerLikeRegClass tblge...
2009-07-29 David GreeneRe-enable comment and operand padding.
2009-07-29 Bob WilsonFix the verifier to handle intrinsics with LLVMMatchTyp...
2009-07-29 Evan ChengRevert AsmWriterEmitter.cpp to 74742. The recent change...
2009-07-29 Daniel DunbarMatch X86 register names to number.
2009-07-28 Daniel DunbarTweak LLVM emacs style to make default namespace indent...
2009-07-27 Dan GohmanAdd inbounds to the polygen grammar.
2009-07-27 Dan Gohmanvim syntax highlighting for inbounds keyword.
2009-07-27 Benjamin KramerRemove trailing slashes from include paths. Some versio...
2009-07-22 Dan GohmanAdd new keywords to the vim syntax highlighting.
2009-07-22 Dan GohmanAdd new optimization keywords to the polygen grammar.
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-21 David GreeneMake a bunch of changes suggested by Chris and others...
2009-07-21 Ted KremenekUse string comparison instead of numeric comparison...
2009-07-20 David GreeneRe-apply 75490, 75806 and 76177 with fixes and tests...
2009-07-20 Evan ChengRestore AsmWriterEmitter.cpp back to 74742. The recent...
2009-07-18 Viktor KutuzovRequire a remote command to exit with the exit status...
2009-07-18 Evan ChengRevert 76177 for now. It's messing up ARM asm printing...
2009-07-17 Daniel Dunbartblgen/AsmMatcher: Emit simple matcher for register...
2009-07-17 David GreeneAdd logic to align instruction operands to columns...
2009-07-17 Dan GohmanAdd the private keyword to the polygen grammar.
2009-07-17 Dan GohmanAdd the private keyword to the VIM syntax highlighting.
2009-07-16 Bill WendlingAdd new flags '-test-cflags' and '-test-cxxflags' to...
2009-07-16 Stuart HastingsIn an Apple-style build, compile with llvm-gcc/llvm...
2009-07-16 Daniel DunbarUpdate llvm{do,grep} to also search cmake / .cmake...
2009-07-15 Ted KremenekAdd script 'UpdateCMakeLists.pl'. This script can be...
2009-07-15 David GreeneGet rid of postInstructionAction and call EmitComments...
2009-07-15 Dan GohmanAdd a Force option to raw_fd_ostream to specify whether...
2009-07-15 Duncan SandsRemove the v3i32 and v3f32 value types: they are not
2009-07-14 Viktor KutuzovHelper script to use bugpoint with a remote target.
2009-07-14 Evan ChengUse http instead https for anonymous readonly check...
next