aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [ARM] NEON instructions were erroneously decoded from certain invalid encodingsArtyom Skrobov2013-10-302-20/+28
* R600: Custom lower f32 = uint_to_fp i64Tom Stellard2013-10-303-4/+42
* DwarfDebug: Change Abbreviations member from pointer to referenceDavid Blaikie2013-10-302-10/+10
* fix RST reference in Writing an LLVM PassBenjamin Kramer2013-10-301-1/+1
* Add #include of raw_ostream.h to MipsSEISelLowering.cppHans Wennborg2013-10-301-0/+1
* [mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related testsDaniel Sanders2013-10-303-89/+166
* make ConstantRange::signExtend() optimalNuno Lopes2013-10-302-0/+8
* [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal...Daniel Sanders2013-10-308-176/+471
* [AArch64] Add support for NEON scalar floating-point compare instructions.Chad Rosier2013-10-309-37/+780
* Refactor the AVX512 intrinsics. Cluster the intrinsics into the appropriate v...Cameron McInally2013-10-301-82/+104
* Rehash but don't grow when full of tombstones.Howard Hinnant2013-10-301-3/+2
* [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ...Daniel Sanders2013-10-3010-119/+395
* [mips][msa] Combine binsri-like DAG of AND and OR into equivalent VSELECTDaniel Sanders2013-10-302-0/+272
* [mips] MipsSETargetLowering now reports DAGCombiner changes when using -debug...Daniel Sanders2013-10-301-1/+9
* [mips][msa] Added support for matching splat.[bhw] from normal IR (i.e. not i...Daniel Sanders2013-10-304-59/+101
* Revert "SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs spl...Juergen Ributzka2013-10-304-87/+9
* SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.Juergen Ributzka2013-10-304-9/+87
* Reformat Makefile. No other changes.Bill Wendling2013-10-301-4/+3
* [mips] Compute stack alignment on the fly.Akira Hatanaka2013-10-303-7/+3
* Reformat code with clang-format.Josh Magee2013-10-302-42/+46
* StackProtector.h: Fix trailing comments for doxygen. [-Wdocumentation]NAKAMURA Takumi2013-10-301-8/+8
* Trailing whitespace in a comment line.NAKAMURA Takumi2013-10-301-1/+1
* Debug Info: code clean up.Manman Ren2013-10-292-3/+5
* Debug Info: support for DW_FORM_ref_addr.Manman Ren2013-10-296-3/+67
* Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren2013-10-2911-68/+63
* Struct byval cleanup: add helper functions to reduce code duplication.Manman Ren2013-10-291-180/+117
* [stackprotector] Update the StackProtector pass to perform datalayout analysis.Josh Magee2013-10-292-28/+90
* Update commentMatt Arsenault2013-10-291-2/+2
* Workaround MSVC 32-bit miscompile of getCondCodeAction.Matt Arsenault2013-10-291-15/+13
* Removing a switch statement that contains only a default label. This resolve...Aaron Ballman2013-10-291-28/+25
* [mips] Align the stack to 16-bytes for mfp64.Akira Hatanaka2013-10-296-4/+25
* Remove declared but not implemented function.Rafael Espindola2013-10-291-11/+0
* Fix common typos in the docs.Benjamin Kramer2013-10-294-4/+4
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-2912-39/+35
* Debug Info: clean up testing case.Manman Ren2013-10-291-2/+4
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-2926-84/+88
* add test cases for frameaddr and returnaddr for aarch64Weiming Zhao2013-10-292-0/+41
* [AArch64] Implement FrameAddr and ReturnAddrWeiming Zhao2013-10-292-0/+43
* [ARM] Make sure HasCRC is initialized to false in Subtarget.Amara Emerson2013-10-291-0/+1
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-2918-21/+253
* R600/SI: Add compute support for CI v2Tom Stellard2013-10-297-16/+35
* R600: Expand vector FSQRT opsTom Stellard2013-10-292-0/+55
* DWARF parser: propery handle DW_FORM_ref_sig8 and fix Windows build.Alexey Samsonov2013-10-292-43/+42
* The asm printer has a mangler. Use it.Rafael Espindola2013-10-293-7/+4
* The AsmPrinter has a Mangler. Use it.Rafael Espindola2013-10-293-8/+6
* The asm printer has a mangler. Don't keep a second pointer to it.Rafael Espindola2013-10-291-10/+11
* Support names like llvm-ar-3.4 and llvm-ranlib-3.4.Rafael Espindola2013-10-291-2/+2
* Test cleanup for v8 instructionsBernard Ogden2013-10-293-7/+38
* Clarify that GlobalVariables definitions must have an initializer.Rafael Espindola2013-10-292-6/+14
* Quick-fix DebugInfo build on WindowsTimur Iskhodzhanov2013-10-291-1/+3