Trailing whitespace.
[oota-llvm.git] / utils / TableGen /
2009-11-06 Chris Lattnerclang++ points out that this is pointless.
2009-11-06 Dan GohmanDon't print a redundant tab for inline asm, and do...
2009-11-03 Chris Lattnermark some constant global const.
2009-11-02 Anton KorobeynikovDo not infer the target type for COPY_TO_REGCLASS from...
2009-10-30 Dan GohmanInitial target-independent CodeGen support for BlockAdd...
2009-10-29 Dan GohmanMove some code from being emitted as boilerplate duplic...
2009-10-29 Dan GohmanRename usesCustomDAGSchedInserter to usesCustomInserter...
2009-10-29 Johnny ChenSorry to break the build.
2009-10-29 Johnny ChenMinor tweak to forgo the the curly braces for most...
2009-10-27 Mikhail Glushenkov80-col violation.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-22 Mikhail GlushenkovMake 'unset_option' work on list options.
2009-10-21 Mikhail GlushenkovImplement any_[not_]empty and list versions of switch_o...
2009-10-19 Mikhail GlushenkovMore refactoring...
2009-10-18 Mikhail GlushenkovRefactoring, no functionality change.
2009-10-17 Daniel DunbarMove UnescapeString to a static function for its sole...
2009-10-17 Daniel DunbarUse raw_ostream::write_escaped instead of EscapeString.
2009-10-17 Mikhail GlushenkovFirst draft of the OptionPreprocessor.
2009-10-17 Mikhail GlushenkovThis variable is never used.
2009-10-17 Mikhail GlushenkovDisallow multiple instances of PluginPriority.
2009-10-15 Jakob Stoklund OlesenReport errors correctly for unselected target intrinsics.
2009-10-09 Mikhail GlushenkovOmit the 'out_file_index != -1' check when possible.
2009-10-08 Mikhail GlushenkovInput files should go before all other options.
2009-10-01 Evan ChengAdd instruction flags: hasExtraSrcRegAllocReq and hasEx...
2009-09-28 Jakob Stoklund OlesenIntroduce the TargetInstrInfo::KILL machine instruction...
2009-09-28 Mikhail GlushenkovAdd a way to query the number of input files.
2009-09-28 Mikhail GlushenkovA bit prettier formatting.
2009-09-25 Dan GohmanImprove MachineMemOperand handling.
2009-09-25 Dan GohmanRename getTargetNode to getMachineNode, for consistency...
2009-09-24 David GoodwinMake the end-of-itinerary mark explicit. Some cleanup.
2009-09-21 Mikhail GlushenkovUse raw_ostream::indent instead of passing strings.
2009-09-18 Chris Lattnerconvert some stuff to StringRef to avoid temporary...
2009-09-18 Chris Lattneradd a comment.
2009-09-14 Chris Lattnerslightly increase prettiness.
2009-09-14 Chris Lattneremit the register table as a massive string to avoid...
2009-09-14 Chris Lattnermove StringToOffsetTable out to its own header.
2009-09-14 Chris Lattnerfactor string table generation out to its own class...
2009-09-13 Chris Lattnereliminate the TargetRegisterDesc::AsmName field, the...
2009-09-13 Chris Lattnerthe tblgen produced 'getRegisterName' method does not...
2009-09-13 Chris Lattnermake tblgen produce a function that returns the name...
2009-09-11 Owen AndersonEliminate some unnecessary implicit constructors in...
2009-09-11 Chris LattnerPHI nodes can never reach the asmprinter, assert and...
2009-09-10 Mikhail GlushenkovDistinguish between 'empty' and empty DAG marker.
2009-09-10 Mikhail GlushenkovAdd a logical 'not' operator to llvmc's TableGen dialect.
2009-09-09 Chris Lattnerremove DebugLoc from MCInst and eliminate "Comment...
2009-09-09 Chris LattnerFix a subtle bug in "return;" generation which caused...
2009-09-09 Chris Lattnerhoist the call to processDebugLoc out of the generated
2009-09-06 Duncan SandsRemove some unused variables and methods warned about by
2009-08-29 Bob WilsonPR4795: Remove EEVT::isFP, isInt and isVec types used...
2009-08-26 Bob WilsonFix bad length argument to substr calls. Apparently...
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-24 Chris Lattnerprune the #includes in raw_ostream.h by moving a
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-23 Benjamin KramerTry to fix MSVC build after r79846.
2009-08-23 Daniel DunbarFix non-determinism in DAGISel emitter.
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-23 Chris Lattnerremove some DOUTs
2009-08-23 Chris LattnerChange raw_fd_ostream to take flags as an optional...
2009-08-22 Devang PatelRecord variable debug info at ISel time directly.
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-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.
next