2014-12-11 |
Alexey Samsonov | [ASan] Change fake stack and local variables handling. |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Duncan P. N... | CodeGen: Stop using LeakDetector for MachineInstr |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Duncan P. N... | IR: Store MDNodes in a separate LeakDetector container |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Matthias Braun | [CodeGen] Add print and verify pass after each MachineF... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Duncan P. N... | LeakDetector: Simplify code and fix comments, NFC |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Jonathan Roelofs | Fix platform_support.h's get_temp_file_name() on Newlib... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
David Majnemer | AsmParser: Don't crash on an ill-formed MDNodeVector |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Richard Smith | [modules] When constructing paths relative to a module... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Andrea Di Biagio | [InstCombine][X86] Improved folding of calls to Intrins... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
David Majnemer | AsmParser: Don't crash on an ill-formed MDNodeVector |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Paul Robinson | Instead of having -Os/-Oz add OptimizeForSize/MinSize... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Rafael Espindola | Remove a convoluted way of calling close by moving... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Rafael Espindola | This reverts commit r224043 and r224042. |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Michael Ilseman | Silence static analyzer warnings in LLVMSupport. |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Matthias Braun | Enable machineverifier in debug mode for X86, ARM,... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Matthias Braun | [CodeGen] Add print and verify pass after each MachineF... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Matthias Braun | [CodeGen] Let MachineVerifierPass own its banner string |
commit | commitdiff | tree | snapshot |
2014-12-11 |
David Majnemer | AST: Incomplete types might be zero sized |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Aaron Ballman | When checking for nonnull parameter attributes, also... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Sean Callanan | Removed the assertion that we can find any named |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Jonathan Roelofs | Add an XFAIL for Newlib's missing uchar.h |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Colin LeMahieu | [Hexagon] Renaming classes in preparation for replacement. |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Tim Northover | ARM: convert isTargetIOS checks to isTargetDarwin. |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Alexey Samsonov | [Sanitizer] Don't modify mmap_limit_mb flag in runtime. |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Hal Finkel | [PowerPC] Implement BuildSDIVPow2, lower i64 pow2 sdiv... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Jonathan Roelofs | Mark a bunch of long running tests as 'REQUIRES: long_t... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Alexey Samsonov | [Sanitizer] Fix report_path functionality: |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Viktor Kutuzov | [Tsan] Fix the signal_recursive.cc test to pass on... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Rafael Espindola | Remove dead code. NFC. |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Cameron McInally | [AVX512] Add support for 512b variable bit shift intrin... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Colin LeMahieu | [Hexagon] Ading i64 <- i32, i32 sextw pattern. |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Colin LeMahieu | [Hexagon] Adding encoding information for sign extend... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Rafael Espindola | Only seek once before writing the member offsets. |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Jonathan Roelofs | Mark some more fenv tests as UNSUPPORTED by newlib |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry Vyukov | tsan: fix Go build |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry Vyukov | tsan: don't subtract one from fake PCs |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Jonathan Roelofs | Add an XFAIL for Newlib's missing fenv.h |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Rafael Espindola | llvm-ar: close input files early. |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Elena Demikhovsky | AVX-512: Added all forms of COMPRESS instruction |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Timur Iskhodzhanov | Fix check-asan on Windows by putting lib/clang/...... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Jozef Kolek | [mips][microMIPS] Implement CodeGen support for LI16... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
David Majnemer | InstSimplify: Remove usesless %a parameter from tests |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Michael Kuperstein | The inliner needs to fix up debug information for llvm... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Will Newton | ELF/AArch64: Add a test for R_AARCH64_ABS32 |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Will Newton | ELF/AArch64: Add a test for R_AARCH64_ABS64 |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Serge Pavlov | Emit warning if define or undef reserved identifier... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Michael Kuperstein | Add newline missing in r224010. |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Michael Kuperstein | [X86] When converting movs to pushes, don't assume... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Patrik Hagglund | Bugfix in InlineSpiller::traceSiblingValue(). |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Elena Demikhovsky | AVX-512: Fixed a bug in lowering setcc for MVT::i1... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Kumar Sukhani | test commit (spelling correction) |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Erik Eckstein | Refactor creation of overflow result tuples in InstComb... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Craig Topper | Use range-based for loops. NFC |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Craig Topper | Just use the Module unique_ptr object directly in many... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Craig Topper | Use unique_ptr to remove an explicit delete. Change... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Duncan P. N... | IR: Canonicalize metadata formatting, NFC |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Rui Ueyama | [ELF] Remove duplicate constructor code. |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Ekaterina Romanova | Reverting commit 223981, because the test that I added... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Will Wilson | MS ABI: Fix mangling of unsigned int template params |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Craig Topper | Make MultiClass::DefPrototypes own their Records to... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Craig Topper | Replace std::map<K, V*> with std::map<K, std::unique_pt... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Ahmed Bougacha | [X86] Add back AVX2 VR256 PMOVX patterns. |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Nick Lewycky | Fix LLVMContext to match what MDKind names that the... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Philip Reames | GCStrategy should not own GCFunctionInfo |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Duncan P. N... | IR: Add 'invalid-' to test names for invalid assembly |
commit | commitdiff | tree | snapshot |
2014-12-11 |
David Majnemer | Parse: Concatenated string literals should be verified... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Matthias Braun | LiveInterval: Use range based for loops for subregister... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Justin Bogner | Try again at sorting entries in CODE_OWNERS |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Justin Bogner | Fix some incorrectly sorted entries in CODE_OWNERS |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Justin Bogner | Add code owners for profiling and coverage |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Paul Robinson | Revert r223578, perf data collection depends on the... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Tim Northover | ARM: correctly expand LDR-lit based globals. |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Paul Robinson | Diagnose attributes 'optnone' and 'minsize' on the... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Paul Robinson | Revert r223980 as it had wrong commit message. |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Zachary Turner | Disable the remaining ProcessIO test on Windows. |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Zachary Turner | Fix some test failures for Windows. |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Ekaterina Romanova | A fix for PR21176. |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Paul Robinson | Rename a couple of preprocessor symbols to be more... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
David Majnemer | Forgot to commit this change with r223975 |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Matthias Braun | LiveInterval: Use more range based for loops for value... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Eric Christopher | Add a FIXME for unifying ARM target abi handling. |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Eric Christopher | Revert the default changing behavior part of r216662... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
David Majnemer | AST: Properly calculate the linkage of a IndirectFieldDecl |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Mark Heffernan | Fix PR21694. r219517 added a use of SCEV divide in... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Eric Christopher | Fix a bunch of [-Werror,-Winconsistent-missing-override... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Eric Christopher | Silence -Winconsistent-missing-override warnings. |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Colin LeMahieu | [Hexagon] Adding combine ri/ir instructions. |
commit | commitdiff | tree | snapshot |
2014-12-10 |
David Majnemer | ConstantFold: Clean up X * undef code |
commit | commitdiff | tree | snapshot |
2014-12-10 |
David Majnemer | ConstantFold, InstSimplify: undef >>a x can be either... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
David Majnemer | ConstantFold: an undef shift amount results in undef |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Colin LeMahieu | [Hexagon] Adding encodings for JR class instructions... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Sean Callanan | Fixed an 80-column violation. |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Tobias Grosser | Do not run dead code elimination by default |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Rafael Espindola | Move three methods only used by MCJIT to MCJIT. |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Simon Atanasyan | [ELF] Allow target to adjust a symbol's value for using... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Richard Smith | DR1891, PR21787: a lambda closure type has no default... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Juergen Ributzka | [AArch64] MachO large code-model: Materialize FP consta... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Marek Olsak | R600/SI: Use getTargetConstant in AdjustRegClass |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Sean Callanan | Added support to the expression parser for finding |
commit | commitdiff | tree | snapshot |
2014-12-10 |
David Blaikie | Make test case 32/64 bit neutral |
commit | commitdiff | tree | snapshot |
next |