2009-01-04 |
Dan Gohman | The .llx suffix is obsolete. |
tree | commitdiff |
2009-01-04 |
Dan Gohman | Update VIM LLVM IR syntax highlighting. |
tree | commitdiff |
2009-01-04 |
Dan Gohman | Set a few more vimrc indentation options. |
tree | commitdiff |
2009-01-04 |
Dan Gohman | Use softtabstop instead of redefining tabstop. |
tree | commitdiff |
2009-01-04 |
Dan Gohman | Switch the vimrc file from smartindent to cindent,... |
tree | commitdiff |
2009-01-02 |
Misha Brukman | VerifyLineLength() actually takes a max length parameter. |
tree | commitdiff |
2009-01-02 |
Misha Brukman | Added some basic lint tools for C++ and generic lint... |
tree | commitdiff |
2009-01-02 |
Misha Brukman | Deleted trailing whitespace; no functional changes. |
tree | commitdiff |
2009-01-02 |
Misha Brukman | vimrc |
tree | commitdiff |
2009-01-02 |
Misha Brukman | We also removed gtest-all.cc from the distribution... |
tree | commitdiff |
2009-01-01 |
Misha Brukman | Original patch by Talin. |
tree | commitdiff |
2009-01-01 |
Misha Brukman | * Removed gtest-all.cc; .cc files including other ... |
tree | commitdiff |
2009-01-01 |
Misha Brukman | Moved Google Test code up one directory so that we... |
tree | commitdiff |
2008-12-31 |
Misha Brukman | Import of Google Test 1.2.1, with the non-essential... |
tree | commitdiff |
2008-12-19 |
Dan Gohman | Use dyn_cast intead of isa + cast in the generated... |
tree | commitdiff |
2008-12-18 |
Mon P Wang | Added support for vector widening. |
tree | commitdiff |
2008-12-18 |
Mikhail Glushenkov | Fix typo in error message. |
tree | commitdiff |
2008-12-17 |
Mikhail Glushenkov | Some enhancements for the 'case' expression. |
tree | commitdiff |
2008-12-16 |
Bill Wendling | Change so that buildit won't need a parent directory... |
tree | commitdiff |
2008-12-11 |
Mikhail Glushenkov | Put Edge* classes into anonymous namespace. |
tree | commitdiff |
2008-12-07 |
Mikhail Glushenkov | Make 'extern' an option property. |
tree | commitdiff |
2008-12-07 |
Mikhail Glushenkov | Better error message. |
tree | commitdiff |
2008-12-07 |
Mikhail Glushenkov | Re-apply Cedric's changes. |
tree | commitdiff |
2008-12-07 |
Mikhail Glushenkov | Try to guess when the auto-generated cl::Sink option... |
tree | commitdiff |
2008-12-07 |
Mikhail Glushenkov | Add a (progn)-like construct for (actions). Implemented... |
tree | commitdiff |
2008-12-07 |
Mikhail Glushenkov | Use (actions) instead of option properties, support... |
tree | commitdiff |
2008-12-05 |
Cedric Venet | The use of the construct: |
tree | commitdiff |
2008-12-03 |
Dan Gohman | Rename isSimpleLoad to canFoldAsLoad, to better reflect... |
tree | commitdiff |
2008-12-03 |
Dan Gohman | Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad... |
tree | commitdiff |
2008-12-03 |
Dan Gohman | Add a sanity-check to tablegen to catch the case where... |
tree | commitdiff |
2008-11-28 |
Mikhail Glushenkov | Support multiple compilation graph definitions. Not... |
tree | commitdiff |
2008-11-28 |
Mikhail Glushenkov | Add 'hidden' and 'really_hidden' option properties. |
tree | commitdiff |
2008-11-27 |
Evan Cheng | On x86 favors folding short immediate into some arithme... |
tree | commitdiff |
2008-11-26 |
Mikhail Glushenkov | Small fix: the error message was incorrect in some... |
tree | commitdiff |
2008-11-20 |
Bill Wendling | Copy the tblgen utility. |
tree | commitdiff |
2008-11-17 |
Mikhail Glushenkov | Support dependencies between plugins by priority-sorting. |
tree | commitdiff |
2008-11-17 |
Mikhail Glushenkov | Filter ToolPropertiesList to exclude all Tools not... |
tree | commitdiff |
2008-11-17 |
Mikhail Glushenkov | Add a layer of indirection to make plugins more flexible. |
tree | commitdiff |
2008-11-13 |
Bill Wendling | Fix to record comparator to make it work for return... |
tree | commitdiff |
2008-11-13 |
Bill Wendling | Put comma in correct place for call to StructType::get |
tree | commitdiff |
2008-11-13 |
Bill Wendling | Modify the intrinsics pattern to separate out the ... |
tree | commitdiff |
2008-11-12 |
Oscar Fuentes | Tell GenLibDeps.pl to inspect .so and .dylib shared... |
tree | commitdiff |
2008-11-12 |
Mikhail Glushenkov | Check the return value of std::getenv. |
tree | commitdiff |
2008-11-12 |
Mikhail Glushenkov | Add a bit of lazy evaluation to PopulateCompilationGraph(). |
tree | commitdiff |
2008-11-12 |
Mikhail Glushenkov | Some cosmetic changes. |
tree | commitdiff |
2008-11-08 |
Mikhail Glushenkov | Allow $CALL and $ENV in command names. Fixes #3025. |
tree | commitdiff |
2008-11-08 |
Anton Korobeynikov | Properly escape dashes in TableGen's LLVMC2 emitter. |
tree | commitdiff |
2008-11-07 |
Dan Gohman | Make tablegen print out a nice error message for a... |
tree | commitdiff |
2008-11-05 |
Dan Gohman | Use an assert to check that SelectCode isn't called on |
tree | commitdiff |
2008-11-05 |
Dan Gohman | Eliminate the ISel priority queue, which used the topol... |
tree | commitdiff |
2008-11-04 |
Dan Gohman | Give tablegen's Type a destructor, to suppress spurious |
tree | commitdiff |
2008-11-04 |
Dan Gohman | Add some asserts to verify MVT invariant assumptions. |
tree | commitdiff |
2008-11-03 |
Dan Gohman | Change how extended types are represented in MVTs.... |
tree | commitdiff |
2008-10-30 |
Dan Gohman | Spell DISABLE_ASSERTIONS correctly. |
tree | commitdiff |
2008-10-27 |
Bill Wendling | - Fix SUBVERSION string to handle x.x.x version number... |
tree | commitdiff |
2008-10-27 |
David Greene | Have TableGen emit setSubgraphColor calls under control... |
tree | commitdiff |
2008-10-27 |
Cedric Venet | Remove tabs from my previous commit. |
tree | commitdiff |
2008-10-27 |
Matthijs Kooijman | Remove redundant word in tblgen error message. |
tree | commitdiff |
2008-10-26 |
Cedric Venet | Add a default constructor to AsmWriterOperand to make... |
tree | commitdiff |
2008-10-22 |
Argyrios Kyrtzidis | Unbreak LLVM on the MSVC compiler: |
tree | commitdiff |
2008-10-17 |
Evan Cheng | Add RCBarriers to TargetInstrDesc. It's a list of regis... |
tree | commitdiff |
2008-10-17 |
Dan Gohman | Use INT64_C to emit constant values, to avoid problems... |
tree | commitdiff |
2008-10-17 |
Dan Gohman | Fun x86 encoding tricks: when adding an immediate value... |
tree | commitdiff |
2008-10-15 |
Dan Gohman | Add support for having multiple predicates on a TreePat... |
tree | commitdiff |
2008-10-08 |
Duncan Sands | Add <cstdio> include where needed by gcc-4.4. |
tree | commitdiff |
2008-10-06 |
Devang Patel | Set UNIVERSAL_ARCH value. |
tree | commitdiff |
2008-10-05 |
Chris Lattner | Fix shift overflow bug that would occur when a field... |
tree | commitdiff |
2008-10-04 |
Chris Lattner | Make GenLibDeps.pl more robust in the face of broken... |
tree | commitdiff |
2008-10-02 |
Dale Johannesen | Handle some 64-bit atomics on x86-32, some of the time. |
tree | commitdiff |
2008-09-30 |
Dan Gohman | Move the primary fast-isel top-level comments to FastIS... |
tree | commitdiff |
2008-09-27 |
Dan Gohman | Move the code that handles DAGISel error conditions... |
tree | commitdiff |
2008-09-26 |
Dan Gohman | Rename ConstantSDNode's getSignExtended to getSExtValue... |
tree | commitdiff |
2008-09-25 |
Devang Patel | Large mechanical patch. |
tree | commitdiff |
2008-09-22 |
Mikhail Glushenkov | Move llvmc2 header files under include/llvm/CompilerDriver |
tree | commitdiff |
2008-09-22 |
Mikhail Glushenkov | Plugin support for llvmc2 (a-la opt). |
tree | commitdiff |
2008-09-22 |
Mikhail Glushenkov | Make comments a little bit more clear. |
tree | commitdiff |
2008-09-22 |
Mikhail Glushenkov | Get rid of GlobalLanguageMap. Global state is evil. |
tree | commitdiff |
2008-09-22 |
Mikhail Glushenkov | Add a (forward_as) option property |
tree | commitdiff |
2008-09-22 |
Mikhail Glushenkov | Delete the file llvmc2/doc/LLVMC-Enhancements.rst ... |
tree | commitdiff |
2008-09-22 |
Oscar Fuentes | Initial support for the CMake build system. |
tree | commitdiff |
2008-09-17 |
Evan Cheng | Add instruction names as comments to InstBits entries. |
tree | commitdiff |
2008-09-16 |
Devang Patel | Remove. |
tree | commitdiff |
2008-09-16 |
Bill Wendling | Reverting r56249. On further investigation, this functi... |
tree | commitdiff |
2008-09-16 |
Bill Wendling | - Change "ExternalSymbolSDNode" to "SymbolSDNode". |
tree | commitdiff |
2008-09-15 |
Devang Patel | Extract optimization pass selection code from llvm... |
tree | commitdiff |
2008-09-15 |
Dan Gohman | Update the LLVM polygen grammar for recent language... |
tree | commitdiff |
2008-09-12 |
Dan Gohman | Change ConstantSDNode and ConstantFPSDNode to use Const... |
tree | commitdiff |
2008-09-12 |
Dan Gohman | Rename ConstantSDNode::getValue to getZExtValue, for... |
tree | commitdiff |
2008-09-11 |
Evan Cheng | Indentation. |
tree | commitdiff |
2008-09-11 |
Jim Grosbach | lib/Target/SubtargetFeature.cpp asserts that the Featur... |
tree | commitdiff |
2008-09-11 |
Evan Cheng | Change getSubReg semantics. It now returns zero if... |
tree | commitdiff |
2008-09-08 |
Dan Gohman | Fix typos in (generated) comments. |
tree | commitdiff |
2008-09-08 |
Evan Cheng | Correctly handle physical register inputs. They are... |
tree | commitdiff |
2008-09-07 |
Evan Cheng | Eliminate a compile time warning. |
tree | commitdiff |
2008-09-07 |
Evan Cheng | Fix indentation of generated code. |
tree | commitdiff |
2008-09-07 |
Evan Cheng | Ignore multi-instruction patterns. e.g. |
tree | commitdiff |
2008-09-03 |
Evan Cheng | Let tblgen only generate fastisel routines, not the... |
tree | commitdiff |
2008-09-02 |
Evan Cheng | Change getBinaryCodeForInstr prototype. First operand... |
tree | commitdiff |
2008-08-29 |
Owen Anderson | Add initial support for fast isel of instructions that... |
tree | commitdiff |
2008-08-28 |
Dan Gohman | Add a target callback for FastISel. |
tree | commitdiff |
next |