- 27c35d9 [tests] Update to use lit_config and lit package, as appropriate. by Daniel Dunbar · 12 years ago
- b0e8d37 Make helper static and fix formatting. by Benjamin Kramer · 12 years ago
- 04b03fa This fixes the Thumb2 CPS assembly syntax. by Mihai Popa · 12 years ago
- e921f32 Fix assembling of Thumb2 branch instructions. by Mihai Popa · 12 years ago
- a9232f7 Remove byte order mark from source file. by Benjamin Kramer · 12 years ago
- d25fed9 Add back missing PPC relocation types. by Ulrich Weigand · 12 years ago
- 6514751 [SystemZ] Update README by Richard Sandiford · 12 years ago
- 1b8ac53 Try to unbreak Windows build after r188022 by Alexey Samsonov · 12 years ago
- 4f75d9b Add missing 'v' prefix in front of palignr on one of checks. by Craig Topper · 12 years ago
- ad445a6 Change asserts at the top of getVectorShuffle to check that LHS and RHS have the same type as the result. by Craig Topper · 12 years ago
- 3d7f79a Set ISD::FROUND to Expand by default for all types by Hal Finkel · 12 years ago
- 1c9cd02 [CodeGen] prevent abnormal on invalid attributes by Saleem Abdulrasool · 12 years ago
- 623f202 Optimistically ignore scattered relocations in MachO in RuntimeDyld. This by Lang Hames · 12 years ago
- 128ce31 [lit] Rename lit.{TestFormats,Util} to their aliased names {formats,util}. by Daniel Dunbar · 12 years ago
- 3864982 [lit] Inject the lit specific config object as 'lit_config' when loading config files. by Daniel Dunbar · 12 years ago
- 6c749c5 [lit] Split TestingConfig.frompath() into separate ctor and load methods. by Daniel Dunbar · 12 years ago
- 49e5142 [lit] Eliminate mustExist parameter from TestingConfig.frompath(). by Daniel Dunbar · 12 years ago
- 3279653 [lit] Only create config copies when a local config file is present. by Daniel Dunbar · 12 years ago
- b3c0c58 [lit] Eliminate parent argument from TestingConfig.frompath(), which is effectively unused. by Daniel Dunbar · 12 years ago
- f5539a3 Add missing PPC64 relocation types. by Michael J. Spencer · 12 years ago
- b8b2a03 Update the CMake build files. by Eric Christopher · 12 years ago
- 6ba2ed5 Revert r185882. This is causing problems with the gold linker and might be better handled by the linker. by Bill Wendling · 12 years ago
- 0d27ca1 Move hash computation code into a separate class and file. by Eric Christopher · 12 years ago
- d12fce1 Mips ELF: MicroMips direct object Little endian support. by Jack Carter · 12 years ago
- 6855440 llvm isn't C++11 yet :( by Michael J. Spencer · 12 years ago
- 081a194 [Object] Split the ELF interface into 3 parts. by Michael J. Spencer · 12 years ago
- 491d049 [mips] Rename accumulator register classes and FP register operands. by Akira Hatanaka · 12 years ago
- 7af40bf [mips] Mark pseudo instructions as code-gen only. by Akira Hatanaka · 12 years ago
- 94a88c4 [mips] Delete register class HWRegs64. by Akira Hatanaka · 12 years ago
- d76adee cast fix to appease buildbot by David Fang · 12 years ago
- 9b19dfc Revert "Reapply r185872 now that the address sanitizer has been changed to support this." by Arnold Schwaighofer · 12 years ago
- 81e8f39 [tests] Remove dead VALGRIND and CLEANED_TESTSUITE makefile variables. by Daniel Dunbar · 12 years ago
- abb9de5 [lit] Change --show-{tests,suites} to exit after printing. by Daniel Dunbar · 12 years ago
- 59c6b10 [lit] Remove --repeat option, which wasn't that useful. by Daniel Dunbar · 12 years ago
- 0e5f7c5 [lit] Eliminate some nested imports. by Daniel Dunbar · 12 years ago
- 9d11edb [lit] Remove on_clone member, which is no longer used. by Daniel Dunbar · 12 years ago
- d4f9d05 initial draft of PPCMachObjectWriter.cpp by David Fang · 12 years ago
- 783a038 Fix off-by-one error in Regex::isValid by Alexey Samsonov · 12 years ago
- 0147736 R600/SI: Implement fp32<->fp64 conversions by Niels Ole Salscheider · 12 years ago
- 7114e2e R600/SI: Implement sint<->fp64 conversions by Niels Ole Salscheider · 12 years ago
- 91955e7 Use pop_back() instead of pop_back_val() when the returned value is not used. by Jakub Staszak · 12 years ago
- cee3538 Remove the now redundant FeatureFP16 from the Cortex-A15 feature list. It was made redundant when FeatureVFP4 was added which implies FP16. by Silviu Baranga · 12 years ago
- 72feef1 Fix the comment. by Jakub Staszak · 12 years ago
- 6ee0581 Use EXPECT_TRUE/EXPECT_FALSE to avoid bogus warnings from the guts of gtest. by Benjamin Kramer · 12 years ago
- b1dc939 test commit. by Andrea Di Biagio · 12 years ago
- 868bed9 The name "tCDP" isn't used anywhere else in the source code, so renaming it for consistency doesn't cause any problems. by Mihai Popa · 12 years ago
- 13aeceb DISubprogram metadata have an MDNode representing which base type by Eric Christopher · 12 years ago
- 35d2102 Disable inlining between sanitized and non-sanitized functions. by Evgeniy Stepanov · 12 years ago
- 76ef79f For DW_TAG_template_type_parameter the actual passed in type could by Eric Christopher · 12 years ago
- eee2a11 Remove AllUndef check from one of the loops in getVectorShuffle. It was already handled by the 'AllLHS && AllRHS' check after the previous loop. by Craig Topper · 12 years ago
- 37c107b The conversion to bool is fine here, no need to check isType. by Eric Christopher · 12 years ago
- dc1363f Make sure that if we're going to attempt to add a type to a DIE that by Eric Christopher · 12 years ago
- afdd1f8 Change variable name and reflow formatting. by Eric Christopher · 12 years ago
- 01d22aa Optimize mask generation for one of the DAG combiner shufflevector cases. by Craig Topper · 12 years ago
- 05a4d26 PPC: Map frin to round() not nearbyint() and rint() by Hal Finkel · 12 years ago
- 9706d43 Revert "coff also doesn't have a ReadOnlySection yet, (!)" by David Majnemer · 12 years ago
- a1eacd0 Reflow for loop. by Eric Christopher · 12 years ago
- 3166762 Be more rigorous about the sizes of forms and attributes. by Eric Christopher · 12 years ago
- e32032d Add three missing CMake variables that need to make it to the by Chandler Carruth · 12 years ago
- 6cd4f2a Changed isPrint for U+00AD SOFT HYPHEN to return true. by Alexander Kornienko · 12 years ago
- bf473e2 Forward resetColor() et al to the underlying stream. by Ted Kremenek · 12 years ago
- 35b6edf Revert "[objc-arc] Track if we encountered an additive overflow while computing {TopDown,BottomUp}PathCounts and do nothing if it occured." by Michael Gottesman · 12 years ago
- 46c72c7 Fix ARM build. by Peter Collingbourne · 12 years ago
- 7f1a7d4 [objc-arc] Track if we encountered an additive overflow while computing {TopDown,BottomUp}PathCounts and do nothing if it occured. by Michael Gottesman · 12 years ago
- b0fd15f [objc-arc] Change 4 iterator methods which return const_iterators to be const methods. by Michael Gottesman · 12 years ago
- d3a9510 Reapply r185872 now that the address sanitizer has been changed to support this. by Bill Wendling · 12 years ago
- c348ad0 Really unbreak Mac build. by Peter Collingbourne · 12 years ago
- 32647ca Unbreak Mac build. by Peter Collingbourne · 12 years ago
- 6104a4e [lit] Remove unnecessary list copy. by Daniel Dunbar · 12 years ago
- 91a62c3 [lit] Always list individual UNRESOLVED tests. by Daniel Dunbar · 12 years ago
- 32b7d4d [lit] Explicitly convert dict items() result to a list. by Daniel Dunbar · 12 years ago
- 05fb743 [lit] Make string encoding issues explicit. by Daniel Dunbar · 12 years ago
- f34117d [tests] Make string encoding issues explicit. by Daniel Dunbar · 12 years ago
- 4229b95 [tests] Avoid deprecated except syntax. by Daniel Dunbar · 12 years ago
- 41418d1 Add ISD::FROUND for libm round() by Hal Finkel · 12 years ago
- 6fa33f5 DataFlowSanitizer; LLVM changes. by Peter Collingbourne · 12 years ago
- 9c2c660 [lit] Report the traceback when config import fails. by Daniel Dunbar · 12 years ago
- bd9bb2c [lit] Avoid comparisons with None. by Daniel Dunbar · 12 years ago
- a1ba752 [lit] Use list comprehensions instead of map(). by Daniel Dunbar · 12 years ago
- f861516 [lit] Avoid deprecated dict.has_key() method. by Daniel Dunbar · 12 years ago
- 1025175 Using the integrated assembler we'd fail to change section to the by Eric Christopher · 12 years ago
- 189f798 Fix a FIXME, on darwin all virtual sections have a zerofill type. by Eric Christopher · 12 years ago
- cf027a0 On Windows, autolink advapi32 from Path.inc for CryptAcquireContextW by Reid Kleckner · 12 years ago
- f4c2104 Add the common begin/end naming convention to the coding standard. by Rafael Espindola · 12 years ago
- ee0dcf4 Move assert above first use of variable that we'd be asserting on. by Eric Christopher · 12 years ago
- 28a07c8 lit/LitConfig.py: Fixup for msys bash. by NAKAMURA Takumi · 12 years ago
- cc47c12 Confusing comment typo. by Andrew Trick · 12 years ago
- 6757840 Lit: Fixup in r187886. by NAKAMURA Takumi · 12 years ago
- 8f4aab8 Lit: Resurrect --no-execute dropped in r187852. by NAKAMURA Takumi · 12 years ago
- 207600d AVX-512 set: Added BROADCAST instructions with lowering logic and a test. by Elena Demikhovsky · 12 years ago
- 29e873d [SystemZ] Optimize floating-point comparisons with zero by Richard Sandiford · 12 years ago
- e0bbf72 [SystemZ] Add floating-point load-and-test instructions by Richard Sandiford · 12 years ago
- c11b107 JumpThreading: Turn a select instruction into branching if it allows to thread one half of the select. by Benjamin Kramer · 12 years ago
- e4a4aec Commit a no-op change to StringRef to (hopefully) trigger build bots. by Chandler Carruth · 12 years ago
- f7364d5 Add support for linking against a curses library when available and by Chandler Carruth · 12 years ago
- f76e118 Remove some parens. No functional change. by Eric Christopher · 12 years ago
- b19982c Simplify code. No functional change intended. by Craig Topper · 12 years ago
- 8f3562b Initialize SIInsertWaits::ExpInstrTypesSeen in the pass constructor. by Evgeniy Stepanov · 12 years ago
- 6e52c61 Remove the assertion for now. This breaks lld. by Dmitri Gribenko · 12 years ago
- aefdc04 LLVM Interpreter: MIPS tests should pass by Elena Demikhovsky · 12 years ago