2006-04-20 |
Chris Lattner | Don't fill in fields that no longer exist. |
tree | commitdiff |
2006-04-19 |
Evan Cheng | Rename AddedCost to AddedComplexity. |
tree | commitdiff |
2006-04-19 |
Evan Cheng | Allow "let AddedCost = n in" to increase pattern comple... |
tree | commitdiff |
2006-04-18 |
Chris Lattner | Fix a build failure on Vladimir's tester. |
tree | commitdiff |
2006-04-17 |
Chris Lattner | Encode a cost of zero as a cost of 1. |
tree | commitdiff |
2006-04-17 |
Chris Lattner | Really, I can count! |
tree | commitdiff |
2006-04-17 |
Chris Lattner | assign stable opcodes to the various altivec ops. |
tree | commitdiff |
2006-04-17 |
Chris Lattner | PPCPerfectShuffle.h is autogenerated, don't include... |
tree | commitdiff |
2006-04-17 |
Chris Lattner | Rename BuildShuffleTable -> PerfectShuffle |
tree | commitdiff |
2006-04-17 |
Chris Lattner | rename the table |
tree | commitdiff |
2006-04-17 |
Chris Lattner | Initial checking of a perfect shuffle generation progra... |
tree | commitdiff |
2006-04-14 |
Reid Spencer | Allow an option, -with-externals, to be specified that... |
tree | commitdiff |
2006-04-13 |
Reid Spencer | Add missing things to the distribution. |
tree | commitdiff |
2006-04-13 |
Chris Lattner | one too many l's |
tree | commitdiff |
2006-04-12 |
Reid Spencer | Fix a typo in the name of a file. |
tree | commitdiff |
2006-04-12 |
Reid Spencer | Additional files to distribute. |
tree | commitdiff |
2006-04-12 |
Reid Spencer | Add the llvm-config directory to the EXTRA_DIST line... |
tree | commitdiff |
2006-04-12 |
Andrew Lenharth | make recovering running_Olden data easier when the... |
tree | commitdiff |
2006-04-10 |
Chris Lattner | Fix a typo: Instr* -> Intr* |
tree | commitdiff |
2006-04-06 |
Chris Lattner | Infer element types for shuffle masks |
tree | commitdiff |
2006-04-06 |
Chris Lattner | rename a method, to avoid confusion with llvm intrinsics. |
tree | commitdiff |
2006-04-02 |
Chris Lattner | Adjust the Intrinsics.gen interface a little bit |
tree | commitdiff |
2006-03-31 |
Chris Lattner | regenerate |
tree | commitdiff |
2006-03-31 |
Chris Lattner | Generalize the previous binary operator support and... |
tree | commitdiff |
2006-03-31 |
Chris Lattner | Allow bits init values to be used in patterns, turn... |
tree | commitdiff |
2006-03-31 |
Chris Lattner | Final bugfix for PR724. GCC won't inline varargs funct... |
tree | commitdiff |
2006-03-31 |
Chris Lattner | When emitting code for the verifier, instead of emittin... |
tree | commitdiff |
2006-03-30 |
Chris Lattner | regenerate |
tree | commitdiff |
2006-03-30 |
Chris Lattner | Implement Regression/TableGen/DagDefSubst.ll |
tree | commitdiff |
2006-03-28 |
Evan Cheng | Don't sort the names before outputing the intrinsic... |
tree | commitdiff |
2006-03-28 |
Chris Lattner | Tblgen doesn't like multiple SDNode<> definitions that... |
tree | commitdiff |
2006-03-28 |
Chris Lattner | Only compute intrinsic valuetypes when in a target... |
tree | commitdiff |
2006-03-28 |
Chris Lattner | revert this, it breaks things. |
tree | commitdiff |
2006-03-27 |
Chris Lattner | Add support for decoding iPTR to the right pointer... |
tree | commitdiff |
2006-03-27 |
Chris Lattner | Print error messages like this: |
tree | commitdiff |
2006-03-25 |
Chris Lattner | Add a missing check which cause an invalid .td file... |
tree | commitdiff |
2006-03-25 |
Chris Lattner | When failing selection for an intrinsic, print this: |
tree | commitdiff |
2006-03-24 |
Chris Lattner | Change approach so that we get codegen for free for... |
tree | commitdiff |
2006-03-24 |
Chris Lattner | fix 80 column violations |
tree | commitdiff |
2006-03-24 |
Chris Lattner | Parse intrinsics correctly and perform type propagation... |
tree | commitdiff |
2006-03-24 |
Jim Laskey | Add dwarf register numbering to register data. |
tree | commitdiff |
2006-03-24 |
Chris Lattner | Make sure to initialize the TheDef field! |
tree | commitdiff |
2006-03-24 |
Chris Lattner | Move CodeGenIntrinsic implementation to CodeGenTarget... |
tree | commitdiff |
2006-03-24 |
Chris Lattner | extract some more information from the intrinsic table |
tree | commitdiff |
2006-03-24 |
Reid Spencer | Remove the interpreter component as its not working... |
tree | commitdiff |
2006-03-23 |
Reid Spencer | Add a .cvsignore file to get rid of notices about gram... |
tree | commitdiff |
2006-03-23 |
Reid Spencer | Add new generated files to be ignored. |
tree | commitdiff |
2006-03-23 |
Reid Spencer | Ignore temporary files generated by building. |
tree | commitdiff |
2006-03-23 |
Reid Spencer | Update to llvm-config tool, by Erik Kidd: |
tree | commitdiff |
2006-03-23 |
Reid Spencer | A little script to find LLVM symbols. Ideally this... |
tree | commitdiff |
2006-03-23 |
Reid Spencer | Don't print out ugly command line when building LibDeps... |
tree | commitdiff |
2006-03-23 |
Reid Spencer | Updated for library changes: |
tree | commitdiff |
2006-03-23 |
Evan Cheng | Allow result node to be a simple leaf node. This enable... |
tree | commitdiff |
2006-03-22 |
Reid Spencer | These changes are necessary to support the new llvm... |
tree | commitdiff |
2006-03-21 |
Evan Cheng | Don't forget to promote xform function to an explicit... |
tree | commitdiff |
2006-03-21 |
Chris Lattner | minor code simplification |
tree | commitdiff |
2006-03-21 |
Reid Spencer | Cause the various warnings list to be generated via... |
tree | commitdiff |
2006-03-20 |
Evan Cheng | The node wrapped in PatLeaf<> should be treated as... |
tree | commitdiff |
2006-03-20 |
Evan Cheng | It should be ok for a xform output type to be different... |
tree | commitdiff |
2006-03-20 |
Evan Cheng | Copy matching pattern's output type info to instruction... |
tree | commitdiff |
2006-03-20 |
Chris Lattner | Add a new SDTCisIntVectorOfSameSize type constraint |
tree | commitdiff |
2006-03-19 |
Reid Spencer | The library dependency file in flat format. This file... |
tree | commitdiff |
2006-03-19 |
Reid Spencer | First cut at the Makefile for llvm-config. This initial... |
tree | commitdiff |
2006-03-19 |
Reid Spencer | Add a -flat option for generating the library dependenc... |
tree | commitdiff |
2006-03-19 |
Evan Cheng | getEnumName() missed v8i8, v4i16, and v2i32 types |
tree | commitdiff |
2006-03-18 |
Chris Lattner | Fix miscodegen of V_SET0 in PPC. |
tree | commitdiff |
2006-03-17 |
Reid Spencer | Use the <tt> tag instead of <pre> tag to get code/file... |
tree | commitdiff |
2006-03-15 |
Chris Lattner | allow the GCCBuiltinName field to be optional |
tree | commitdiff |
2006-03-15 |
Jeff Cohen | Fix VC++ build error. |
tree | commitdiff |
2006-03-15 |
Chris Lattner | remove typo |
tree | commitdiff |
2006-03-15 |
Chris Lattner | Autogenerate a table of intrinsic names, so we can... |
tree | commitdiff |
2006-03-15 |
Chris Lattner | Autogenerate code to map from GCC builtin to LLVM intri... |
tree | commitdiff |
2006-03-14 |
Reid Spencer | Allow a sequence of digits at the end of the directory... |
tree | commitdiff |
2006-03-14 |
Reid Spencer | Change llvm.cs.uiuc.edu -> llvm.org |
tree | commitdiff |
2006-03-14 |
Reid Spencer | Add a newline at the end to avoid gcc warnings. |
tree | commitdiff |
2006-03-14 |
Reid Spencer | Convert llvm.cs.uiuc.edu -> llvm.org |
tree | commitdiff |
2006-03-13 |
Chris Lattner | emit a mapping from LLVM intrinsic -> GCC builtins. |
tree | commitdiff |
2006-03-13 |
Chris Lattner | Verify that packed type operands have the right size... |
tree | commitdiff |
2006-03-11 |
Chris Lattner | fix pasto in generate assertion msg |
tree | commitdiff |
2006-03-09 |
Chris Lattner | generate side-effect info |
tree | commitdiff |
2006-03-09 |
Chris Lattner | Parse mod/ref properties, autogen mod/ref information |
tree | commitdiff |
2006-03-09 |
Chris Lattner | parse intrinsic types |
tree | commitdiff |
2006-03-09 |
Chris Lattner | autogenerate the function name recognizer |
tree | commitdiff |
2006-03-09 |
Evan Cheng | Temporary hack to enable more (store (op (load ...... |
tree | commitdiff |
2006-03-07 |
Evan Cheng | Don't generate silly matching code like this: |
tree | commitdiff |
2006-03-03 |
Chris Lattner | Silence a warning. |
tree | commitdiff |
2006-03-03 |
Chris Lattner | Fix pasteo |
tree | commitdiff |
2006-03-03 |
Chris Lattner | remove a bunch of long-dead testing code |
tree | commitdiff |
2006-03-03 |
Chris Lattner | initial implementation of intrinsic parsing |
tree | commitdiff |
2006-03-03 |
Chris Lattner | remove out of date comment |
tree | commitdiff |
2006-03-03 |
Chris Lattner | Add support for "-Ifoo" in addition to "-I foo" |
tree | commitdiff |
2006-03-03 |
Chris Lattner | Regenerate |
tree | commitdiff |
2006-03-03 |
Chris Lattner | add support for multiple include directories |
tree | commitdiff |
2006-03-01 |
Evan Cheng | New vector type v2f32. |
tree | commitdiff |
2006-02-24 |
Chris Lattner | Select inline asm memory operands. |
tree | commitdiff |
2006-02-20 |
Evan Cheng | Added x86 integer vector types: 64-bit packed byte... |
tree | commitdiff |
2006-02-18 |
Jeff Cohen | Fix bugs identified by VC++. |
tree | commitdiff |
2006-02-18 |
Evan Cheng | Bump up pattern cost if the resulting instruction is... |
tree | commitdiff |
2006-02-15 |
Chris Lattner | Check the new form for bison output into CVS |
tree | commitdiff |
2006-02-14 |
Chris Lattner | Adjust to new form of handling lexer dependencies,... |
tree | commitdiff |
next |