summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* [LCG] Remove the Module reference member which we weren't using forChandler Carruth2014-04-17
* [X86] Add disassembler support for the 0x0f 0x7f form of movq %mm, %mm.Craig Topper2014-04-17
* MC: rework static_assert to be MSVC compatibleSaleem Abdulrasool2014-04-17
* R600/SI: Fix zext from i1 to i64Matt Arsenault2014-04-17
* [ARM64] Fix "Cannot select" for vector ctpopAdam Nemet2014-04-17
* Inline a function when the always_inline attributeGerolf Hoflehner2014-04-17
* [c++11] Tidy up AsmPrinter.cpp.Jim Grosbach2014-04-16
* Added new functionality to LLVM C API to use DiagnosticInfo to handle errorsTom Stellard2014-04-16
* Replacing a non-ASCII character in a comment with an ASCII character. Fixes a...Aaron Ballman2014-04-16
* Allow diagnostic handlers to check for optimization remarks.Diego Novillo2014-04-16
* [mips] Use TwoOperandAliasConstraint for shift instructions.Matheus Almeida2014-04-16
* [mips] Add initial support for NaN2008 in the back-end.Matheus Almeida2014-04-16
* ARM64: silence sign-comparison warning.Tim Northover2014-04-16
* AArch64/ARM64: produce correct relocation for conditional branches.Tim Northover2014-04-16
* [mips] IndentationDaniel Sanders2014-04-16
* [mips] Fix emission of '.option pic0' for MIPS-IV.Daniel Sanders2014-04-16
* [mips] Correct r206370 to account for non-Linux targets using the small data ...Daniel Sanders2014-04-16
* [asan] add two new hidden compile-time flags for asan: asan-instrumentation-w...Kostya Serebryany2014-04-16
* AArch64/ARM64: port across stub handling for ELF C++ exceptions.Tim Northover2014-04-16
* ARM64: use 32-bit moves for constants where possible.Tim Northover2014-04-16
* ARM64: use the integrated assembler on ELF.Tim Northover2014-04-16
* [mips] Emit '.set nomicromips' before a function's entry labelMatheus Almeida2014-04-16
* Fixing a compile error in debug versions of MSVC. It seems that the range-bas...Aaron Ballman2014-04-16
* [mips] Correct callee saved list for the N32 ABI and enable testDaniel Sanders2014-04-16
* ARM64: mark x7 as used when an i128 gets shunted onto the stack.Tim Northover2014-04-16
* DAGCombiner: don't optimise non-existant litpool loadTim Northover2014-04-16
* Simplify a static_assert so VS2013 can build itTimur Iskhodzhanov2014-04-16
* COFF: fix an off by one errorSaleem Abdulrasool2014-04-16
* Convert SelectionDAG::getVTList to use ArrayRefCraig Topper2014-04-16
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-16
* COFF: add support for .file symbolsSaleem Abdulrasool2014-04-16
* Target: whitespaceSaleem Abdulrasool2014-04-16
* R600: Expand sign extension of vectors.Matt Arsenault2014-04-16
* [ARM64,C++11] Tidy up branch relaxation a bit w/ c++11.Jim Grosbach2014-04-16
* ARM64: Nuke some dead code.Jim Grosbach2014-04-16
* [ARM64,C++11] Clean up the ARM64 LOH collection pass.Jim Grosbach2014-04-15
* R600/SI: Print code size along with used registersMatt Arsenault2014-04-15
* R600/SI: Print more immediates in hex formatMatt Arsenault2014-04-15
* R600/SI: Cleanup parsing of register names.Matt Arsenault2014-04-15
* R600/SI: Fix loads of i1Matt Arsenault2014-04-15
* RegionInfo: Do not access a value that was just moved awayTobias Grosser2014-04-15
* Make FastISel::SelectInstruction return before target specific fast-isel codeAkira Hatanaka2014-04-15
* [X86] Improve the lowering of packed shifts by constant build_vector.Andrea Di Biagio2014-04-15
* [ARM64] Set default CPU to generic instead of cyclone.Quentin Colombet2014-04-15
* Revert r191049/r191059 as it can produce wrong code (see PR17975).Robert Lougher2014-04-15
* Use unique_ptr to manage ownership of child Regions within llvm::RegionDavid Blaikie2014-04-15
* Add lifetime markers for allocas created to hold byval arguments, make themJulien Lerouge2014-04-15
* Split byval argument initialization so the memcpy(s) are injected at theJulien Lerouge2014-04-15
* LTO: Add more loop simplification passes to LTODuncan P. N. Exon Smith2014-04-15
* verify-di: Add back braces for MSVC compatabilityDuncan P. N. Exon Smith2014-04-15