summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Change public functions of LTOCodeGenerator from ret-false-on-succ to ret-tru...Shuxin Yang2013-08-07
* Create a pattern for the "trap" instruction.Reed Kotler2013-08-07
* [lit] Use py2&3 compatible exec() syntax.Daniel Dunbar2013-08-07
* [lit] Use newer StringIO class.Daniel Dunbar2013-08-07
* [lit] Use modern absolute/relative import style.Daniel Dunbar2013-08-07
* [lit] Avoid __cmp__ and cmp().Daniel Dunbar2013-08-07
* [lit] Avoid use of iterator .next() method.Daniel Dunbar2013-08-07
* [lit] Use .write() methods instead of print statement.Daniel Dunbar2013-08-07
* [lit] Use dual-compatible print() syntax where possible.Daniel Dunbar2013-08-07
* [lit] Remove use of deprecated parameter tuple unpacking.Daniel Dunbar2013-08-07
* [lit] Remove uses of deprecated except syntax.Daniel Dunbar2013-08-07
* [lit] Use more modern syntax for constructing exceptions.Daniel Dunbar2013-08-07
* [lit] Drop --no-execute, which isn't generally useful.Daniel Dunbar2013-08-07
* [lit] tests: Change discovery test to use --show-tests.Daniel Dunbar2013-08-07
* [lit] Add a --show-tests option.Daniel Dunbar2013-08-07
* [lit] Remove dead ignoreStdError argument.Daniel Dunbar2013-08-07
* Disabled columnWidth test for OSX, need someone with Mac to deal with this ef...Alexander Kornienko2013-08-07
* Use correct platform detection macro: __MACOSX__ -> __APPLE__Alexander Kornienko2013-08-07
* Fix boolean logic in LockFileManager and test itReid Kleckner2013-08-07
* Avoid using alloca in Windows/Program.incReid Kleckner2013-08-07
* Add a way to grab a particular attribute out of a DIE.Eric Christopher2013-08-07
* Move somewhat messy conditional out of line.Eric Christopher2013-08-07
* Disable tests on WIN32 (which has incorrect implementation of isPrint andAlexander Kornienko2013-08-07
* Check for _strtoi64 in the cmake build if strtoll is missingReid Kleckner2013-08-07
* Remove unused functions introduced in r172685 to unbreak the Clang -Werror buildDavid Blaikie2013-08-07
* Implemented llvm::sys::locale::columnWidth and isPrint for the case of generi...Alexander Kornienko2013-08-07
* Replacing /GR with /GR- instead of applying both options to the project. Thi...Aaron Ballman2013-08-06
* R600: Add new file from r187831 to CMakeLists.txtTom Stellard2013-08-06
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-06
* R600/SI: Use VSrc_* register classes as the default classes for typesTom Stellard2013-08-06
* R600/SI: Add more special cases for opcodes to ensureSRegLimit()Tom Stellard2013-08-06
* [NVPTX] We dont have any target specific flags yet for generating symbol refe...Justin Holewinski2013-08-06
* [mips] Mark instructions defined in Mips64InstrInfo.td that are duplicates ofAkira Hatanaka2013-08-06
* Change the linkage of these global values to 'internal'.Bill Wendling2013-08-06
* Remove some std stream usage from Support and TableGenReid Kleckner2013-08-06
* LoopVectorize: Allow vectorization of loops with lifetime markersArnold Schwaighofer2013-08-06
* [mips] Delete unnecessary InstAliases. Also, clear some of the InstAlias'Akira Hatanaka2013-08-06
* [mips] Replace usages of register classes with register operands. Also, removeAkira Hatanaka2013-08-06
* Change private functions of LTOCodeGenerator from ret-false-on-succ to ret-tr...Shuxin Yang2013-08-06
* Use gnu style builtins in MathExtras.h with clang on WindowsReid Kleckner2013-08-06
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-06
* [LangRef] Alphabetize function attribute listing.Sean Silva2013-08-06
* Adjust file to the coding standard.Jakub Staszak2013-08-06
* Add PPC64 mulli patternHal Finkel2013-08-06
* Remove extraneous semicolon.Jakub Staszak2013-08-06
* This corrects creation of operands for t2PLDW. It also removes the definition...Mihai Popa2013-08-06
* Support APSR_nzcv as operand for Thumb2 mrc. Deprecate pre-UAL syntax (pc ins...Mihai Popa2013-08-06
* [NVPTX] Add missing patterns for i1 [s,u]int_to_fpJustin Holewinski2013-08-06
* [NVPTX] Fix bug in stack code generation causes by MC conversionJustin Holewinski2013-08-06
* [NVPTX] Start conversion to MC infrastructureJustin Holewinski2013-08-06