Adding tests for the Intel JIT event listener's MCJIT support.
[oota-llvm.git] / utils /
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.
2012-10-03 Andrew TrickTableGen subtarget emitter, nearly first class support...
2012-10-03 Andrew TrickCleanup TableGen subtarget emitter.
2012-10-03 Chad Rosier[ms-inline asm] Default to the 'm' constraint. This...
2012-10-03 Sean Silvatblgen: Migrate llvm-tblgen to new TableGenMain API.
2012-10-02 Chad RosierFix 80-column violations. Cleanup whitespace in generat...
2012-10-01 Chad Rosier[ms-inline asm] Add the convertToMapAndConstraints...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-22 Andrew TrickMachine Model (-schedmodel only). Added SchedAliases.
2012-09-21 Chad Rosier[ms-inline asm] Expose the mnemonicIsValid() function...
2012-09-21 Chad RosierWhitespace.
2012-09-21 Dmitri GribenkoClarify comment.
2012-09-19 Micah VillmowAdd in new data types that are used by AMDIL/ANL among...
2012-09-19 Owen AndersonSoften the pattern-can-never-match error in TableGen...
2012-09-19 Craig TopperRemove code for setting the VEX L-bit as a function...
2012-09-19 Andrew TrickSchedMachineModel: compress the CPU's WriteLatencyTable.
2012-09-19 Sean SilvaIterate deterministicaly over ClassInfo*'s
2012-09-19 Sean SilvaIterate deterministically over register classes
2012-09-19 Sean SilvaRefactor Record* by-ID comparator to Record.h
2012-09-18 Benjamin KramerFileCheck: Fix off-by-one bug that made CHECK-NOT:...
2012-09-18 Craig TopperMake custom operand parsing mnemonic indices use the...
2012-09-18 Craig TopperUse variable type for index into mnemonic table. Shrink...
2012-09-18 Andrew TrickReplaced ReInitMCSubtargetInfo with InitMCProcessor.
2012-09-18 Andrew Trickcomment typo
2012-09-18 Andrew TrickTableGen subtarget emitter. Use getSchedClassIdx.
2012-09-18 Andrew TrickTableGen subtarget emitter. Generate resolveSchedClass...
2012-09-18 Andrew TrickTableGen subtarget emitter. Remove unnecessary header...
2012-09-18 Andrew TrickTableGen subtarget emitter. Initialize MCSubtargetInfo...
2012-09-18 Craig TopperMark asm matcher conversion table as const.
2012-09-18 Craig TopperFix typo in comment. No functional change.
2012-09-17 Andrew TrickBackout the wrong subtarget emitter fix
2012-09-17 Andrew TrickFix release build after reverting
2012-09-17 Andrew TrickRevert r164061-r164067. Most of the new subtarget emitter.
2012-09-17 Andrew TrickInitMCProcessor
2012-09-17 Andrew Trickcomment typo
2012-09-17 Andrew TrickTableGen subtarget emitter. Use getSchedClassIdx.
2012-09-17 Andrew TrickTableGen subtarget emitter. Generate resolveSchedClass...
2012-09-17 Andrew TrickTableGen subtarget emitter. Initialize MCSubtargetInfo...
2012-09-17 Andrew TrickTableGen subtarget emitter. Format and emit data tables...
2012-09-17 Andrew TrickTableGen subtarget emitter. Generate data tables for...
2012-09-17 Andrew TrickTableGen subtarget emitter. Emit processor resources...
2012-09-17 Andrew TrickTableGen subtarget parser: Add getProcResourcesIdx().
2012-09-17 Jim GrosbachTableGen: Add initializer.
2012-09-17 Axel NaumannFix a few vars that can end up being used without initi...
2012-09-17 Michael LiaoFix typo
2012-09-16 Craig TopperAdd 'virtual' keywoards to output file for overridden...
2012-09-16 Craig TopperAdd 'virtual' keywoards to output file for overridden...
2012-09-15 Dmitri GribenkoFix Doxygen issues: wrap code examples in \code and...
2012-09-15 Craig TopperRevert r163878 as it breaks on targets with alternate...
2012-09-15 Andrew TrickTableGen subtarget parser. Handle new machine model.
2012-09-15 Andrew TrickTableGen subtarget parser. Handle new machine model.
2012-09-15 Andrew TrickTableGen subtarget parser. Handle new machine model.
2012-09-14 Craig TopperAllow the second opcode info table to be 8, 16, or...
2012-09-14 Craig TopperReduce size of register name index tables by using...
next