2009-11-06 |
Chris Lattner | clang++ points out that this is pointless. |
tree | commitdiff |
2009-11-06 |
Dan Gohman | Don't print a redundant tab for inline asm, and do... |
tree | commitdiff |
2009-11-03 |
Chris Lattner | mark some constant global const. |
tree | commitdiff |
2009-11-02 |
Anton Korobeynikov | Do not infer the target type for COPY_TO_REGCLASS from... |
tree | commitdiff |
2009-10-30 |
Dan Gohman | Initial target-independent CodeGen support for BlockAdd... |
tree | commitdiff |
2009-10-29 |
Dan Gohman | Move some code from being emitted as boilerplate duplic... |
tree | commitdiff |
2009-10-29 |
Dan Gohman | Rename usesCustomDAGSchedInserter to usesCustomInserter... |
tree | commitdiff |
2009-10-29 |
Johnny Chen | Sorry to break the build. |
tree | commitdiff |
2009-10-29 |
Johnny Chen | Minor tweak to forgo the the curly braces for most... |
tree | commitdiff |
2009-10-27 |
Mikhail Glushenkov | 80-col violation. |
tree | commitdiff |
2009-10-26 |
Chandler Carruth | Move DataTypes.h to include/llvm/System, update all... |
tree | commitdiff |
2009-10-22 |
Mikhail Glushenkov | Make 'unset_option' work on list options. |
tree | commitdiff |
2009-10-21 |
Mikhail Glushenkov | Implement any_[not_]empty and list versions of switch_o... |
tree | commitdiff |
2009-10-19 |
Mikhail Glushenkov | More refactoring... |
tree | commitdiff |
2009-10-18 |
Mikhail Glushenkov | Refactoring, no functionality change. |
tree | commitdiff |
2009-10-17 |
Daniel Dunbar | Move UnescapeString to a static function for its sole... |
tree | commitdiff |
2009-10-17 |
Daniel Dunbar | Use raw_ostream::write_escaped instead of EscapeString. |
tree | commitdiff |
2009-10-17 |
Mikhail Glushenkov | First draft of the OptionPreprocessor. |
tree | commitdiff |
2009-10-17 |
Mikhail Glushenkov | This variable is never used. |
tree | commitdiff |
2009-10-17 |
Mikhail Glushenkov | Disallow multiple instances of PluginPriority. |
tree | commitdiff |
2009-10-15 |
Jakob Stoklund Olesen | Report errors correctly for unselected target intrinsics. |
tree | commitdiff |
2009-10-09 |
Mikhail Glushenkov | Omit the 'out_file_index != -1' check when possible. |
tree | commitdiff |
2009-10-08 |
Mikhail Glushenkov | Input files should go before all other options. |
tree | commitdiff |
2009-10-01 |
Evan Cheng | Add instruction flags: hasExtraSrcRegAllocReq and hasEx... |
tree | commitdiff |
2009-09-28 |
Jakob Stoklund Olesen | Introduce the TargetInstrInfo::KILL machine instruction... |
tree | commitdiff |
2009-09-28 |
Mikhail Glushenkov | Add a way to query the number of input files. |
tree | commitdiff |
2009-09-28 |
Mikhail Glushenkov | A bit prettier formatting. |
tree | commitdiff |
2009-09-25 |
Dan Gohman | Improve MachineMemOperand handling. |
tree | commitdiff |
2009-09-25 |
Dan Gohman | Rename getTargetNode to getMachineNode, for consistency... |
tree | commitdiff |
2009-09-24 |
David Goodwin | Make the end-of-itinerary mark explicit. Some cleanup. |
tree | commitdiff |
2009-09-21 |
Mikhail Glushenkov | Use raw_ostream::indent instead of passing strings. |
tree | commitdiff |
2009-09-18 |
Chris Lattner | convert some stuff to StringRef to avoid temporary... |
tree | commitdiff |
2009-09-18 |
Chris Lattner | add a comment. |
tree | commitdiff |
2009-09-14 |
Chris Lattner | slightly increase prettiness. |
tree | commitdiff |
2009-09-14 |
Chris Lattner | emit the register table as a massive string to avoid... |
tree | commitdiff |
2009-09-14 |
Chris Lattner | move StringToOffsetTable out to its own header. |
tree | commitdiff |
2009-09-14 |
Chris Lattner | factor string table generation out to its own class... |
tree | commitdiff |
2009-09-13 |
Chris Lattner | eliminate the TargetRegisterDesc::AsmName field, the... |
tree | commitdiff |
2009-09-13 |
Chris Lattner | the tblgen produced 'getRegisterName' method does not... |
tree | commitdiff |
2009-09-13 |
Chris Lattner | make tblgen produce a function that returns the name... |
tree | commitdiff |
2009-09-11 |
Owen Anderson | Eliminate some unnecessary implicit constructors in... |
tree | commitdiff |
2009-09-11 |
Chris Lattner | PHI nodes can never reach the asmprinter, assert and... |
tree | commitdiff |
2009-09-10 |
Mikhail Glushenkov | Distinguish between 'empty' and empty DAG marker. |
tree | commitdiff |
2009-09-10 |
Mikhail Glushenkov | Add a logical 'not' operator to llvmc's TableGen dialect. |
tree | commitdiff |
2009-09-09 |
Chris Lattner | remove DebugLoc from MCInst and eliminate "Comment... |
tree | commitdiff |
2009-09-09 |
Chris Lattner | Fix a subtle bug in "return;" generation which caused... |
tree | commitdiff |
2009-09-09 |
Chris Lattner | hoist the call to processDebugLoc out of the generated |
tree | commitdiff |
2009-09-06 |
Duncan Sands | Remove some unused variables and methods warned about by |
tree | commitdiff |
2009-08-29 |
Bob Wilson | PR4795: Remove EEVT::isFP, isInt and isVec types used... |
tree | commitdiff |
2009-08-26 |
Bob Wilson | Fix bad length argument to substr calls. Apparently... |
tree | commitdiff |
2009-08-25 |
Dan Gohman | Make LLVM command-line tools overwrite their output... |
tree | commitdiff |
2009-08-24 |
Chris Lattner | prune the #includes in raw_ostream.h by moving a |
tree | commitdiff |
2009-08-23 |
Chris Lattner | Prune #includes from llvm/Linker.h and llvm/System... |
tree | commitdiff |
2009-08-23 |
Benjamin Kramer | Try to fix MSVC build after r79846. |
tree | commitdiff |
2009-08-23 |
Daniel Dunbar | Fix non-determinism in DAGISel emitter. |
tree | commitdiff |
2009-08-23 |
Chris Lattner | Change Pass::print to take a raw ostream instead of... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | remove some DOUTs |
tree | commitdiff |
2009-08-23 |
Chris Lattner | Change raw_fd_ostream to take flags as an optional... |
tree | commitdiff |
2009-08-22 |
Devang Patel | Record variable debug info at ISel time directly. |
tree | commitdiff |
2009-08-17 |
David Goodwin | Extend the instruction itinerary model to include the... |
tree | commitdiff |
2009-08-17 |
Chris Lattner | the MinPad argument to PadToColumn only really makes... |
tree | commitdiff |
2009-08-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
tree | commitdiff |
2009-08-12 |
Bob Wilson | Add a new "SDTCisVec" SDTypeConstraint. This complemen... |
tree | commitdiff |
2009-08-12 |
Dan Gohman | This void is implicit in C++. |
tree | commitdiff |
2009-08-12 |
David Goodwin | Enhance the InstrStage object to enable the specificati... |
tree | commitdiff |
2009-08-12 |
Owen Anderson | Add contexts to some of the MVT APIs. No functionality... |
tree | commitdiff |
2009-08-11 |
Daniel Dunbar | llvm-mc/AsmParser: Match hard coded registers (e.g... |
tree | commitdiff |
2009-08-11 |
Daniel Dunbar | Add 'isCodeGenOnly' bit to Instruction .td records. |
tree | commitdiff |
2009-08-11 |
Daniel Dunbar | llvm-mc/AsmParser: Allow target to specific a comment... |
tree | commitdiff |
2009-08-11 |
Owen Anderson | Split EVT into MVT and EVT, the former representing... |
tree | commitdiff |
2009-08-11 |
Daniel Dunbar | llvm-mc/AsmMatcher: Fix two thinkos in determining... |
tree | commitdiff |
2009-08-11 |
Bob Wilson | Fix a few more places in TableGen that need to handle... |
tree | commitdiff |
2009-08-11 |
Daniel Dunbar | llvm-mc/AsmParser: Implement automatic classification... |
tree | commitdiff |
2009-08-11 |
Bob Wilson | Add a new overloaded EVT::vAny type for use in TableGen... |
tree | commitdiff |
2009-08-10 |
Owen Anderson | Rename MVT to EVT, in preparation for splitting SimpleV... |
tree | commitdiff |
2009-08-10 |
Daniel Dunbar | llvm-mc/AsmParser: Allow .td users to redefine the... |
tree | commitdiff |
2009-08-10 |
Daniel Dunbar | llvm-mc/AsmMatcher: Remove some code which has been... |
tree | commitdiff |
2009-08-10 |
Daniel Dunbar | llvm-mc/AsmMatcher: Change assembler parser match class... |
tree | commitdiff |
2009-08-10 |
Daniel Dunbar | llvm-mc/AsmParser: Check for matches with super classes... |
tree | commitdiff |
2009-08-09 |
Daniel Dunbar | llvm-mc/AsmParser: Fix thinko in ClassInfo::operator<. |
tree | commitdiff |
2009-08-09 |
Daniel Dunbar | llvm-mc/AsmParser: Add hack to ignore Int_* and *_Int... |
tree | commitdiff |
2009-08-09 |
Daniel Dunbar | llvm-mc/AsmParser: Implement user defined super classes. |
tree | commitdiff |
2009-08-09 |
Daniel Dunbar | llvm-mc/AsmParser: Separate instruction ordering for... |
tree | commitdiff |
2009-08-09 |
Daniel Dunbar | llvm-mc/AsmParser: Define match classes in the .td... |
tree | commitdiff |
2009-08-09 |
Daniel Dunbar | llvm-mc/AsmParser: Sketch infrastructure for ordering... |
tree | commitdiff |
2009-08-08 |
Chris Lattner | fix edito |
tree | commitdiff |
2009-08-08 |
Daniel Dunbar | llvm-mc/AsmMatcher: Tweak string matcher (missed a... |
tree | commitdiff |
2009-08-08 |
Daniel Dunbar | llvm-mc/AsmMatcher: Tweak string matcher. |
tree | commitdiff |
2009-08-08 |
Daniel Dunbar | llvm-mc/AsmMatcher: Switch token matching to use the... |
tree | commitdiff |
2009-08-08 |
Chris Lattner | add a little function to do arbitrary string pattern... |
tree | commitdiff |
2009-08-08 |
Chris Lattner | add another const |
tree | commitdiff |
2009-08-08 |
Chris Lattner | remove a useless anon-ns, make table const. |
tree | commitdiff |
2009-08-08 |
Benjamin Kramer | MSVC doesn't like member variables with the same name... |
tree | commitdiff |
2009-08-08 |
Daniel Dunbar | llvm-mc/AsmMatcher: Improve match code. |
tree | commitdiff |
2009-08-08 |
Daniel Dunbar | llvm-mc/AsmMatcher: Switch to a unified function to... |
tree | commitdiff |
2009-08-08 |
Chris Lattner | make printInstruction return void since its result... |
tree | commitdiff |
2009-08-08 |
Chris Lattner | don't check the result of printInstruction anymore. |
tree | commitdiff |
2009-08-07 |
Benjamin Kramer | Unbreak build. |
tree | commitdiff |
2009-08-07 |
Chris Lattner | fix the column output stuff in the asmwriter from being... |
tree | commitdiff |
2009-08-07 |
Chris Lattner | strength reduce anonymous namespace to static. |
tree | commitdiff |
next |