aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-094-32/+35
* Make helper static and fix formatting.Benjamin Kramer2013-08-091-5/+4
* This fixes the Thumb2 CPS assembly syntax.Mihai Popa2013-08-094-2/+41
* Fix assembling of Thumb2 branch instructions.Mihai Popa2013-08-0910-16/+451
* Remove byte order mark from source file.Benjamin Kramer2013-08-091-1/+1
* Add back missing PPC relocation types.Ulrich Weigand2013-08-091-0/+36
* [SystemZ] Update READMERichard Sandiford2013-08-091-15/+5
* Try to unbreak Windows build after r188022Alexey Samsonov2013-08-091-1/+1
* Add missing 'v' prefix in front of palignr on one of checks.Craig Topper2013-08-091-1/+1
* Change asserts at the top of getVectorShuffle to check that LHS and RHS have ...Craig Topper2013-08-091-6/+3
* Set ISD::FROUND to Expand by default for all typesHal Finkel2013-08-092-4/+25
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-0910-22/+36
* Optimistically ignore scattered relocations in MachO in RuntimeDyld. ThisLang Hames2013-08-094-0/+12
* [lit] Rename lit.{TestFormats,Util} to their aliased names {formats,util}.Daniel Dunbar2013-08-097-20/+24
* [lit] Inject the lit specific config object as 'lit_config' when loading conf...Daniel Dunbar2013-08-091-0/+1
* [lit] Split TestingConfig.frompath() into separate ctor and load methods.Daniel Dunbar2013-08-093-51/+58
* [lit] Eliminate mustExist parameter from TestingConfig.frompath().Daniel Dunbar2013-08-093-37/+34
* [lit] Only create config copies when a local config file is present.Daniel Dunbar2013-08-092-5/+12
* [lit] Eliminate parent argument from TestingConfig.frompath(), which is effec...Daniel Dunbar2013-08-093-6/+12
* Add missing PPC64 relocation types.Michael J. Spencer2013-08-081-0/+42
* Update the CMake build files.Eric Christopher2013-08-081-0/+1
* Revert r185882. This is causing problems with the gold linker and might be be...Bill Wendling2013-08-081-4/+2
* Move hash computation code into a separate class and file.Eric Christopher2013-08-083-99/+191
* Mips ELF: MicroMips direct object Little endian support. Jack Carter2013-08-084-52/+126
* llvm isn't C++11 yet :(Michael J. Spencer2013-08-081-1/+1
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-0817-2745/+2829
* [mips] Rename accumulator register classes and FP register operands.Akira Hatanaka2013-08-0812-246/+246
* [mips] Mark pseudo instructions as code-gen only.Akira Hatanaka2013-08-081-5/+5
* [mips] Delete register class HWRegs64.Akira Hatanaka2013-08-085-56/+3
* cast fix to appease buildbotDavid Fang2013-08-081-1/+1
* Revert "Reapply r185872 now that the address sanitizer has been changed to su...Arnold Schwaighofer2013-08-082-9/+10
* [tests] Remove dead VALGRIND and CLEANED_TESTSUITE makefile variables.Daniel Dunbar2013-08-081-6/+0
* [lit] Change --show-{tests,suites} to exit after printing.Daniel Dunbar2013-08-083-12/+14
* [lit] Remove --repeat option, which wasn't that useful.Daniel Dunbar2013-08-084-23/+0
* [lit] Eliminate some nested imports.Daniel Dunbar2013-08-084-13/+8
* [lit] Remove on_clone member, which is no longer used.Daniel Dunbar2013-08-082-14/+9
* initial draft of PPCMachObjectWriter.cppDavid Fang2013-08-087-22/+502
* Fix off-by-one error in Regex::isValidAlexey Samsonov2013-08-082-1/+9
* R600/SI: Implement fp32<->fp64 conversionsNiels Ole Salscheider2013-08-084-2/+27
* R600/SI: Implement sint<->fp64 conversionsNiels Ole Salscheider2013-08-084-2/+30
* Use pop_back() instead of pop_back_val() when the returned value is not used.Jakub Staszak2013-08-081-4/+4
* Remove the now redundant FeatureFP16 from the Cortex-A15 feature list. It was...Silviu Baranga2013-08-081-1/+1
* Fix the comment.Jakub Staszak2013-08-081-1/+1
* Use EXPECT_TRUE/EXPECT_FALSE to avoid bogus warnings from the guts of gtest.Benjamin Kramer2013-08-081-20/+20
* test commit.Andrea Di Biagio2013-08-081-1/+1
* The name "tCDP" isn't used anywhere else in the source code, so renaming it f...Mihai Popa2013-08-081-1/+1
* DISubprogram metadata have an MDNode representing which base typeEric Christopher2013-08-081-1/+1
* Disable inlining between sanitized and non-sanitized functions.Evgeniy Stepanov2013-08-082-5/+135
* For DW_TAG_template_type_parameter the actual passed in type couldEric Christopher2013-08-082-1/+57
* Remove AllUndef check from one of the loops in getVectorShuffle. It was alrea...Craig Topper2013-08-081-5/+1