Fix ARM build.
[oota-llvm.git] / utils /
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...
2013-07-15 Aaron BallmanTeaching llvm-tblgen to not emit a switch statement...
2013-07-15 Craig TopperAdd 'const' qualifier to some arrays.
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-12 Stephen LinAdd new directive called CHECK-LABEL to FileCheck.
2013-07-12 Charles DavisTarget/X86: Add explicit Win64 and System V/x86-64...
2013-07-10 Duncan SandsCorrect comment.
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-07-05 Rafael EspindolaAdd a --crash option to not.
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-06-27 Chad RosierImprove the compression of the tablegen DiffLists by...
2013-06-25 Tom StellardTableGen: Generate a function for getting operand indic...
2013-06-25 Rafael Espindolakeep only the StringRef version of getFileOrSTDIN.
2013-06-18 Stefanus Du ToitAdd support for encoding the HLE XACQUIRE and XRELEASE...
2013-06-18 Bob WilsonBuild Apple's llvmCore with --disable-zlib. <rdar:...
2013-06-15 Andrew TrickSupport BufferSize on ProcResGroup for unified MOp...
2013-06-15 Andrew TrickMachine Model: Add MicroOpBufferSize and resource Buffe...
2013-06-13 Rafael EspindolaDon't use PathV1.h in FileUtilities.h.
2013-06-13 Rafael EspindolaAvoid using PathV1.h in Program.h.
2013-06-13 Rafael EspindolaHave sys::FindProgramByName return a std::string.
2013-06-12 Rafael EspindolaRemove the program class.
2013-06-10 Benjamin Kramertblgen: Assert that InstRWs doesn't grows when we don...
2013-06-09 Benjamin Kramertblgen: always lookup values from the original vector...
2013-06-07 Bill WendlingAdd a script to help us create source tar balls for...
2013-06-07 Bill WendlingUse proper exit code.
2013-06-07 Arnold SchwaighoferCodeGenSchedule: Use resize instead of copying a vector
2013-06-06 Arnold SchwaighoferCodeGenSchedule: smallvector.push_back(smallvector...
2013-06-06 Jakub StaszakRemove unimplemented definition. Found using [-Wunused...
2013-06-05 Arnold SchwaighoferSubtargetEmitter fix
2013-06-05 Andrew TrickFix a tblgen subtargetemitter bug, for future Swift...
2013-06-04 Arnold SchwaighoferRevert series of sched model patches until I figure...
2013-06-04 Arnold SchwaighoferSubtargetEmitter fix
2013-05-31 Ahmed BougachaMake SubRegIndex size mandatory, following r183020.
2013-05-31 Ahmed BougachaAdd a way to define the bit range covered by a SubRegIndex.
2013-05-30 Galina KistanovaFixed bug when tests in executable partially used absol...
2013-05-28 Chad RosierRemove the MCRegAliasIterator tables and compute the...
2013-05-28 Alexey SamsonovRevert r182715 and r182758
2013-05-28 Alexey SamsonovFixup for r182715: provide correct arg to --gtest-filter
2013-05-26 Galina KistanovaFixed bug when tests in executable partially used absol...
2013-05-22 Bill SchmidtRecognize ValueType operands in source patterns for...
2013-05-16 Jakob Stoklund OlesenAdd TargetRegisterInfo::getCoveringLanes().
2013-05-15 Bill WendlingUse proper syntax.
2013-05-15 Bill WendlingAdd lldb and polly to the projects to tag.
2013-05-14 Michael LiaoAdd 'CHECK-DAG' support
2013-05-14 Michael LiaoRefactor string checking. No functionality change.
2013-05-14 Duncan SandsGet the unittests compiling when building with cmake...
2013-05-08 Bill WendlingAdd libcxx and clang-tools-extra to the testing thing.
2013-05-08 Bill WendlingAdd clang-tools-extra to the list of things to tag...
2013-05-07 Bill WendlingAdd the libc++ project to those we tag.
2013-04-30 Reid KlecknerTry to fix ProgramTest on FreeBSD
2013-04-27 Ulrich WeigandHandle tied sub-operands in AsmMatcherEmitter
next