2014-12-12 |
Rafael Espindola | Move the resize file feature from mapped_file_region... |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Rafael Espindola | Pass a FD to resise_file and add a testcase. |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Rafael Espindola | Remove unused feature. NFC. |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Frederic Riss | Initial dsymutil tool commit. |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Steven Wu | Restructure code from r224097. NFC |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Robert Khasanov | [AVX512] Enabling bit logic lowering |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Rafael Espindola | Now that we require a newer python, use the new excepti... |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Rafael Espindola | Require python 2.7. |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Vasileios Kalintiris | [mips] Enable code generation for MIPS-III. |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Robert Khasanov | [AVX512] Enabling MIN/MAX lowering. |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Andrea Di Biagio | Reapply "[MachineScheduler] Fix for PR21807: minor... |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Chad Rosier | [Reassociate] Use dbgs() instead of errs(). |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Vasileios Kalintiris | [mips] Support SELECT nodes for targets that don't... |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Rafael Espindola | Disable --icf=safe to avoid a bug. |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Robert Khasanov | [AVX512] Minor fix in lowering pattern for broadcast... |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Andrea Di Biagio | Revert: [MachineScheduler] Fix for PR21807: minor code... |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Suyog Sarda | This patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorde... |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Andrea Di Biagio | [MachineScheduler] Fix for PR21807: minor code differen... |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Charlie Turner | Emit Tag_ABI_FP_16bit_format build attribute. |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Yaron Keren | Silence gcc 4.9.1 warning 'xyz' is used uninitialized... |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Craig Topper | Pass output stream to AsLexInput instead of the whole... |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Craig Topper | Use unique_ptr to remove an explicit delete. Change... |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Craig Topper | Use make_unique instead of reset() and 'new' |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Craig Topper | Use range-based for loop. |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Craig Topper | Remove unnecessary calls to unique_ptr::get. |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Craig Topper | Remove an unnecessary reference variable that pointed... |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Craig Topper | Use unique_ptr operator= instead of constructor to... |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Ekaterina Romanova | A fix for PR21176. |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Steven Wu | Fix another infinite loop in InstCombine |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Matt Arsenault | R600: Fix min/max matching problems with unordered... |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Matt Arsenault | R600/SI: fmin/fmax_legacy are not associative |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Matt Arsenault | R600/SI: Don't promote f32 select to i32 |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Richard Smith | Update the modules build to match r223802. |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Duncan P. N... | Bitcode: Add missing "Remove in 4.0" comments |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Matthias Braun | Document that PassManager::add() may delete the pass... |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Peter Collingbourne | Tom Stellard is now the code owner for libclc. |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Philip Reames | Comment and minor code cleanup for GCStrategy (NFC) |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Matt Arsenault | Add target hook for whether it is profitable to reduce... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Sanjay Patel | remove function names from comments; NFC |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Matt Arsenault | R600/SI: Handle physical registers in getOpRegClass |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Matt Arsenault | R600/SI: Don't verify constant bus usage of flag ops |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Duncan P. N... | Bitcode: Use unsigned char to record MDStrings |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Sanjay Patel | return without temporary; NFC |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Matthias Braun | Enable MachineVerifier in debug mode for X86, ARM,... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Ahmed Bougacha | [X86] Add a temporary testcase for PR21876/r223996. |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Duncan P. N... | Bitcode: Add METADATA_NODE and METADATA_VALUE |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Hal Finkel | [PowerPC] Better lowering for add/or of a FrameIndex |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Duncan P. N... | Bitcode: Add `OLD_` prefix to metadata node records |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Matt Arsenault | Try to include operand counts for mismatches in tablegen. |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Matt Arsenault | R600/SI: Use unordered equal instructions |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Matt Arsenault | R600/SI: Make more unordered comparisons legal |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Matt Arsenault | R600/SI: Use unordered not equal instructions |
commit | commitdiff | tree | snapshot |
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 |
David Majnemer | AsmParser: Don't crash on an ill-formed MDNodeVector |
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 |
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 |
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 |
Hal Finkel | [PowerPC] Implement BuildSDIVPow2, lower i64 pow2 sdiv... |
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 |
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 |
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 |
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 |
Ekaterina Romanova | Reverting commit 223981, because the test that I added... |
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 |
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 |
next |