aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* R600/SI: remove some more unused codeChristian Konig2013-02-162-52/+0
* R600/structurizer: improve inverting conditionsChristian Konig2013-02-161-1/+39
* R600/structurizer: improve loop handlingChristian Konig2013-02-161-196/+148
* R600/structurizer: improve finding condition valuesChristian Konig2013-02-161-9/+22
* R600/structurizer: improve PHI value findingChristian Konig2013-02-161-0/+6
* R600/structurizer: add class to find the Nearest Common DominatorChristian Konig2013-02-161-0/+66
* Add some constantness in Machine Dominators.Jakub Staszak2013-02-161-6/+8
* Remove trailing spaces.Jakub Staszak2013-02-161-24/+24
* Use a different scheme to chose 16/32 variants. This scheme is moreReed Kotler2013-02-162-11/+7
* [ELF] Add STN_UNDEF.Michael J. Spencer2013-02-161-0/+5
* Reinitialize the ivars in the subtarget so that they can be reset with the ne...Bill Wendling2013-02-165-74/+89
* [ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.Chad Rosier2013-02-165-17/+43
* Derive ELF section type from the name in some cases where GNU as doesJoerg Sonnenberger2013-02-162-1/+72
* [mips] Remove SDNPWantParent from the list of SDNodeProperties.Akira Hatanaka2013-02-162-17/+14
* Pacify -Wnon-virtual-dtorMatt Beaumont-Gay2013-02-151-0/+2
* Temporary revert of 175320.Bill Wendling2013-02-155-90/+75
* Reinitialize the ivars in the subtarget.Bill Wendling2013-02-155-74/+156
* 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-153-6/+20
* 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-154-41/+75
* [ms-inline asm] Adjust the EndLoc to account for the ']'.Chad Rosier2013-02-151-1/+2
* Forgot to 'svn add' the LoopVectorizer tests for the new parallel loop metada...Pekka Jaaskelainen2013-02-152-0/+166
* [mips] Clean up class MipsCCInfo.Akira Hatanaka2013-02-152-58/+74
* capitalize SCEV to match the current naming conventionSebastian Pop2013-02-151-15/+15
* [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
* add ScevApplyRewriterSebastian Pop2013-02-151-0/+39
* add SCEVParameterRewriterSebastian Pop2013-02-151-0/+104
* AsmParser: Reformat the MS asm parser to reduce nesting.Benjamin Kramer2013-02-151-85/+86
* enable SDISel sincos optimization for GNU environmentsPaul Redmond2013-02-153-23/+73
* 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-153-3/+61
* 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-152-1/+10
* 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-1521-1641/+121
* AArch64: refactor frame handling to use movz/movk for overlarge offsets.Tim Northover2013-02-152-30/+44
* clang-formatize llvm-symbolizer codeAlexey Samsonov2013-02-153-78/+69
* Simplify the 'operator<' for the attribute object.Bill Wendling2013-02-152-17/+15
* BBVectorize: Cap the number of candidate pairs in each instruction groupHal Finkel2013-02-152-1/+12
* Revert "Simplify the attributes '<' comparison function."Anna Zaks2013-02-151-13/+15
* Revert "Fix testcase for attribute ordering."Anna Zaks2013-02-151-1/+1
* Revert "Fix testcase for attribute ordering."Anna Zaks2013-02-151-1/+1
* Fix testcase for attribute ordering.Bill Wendling2013-02-151-1/+1