Change the 'global modification' APIs in SelectionDAG to take a new
[oota-llvm.git] / utils / TableGen /
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-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-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.
2008-01-12 Evan ChengByVal arguments are passed on stack. Make sure to alloc...
2008-01-10 Chris LattnerSimplify the side effect stuff a bit more and make...
2008-01-10 Chris LattnerStart inferring side effect information more aggressive...
2008-01-10 Chris LattnerFix a crash on code like: let x = 1 {x
2008-01-10 Chris Lattnerif an instr lacks a pattern, assume it has side effects...
2008-01-10 Chris Lattnerstart inferring 'no side effects'.
2008-01-10 Chris LattnerInfer mayload
2008-01-10 Chris Lattnerrealize that instructions who match intrinsics that...
2008-01-08 Chris Lattneradd a mayLoad property for machine instructions, a...
2008-01-07 Chris Lattnerrename TargetInstrDescriptor -> TargetInstrDesc.
2008-01-07 Chris LattnerRename all the M_* flags to be namespace qualified...
2008-01-07 Chris Lattnerrename hasVariableOperands() -> isVariadic(). Add...
2008-01-07 Chris LattnerMove M_* flags down in the file. Move SchedClass up...
2008-01-07 Chris Lattnerthe name field of instructions is never set to a non...
2008-01-07 Chris LattnerAdd predicates methods to TargetOperandInfo, and switch...
2008-01-06 Chris Lattnerrename isLoad -> isSimpleLoad due to evan's desire...
2008-01-06 Chris Lattnerrename isStore -> mayStore to more accurately reflect...
2008-01-06 Chris LattnerChange the 'isStore' inferrer to look for 'SDNPMayStore'
2008-01-06 Chris Lattnerset the 'isstore' flag for instructions whose pattern...
2008-01-06 Chris Lattnerremove some old hacky code that tried to infer whether...
2008-01-06 Chris Lattnerrearrange some code to allow inferring instr info from...
2008-01-06 Chris Lattnerimprove const correctness.
2008-01-06 Chris LattnerSplit the impl of CodeGenInstruction out to its own...
2008-01-06 Chris Lattnerfinal cleanups.
2008-01-06 Chris Lattnerfurther simplifications and cleanup
2008-01-06 Chris Lattnersimplify some code
2008-01-06 Chris Lattnerrename CodegenDAGPatterns -> CodeGenDAGPatterns
2008-01-06 Chris Lattnersplit enum emission out from InstrInfoEmitter into...
2008-01-05 Chris Lattnerfix build on case sensitive file systems.
2008-01-05 Chris Lattnernow that computing CodegenDAGPatterns doesn't implicitl...
2008-01-05 Chris Lattnermove Node Transformation printing from CodeGenDAGPatter...
2008-01-05 Chris Lattnermove predicate printing code from CodeGenDAGPatterns...
2008-01-05 Chris Lattnerfix a fixme by improving const correctness.
2008-01-05 Chris Lattnerchange getQualifiedName to be a global function.
2008-01-04 Chris LattnerChange the builtin matcher to emit a decision tree...
2008-01-04 Chris LattnerDon't let IntrinsicID be uninitialized if it doesn...
2008-01-03 Bill WendlingRemove the default else. This was ending in code that...
2008-01-02 Chris LattnerFix a build problem with VC++ by not doing the target...
2007-12-30 Chris Lattnertblgen shouldn't include headers from llvm codegen.
2007-12-29 Chris Lattnerremove attributions from utils.
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-12-14 Bill WendlingAdd flags to indicate that there are "never" side effec...
2007-12-13 Evan ChengOops. Forgot these.
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-11-26 Chuck Rose IIIAdd TGParser files to VStudio project files. Removed...
2007-11-22 Chris Lattneradd missing #include
2007-11-22 Chris Lattnerresolve the last fixme's in the new tblgen parser.
2007-11-22 Chris Lattnerchange the Init print methods to return strings, and...
2007-11-22 Chris Lattnereliminate a bunch of print methods that are duplicate...
2007-11-22 Chris LattnerRewrite the tblgen parser in a recursive descent style...
2007-11-21 Chuck Rose IIISwitching back to strtoll. Including config.h. On...
2007-11-21 Chuck Rose IIIThis change does a couple of things. First it gets...
2007-11-20 Chris LattnerAdd the ability to convert a tblgen type to a string.
2007-11-19 Chris LattnerRecord the start of the current token, for use in error...
2007-11-19 Chris LattnerAdd carat diagnostics to tblgen lexer errors.
2007-11-18 Chris Lattnerminor cleanups
2007-11-18 Chris Lattnerensure header is self contained.
2007-11-18 Chris Lattnerreimplement the tblgen lexer with a simple hand-written...
2007-11-14 Duncan SandsEliminate the recently introduced CCAssignToStackABISiz...
2007-11-13 Dale JohannesenAdd parameter to getDwarfRegNum to permit targets
2007-11-12 Owen AndersonAdd a flag for indirect branch instructions.
2007-11-12 Owen AndersonFix on 64-bit machines.
2007-11-11 Anton KorobeynikovUse TableGen to emit information for dwarf register...
2007-11-11 Anton KorobeynikovAdd convenient helper to obtain list of ints
2007-11-10 Dale JohannesenAdd CCAssignToStackABISizeAlign for convenience in
2007-11-07 Dale JohannesenInterchange Dwarf numbers of ESP and EBP on x86 Darwin.
2007-11-02 Neil BoothRemove some unnecessary C-style statics.
2007-10-24 Chris Lattnerswitch some calls to SelectionDAG::getTargetNode to use
2007-10-18 Chris Lattnertblgen uses dynamic_cast heavily, so it needs rtti...
2007-10-17 Gordon HenriksenReverting unnecessary commit of generated files.
2007-10-17 Gordon HenriksenSwitching TargetMachineRegistry to use the new generic...
2007-10-17 Hartmut KaiserUpdated VC++ build system.
2007-10-15 Chris LattnerOne mundane change: Change ReplaceAllUsesOfValueWith...
2007-10-12 Evan ChengFix typos.
2007-09-28 Dale JohannesenAdd sqrt and powi intrinsics for long double.
2007-09-25 Evan ChengRename keyword "modify" -> "implicit".
2007-09-19 Evan ChengAdd CopyCost to TargetRegisterClass. This specifies...
2007-09-17 Evan ChengBug fix and minor clean up of generated code.
2007-09-17 Chris Lattnerregenerate
2007-09-14 Dan GohmanRemove spurious consts. This fixes warnings with compil...
2007-09-12 Evan ChengInitial support for multi-result patterns:
2007-09-11 Evan ChengAllow set operators with multiple destinations, i.e...
2007-09-07 Evan ChengTableGen no longer emit CopyFromReg nodes for implicit...
2007-09-04 Evan ChengAlways check the type of node. This prevents situations...
2007-08-16 Dan GohmanAdd MVT::fAny for overloading intrinsics on floating...
2007-08-10 Rafael Espindolapropagate struct size and alignment of byval arguments...
next