Fix incorrect uses of an ocaml llbuilder without extracting it from ocaml.
[oota-llvm.git] / include /
2010-02-28 Bob WilsonRevert r97245 which seems to be causing performance...
2010-02-28 John McCallTeach APFloat how to create both QNaNs and SNaNs and...
2010-02-28 Dan GohmanAdd a flag to addPassesToEmit* to disable the Verifier...
2010-02-27 Dan GohmanThe mayHaveSideEffects flag is no longer used.
2010-02-26 Dale JohannesenFurther constify MDNode* references.
2010-02-26 Bob WilsonMove the EnableFullLoadPRE flag from a separate command...
2010-02-26 Bob WilsonRemove unused "NoPRE" parameter in GVN and createGVNPass().
2010-02-26 Chris Lattnerfix the matcher in the presence of multiple scopes...
2010-02-25 Chris Lattnerchange the scope node to include a list of children...
2010-02-25 Chris Lattnerremove a dead PatLeaf, I previously changed all uses...
2010-02-25 Dan GohmanAdd more information to the getSizeOf comment.
2010-02-25 Dan GohmanRevert r97064. Duncan pointed out that bitcasts are...
2010-02-25 Chris Lattnerrename PushMatcherNode -> ScopeMatcherNode to more...
2010-02-24 Chris Lattnerfix a bug I introduced by checking the wrong node's...
2010-02-24 Dan GohmanMake getTypeSizeInBits work correctly for array types...
2010-02-24 Chris Lattnercontract movechild+checktype into a new checkchild...
2010-02-24 Dan GohmanConvert a few more backedge-taken count functions to...
2010-02-24 Daniel DunbarReapply r97010, the speculative revert failed.
2010-02-24 Chris Lattnerimplement a simple proof-of-concept optimization for
2010-02-24 Daniel DunbarSpeculatively revert r97010, "Add an argument to PHITra...
2010-02-24 Dan GohmanWhen forming SSE min and max nodes for UGE and ULE...
2010-02-24 Chris LattnerThe new isel was not properly handling patterns that...
2010-02-24 Bob WilsonAdd an argument to PHITranslateValue to specify the...
2010-02-23 Chris Lattnerfix X86/uint_to_fp-2.ll, only fold loads when they...
2010-02-23 Jakob Stoklund OlesenKeep track of phi join registers explicitly in LiveVari...
2010-02-23 Wesley PeckAdding the MicroBlaze backend.
2010-02-23 Kevin EnderbyThis is the first patch to put the needed bits in place...
2010-02-23 Mikhail GlushenkovCorrect option forwarding: initial implementation.
2010-02-23 Mikhail GlushenkovNew experimental/undocumented feature: 'works_on_empty'.
2010-02-23 Mikhail GlushenkovAdd a way to enable '-opt=foo' forwarding.
2010-02-23 Chris Lattnerfix an off-by-one error.
2010-02-23 Chris Lattnerswitch the value# in OPC_CompleteMatch and OPC_EmitNode...
2010-02-22 Chris Lattneradd a new Push2 opcode for targets (like cellspu) which...
2010-02-22 Jim GrosbachUpdated version of r96634 (which was reverted due to...
2010-02-22 Chris Lattnerexpand my hack to work with nodes that have flags but...
2010-02-22 Chris Lattneradd a new CheckMultiOpcode opcode for checking that...
2010-02-22 Chris Lattneradd some debug hooks for tracking the behavior of the...
2010-02-22 Dan GohmanFix various doxygen warnings.
2010-02-22 Dan GohmanRename a variable to avoid a -Wshadow warning.
2010-02-22 Chris Lattnerenhance my hack for flags handling, this allows us...
2010-02-21 Chris Lattnerfix most of the failures in the x86 suite by handling...
2010-02-21 Daniel DunbarMC: Sketch registry support for target specific assembl...
2010-02-21 Daniel DunbarFormatting tweaks (trailing whitespace, ordering, comme...
2010-02-21 Chris Lattnerfix an odd thinko in an assertion, all arm tests pass...
2010-02-21 Anton KorobeynikovIt turned out that we failed to emit proper symbol...
2010-02-21 Chris Lattnerspeculatively teach OPC_CheckValueType and OPC_EmitNode...
2010-02-21 Chris Lattnerteach OPC_CheckType to handle MVT::iPTR, down to 2...
2010-02-21 Chris Lattnermake this check a bit more generous, it may be outlivin...
2010-02-21 Chris LattnerRelax an assertion a bit. We allow replacing things...
2010-02-21 Chris Lattnerwhen a match fails and we have to rollback, make sure...
2010-02-21 Chris Lattnerhandle optional in flags that aren't present.
2010-02-21 Chris Lattnerfix two bugs in OPC_EmitRegister, which makes ppc happier.
2010-02-21 Chris Lattnerimplement the last known missing feature: updating...
2010-02-21 Charles DavisReduce size of 'StackAlignment' field from 5 to 3 bits...
2010-02-21 Chris LattnerLots of improvements to the new dagisel emitter. This...
2010-02-21 Chris Lattneradd a hook so that the new isel can run SDNodeXForms.
2010-02-21 Chris LattnerEliminate some uses of immAllOnes, just use -1, it...
2010-02-19 Bob WilsonRevert 96634. It causes assertion failures for 126...
2010-02-19 Bob WilsonRevert Anton's most recent EH patch (r96637), since...
2010-02-19 Duncan SandsCorrect LastPrimitiveTyID: MetadataType is a primitive...
2010-02-19 Chris Lattneradd emitter support for integer constants and simple...
2010-02-19 Dale Johannesenrecommit 96626, evidence that it broke things appears
2010-02-19 Dale JohannesenRevert 96626, which causes build failure on ppc Darwin.
2010-02-19 Anton KorobeynikovUse the same encoding for EH stuff uniformly on all...
2010-02-19 Jim GrosbachRadar 7636153. In the presence of large call frames...
2010-02-18 Dan GohmanIndvars needs to explicitly notify ScalarEvolution...
2010-02-18 Mon P WanggetSplatIndex assumes that the first element of the...
2010-02-18 Chris Lattneradd support for referencing registers and immediates,
2010-02-18 Jakob Stoklund OlesenAlways normalize spill weights, also for intervals...
2010-02-18 Devang PatelFix comments.
2010-02-18 Devang PatelDestroy MDNodes gracefully while deleting llvm context.
2010-02-18 Duncan SandsRefer to -help instead of --help since this is what...
2010-02-17 Eric ChristopherFix a few unused parameter warnings.
2010-02-17 David GreeneMake the non-temporal bit "significant" in MemSDNodes...
2010-02-17 Daniel DunbarAdd Regex::sub, for doing regular expression substituti...
2010-02-17 Daniel DunbarFix comment.
2010-02-17 Chris Lattnermove isOnlyReachableByFallthrough out of MachineBasicBl...
2010-02-17 Chris Lattneradd missing method, PR6284
2010-02-17 Chris LattnerEmulate the current isel's "IsChainCompatible" logic...
2010-02-17 Chris Lattnersimplify IsChainCompatible codegen, add comments. no
2010-02-17 Chris Lattnermake the new isel's interpreter loop call the generated
2010-02-16 Devang PatelUse line and column number to distinguish two lexical...
2010-02-16 Bob WilsonRename SuccessorNumber to GetSuccessorNumber.
2010-02-16 Bob WilsonSplit critical edges as needed for load PRE.
2010-02-16 Bob WilsonRefactor to share code to find the position of a basic...
2010-02-16 Chris Lattnerconvert the new matcher to check intermediate nodes...
2010-02-16 Duncan SandsIntroduce isOpaqueTy and use it rather than isa<OpaqueT...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-16 Chris Lattnergenerate code for node and pattern predicates. Note...
2010-02-16 Chris Lattneradd support for the new isel matcher to generate
2010-02-16 Erick TryzelaarFix a typo in an LLVMOpcode enum. LLVMTrunk -> LLVMTrunc.
2010-02-15 Anton KorobeynikovMove TLOF implementations to libCodegen to resolve...
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-02-15 Bill WendlingRemove c++ style comments from c header.
2010-02-15 Bill WendlingRenumber Instruction enums in llvm-c.
2010-02-15 Evan ChengSplit SelectionDAGISel::IsLegalAndProfitableToFold to
2010-02-15 Chris Lattnercomment fix.
2010-02-15 David GreeneAdd non-temporal flags and remove an assumption of...
2010-02-15 David GreeneAdd non-temporal flags to MachineMemOperand.
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
next