aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* ELF symbol table field st_other support, Jack Carter2013-02-201-85/+84
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-205-74/+74
* R600: Update for name changes from r175667.Jim Grosbach2013-02-201-3/+3
* Update TargetLowering ivars for name policy.Jim Grosbach2013-02-207-32/+32
* Additional fixes for bug 15155.Bill Schmidt2013-02-203-35/+64
* [ms-inline asm] Make the comment a bit more verbose.Chad Rosier2013-02-201-2/+6
* Fix bug 14779 for passing anonymous aggregates [patch by Kai Nacke].Bill Schmidt2013-02-201-1/+7
* Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMCInst.h.Jyotsna Verma2013-02-2010-32/+336
* Fix PR15155: lost vadd/vsplat optimization.Bill Schmidt2013-02-203-8/+43
* I optimized the following patterns:Elena Demikhovsky2013-02-202-0/+40
* Fix thumbv5e frame lowering assertion failure.Logan Chien2013-02-201-3/+6
* Fix the (clang -Werror) build by removing an unused member variable.David Blaikie2013-02-201-2/+1
* Expand pseudos/macros:Reed Kotler2013-02-203-10/+110
* Add missing #include.Jakub Staszak2013-02-201-0/+1
* [ms-inline asm] Force the use of a base pointer if the MachineFunction includesChad Rosier2013-02-191-2/+4
* ELF symbol table field st_other support, Jack Carter2013-02-191-0/+4
* ELF symbol table field st_other support, Jack Carter2013-02-191-1/+4
* ELF symbol table field st_other support, Jack Carter2013-02-194-6/+36
* Add obvious constantness.Jakub Staszak2013-02-191-2/+2
* ARM NEON: Don't need COPY_TO_REGCLASS in patternArnold Schwaighofer2013-02-191-3/+1
* ARM: Allocation hints must make sure to be in the alloc order.Jim Grosbach2013-02-191-1/+2
* Hexagon: Sync TSFlags in MCTargetDesc/HexagonBaseInfo.h withJyotsna Verma2013-02-191-28/+60
* Clean up HiPE prologue emission a bit and avoid signed arithmetic tricks.Benjamin Kramer2013-02-191-43/+47
* Move LLVM_LIBRARY_VISIBILITY for consistency with what was done toRafael Espindola2013-02-191-1/+1
* Make ARMAsmPrinter pass name more precise and fix comment.Eli Bendersky2013-02-191-6/+2
* Make pass name more precise and fix comment.Eli Bendersky2013-02-191-6/+2
* ARM NEON: Merge a f32 bitcast of a v2i32 extracteltArnold Schwaighofer2013-02-191-0/+6
* R600: Add AR_X to the R600_TReg_X register class.Tom Stellard2013-02-191-1/+1
* R600: Mark all members of the TRegMem register class as reservedTom Stellard2013-02-191-0/+6
* R600: Fix scheduler crash caused by invalid MachinePointerInfoTom Stellard2013-02-191-1/+1
* R600: Fix tracking of implicit defs in the IndirectAddressing passTom Stellard2013-02-191-7/+25
* Fix capitalization in comment to match function name.Craig Topper2013-02-191-1/+1
* Expand pseudos/macros BteqzT8SltiX16, BteqzT8SltiuX16,Reed Kotler2013-02-192-1/+48
* Remove some unused private fields from the AArch64MCCodeEmitter. TheseChandler Carruth2013-02-191-7/+2
* Expand pseudos BteqzT8CmpiX16 and BtnezT8CmpiX16.Reed Kotler2013-02-193-0/+58
* Use array_pod_sort instead of std::sort.Jakub Staszak2013-02-181-2/+2
* X86FrameLowering.cpp: Fixup. Sorry for the breakage.NAKAMURA Takumi2013-02-181-1/+1
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-183-6/+6
* X86FrameLowering.cpp: Fix a warning in -Asserts. [-Wunused-variable]NAKAMURA Takumi2013-02-181-2/+1
* Remove a useless assert.Chad Rosier2013-02-181-1/+0
* [fast-isel] Remove an invalid assert.Chad Rosier2013-02-181-1/+0
* Fix a 32/64 bit incompatibility in the HiPE prologue generation.Benjamin Kramer2013-02-181-1/+1
* Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.Benjamin Kramer2013-02-182-5/+157
* R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for mad patternVincent Lejeune2013-02-187-23/+15
* R600: Support for TBOVincent Lejeune2013-02-183-1/+58
* R600: Increase number of ArrayBase Reg to 32Vincent Lejeune2013-02-181-2/+2
* Expand macro/pseudo instructions BtnezT8SltX16 and BtnezT8SltuX16.Reed Kotler2013-02-181-0/+8
* Expand pseudo/macro BteqzT8SltuX16 . There is no test case becauseReed Kotler2013-02-182-0/+7
* Expand pseudo/macro BteqzT8SltX16.Reed Kotler2013-02-181-0/+3
* Expand macro/pseudo BteqzT8CmpX16.Reed Kotler2013-02-181-0/+3