2014-04-16 |
Chandler Carruth | [Allocator] Make BumpPtrAllocator movable and move... |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Daniel Sanders | [mips] Correct callee saved list for the N32 ABI and... |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Daniel Sanders | [mips] Add calling convention tests covering O32, N32... |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Chandler Carruth | [Allocator] Nuke to useless functions. The implicit... |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Tim Northover | ARM64: explicitly ask for Apple NEON syntax so test... |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Tim Northover | ARM64: mark x7 as used when an i128 gets shunted onto... |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Tim Northover | DAGCombiner: don't optimise non-existant litpool load |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Timur Iskhodzhanov | Simplify a static_assert so VS2013 can build it |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Saleem Abdulrasool | COFF: fix an off by one error |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Craig Topper | Convert SelectionDAG::getVTList to use ArrayRef |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Craig Topper | [C++11] More 'nullptr' conversion. In some cases just... |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Saleem Abdulrasool | COFF: add support for .file symbols |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Saleem Abdulrasool | tools: fix invalid printing, buffer overrun in llvm... |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Saleem Abdulrasool | Target: whitespace |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Matt Arsenault | R600: Extend r600 sign_extend_inreg tests for EG |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Matt Arsenault | R600: Expand sign extension of vectors. |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Jim Grosbach | [ARM64,C++11] Tidy up branch relaxation a bit w/ c... |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Jim Grosbach | ARM64: Nuke some dead code. |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Jim Grosbach | [ARM64,C++11] Clean up the ARM64 LOH collection pass. |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Matt Arsenault | R600/SI: Print code size along with used registers |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Matt Arsenault | R600/SI: Print more immediates in hex format |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Matt Arsenault | R600/SI: Cleanup parsing of register names. |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Nick Lewycky | Make this test not match its own filename, when being... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Matt Arsenault | R600/SI: Fix loads of i1 |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Tobias Grosser | RegionInfo: Do not access a value that was just moved... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Chandler Carruth | [Allocator] Fold the two templated overloads into a... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Chandler Carruth | [Allocator] Remove a really problematic overload. This... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Akira Hatanaka | Make FastISel::SelectInstruction return before target... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Andrea Di Biagio | [X86] Improve the lowering of packed shifts by constant... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Quentin Colombet | [ARM64] Set default CPU to generic instead of cyclone. |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Robert Lougher | Revert r191049/r191059 as it can produce wrong code... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
David Blaikie | Use unique_ptr to manage ownership of child Regions... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Julien Lerouge | Add lifetime markers for allocas created to hold byval... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Julien Lerouge | Split byval argument initialization so the memcpy(s... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Duncan P. N... | LTO: Add more loop simplification passes to LTO |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Duncan P. N... | verify-di: Add back braces for MSVC compatability |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Duncan P. N... | verify-di: Implement DebugInfoVerifier |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Duncan P. N... | verify-di: split out VerifierSupport |
commit | commitdiff | tree | snapshot |
2014-04-15 |
David Blaikie | Use unique_ptr to manage PassInfo instances in the... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
NAKAMURA Takumi | MipsAsmParser.cpp: Fix vg_leak in MipsOperand::CreateMe... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
NAKAMURA Takumi | MipsAsmParser::ParseRegister(): Be responsible to delet... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Tim Northover | AArch64/ARM64: enable more AArch64 tests on ARM64. |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Tim Northover | AArch64/ARM64: add missing pattern for extending load. |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Tim Northover | AArch64/ARM64: only mangle MOVZ/MOVN during encoding... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Tim Northover | AArch64/ARM64: add support for large code-model jump... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Tim Northover | AArch64/ARM64: add patterns for various commutations... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Tim Northover | AArch64/ARM64: add half as a storage type on ARM64. |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Tim Northover | AArch64/ARM64: copy patterns for fixed-point conversions |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Tim Northover | ARM64: add constraints to various FastISel operations |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Tim Northover | FastISel: constrain the RegClass of operands when emitt... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Tim Northover | AArch64/ARM64: add more arm64 lines to AArch64 regressi... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Tim Northover | AArch64/ARM64: add dp tests from AArch64 |
commit | commitdiff | tree | snapshot |
2014-04-15 |
NAKAMURA Takumi | ARM64AsmParser.cpp: Fix vg_leak in MC/ARM64/fp-encoding.s. |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Stepan Dyatkovskiy | Optional hash symbol feature support for ARM64 |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Vladimir Medic | Current definition of subtract with immediate instructi... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
NAKAMURA Takumi | vect.omp.persistence.ll REQUIRES asserts due to -debug... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Chandler Carruth | [Allocator] Finally, finish nuking the redundant code... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Alexey Bataev | D3348 - [BUG] "Rotate Loop" pass kills "llvm.vectorizer... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Chandler Carruth | [Allocator] Pass the size to the deallocation function... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
NAKAMURA Takumi | X86JITInfo: [x86] Rework r206240, X86CompilationCallbac... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Chandler Carruth | [Allocator] Fix r206256 which got the enabling case... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Nick Lewycky | Fix broken build of llvm using clang. |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Chandler Carruth | [Allocator] MSVC apparantly has broken SFINAE context... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Nick Lewycky | Break PseudoSourceValue out of the Value hierarchy... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Craig Topper | [C++11] More 'nullptr' conversion. In some cases just... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Nick Lewycky | Add a DenseMapInfo specialization for PointerUnion... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Craig Topper | [C++11] More 'nullptr' conversion. In some cases just... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Chandler Carruth | [Allocator] Constrain the Deallocate templated overload... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
David Blaikie | Use unique_ptr to manage TypePromotionActions owned... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
David Blaikie | Use unique_ptr to manage ownership of GCFunctionInfos... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
David Blaikie | Use unique_ptr for the result of Registry entries. |
commit | commitdiff | tree | snapshot |
2014-04-15 |
David Blaikie | Use unique_ptr to manage ownership of GCStrategy object... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
David Blaikie | Use unique_ptr for section/segment ownership in WinCOFF... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
David Blaikie | Use unique_ptr to own MCFunctions within MCModule. |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Craig Topper | [C++11] More 'nullptr' conversion. In some cases just... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
David Blaikie | Use std::unique_ptr to manage MCBasicBlocks in MCFunction. |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Lang Hames | [MC] Require an MCContext when constructing an MCDisass... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
NAKAMURA Takumi | X86JITInfo: [x86] Use X86CompilationCallback_SSE()... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Jim Grosbach | [ARM64,C++11]: Range'ify the dead-register-definition... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Jim Grosbach | Add iterator_range for MachineInstr defs. |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Quentin Colombet | [MC] Emit an error if cfi_startproc is used before... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Quentin Colombet | [Register Coalescer] Add a test case for 206060. |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Chandler Carruth | [Allocator] Add Deallocate support to the AllocatorBase... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Quentin Colombet | [ARM64][MC] Set the default CPU string to generic. |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Chandler Carruth | [Allocator] Hack around the fact that GCC can't compile the |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Chandler Carruth | [Allocator] Factor the Allocate template overloads... |
commit | commitdiff | tree | snapshot |
2014-04-14 |
David Blaikie | Use std::unique_ptr for DIE children |
commit | commitdiff | tree | snapshot |
2014-04-14 |
Jim Grosbach | X86: Nuke one more CPU autodetect blurb. |
commit | commitdiff | tree | snapshot |
2014-04-14 |
David Blaikie | Change argument order and add explanatory comment to... |
commit | commitdiff | tree | snapshot |
2014-04-14 |
Eric Christopher | Use FrameSetup on frame instructions for the Mips port. |
commit | commitdiff | tree | snapshot |
2014-04-14 |
NAKAMURA Takumi | [CMake] Reformat, if(MSVC)...else()...endif() |
commit | commitdiff | tree | snapshot |
2014-04-14 |
Matt Arsenault | Revert "Revert r206045, "Fix shift by constants for... |
commit | commitdiff | tree | snapshot |
2014-04-14 |
Quentin Colombet | [ARM64][MC] Set the default CPU to cyclone when initili... |
commit | commitdiff | tree | snapshot |
2014-04-14 |
Adrian Prantl | Re-apply r206096 after investigating the gdb buildbot... |
commit | commitdiff | tree | snapshot |
2014-04-14 |
Chandler Carruth | [cleanup] Run clang-format over most of YAMLParser... |
commit | commitdiff | tree | snapshot |
2014-04-14 |
Louis Gerbarg | Fix for codegen bug that could cause illegal cmn instru... |
commit | commitdiff | tree | snapshot |
2014-04-14 |
Louis Gerbarg | Add a flag to disable the ARM64DeadRegisterDefinitionsPass |
commit | commitdiff | tree | snapshot |
2014-04-14 |
James Molloy | [ARM64] Port over missing subtarget features, and CPU... |
commit | commitdiff | tree | snapshot |
2014-04-14 |
James Molloy | [ARM64] Add big endian target arm64_be. |
commit | commitdiff | tree | snapshot |
2014-04-14 |
Kaelyn Takata | Replace two calls to object::symbol_iterator::increment... |
commit | commitdiff | tree | snapshot |
next |