summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [CMake] llvm_add_library(MODULE) may use CMAKE_MODULE_LINKER_FLAGS instead of...NAKAMURA Takumi2014-02-13
* [CMake] LLVM_PLUGIN_EXT: Use CMAKE_SHARED_LIBRARY_SUFFIX rather than CMAKE_SH...NAKAMURA Takumi2014-02-13
* llvm/test/CodeGen/AArch64/cpus.ll: Tweak to use -mtriple=aarch64-unknown-unkn...NAKAMURA Takumi2014-02-13
* ARM: remove floating-point patterns for @llvm.arm.neon.vabsTim Northover2014-02-13
* Add Cortex-A53 and Cortex-A57 cores to the AArch64 backendOliver Stannard2014-02-13
* Remove unused method declaration.Craig Topper2014-02-13
* Remove filtering concept from X86 disassembler table generation. It's no long...Craig Topper2014-02-13
* [AArch64]Fix the problems that can't select mul/add/sub of v1i8/v1i16/v1i32 t...Hao Liu2014-02-13
* [RegAlloc] Fix the assertion in the last chance recoloring to match theQuentin Colombet2014-02-13
* Copy dll storage in copyAttributes.Rafael Espindola2014-02-13
* [DAG] Fix the recognition of opaque constants in the SelectionDAGBuilder.Juergen Ributzka2014-02-13
* Use simpler version of sys::fs::exists when possible.Rafael Espindola2014-02-13
* [AArch64]Add support for spilling FPR8/FPR16.Hao Liu2014-02-13
* GlobalOpt: Aliases don't have sections, don't copy them when replacingReid Kleckner2014-02-13
* [CMake] llvm_add_library: Add handling of the parameter ADDITIONAL_HEADERS to...NAKAMURA Takumi2014-02-13
* Fix misleading comment.Lang Hames2014-02-13
* The new MCJIT C-API unit test is generating objects without constant dataLang Hames2014-02-13
* Remove a very old instcombine where we would turn sequences of selects intoOwen Anderson2014-02-12
* [Vectorizer] Add a new 'OperandValueKind' in TargetTransformInfo calledAndrea Di Biagio2014-02-12
* [X86] Teach the backend how to lower vector shift left into multiply rather t...Andrea Di Biagio2014-02-12
* VS Integration: install toolsets for x64 too (PR18738)Hans Wennborg2014-02-12
* DebugInfo: Demonstrate that we're not currently uniquing address table entrie...David Blaikie2014-02-12
* DebugInfo: Merge fission and non-fission (and 32 and 64 bit) tests for TLS su...David Blaikie2014-02-12
* Reformat a few lines with clang-format.Eric Christopher2014-02-12
* 80-col.Eric Christopher2014-02-12
* [Stackmaps] Improve the stackmap lowering code in the SelectionDAGBuilder.Juergen Ributzka2014-02-12
* [Stackmaps] Fix the ID type to be i64 also for stackmaps (as we claim in the ...Juergen Ributzka2014-02-12
* Don't try to build ExceptionDemo on ARM.Rafael Espindola2014-02-12
* Extend RTDyld API to enable optionally precomputing the total amount of memoryLang Hames2014-02-12
* Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner2014-02-12
* _CS_DARWIN_USER macros available on darwin>=9. Thanks, Dave Odell!David Fang2014-02-12
* Debug info: Bugfix for r201190: DW_OP_piece takes bytes, not bits.Adrian Prantl2014-02-12
* Pass edges weights to MachineBasicBlock::addSuccessor in TailDuplicatePass toAkira Hatanaka2014-02-12
* PC-rel implemented in AArch64, test now passRenato Golin2014-02-12
* Move more self-contained functionality away from tools/opt/opt.cppEli Bendersky2014-02-12
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-12
* Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders2014-02-12
* Windows/Path.inc: Move <shlobj.h> after "Windows.h" for some API available.NAKAMURA Takumi2014-02-12
* Teach tablegen() macro to check needed variablesNAKAMURA Takumi2014-02-12
* R600: Always implement both versions of isTruncateFree and add a sanity check.Benjamin Kramer2014-02-12
* Remove special case filtering for instructions with lock prefix as they are a...Craig Topper2014-02-12
* Mark XACQUIRE_PREFIX/XRELEASE_PREFIX as isAsmParserOnly so they'll disappear ...Craig Topper2014-02-12
* [PR18809] Mark DebugInfo/empty.ll as XFAIL:cygming.NAKAMURA Takumi2014-02-12
* Test case I forgot to 'add' for r201126.Craig Topper2014-02-12
* Remove unneeded includeMatt Arsenault2014-02-12
* DwarfUnit: Include type unit's file strings in the defining compile unit's fi...David Blaikie2014-02-12
* Fix some formatting in my last commit (r201196)David Blaikie2014-02-12
* DwarfUnit: Provide a reference to a defining DwarfCompileUnit from DwarfTypeU...David Blaikie2014-02-12
* DwarfUnit: Refactor DW_AT_file creation into a common function.David Blaikie2014-02-12
* DwarfUnit: Replace unnecessary conditionals with asserts.David Blaikie2014-02-11