TableGen: record anonymous instantiations of classes.
[oota-llvm.git] / utils /
2013-01-10 Tim NorthoverRemove locale-dependence of enum mangling and use exist...
2013-01-10 Tim NorthoverMake TableGen mangle operand method names before puttin...
2013-01-09 Tim NorthoverCheck whether MCInst operand isImm before calling getImm.
2013-01-09 Andrew TrickMIsched: add an ILP window property to machine model.
2013-01-08 Joel JonesAdd highlighting for "int" keyword
2013-01-07 Eli BenderskyAdd some additional tests for the .bundle_lock align_to...
2013-01-07 Joel JonesClaim ".td" files. Improve README cp command. Drop...
2013-01-04 Joel JonesAdd Textmate bundle for Tablegen syntax-highlighting
2013-01-02 Michael J. Spencer[Support][Endian] Add support for specifying the alignm...
2013-01-02 Chandler CarruthSort a few more #include lines in tools/... unittests...
2013-01-02 Chandler CarruthRename VMCore directory to IR.
2012-12-26 Eli BenderskyFix comment typo
2012-12-26 NAKAMURA TakumiTableGen/FixedLenDecoderEmitter.cpp: Fix a potential...
2012-12-24 Elena DemikhovskyAdded 6 more value types: v32i1, v64i1, v32i16, v32i8...
2012-12-22 Daniel Dunbar[utils] Tweak utils/clang-parse-diagnostics-file to...
2012-12-22 Bill WendlingChange 'AttrVal' to 'AttrKind' to better reflect that...
2012-12-21 Benjamin KramerTeach sort_includes.py to drop duplicated includes.
2012-12-20 Eli BenderskyAdd a largish auto-generated test for the aligned bundl...
2012-12-20 NAKAMURA Takumillvmbuild/main.py: Let LibraryDependencies.inc determin...
2012-12-20 Richard SmithFix an uninitialized member variable, found by -fsaniti...
2012-12-19 Jim GrosbachMC: Add MCInstrDesc::mayAffectControlFlow() method.
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-11 Bill WendlingFix grammar-o.
2012-12-10 Anshuman DasguptaFix PR14568: Avoid the DFA packetizer from making an...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-07 NAKAMURA Takumiunittest/googletest/Makefile: Unbreak out-of-tree build.
2012-12-06 Alexey SamsonovTry to unbreak makefile build by excluding gtest-all...
2012-12-06 Alexey SamsonovModify the LLVM checkout of googletest:
2012-12-05 Richard SmithPR10867: Analogue of r169441 for when using external...
2012-12-05 Richard SmithPR10867. lit would interpret
2012-12-05 Andrew TrickRegisterPresssureTracker: Track live physical register...
2012-12-05 Andrew TrickRegisterPressure API. Add support for physical register...
2012-12-05 Michael J. SpencerCopy clang/Driver/<Option parsing stuff> to llvm.
2012-12-04 NAKAMURA TakumiKillTheDoctor.cpp: Restore Win32 SDK headers before...
2012-12-04 Chandler CarruthSort the #include lines for utils/...
2012-12-04 Chandler CarruthTeach the include sorter to quickly skip files with...
2012-12-04 Chandler CarruthTeach the include sorter to skip files under test trees...
2012-12-04 Chandler CarruthTeach the include sorting script about the gtest header...
2012-12-04 Chandler CarruthAddress review comments from Matt on the sort_includes...
2012-12-03 Chandler CarruthTeach the include sorter to not choke on include guards. ;]
2012-12-03 Chandler CarruthAdd a completely hack-ish tool to sort includes accordi...
2012-12-03 Bill WendlingRemove 'deplibs' keyword, since it's no longer used.
2012-12-02 Benjamin KramerBring vim keyword lists up to date.
2012-12-02 Eli BenderskyFix a bug in FileCheck that wouldn't let define variabl...
2012-12-01 Eli BenderskySupport referencing variables defined on the same line.
2012-12-01 Michael IlsemanUpdate the emacs mode to recognize fadd, fsum, fmul...
2012-11-30 Michael IlsemanVim mode updated to recognize fast-math flags
2012-11-30 Daniel Dunbarlit: Add a simple test suite for checking test runner...
2012-11-30 Eli BenderskyClean up whitespace and add comments
2012-11-30 Eli BenderskyMake FileCheck return 2 in case of an error as documented,
2012-11-29 Jakob Stoklund OlesenAdd an MCPhysReg typedef to replace naked uint16_t.
2012-11-28 Jakob Stoklund OlesenRemove all references to TargetInstrInfoImpl.
2012-11-28 Daniel Dunbarlit: Bump the version to .3.
2012-11-27 Richard SmithRemove unused internal linkage variable.
2012-11-22 Ted KremenekGeneralize matching of add_executable to add_XXX_execut...
2012-11-20 Bill WendlingMake the AttrListPtr object a part of the LLVMContext.
2012-11-17 Pawel Wodnickireally fix permissions
2012-11-17 Pawel Wodnickifix permissions
2012-11-17 Pawel Wodnickiadding whose code is it anywa tools
2012-11-16 Weiming ZhaoRemove hard coded registers in ARM ldrexd and strexd...
2012-11-15 Dmitri GribenkoFileCheck: remove useless 'continue' at the end of...
2012-11-14 Eric ChristopherRemove the CellSPU port.
2012-11-14 Alexander KornienkoSupport for [[@LINE]], [[@LINE+<offset>]], [[@LINE...
2012-11-14 Alexander KornienkoAdded %(line), %(line+<number>), %(line-<number>) subst...
2012-11-10 Benjamin KramerSimplify the SmallVector pretty printer for LLDB a...
2012-11-09 Evandro MenezesFix issue with invalid flat operand number
2012-11-09 Evandro MenezesFix issue with invalid flat operand number
2012-11-08 Michael LiaoAdd support of RTM from TSX extension
2012-11-02 Rafael EspindolaFix a build problem with xlc. The error message was
2012-11-01 Jakob Stoklund OlesenGenerate a table-driven version of TRI::composeSubRegIn...
2012-10-25 Kaelyn UhrainDon't return false when the function's return type...
2012-10-25 Joerg SonnenbergerRemove exception handling usage from tblgen.
2012-10-25 David BlaikieRemove unused member & unnecessary semicolon.
2012-10-25 NAKAMURA Takumillvm/utils/TableGen/CMakeLists.txt: Update correspondin...
2012-10-25 Sebastian Popadd TableGen support to create relationship maps betwee...
2012-10-24 Joerg SonnenbergerDon't use stack unwinding to provide the location infor...
2012-10-20 Lang HamesAllow the commuted form of tied-operand constraints...
2012-10-19 Daniel Dunbarlit: Rename the valgrind leaks feature to match what...
2012-10-19 Daniel Dunbarlit: Remove support for XTARGET.
2012-10-19 Daniel Dunbarlit: Add 'valgrind' and 'valgrind-leaks' features when...
2012-10-19 Daniel Dunbarlit: Propagate TERM variable in environment, some tools...
2012-10-18 Daniel Dunbarlit: Allow XFAIL: lines to also refer to "features".
2012-10-15 Bill WendlingAdd an enum for the return and function indexes into...
2012-10-15 Bill WendlingAttributes Rewrite
2012-10-12 Chad Rosier[ms-inline asm] Use the new API introduced in r165830...
2012-10-12 Richard TrieuChange (!list.size() == 0) to (!list.empty()). No...
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-10-11 Chad RosierRemove extra semicolons.
2012-10-10 Sean Silvatblgen: Compile TableGen without RTTI.
2012-10-10 Sean Silvatblgen: Move mini Type hierarchy to LLVM-style RTTI.
2012-10-10 Sean Silvatblgen: Use semantically correct RTTI functions.
2012-10-10 Sean Silvatblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
2012-10-10 Bill WendlingPass into the AttributeWithIndex::get method an ArrayRe...
2012-10-10 Andrew TrickTableGen subtarget emitter cleanup.
2012-10-10 Andrew Trickmisched: Generate IsBuffered flag for machine resources.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-05 Chad Rosier[ms-inline asm] Add a few typedefs to simplify future...
2012-10-05 Sean Silvatblgen: Replace uses of dynamic_cast<XXXRecTy> with...
2012-10-03 Andrew TrickAdded instregex support to TableGen subtarget emitter.
next