2015-01-14 |
David Blaikie | DebugInof: Correct the location of exception cleanups... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
David Majnemer | Use the operand vector instead so inline assembly can... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Mehdi Amini | SelectionDAG: add a -filter-view-dags option to llc |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Mehdi Amini | DAG Combiner: Fold SelectCC When Cond is UNDEF |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Mehdi Amini | Add assertions for out of bound index in ComputeLinearIndex |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Saleem Abdulrasool | X86: only access operands if they are present |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Mehdi Amini | Fold a loop for array processing in ComputeLinearIndex |
commit | commitdiff | tree | snapshot |
2015-01-14 |
JF Bastien | Revert "Insert random noops to increase security agains... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
JF Bastien | Revert "Insert random noops to increase security agains... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Peter Collingbourne | irgen: expose DisableUnusedImportCheck flag |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Peter Collingbourne | irgen: expose PackageCreated hook |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Duncan P. N... | NVPTX: Use MapMetadata() instead of custom/stale/untest... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Duncan P. N... | NVPTX: Remove bogus remap logic for global variable... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
David Majnemer | Sema: Relax parsing of '#' in constraints |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Saleem Abdulrasool | X86: validate 'int' instruction |
commit | commitdiff | tree | snapshot |
2015-01-14 |
NAKAMURA Takumi | Disable a couple of tests, CodeGen/X86/noop-insert... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Chandler Carruth | [dom] Remove extraneous inline keywords. Template funct... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Chandler Carruth | [dom] The formatting of the generic domtree has bitrott... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Chandler Carruth | [dom] Clean up some comments in this header that were... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Chandler Carruth | [dom] Add a basic dominator tree test. |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Hao Liu | Fix a wrong comment in LoopVectorize. |
commit | commitdiff | tree | snapshot |
2015-01-14 |
David Majnemer | Sema: Check type compatibility with the most recent... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
NAKAMURA Takumi | TargetInstrInfo.h: Fix \param in r225772. [-Wdocumentation] |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Rafael Espindola | Another try at handling LD_LIBRARY_PATH not being defined. |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Richard Trieu | Disable -Wunknown-pragmas in a test so that Clang witho... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Tim Northover | ARM: add test for crc32 instructions in CodeGen. |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Duncan P. N... | Remove trailing slash from r225924 |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Hal Finkel | [PowerPC] Fix the noop-insert test |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Matt Arsenault | R600/SI: Remove some redudant load testcases. |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Matt Arsenault | R600/SI: Fix bad code with unaligned byte vector loads |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Matt Arsenault | Implement new way of expanding extloads. |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Duncan P. N... | Utils: Remove unreachable break, NFC |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Oleksiy Vyalov | Extend PipePosix with support for named pipes/timeout... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Adam Nemet | [AVX512] Add FP unpack intrinsics |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Duncan P. N... | Utils: Handle remapping distinct MDLocations |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Jonathan Roelofs | Refactor the lit config's linker flag discovery code... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Rafael Espindola | Handle LD_LIBRARY_PATH not being defined. |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Duncan P. N... | Utils: Thread distinct-ness through the cloneMD*()... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Duncan P. N... | Utils: Extract cloneMDNode(), NFC |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Duncan P. N... | Utils: Move cloneMD*() up, NFC |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Duncan P. N... | Utils: Add mapping for uniqued MDLocations |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Tom Stellard | R600/SI: Define a schedule model |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Duncan P. N... | Utils: Extract cloneMDTuple(), NFC |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Duncan P. N... | Utils: Extract shouldRemapUniquedNode(), NFC |
commit | commitdiff | tree | snapshot |
2015-01-14 |
JF Bastien | Insert random noops to increase security against ROP... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Hal Finkel | Revert "r225811 - Revert "r225808 - [PowerPC] Add Stack... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
JF Bastien | Insert random noops to increase security against ROP... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Hal Finkel | Adjust ScheduleDAGSDNodes::RegDefIter for patchpoints |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Duncan P. N... | Utils: Simplify code, NFC |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Duncan P. N... | Utils: Extract mapUniquedNode(), NFC |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Reid Kleckner | CodeGen support for x86_64 SEH catch handlers in LLVM |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Duncan P. N... | Utils: MDNode => UniquableMDNode, NFC |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Duncan P. N... | Utils: Separate out mapDistinctNode(), NFC |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Duncan P. N... | Utils: Use helper function directly, NFC |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Adrian Prantl | Debug Info: Implement DwarfCompileUnit::addComplexAddre... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Adrian Prantl | Debug Info: Emitting a register in DwarfExpression... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Adrian Prantl | Debug Info: Move DIEDwarfExpression into DwarfExpressio... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Duncan P. N... | Utils: Extract helper function, NFC |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Duncan P. N... | Utils: Use MDTuple::get() directly, NFC |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Ahmed Bougacha | [SimplifyLibCalls] Don't try to simplify indirect calls. |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Alexey Samsonov | Update HelpText for -fsanitize= option. |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Eric Christopher | Remove unused predicate. |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Eric Christopher | Update for move in llvm. |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Eric Christopher | Migrate ABIName to MCTargetOptions so that it can be... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Rafael Espindola | Don't set LD_PRELOAD to ''. It doesn't work on OpenBSD. |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Richard Smith | Look through sugar when determining whether a type... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
David Majnemer | Sema: An extern declaration can't be a redeclaration... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Chandler Carruth | Revert r225854: [PM] Move the LazyCallGraph printing... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Rui Ueyama | Revert "Convert other drivers to use WrapperNode" and... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Adrian Prantl | Debug Info: Don't bother emitting DW_AT_frame_base... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Adrian Prantl | Revert "Debug Info: Bail out of AddMachineRegPiece... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
David Blaikie | Sink a parameter into the callee since it's always... |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Chandler Carruth | [PM] Move the LazyCallGraph printing functionality... |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Jason Molenda | Save & restore the array of which registers have alread... |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Adrian Prantl | Debug Info: Bail out of AddMachineRegPiece() if Machine... |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Adrian Prantl | Debug Info: Move the complex expression handling (... |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Adam Nemet | [AVX512] Add 16x32 unpck tests as well |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Oleksiy Vyalov | Extend PipePosix with support for named pipes/timeout... |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Adrian Prantl | cleanup. |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Adrian Prantl | Document, cleanup, and clang-format DwarfExpression.h |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Adrian Prantl | Debug Info: Turn DIExpression::getFrameRegister() into... |
commit | commitdiff | tree | snapshot |
2015-01-13 |
David Blaikie | DebugInfo: Correct the location of EH cleanup for blocks |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Tom Stellard | R600/SI: Add pattern for bitcasting fp immediates to... |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Chandler Carruth | [PM] Remove the defunt CGSCC-specific debug flag. |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Chandler Carruth | [PM] Push the debug option for the new pass manager... |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Adam Nemet | Fix function names in tests from r225838. |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Nico Weber | clang-format: [Java] Detect `native` keyword. |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Adam Nemet | [AVX512] Unpack support in new shuffle lowering |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Adam Nemet | [AVX512] Add pretty-printing of shuffle mask for unpacks |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Matthias Braun | DAGCombiner: simplify by using condition variables... |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Ben Langmuir | Add [extern_c] attribute to _Builtin_intrinsics module |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Roman Divacky | Mention FreeBSD support. |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Chandler Carruth | [PM] Sink the convenience typedefs after the class... |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Rui Ueyama | Remove InputGraph::getNextFile(). |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Greg Clayton | Fixed an issue where if the operating system python... |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Duncan P. N... | AsmParser/Bitcode: Add support for MDLocation |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Rui Ueyama | Use init list and move operator instead of swap(). |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Matt Arsenault | R600: Implement getRecipEstimate |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Matt Arsenault | R600: Implement getRsqrtEstimate |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Duncan P. N... | IR: Fix GCC error from MDLocation::getInlinedAt() |
commit | commitdiff | tree | snapshot |
next |