summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* Use a different scheme to chose 16/32 variants. This scheme is moreReed Kotler2013-02-162-11/+7
* Reinitialize the ivars in the subtarget so that they can be reset with the ne...Bill Wendling2013-02-164-73/+89
* [ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.Chad Rosier2013-02-162-15/+18
* Derive ELF section type from the name in some cases where GNU as doesJoerg Sonnenberger2013-02-161-1/+10
* [mips] Remove SDNPWantParent from the list of SDNodeProperties.Akira Hatanaka2013-02-162-17/+14
* Temporary revert of 175320.Bill Wendling2013-02-154-90/+74
* Reinitialize the ivars in the subtarget.Bill Wendling2013-02-154-74/+90
* Suppress a GCC -Wunused-variable warning in -Asserts buildsMatt Beaumont-Gay2013-02-151-0/+2
* c[ms-inline asm] It's possible to have a SizeDirective rewrite and anChad Rosier2013-02-151-1/+16
* If bundle alignment is enabled, do not add data to a fragment with instructionsDerek Schuff2013-02-152-4/+7
* Support changing the subtarget features in ARM.Bill Wendling2013-02-152-4/+29
* Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...Bill Wendling2013-02-153-41/+71
* [ms-inline asm] Adjust the EndLoc to account for the ']'.Chad Rosier2013-02-151-1/+2
* [mips] Clean up class MipsCCInfo.Akira Hatanaka2013-02-152-58/+74
* [mips] Split SelectAddr, which was used to match address patterns, into twoAkira Hatanaka2013-02-153-18/+71
* Remove a final dependency on the form field in tablegen; which is a remnantReed Kotler2013-02-152-6/+10
* AsmParser: Reformat the MS asm parser to reduce nesting.Benjamin Kramer2013-02-151-85/+86
* enable SDISel sincos optimization for GNU environmentsPaul Redmond2013-02-152-9/+33
* Hexagon: Set appropriate TSFlags to the loads/stores with global address toJyotsna Verma2013-02-151-33/+25
* BBVectorize: Call a DAG and DAG instead of a treeHal Finkel2013-02-151-84/+84
* Fix refactoring mistake in "Teach InstCombine to work with smaller legal type...Arnaud A. de Grandmaison2013-02-151-1/+1
* Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2Arnaud A. de Grandmaison2013-02-151-0/+19
* AArch64: add branch fixup pass.Tim Northover2013-02-156-0/+652
* Give these callbacks hidden visibility. It is better to not export them moreRafael Espindola2013-02-152-4/+6
* Don't make assumptions about the mangling of static functions in extern "C"Rafael Espindola2013-02-152-27/+17
* [asan] support long double on 64-bit. See https://code.google.com/p/address-s...Kostya Serebryany2013-02-151-1/+1
* Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer2013-02-157-11/+11
* AArch64: remove ConstantIsland pass & put literals in separate section.Tim Northover2013-02-1512-1610/+83
* AArch64: refactor frame handling to use movz/movk for overlarge offsets.Tim Northover2013-02-151-12/+29
* Simplify the 'operator<' for the attribute object.Bill Wendling2013-02-151-15/+13
* BBVectorize: Cap the number of candidate pairs in each instruction groupHal Finkel2013-02-151-1/+9
* Revert "Simplify the attributes '<' comparison function."Anna Zaks2013-02-151-13/+15
* Fix minor mips16 issues in directives for function prologue. Probably this doesReed Kotler2013-02-151-7/+10
* Simplify the attributes '<' comparison function.Bill Wendling2013-02-151-15/+13
* [mips] Disallow moving load/store instructions past volatile instructions.Akira Hatanaka2013-02-141-1/+1
* [mips] Replace usage of SmallSet with BitVector, which is used to keep track ofAkira Hatanaka2013-02-141-86/+83
* [mips] Fix comments and coding style violations. Declare functions to be const.Akira Hatanaka2013-02-141-64/+47
* The ARM NEON vector compare instructions take three arguments. However, the Joel Jones2013-02-141-0/+5
* The operand listing is very much outdated.Eli Bendersky2013-02-141-5/+2
* [mips] Simplify code in function Filler::findDelayInstr.Akira Hatanaka2013-02-141-38/+29
* BBVectorize: Remove the remaining instances of std::multimapHal Finkel2013-02-141-231/+256
* BBVectorize: Don't store candidate pairs in a std::multimapHal Finkel2013-02-141-60/+92
* Simplify code. Remove "else after return".Jakub Staszak2013-02-141-5/+4
* Update comment.Chad Rosier2013-02-141-1/+2
* Hexagon: Change insn class to support instruction encoding.Jyotsna Verma2013-02-145-259/+252
* s/bool/LLVMBool/Bill Wendling2013-02-141-1/+1
* Add two new functions to the C API:Bill Wendling2013-02-141-0/+23
* added basic support for Intel ADX instructionsKay Tiong Khoo2013-02-145-0/+54
* R600/SI: Fix int_SI_fs_interp_constantMichel Danzer2013-02-145-37/+34
* Dont merge consecutive loads/stores into vectors when noimplicitfloat is used.Nadav Rotem2013-02-141-6/+6
OpenPOWER on IntegriCloud