2010-01-02 |
Mikhail Glushenkov | Forward -O0 to llvm-gcc. |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Mikhail Glushenkov | Apparently, it is OK for -MT to be specified several... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Chris Lattner | enhance the previous optimization to work with fcmp... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Chris Lattner | Teach instcombine to fold compares of loads from constant |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Chris Lattner | constant fold nasty constant expressions formed by... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Chris Lattner | remove the instcombine transformations that are inserti... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Chris Lattner | allow this to work on linux hosts. |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Chris Lattner | Teach codegen to handle: |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Chris Lattner | rename file. |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Chris Lattner | whitespace cleanup |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Chris Lattner | add a simple instcombine xform, simplify another one... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Chris Lattner | generalize the pointer difference optimization to handle |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Chris Lattner | teach instcombine to optimize pointer difference idioms... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Chris Lattner | use 'match' to simplify some code. |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Chris Lattner | implement the transform requested in PR5284 |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Mikhail Glushenkov | Fix a warning on gcc 4.4. |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Mikhail Glushenkov | Trailing whitespace, 80-col violations. |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Mikhail Glushenkov | Minor simplifactions. |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Mikhail Glushenkov | Typo. |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Mikhail Glushenkov | Make CheckForSuperfluousOptions handle list form of... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Mikhail Glushenkov | Minor simplifications. |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Mikhail Glushenkov | Better error message. |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Chris Lattner | Teach codegen to lower llvm.powi to an efficient (but... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Chris Lattner | Make this more likely to generate a libcall. |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Chris Lattner | add missing line. |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Chris Lattner | add a few trivial instcombines for llvm.powi. |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Chris Lattner | update this. To take the next step, llvm.powi should... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Chris Lattner | When factoring multiply expressions across adds, factor... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Chris Lattner | test case we alredy get right. |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Ted Kremenek | Remove old header. |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Chris Lattner | clean up some comments. |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Chris Lattner | switch from std::map to DenseMap for rank data structures. |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Ted Kremenek | Remove derelict serialization code. |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | reuse negates where possible instead of always creating... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | we don't need a smallptrset to detect duplicates, the... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | make reassociate more careful about not leaving around... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | remove debug |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | teach reassociate to factor x+x+x -> x*3. While I... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | change reassociate to use SmallVector for its key datas... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | change an if to an assert, fix comment. |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | move the rest of the add optimization code out to Optim... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | factor statistic updating better. |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Benjamin Kramer | Silence compiler warning. |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | simple fix for an incorrect factoring which causes a |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | merge some more tests in. |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | filecheckize |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | fix refactoro |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | factor code out into helper functions. |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | switch some std::vector's to smallvector. Reduce nesting. |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | use more modern datastructures. |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | clean up -debug output. |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Douglas Gregor | Document the edit-distance algorithm used in StringRef... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | this #include is ok. |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | fix Analysis/DebugInfo.h to not include Metadata.h... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | add some basic named MD tests. |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | use early exits to reduce indentation. |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | eliminate another copy of the mdnode printing logic... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | random tidying for MDNode printing. |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | eliminate a bunch of useless forwarding functions with... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | make mdnMap type safe, rename accessors for consistency... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | metadata can't be a global var initializer. |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | simplify mdnode printing logic. Now N->dump() only |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | don't unittest mdnode printing, we have disassembler... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | unify two copies of the NamedMDNode printing code. |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | fix printing of function-local metadata to print all... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | simplify printing of mdstring and Argument. |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | simplify asmprinting of NamedMDNode |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | Remove #include of metadata.h from intrinsicinst.h... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | rename "elements" of metadata to "operands". "Elements... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | Optimize MDNode to coallocate the operand list immediately |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | tidy |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | do not bother reuniquing mdnodes whose operands drop... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | remove some misleading comments. |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Douglas Gregor | Implement edit distance for StringRef |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | remove some fixme's |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | fix two bogus tests that the asmparser now rejects. |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | now that instruction metadata is only parsed in one... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | reimplement ParseOptionalInfo as ParseOptionalCommaAlig... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | rename ParseOptionalCustomMetadata -> ParseInstructionM... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | convert 4 more instructions over. |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | add facilities to start factoring instruction metadata... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | reimplement insertvalue/extractvalue metadata handling... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | remove two bogus calls that accepted metadata in the... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | rename NamedOrCustomMD -> MetadataVar to follow convent... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | rename lltok::Metadata -> lltok::exclaim. We name... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | rename MetadataCache -> NumberedMetadata to follow... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | rewrite ParseMDNodeVector to follow the normal patter... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | rename ParseMDNode -> ParseMDNodeID, since it parses... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | fix parsing of mdstring values. |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | remove the code added in r90497. It has several major... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | split t_Metadata into t_MDNode and t_MDString, eliminat... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | factor code even more. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | simplify some code and unbreak the build by not consumi... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Benjamin Kramer | remove a really wrong parenthesis. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | clean up some really strange code. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | change ParseMDString and ParseMDNode to take arguments... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | switch to TrackingVH instead of WeakVH, since these... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | Each instruction is allowed to have *multiple* different |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | Do not crash when .ll printing metadata that smells... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | fix indentation, fit in 80 cols. |
commit | commitdiff | tree | snapshot |
next |