cmake: Add msbuild integration to the install
[oota-llvm.git] / utils /
2013-08-28 Rui UeyamaRevert "Option parsing: support case-insensitive option...
2013-08-27 Rui UeyamaOption parsing: support case-insensitive option matching.
2013-08-23 Andrea Di BiagioAdd function attribute 'optnone'.
2013-08-23 Jakob Stoklund OlesenAdd an OtherPreserved field to the CalleeSaved TableGen...
2013-08-22 Elena DemikhovskyAVX-512: Added masked SHIFT commands, more encoding...
2013-08-22 Tim NorthoverARM: use TableGen patterns to select CMOV operations.
2013-08-22 Hans WennborgRemove llvm-lit from the cmake install target.
2013-08-21 Daniel Dunbar[lit] Fix a couple lingering Py3 compat issues in Progr...
2013-08-21 Daniel Dunbar[lit] Lift XFAIL handling to core infrastructure.
2013-08-21 Daniel Dunbar[lit] Allow formats to return lit.Test.Result instances...
2013-08-21 Daniel Dunbar[lit] Factor out a separate Test.Result() object.
2013-08-21 Daniel Dunbar[lit] Simplify --time-tests code.
2013-08-21 Daniel Dunbar[lit] Extract TestFormat base class, for future use.
2013-08-16 Daniel Dunbar[lit] Rewrite TODO list, and elaborate on some things.
2013-08-16 Stephen LinFileCheck: Fix stray quote in CHECK-LABEL error message.
2013-08-16 Aaron BallmanFixing a warning about control reaching the end of...
2013-08-15 Daniel Dunbar[lit] Remove some done TODOs.
2013-08-14 Daniel Dunbar[llvm-build] Make Py3 compatible.
2013-08-14 Daniel Dunbar[lit] Add test coverage of gtest format.
2013-08-14 Daniel Dunbar[lit] Ensure test output is converted to strings where...
2013-08-14 Daniel Dunbar[lit] Support parsing scripts with inconsistent or...
2013-08-14 Daniel DunbarRevert r188376, "[lit] Support parsing scripts with...
2013-08-14 Daniel Dunbar[lit] Support parsing scripts with inconsistent or...
2013-08-14 Daniel Dunbar[lit] Fix a relative import issue I missed earlier.
2013-08-14 Daniel Dunbar[lit] Avoid StringIO.
2013-08-14 Daniel Dunbar[lit] Fix tests to execute lit with same python as...
2013-08-14 Daniel Dunbar[lit] Factor ShTest format script command parsing from...
2013-08-14 Daniel Dunbar[lit] Move executeCommand() into lit.util.
2013-08-14 Daniel Dunbar[lit] Move formats into their own subpackage.
2013-08-14 NAKAMURA TakumiLit: Introduce "%/[STpst] into parseIntegratedTestScrip...
2013-08-13 Jack Carter[Mips][msa] Value types for MSA support.
2013-08-13 Daniel Dunbar[lit] Support use of setup.py from other directories.
2013-08-12 Rui Ueyama[FileCheck] Fix a bug that cause FileCheck to misidenti...
2013-08-12 Richard SandifordRevert r188164: Stablize MCK_Reg ordering in AsmMatcher...
2013-08-12 Richard SandifordStablize MCK_Reg ordering in AsmMatcherEmitter
2013-08-09 Daniel Dunbar[lit] Remove old ExamplesTests directory.
2013-08-09 Daniel Dunbar[lit] Move ManyTests examples to lit/examples/many...
2013-08-09 Daniel Dunbar[lit] Drop deprecated aliases for lit and old module...
2013-08-09 Daniel Dunbar[lit] Update lit's own tests to use lit_config and...
2013-08-09 Daniel Dunbar[lit] Fix typo.
2013-08-09 Daniel Dunbar[lit] Rename lit.{TestFormats,Util} to their aliased...
2013-08-09 Daniel Dunbar[lit] Inject the lit specific config object as 'lit_con...
2013-08-09 Daniel Dunbar[lit] Split TestingConfig.frompath() into separate...
2013-08-09 Daniel Dunbar[lit] Eliminate mustExist parameter from TestingConfig...
2013-08-09 Daniel Dunbar[lit] Only create config copies when a local config...
2013-08-09 Daniel Dunbar[lit] Eliminate parent argument from TestingConfig...
2013-08-08 Daniel Dunbar[lit] Change --show-{tests,suites} to exit after printing.
2013-08-08 Daniel Dunbar[lit] Remove --repeat option, which wasn't that useful.
2013-08-08 Daniel Dunbar[lit] Eliminate some nested imports.
2013-08-08 Daniel Dunbar[lit] Remove on_clone member, which is no longer used.
2013-08-07 Daniel Dunbar[lit] Remove unnecessary list copy.
2013-08-07 Daniel Dunbar[lit] Always list individual UNRESOLVED tests.
2013-08-07 Daniel Dunbar[lit] Explicitly convert dict items() result to a list.
2013-08-07 Daniel Dunbar[lit] Make string encoding issues explicit.
2013-08-07 Daniel Dunbar[lit] Report the traceback when config import fails.
2013-08-07 Daniel Dunbar[lit] Avoid comparisons with None.
2013-08-07 Daniel Dunbar[lit] Use list comprehensions instead of map().
2013-08-07 Daniel Dunbar[lit] Avoid deprecated dict.has_key() method.
2013-08-07 NAKAMURA Takumilit/LitConfig.py: Fixup for msys bash.
2013-08-07 NAKAMURA TakumiLit: Fixup in r187886.
2013-08-07 NAKAMURA TakumiLit: Resurrect --no-execute dropped in r187852.
2013-08-07 Daniel Dunbar[lit] Use py2&3 compatible exec() syntax.
2013-08-07 Daniel Dunbar[lit] Use newer StringIO class.
2013-08-07 Daniel Dunbar[lit] Use modern absolute/relative import style.
2013-08-07 Daniel Dunbar[lit] Avoid __cmp__ and cmp().
2013-08-07 Daniel Dunbar[lit] Avoid use of iterator .next() method.
2013-08-07 Daniel Dunbar[lit] Use .write() methods instead of print statement.
2013-08-07 Daniel Dunbar[lit] Use dual-compatible print() syntax where possible.
2013-08-07 Daniel Dunbar[lit] Remove use of deprecated parameter tuple unpacking.
2013-08-07 Daniel Dunbar[lit] Remove uses of deprecated except syntax.
2013-08-07 Daniel Dunbar[lit] Use more modern syntax for constructing exceptions.
2013-08-07 Daniel Dunbar[lit] Drop --no-execute, which isn't generally useful.
2013-08-07 Daniel Dunbar[lit] tests: Change discovery test to use --show-tests.
2013-08-07 Daniel Dunbar[lit] Add a --show-tests option.
2013-08-07 Daniel Dunbar[lit] Remove dead ignoreStdError argument.
2013-08-06 Reid KlecknerRemove some std stream usage from Support and TableGen
2013-08-02 Tim NorthoverFix handling of CHECK-DAG combined with CHECK-NOT
2013-08-01 Vladimir MedicMoving definition of MnemonicContainsDot field from...
2013-07-31 Hans WennborgOption parsing: remove non-SUPPORT_ALIASARGS fall-back
2013-07-31 Hans WennborgOption parsing: add support for alias arguments.
2013-07-31 Andrew Trickcomment typo.
2013-07-31 Tom StellardRevert "TableGen: Enumerate Schedule Model too."
2013-07-31 Vincent LejeuneTableGen: Enumerate Schedule Model too.
2013-07-31 Andrew TrickFix register pressure tables on ARM.
2013-07-31 Andrew TrickAdd tracing to the tblgen register pressure table gener...
2013-07-28 Craig TopperRemove use of sprintf added to X86 disassembler tablege...
2013-07-28 Elena Demikhovskyfixed compilation issue
2013-07-28 Elena DemikhovskyAdded encoding prefixes for KNL instructions (EVEX).
2013-07-26 Rafael EspindolaMove the default back to pipefail. I accidentally rever...
2013-07-26 Rafael EspindolaPropagate pipefail when cloning.
2013-07-26 Rafael EspindolaUse pipefail when available.
2013-07-25 Aaron BallmanUsing a different loop induction variable than the...
2013-07-25 Justin HolewinskiFix a bug in TableGen where the intrinsic function...
2013-07-25 Andrew TrickRegPressure: Order the "pressure sets" by number of...
2013-07-24 Craig TopperSplit generated asm mnemonic matching table into a...
2013-07-23 Craig TopperRemove 'else' after 'return'. No functional change.
2013-07-23 Craig TopperRemove trailing whitespace.
2013-07-19 Nico Riecklit: Support cancellation on Windows
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-07-16 Vladimir MedicThis patch allows targets to define weather the instruc...
next