aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Allow compatible extension attributes for tail callsTim Northover2013-08-122-3/+59
* Fix big-endian handling of integer-to-vector bitcasts in InstCombineRichard Sandiford2013-08-121-0/+41
* Don't generate floating point stubs for mips16 code if the functionReed Kotler2013-08-111-0/+25
* AVX-512: Added more tests for BROADCASTElena Demikhovsky2013-08-111-0/+16
* AVX-512: Added VPERM* instructons and MOV* zmm-to-zmm instructions.Elena Demikhovsky2013-08-111-0/+66
* Revert r188119 "Kill some duplicated code for removing unreachable BBs."Arnold Schwaighofer2013-08-101-12/+2
* R600/SI: FMA is faster than fmul and fadd for f64Niels Ole Salscheider2013-08-101-0/+31
* R600/SI: Add FMA patternNiels Ole Salscheider2013-08-101-0/+31
* Check for $PWD in llvm::sys::current_path.Rafael Espindola2013-08-101-0/+10
* [objc-arc] Track if we encountered an additive overflow while computing {TopD...Michael Gottesman2013-08-091-3/+1063
* Kill some duplicated code for removing unreachable BBs.Peter Collingbourne2013-08-091-2/+12
* DataFlowSanitizer: Remove unreachable BBs so IR continues to verifyPeter Collingbourne2013-08-091-0/+20
* Add another intrinsic that LLVM gives an incorrect prototype to.Reed Kotler2013-08-091-0/+18
* [stackprotector] Simplify SP Pass so that we emit different fail basic blocks...Michael Gottesman2013-08-091-0/+4
* CHECK-LABEL-ify testsStephen Lin2013-08-093-11/+11
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-094-32/+35
* This fixes the Thumb2 CPS assembly syntax.Mihai Popa2013-08-093-1/+36
* Fix assembling of Thumb2 branch instructions.Mihai Popa2013-08-096-6/+330
* Add missing 'v' prefix in front of palignr on one of checks.Craig Topper2013-08-091-1/+1
* Set ISD::FROUND to Expand by default for all typesHal Finkel2013-08-091-0/+22
* Optimistically ignore scattered relocations in MachO in RuntimeDyld. ThisLang Hames2013-08-093-0/+2
* Mips ELF: MicroMips direct object Little endian support. Jack Carter2013-08-083-48/+111
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-083-0/+24
* Revert "Reapply r185872 now that the address sanitizer has been changed to su...Arnold Schwaighofer2013-08-081-3/+4
* [tests] Remove dead VALGRIND and CLEANED_TESTSUITE makefile variables.Daniel Dunbar2013-08-081-6/+0
* [lit] Remove on_clone member, which is no longer used.Daniel Dunbar2013-08-081-2/+2
* initial draft of PPCMachObjectWriter.cppDavid Fang2013-08-081-0/+84
* R600/SI: Implement fp32<->fp64 conversionsNiels Ole Salscheider2013-08-082-0/+18
* R600/SI: Implement sint<->fp64 conversionsNiels Ole Salscheider2013-08-082-0/+18
* test commit.Andrea Di Biagio2013-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-081-0/+112
* For DW_TAG_template_type_parameter the actual passed in type couldEric Christopher2013-08-081-0/+54
* Make sure that if we're going to attempt to add a type to a DIE thatEric Christopher2013-08-081-5/+5
* PPC: Map frin to round() not nearbyint() and rint()Hal Finkel2013-08-081-69/+6
* Revert "coff also doesn't have a ReadOnlySection yet, (!)"David Majnemer2013-08-081-0/+6
* Revert "[objc-arc] Track if we encountered an additive overflow while computi...Michael Gottesman2013-08-081-1063/+3
* [objc-arc] Track if we encountered an additive overflow while computing {TopD...Michael Gottesman2013-08-071-3/+1063
* Reapply r185872 now that the address sanitizer has been changed to support this.Bill Wendling2013-08-071-4/+3
* [tests] Make string encoding issues explicit.Daniel Dunbar2013-08-071-3/+3
* [tests] Avoid deprecated except syntax.Daniel Dunbar2013-08-072-2/+8
* Add ISD::FROUND for libm round()Hal Finkel2013-08-071-0/+52
* DataFlowSanitizer; LLVM changes.Peter Collingbourne2013-08-075-0/+242
* Using the integrated assembler we'd fail to change section to theEric Christopher2013-08-071-0/+33
* AVX-512 set: Added BROADCAST instructionsElena Demikhovsky2013-08-071-0/+37
* [SystemZ] Optimize floating-point comparisons with zeroRichard Sandiford2013-08-071-0/+348
* [SystemZ] Add floating-point load-and-test instructionsRichard Sandiford2013-08-076-0/+113
* JumpThreading: Turn a select instruction into branching if it allows to threa...Benjamin Kramer2013-08-071-0/+63
* LLVM Interpreter: MIPS tests should passElena Demikhovsky2013-08-071-1/+0
* Create a pattern for the "trap" instruction.Reed Kotler2013-08-071-0/+13