Another typo.
[oota-llvm.git] / utils /
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.
2008-01-14 Evan ChengNeed a space to separate Make options.
2008-01-12 Evan ChengAdd -disable-lto optimization.
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-24 Ted KremenekAdded special support for stripping CRLF characters...
2007-12-19 Bill WendlingModified to support comments better.
2007-12-18 Bill WendlingIgnore shell scripts when doing "dsymutil" call.
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-08 Bill WendlingReverting 44702. It wasn't correct to rename them.
next