Try to fix ocaml bindings.
[oota-llvm.git] / lib /
2010-10-08 Jim GrosbachMake <target>CodeEmitter::getBinaryCodeForInstr() a...
2010-10-08 Chris LattnerUse the new TB_NOT_REVERSABLE flag instead of special
2010-10-07 Chris Lattnersimplify some map operations.
2010-10-07 Michael J. SpencerMC-COFF: Handle relaxation in COFF better. Fixes PR8321.
2010-10-07 Dan GohmanDelete the FormulaSorter class and inline its one metho...
2010-10-07 Dan GohmanFix a spello.
2010-10-07 Dan GohmanCharge a formula for explicit multiplies on scaled...
2010-10-07 Dan GohmanUse size_t for consistency.
2010-10-07 Dan GohmanWhen merging one use into another, transfer the offsets...
2010-10-07 Chris LattnerReimplement (part of) the or -> add optimization. ...
2010-10-07 Jakob Stoklund OlesenAfter splitting, the remaining LiveInterval may be...
2010-10-07 Dan GohmanFix LSR to keep the RegUseTracker up to date when combi...
2010-10-07 Devang PatelRemove LoopIndexSplit pass. It is neither maintained...
2010-10-07 John ThompsonUnbreak cmake build.
2010-10-07 Evan ChengCode refactoring.
2010-10-07 Chris LattnerReduce casting in various tables by defining the table
2010-10-07 Chris Lattnersimplify code: don't build up vector only to assert...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-10-07 Jim GrosbachTrivial MC code emitter shell. No instruction forms...
2010-10-07 Evan ChengCorrectly check if a path is a directory. Fix by Brian...
2010-10-07 Devang PatelProvie a clearner interface so that FE can decide wheth...
2010-10-07 Jim GrosbachInclude the auto-generated bits for machine encoding.
2010-10-07 Eric ChristopherRemember to promote load/store types for stack to regis...
2010-10-07 Chris Lattnerconvert test to use the existing classes that the multi...
2010-10-07 Chris Lattnerconvert cmp to use a multipattern
2010-10-07 Evan ChengCanonicalize X86ISD::MOVDDUP nodes to v2f64 to make...
2010-10-07 Jim GrosbachARM instruction don't have instruction prefixes, so...
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-10-07 Owen AndersonAdd initialization routines for Instrumentation.
2010-10-07 Chris Lattnerreduce redundancy between pattern copies.
2010-10-07 Chris Lattnerthe opcode for BinOpMI/BinOpMI8 is always the same...
2010-10-07 Owen AndersonImprove comment.
2010-10-07 Owen AndersonAdd initialization routines to InstCombine.
2010-10-07 Chris Lattnerconvert adc/sbb to a multipattern. Because the adde...
2010-10-07 Owen AndersonAdd initialization routines for VMCore.
2010-10-07 Owen AndersonAdd initialization routines for Target.
2010-10-07 Jakob Stoklund OlesenFix obvious mistake pointed out by Michael Spencer.
2010-10-07 Jakob Stoklund OlesenPrint more loop info.
2010-10-07 Jakob Stoklund OlesenPrint out MBB number when rewriting.
2010-10-07 Owen AndersonAdd initialization routines for CodeGen.
2010-10-07 Owen AndersonAdd an implementation of the initialization routine...
2010-10-07 Owen AndersonAdd initialization routines for Analysis and IPA.
2010-10-07 Owen AndersonAdd an initialization routine for libLLVMipo.a
2010-10-07 Jakob Stoklund OlesenCache interval iterators in SplitEditor::addTruncSimple...
2010-10-07 Jakob Stoklund OlesenClean up debug printing.
2010-10-07 Owen AndersonNext step on the getting-rid-of-static-ctors train...
2010-10-07 Owen AndersonFix a warning when building with clang++.
2010-10-07 Kalle RaiskilaAdd the missing cases to the type->registerclass conver...
2010-10-07 Kalle RaiskilaImplement two virtual functions in SPUTargetLowering.
2010-10-07 NAKAMURA TakumiMinor cosmetic change: fix DOSish \r\n.
2010-10-07 Michael J. SpencerMC-COFF: Fix symbol aliases. Fixes PR8251.
2010-10-07 Eric ChristopherUse the correct register class for load instructions...
2010-10-07 Eric ChristopherUse the correct register class here.
2010-10-07 Eric ChristopherUse the thumb2 conditional move instruction.
2010-10-07 Eric ChristopherRemove in-progress assertion, add TODO.
2010-10-07 Owen AndersonMove the pass initialization helper functions into...
2010-10-07 Evan ChengModel operand cycles of vldm / vstm; also fixes schedul...
2010-10-07 Chris Lattneradd support for isConvertibleToThreeAddress to ArithBin...
2010-10-07 Chris LattnerFix a few issues in ArithBinOpEFLAGS that made it speci...
2010-10-07 Chris LattnerConvert 'and' to single instance of a multipattern
2010-10-07 Jim GrosbachAllow use of the 16-bit literal move instruction in...
2010-10-07 Chris Lattneradd a new BinOpAI class to represent the immediate...
2010-10-07 Jim GrosbachAllow use of the 16-bit literal move instruction in...
2010-10-07 Chris Lattneradd a bunch of classes for other common patterns.
2010-10-07 Owen AndersonSince the Hello pass is built as a loadable dynamic...
2010-10-07 Chris LattnerDefine a new BinOpRI8 class and use it to define the...
2010-10-07 Jakob Stoklund OlesenConstrain the offset register to a *_NOSP register...
2010-10-07 Chris Lattneradd the pattern operator to match to X86TypeInfo, use...
2010-10-06 Jakob Stoklund OlesenProperly handle GR32_NOSP in X86RegisterInfo::getMatchi...
2010-10-06 Jakob Stoklund OlesenAdd MachineRegisterInfo::constrainRegClass and use...
2010-10-06 Jakob Stoklund OlesenSkip unused registers when verifying LiveIntervals.
2010-10-06 Jim Grosbachremove trailing whitespace
2010-10-06 Jason W KimFirst in a sequence of ARM/MC/*ELF* specific work.
2010-10-06 Rafael EspindolaAnother case of 256 sections not being enough :-)
2010-10-06 Owen AndersonAppease the clang self-host buildbot by providing a...
2010-10-06 Jim GrosbachClean up MOVi32imm and t2MOVi32imm pseudo instruction...
2010-10-06 Jim GrosbachKill of the vestiges of the 'call' Modifier (no longer...
2010-10-06 Jim GrosbachNow that VDUPfqf and VDUPfdfare properly pseudos, kill...
2010-10-06 Jim GrosbachChange the NEON VDUPfdf and VDUPfqf pseudo-instructions...
2010-10-06 Rafael EspindolaGet binding and visibility info from the the alias...
2010-10-06 Owen AndersonHide analysis group registration behind a macro, just...
2010-10-06 Devang PatelAdd support for DW_TAG_unspecified_parameters.
2010-10-06 Jim GrosbachAdd a 'pattern' arg to the ARM PseudoNeonI class.
2010-10-06 Michael J. SpencerMC: Add missing forward in MCLoggingStreamer.
2010-10-06 Bill WendlingRevert "RequiresUnique" patch. This should be handled...
2010-10-06 Rafael EspindolaIf a symbol is global, reloc against it even if it...
2010-10-06 Nick LewyckyRemove unused variables.
2010-10-06 Jim Grosbachtarget operand flag values aren't a bitmask
2010-10-06 Rafael EspindolaMake sure weak symbols are listed after the local ones.
2010-10-06 Rafael EspindolaCorrectly handle GOTPCREL relocations.
2010-10-06 Dan GohmanComputeLinearIndex doesn't need its TLI argument.
2010-10-06 Bill WendlingChange RequiresMerge to RequiresUnique. It's a better...
2010-10-06 Evan Cheng- Add TargetInstrInfo::getOperandLatency() to compute...
2010-10-06 Bill WendlingIf the destination module all ready has a copy of the...
2010-10-06 Chris Lattnerenhance X86TypeInfo to include information about the...
2010-10-06 Chris Lattneradd a class for _REV nodes.
2010-10-06 Chris Lattnersink more intelligence into the ITy base class. Now...
2010-10-06 Chris Lattnerrefactor things a bit, now the REX_W and OpSize prefix...
2010-10-06 Chris Lattnerwith tblgen suitably extended, we can now get the load...
2010-10-06 NAKAMURA Takumilib/System/Win32/Signals.inc: Enable LLVM_DISABLE_CRT_D...
next