MVN is addrmode1.
[oota-llvm.git] / utils /
2008-05-30 Mikhail GlushenkovMake it possible to use the generalised 'case' construc...
2008-05-30 Mikhail GlushenkovAdd a generalised 'case' construct.
2008-05-29 Dan GohmanAdd patterns for CALL32m and CALL64m. They aren't match...
2008-05-29 Dan GohmanFix a tblgen problem handling variable_ops in tblgen...
2008-05-28 Bill WendlingAdd a flag to indicate that an instruction is as cheap...
2008-05-23 Dan GohmanFix the spelling of the va_arg keyword.
2008-05-23 Dan GohmanMake structs and arrays first-class types, and add...
2008-05-22 Dan GohmanAdd a polygen grammar definition for LLVM assembly...
2008-05-14 Roman LevensteinDo not generate by TableGen the hard-coded standard...
2008-05-12 Mikhail GlushenkovFilter option names to escape symbols not allowed as...
2008-05-09 Mikhail GlushenkovReapply 50867: A small refactoring (extract method...
2008-05-08 Tanya LattnerRevertin 50867 since it was breaking the build.
2008-05-08 Mikhail GlushenkovA small refactoring (extract method) + some comment...
2008-05-07 Mikhail GlushenkovUse Doxygen-style comments.
2008-05-06 Mikhail GlushenkovChange from llvm::SmallSet<std::string> to llvm::String...
2008-05-06 Mikhail GlushenkovAdd new edge property combinator: weight.
2008-05-06 Mikhail GlushenkovUse edge weights to choose the right linker based on...
2008-05-06 Mikhail GlushenkovAdd weights to graph edges. Choose between edges based...
2008-05-06 Mikhail GlushenkovRemove the UnpackValues() function.
2008-05-06 Mikhail GlushenkovAdd a --linker command-line option, make all tests...
2008-05-06 Mikhail GlushenkovNaming fix: LLVMCCConfigurationEmitter -> LLVMCConfigur...
2008-05-06 Mikhail GlushenkovRename LLVMCCConfigurationEmitter to LLVMCConfiguration...
2008-05-06 Mikhail GlushenkovAdd output redirection, rename namespace llvmcc to...
2008-05-06 Mikhail GlushenkovSmall output formatting fix.
2008-05-06 Mikhail GlushenkovAdd inward edge counters to Nodes; Associate JoinLists...
2008-05-06 Mikhail GlushenkovReturn const char* instead of std::string in Tool classes
2008-05-06 Mikhail GlushenkovRefactoring: extract method.
2008-05-06 Mikhail GlushenkovAdd new edge properties: parameter_equals, element_in_l...
2008-05-06 Mikhail GlushenkovImplemented switch_on edge property.
2008-05-06 Mikhail GlushenkovMore work on edge properties. Use Edge classes instead...
2008-05-06 Mikhail GlushenkovOngoing work: add an edge typechecker, rudimentary...
2008-05-06 Mikhail GlushenkovConvert internal representation to use DAG. This gives...
2008-05-06 Mikhail GlushenkovCode reorg
2008-05-06 Bill WendlingRemove tar ball from installed directory.
2008-04-27 Bill WendlingAdded support for:
2008-04-15 Bill WendlingApple GCC 4.2 builds things differently. It no longer...
2008-04-15 Chuck Rose IIIVisualStudio project files updated. #include <algorith...
2008-04-15 Evan ChengSort sub-registers and super-registers lists according...
2008-04-15 Bill WendlingInstall into the directory
2008-04-11 Devang PatelChange llvm tools install location.
2008-04-10 Chris Lattnerproduce an error on invalid input instead of asserting:
2008-04-09 Nate BegemanFix a bug where an incorrect bit mask would be generate...
2008-04-06 Chris LattnerFix generation of multi-stage instruction itineraries...
2008-04-03 Dan GohmanMove instruction flag inference out of InstrInfoEmitter...
2008-04-02 Anton KorobeynikovAdd new CC lowering rule: provide a list of registers...
2008-04-01 Chris LattnerChange the MemoryBuffer::getFile* methods to take just...
2008-03-28 Bill WendlingSimplify the conversion from "0x" numbers to a single...
2008-03-27 Mikhail GlushenkovFix build breakage on Windows with GCC 4.3. References...
2008-03-25 Dan GohmanAdd explicit keywords.
2008-03-25 Dan GohmanA quick nm audit turned up several fixed tables and...
2008-03-23 Anton KorobeynikovAdd first proof-of-concept universal compiler driver...
2008-03-22 Bill WendlingDon't strip things when we're doing a debug build.
2008-03-21 Duncan SandsIntroduce a new node for holding call argument
2008-03-20 Chris Lattnerdetabify llvm, patch by Mike Stump!
2008-03-17 Nate BegemanAdd support for escaping {} in asm strings, based on...
2008-03-16 Christopher LambMake insert_subreg a two-address instruction, vastly...
2008-03-15 Evan ChengRemove isImplicitDef TargetInstrDesc flag.
2008-03-15 Evan ChengReplace all target specific implicit def instructions...
2008-03-13 Christopher LambGet rid of a pseudo instruction and replace it with...
2008-03-11 Christopher LambRecommitting changes after more testing. These appear...
2008-03-11 Chris Lattneremit an ID # for each regclass ID. Chris doesn't like...
2008-03-10 Evan ChengRevert 48125, 48126, and 48130 for now to unbreak some...
2008-03-10 Tanya LattnerAdd nosubmit option to control what is sent back to...
2008-03-10 Christopher LambRevert accidentally committed local changes.
2008-03-10 Christopher LambAdd support in TableGen for unknown operands that infer...
2008-03-10 Dale JohannesenIncrease ISD::ParamFlags to 64 bits. Increase the...
2008-03-05 Scott MichelThis patch fixes a problem encountered by the CellSPU...
2008-02-29 Nick Kledzikinstall new lto dylib. pass down LLVM_SUBMIT_VERSION
2008-02-29 Nick Kledzikfix default RC_ProjectSourceSubversion to be zero
2008-02-26 Bill WendlingRename PrintableName to Name.
2008-02-26 Bill WendlingChange "Name" to "AsmName" in the target register info...
2008-02-26 Bill WendlingDe-tabify.
2008-02-24 Bill WendlingSome platforms use the same name for 32-bit and 64...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-15 Scott MichelMake tblgen a little smarter about constants smaller...
2008-02-14 Dale JohannesenRewrite tblgen handling of subtarget features so
2008-02-14 Nate BegemanChange how FP immediates are handled.
2008-02-12 Devang PatelRemove dead code.
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-09 Nate BegemanTablegen support for insert & extract element matching
2008-02-06 Dan GohmanRe-apply the memory operand changes, with a fix for...
2008-02-05 Evan ChengFix PR1975: dag isel emitter produces patterns that...
2008-02-04 Evan ChengDwarf requires variable entries to be in the source...
2008-02-03 Chris LattnerChange the 'global modification' APIs in SelectionDAG...
2008-02-02 Evan ChengGet rid of the annoying blank lines before labels.
2008-02-02 Evan ChengSDIsel processes llvm.dbg.declare by recording the...
2008-01-31 Evan ChengRevert 46556 and 46585. Dan please fix the PseudoSource...
2008-01-31 Evan ChengAdd an extra operand to LABEL nodes which distinguishes...
2008-01-31 Christopher LambAllow ComplexExpressions in InstrInfo.td files to be...
2008-01-31 Dan GohmanCreate a new class, MemOperand, for describing memory...
2008-01-30 Devang Patel Always put version numbers at the end because they...
2008-01-29 Dan GohmanUpdate this file for 2.0 syntax.
2008-01-29 Scott MichelFix to bug 1951: tblgen gratuitously renames variables...
2008-01-22 Anton KorobeynikovAdd interator interface to DAGInit also
2008-01-21 Anton KorobeynikovProvide iterator access to ListInit contents
2008-01-18 Evan ChengFix makefiles to enable Apply style debug build.
2008-01-17 Devang PatelEnable CBE
2008-01-15 Chuck Rose IIIAdd files to windows project files. Also include ...
2008-01-15 Evan ChengRename CCIfStruct to CCIfByVal and CCStructAssign to...
2008-01-15 Evan ChengRevert my last commit. Not needed.
next