aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename the test so that we can add additional vectors-of-pointers testsNadav Rotem2012-12-181-0/+0
* SROA: Replace calls to getScalarSizeInBits to DataLayout's API becauseNadav Rotem2012-12-182-6/+31
* llvm/test/MC/ELF/comp-dir.s: Appease MSYS Bash.NAKAMURA Takumi2012-12-181-1/+1
* Initialize NoRedZone and remove unused default values.Rafael Espindola2012-12-181-3/+4
* Cleanup comment and formattingEli Bendersky2012-12-181-5/+3
* Repair bundles that were broken by removing and reinserting the firstJakob Stoklund Olesen2012-12-181-1/+8
* Formatting.Eric Christopher2012-12-181-1/+1
* Add support for passing -main-file-name all the way through toEric Christopher2012-12-187-2/+47
* Cleanup formatting and whitespace.Eric Christopher2012-12-181-9/+10
* Extract a method, no functional change intended.Jakob Stoklund Olesen2012-12-181-31/+35
* Tighten up the erase/remove API for bundled instructions.Jakob Stoklund Olesen2012-12-174-74/+95
* EmitDebugLabel should by default be the same as EmitLabel everywhere.Reed Kotler2012-12-171-0/+5
* fix indentationEli Bendersky2012-12-171-1/+1
* [arm fast-isel] Minor cleanup. No functional change intended.Chad Rosier2012-12-171-10/+6
* Fix some integer constant warnings by using a suffixNick Kledzik2012-12-171-7/+7
* Add a triple to this test -- it has to be an ELF platform...Chandler Carruth2012-12-171-1/+1
* Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth2012-12-175-4/+30
* re-enable test cases now that traits work with g++. Fix some g++ warningsNick Kledzik2012-12-171-12/+7
* Remove trailing whitespaceMichael Ilseman2012-12-172-9/+9
* Removed trailing whitespaceMichael Ilseman2012-12-171-22/+22
* [arm fast-isel] Fast-isel only handles simple VTs, so make sure the necessaryChad Rosier2012-12-171-10/+20
* Use different trait techniques to be compatible with g++Nick Kledzik2012-12-171-26/+41
* Fix another SROA crasher, PR14601.Chandler Carruth2012-12-172-1/+16
* Query section for whether it should be executable.Tim Northover2012-12-171-5/+3
* Teach MachO which sections contain codeTim Northover2012-12-175-3/+10
* [msan] Fix lint warning.Evgeniy Stepanov2012-12-171-1/+2
* Add instruction encodings / disassembly support for l2r instructions.Richard Osborne2012-12-174-33/+144
* R600: enable S_*N2_* instructionsTom Stellard2012-12-171-4/+4
* R600: BB operand support for SITom Stellard2012-12-174-4/+27
* R600: remove nonsense setPrefLoopAlignmentTom Stellard2012-12-171-1/+0
* Teach the rewriting of memcpy calls to support subvector copies.Chandler Carruth2012-12-172-40/+89
* Revert/correct some FastISel changes in r170104 (EVT->MVT forPatrik Hagglund2012-12-172-16/+25
* Optimize tree walking in markAliveBlocks.Evgeniy Stepanov2012-12-171-4/+3
* Add instruction encodings for PEEK and ENDIN.Richard Osborne2012-12-172-8/+14
* Fix a secondary bug I introduced while fixing the first part of PR14478.Chandler Carruth2012-12-172-23/+19
* Fix parameter name in prototypes in XCoreDisassembler.Richard Osborne2012-12-171-3/+3
* Hoist a convertValue call to the two paths where it is needed.Chandler Carruth2012-12-171-3/+4
* Add instruction encodings / disassembly support for rus instructions.Richard Osborne2012-12-174-19/+124
* Hoist the insertVector helper to be a static helper.Chandler Carruth2012-12-171-49/+62
* Add instruction encodings for ZEXT and SEXT.Richard Osborne2012-12-172-8/+14
* Lift the extractVector helper all the way out to a static helper function.Chandler Carruth2012-12-171-30/+32
* Factor the vector load rewriting into a more generic form.Chandler Carruth2012-12-171-16/+27
* Add instruction encodings / disassembly support for 2r instructions.Richard Osborne2012-12-174-70/+222
* Add instruction encodings / disassembly support for 0r instructions.Richard Osborne2012-12-173-9/+32
* Simplify assertion in XCoreInstPrinter.Richard Osborne2012-12-171-2/+3
* Update comments to match recommended doxygen style.Richard Osborne2012-12-174-16/+17
* Remove unnecessary include.Richard Osborne2012-12-171-1/+0
* Fix typo that results in new landing pads not getting a name, fixing PR14617.Duncan Sands2012-12-171-1/+1
* Fix comment typo.Duncan Sands2012-12-171-1/+1
* Remove EFLAGS from the BLSI/BLSMSK/BLSR patterns. The nodes created by DAG co...Craig Topper2012-12-171-11/+11