Deleting an empty file. Thanks, /usr/bin/patch!
[oota-llvm.git] / utils /
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.
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-12-01 Devang PatelChange LinkTimeOptimizer.h install location.
2007-11-30 Devang PatelChange lib lto install location.
2007-11-27 Ted KremenekUpdated GenLibDeps.pl to employ "use strict" to help...
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 Bill WendlingMove SYSCTL stuff close to where it's used.
2007-11-12 Devang PatelBuild universal llvm.
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-10 Evan ChengAdded -test-opts to specify test options.
2007-11-09 Bill WendlingInitial commit of files that support building LLVM...
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-19 Anton KorobeynikovUpdate this file for 2.0 syntax. Contributed by Jan...
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-10-02 Tanya LattnerIf the user did not check out LLVM and request it to...
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-11 Chris Lattnerupdate this to use llvm-config, patch by Jose M. Moya
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-13 Reid SpencerMake use of the llvm-ld tool's new ability to read...
2007-08-11 Reid SpencerNow that llvm-ld can accept - as input from stdin,...
2007-08-10 Rafael Espindolapropagate struct size and alignment of byval arguments...
2007-08-06 Chandler CarruthThis resolves a regression of BasicAA which failed...
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-08-02 Evan ChengAdded TargetInstrDescriptor::numDefs - num of results.
2007-07-30 Dan GohmanMore explicit keywords.
2007-07-27 Chuck Rose IIIVStudio compiler errors and placing Function*->ExFunc...
2007-07-26 Dan GohmanFix a pasto in a comment.
2007-07-26 Christopher LambHave register info provide the inverse mapping of regis...
2007-07-26 Christopher LambAdd target independent MachineInstr's to represent...
2007-07-26 Christopher LambTeach TableGen about the new vector types.
2007-07-24 Dan GohmanA minor simplication in the generated code.
2007-07-20 Chandler CarruthFixing some differences between CVS and SVN diff'ing...
2007-07-20 Evan ChengNo need for noResults anymore.
next