summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use LLVM_STATIC_ASSERT rather than a hand-rolled implementation.David Blaikie2014-01-02
* Mark PUSHFS64/PUSHGS64/POPFS64/POPGS64 as In64BitMode and remove the hack fro...Craig Topper2014-01-02
* Remove unnecessary stirng comparison from disassembler.Craig Topper2014-01-02
* Mark all x86 Int_ and _Int patterns as isCodeGenOnly so the disassembler tabl...Craig Topper2014-01-02
* Remove CMake-Xcode hack that symlinked llvm-config into a common place.Douglas Gregor2014-01-02
* [arm] Add softvfp to supported FPU names.Logan Chien2014-01-02
* Make the ARM ABI selectable via SubtargetFeature.Rafael Espindola2014-01-02
* Support LLVM_STATIC_ASSERT() in clang pre-C++11 modeAlp Toker2014-01-02
* Remove unused function argument.Craig Topper2014-01-02
* BasicAA: Fix value equality and phi cyclesArnold Schwaighofer2014-01-02
* Rename 'assert' to something less loaded in CompileAssertHasTypeAlp Toker2014-01-01
* Remove the 's' DataLayout specificationRafael Espindola2014-01-01
* [Sparc] Handle atomic loads/stores in sparc backend.Venkatraman Govindaraju2014-01-01
* Remove modifierType/Base from X86 disassembler tables as they are no longer u...Craig Topper2014-01-01
* [SparcV9]: Custom lower UMULO/SMULO so that the arguments are send to __multi...Venkatraman Govindaraju2014-01-01
* [SparcV9]: Use SRL instead of SLL to clear top 32-bits in ctpop:i32. SLL does...Venkatraman Govindaraju2014-01-01
* X86Disassembler.cpp: Prune stray @return on translateFPRegister(). [-Wdocumen...NAKAMURA Takumi2014-01-01
* Remove need for MODIFIER_OPCODE in the disassembler tables. AddRegFrms are re...Craig Topper2014-01-01
* AVX-512: Added intrinsics for vcvt, vcvtt, vrndscale, vcmpElena Demikhovsky2014-01-01
* Second attempt at Removing special form of AddRegFrm used by FP instructions....Craig Topper2014-01-01
* Update the copyright credits -- Happy new year 2014!NAKAMURA Takumi2014-01-01
* Silence g++ 4.9 build issue in unit testsAlp Toker2014-01-01
* Add two fp test cases I missed in my previous commit.Craig Topper2013-12-31
* Add more X86 FP stack disassembler test cases.Craig Topper2013-12-31
* Fold vector selects with undef elements in the condition. Fixes PR18319.Nick Lewycky2013-12-31
* Revert r198238 and add FP disassembler tests. It didn't work and I didn't rea...Craig Topper2013-12-31
* Remove old comment referring to an argument that no longer exists.Craig Topper2013-12-31
* Fix misaligned indentation in "if" block in MipsMCCodeEmitter.cppMark Seaborn2013-12-31
* Add missing MRM_XX forms to the old JIT emitter for consistency.Craig Topper2013-12-31
* Remove MRMInitReg form now that it's last use is gone.Craig Topper2013-12-31
* Silence g++ 4.9 build issueAlp Toker2013-12-31
* Handle MOV32r0 in expandPostRAPseudo instead of MCInst lowering. No functiona...Craig Topper2013-12-31
* Merge case statements to remove redundant code.Craig Topper2013-12-30
* Remove special form of AddRegFrm used by FP instructions. These instructions ...Craig Topper2013-12-30
* ARM IAS: account for predicated pre-UAL mnemonicsSaleem Abdulrasool2013-12-30
* Refactor and reduce code duplication for non-split dwarf strings.Eric Christopher2013-12-30
* Remove EscapeFilter. It's funcionality can be covered by correctly using Exte...Craig Topper2013-12-30
* Revert r198208 and reapply:Eric Christopher2013-12-30
* Simplify filter accepts function to just return 'condition' instead of branch...Craig Topper2013-12-30
* Revert r198199 (and r198202). It broke 3 DebugInfo tests for targeting i686-c...NAKAMURA Takumi2013-12-30
* [CMake] Generate ${BUILD_MODE}/llvm-lit for each ${CMAKE_CONFIGURATION_TYPES}.NAKAMURA Takumi2013-12-30
* [CMake][VS][XCode] Restruct the output directory layout more comfortable, ${B...NAKAMURA Takumi2013-12-30
* Visual C++ does not support -ffunction-sections -fdata-sections.Yaron Keren2013-12-30
* Fix aranges and split dwarf by ensuring that the symbol and relocationEric Christopher2013-12-30
* Keep comment with 'Subtarget' ivar.Bill Wendling2013-12-30
* Reapply r198196 with a fix to zero initialize the skeleton pointer.Eric Christopher2013-12-30
* Port r198087 and r198089 (strip dead code by default) from make to cmake.Nico Weber2013-12-30
* Temporarily revert "Use a pointer to keep track of the skeleton unit forEric Christopher2013-12-30
* Use a pointer to keep track of the skeleton unit for each normal unitEric Christopher2013-12-30
* For AArch64 Neon, simplify scalar dup by lane0 for fp.Jiangning Liu2013-12-30