summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* Bitcode: Fix a typo in an assertJustin Bogner2014-01-091-1/+1
* [Sparc] Multiclass for loads/stores. No functionality change intended.Venkatraman Govindaraju2014-01-092-140/+46
* Clean up an inconsistency in v7s feature default.Evan Cheng2014-01-091-2/+2
* Add a unit test for the copy constructor.Rafael Espindola2014-01-091-0/+3
* Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"Alp Toker2014-01-091-7/+0
* Re-remove dead code.Nadav Rotem2014-01-092-59/+0
* Update example to be more idiomatic.Rafael Espindola2014-01-091-3/+2
* Revert r198851, "Prototype of skeleton type units for fission"NAKAMURA Takumi2014-01-095-67/+22
* Fixed old typo in ScalarEvolution, that caused wrong SCEVs zext operation.Stepan Dyatkovskiy2014-01-092-1/+82
* [SystemZ] Fix RNSBG bug introduced by r197802Richard Sandiford2014-01-094-8/+43
* Handle masked rotate amountsRichard Sandiford2014-01-092-16/+144
* Match the InstCombine form of rotates by X+CRichard Sandiford2014-01-092-12/+68
* Disable LeakSanitizer in TableGen binaries, see PR18325Kostya Serebryany2014-01-091-0/+7
* Revert r198819 - "Remove dead code."Nadav Rotem2014-01-092-0/+59
* Fix accidental use of the exotic "std::string::back()" method. Turns out it'sLang Hames2014-01-091-1/+2
* Add an "-object-cache-dir=<string>" option to LLI. This option specifies theLang Hames2014-01-092-18/+29
* Prototype of skeleton type units for fissionDavid Blaikie2014-01-095-22/+67
* llvm-dwarfdump: type unit dwo supportDavid Blaikie2014-01-094-3/+62
* llvm-readobj: address review comments for ARM EHABI printingSaleem Abdulrasool2014-01-092-45/+37
* llvm-readobj: fix endiannessSaleem Abdulrasool2014-01-091-5/+6
* DwarfDebug: Refactor out common skeleton construction code to be reused for t...David Blaikie2014-01-093-20/+28
* Extend llvm::AlignedCharArrayUnion to support up to 10 arguments, as required...Richard Smith2014-01-091-7/+13
* Reformatting for r198842David Blaikie2014-01-091-3/+2
* DwarfUnit: Rename "Node" to "CUNode" and propagate it through DwarfTypeUnit a...David Blaikie2014-01-094-22/+18
* Revert "DwarfUnit: Move the DICompileUnit Node to the DwarfCompileUnit only"David Blaikie2014-01-092-12/+12
* [PM] Rename this source file to something a bit more generic beforeChandler Carruth2014-01-092-2/+2
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-0944-181/+106
* DwarfUnit: Move the DICompileUnit Node to the DwarfCompileUnit onlyDavid Blaikie2014-01-092-12/+12
* Remove the test for endianness in configure.ac and regenerate.Eric Christopher2014-01-093-761/+457
* Replace fstream use with raw_fd_ostream.Lang Hames2014-01-091-2/+2
* Remove dead code.Rafael Espindola2014-01-092-59/+0
* Use the existing typedef to avoid forming a reference to a reference.Rafael Espindola2014-01-091-2/+2
* llvm.experimental.stackmap: fix encoding of large constants.Andrew Trick2014-01-092-5/+50
* Simplify/collapse/denest a conditions/blocks.David Blaikie2014-01-091-32/+31
* llvm-dwarfdump: reorder dwo sections to immediately proceed their non-dwo equ...David Blaikie2014-01-082-40/+39
* Fix the C++03 build.Rafael Espindola2014-01-081-1/+1
* Use getError and remove the error_code operator.Rafael Espindola2014-01-084-12/+8
* Remove vestigal bits of MC from the mangler. It no longer uses this, andChandler Carruth2014-01-082-2/+0
* Conservatively handle multiple MMOs in MIsNeedChainEdgeHal Finkel2014-01-082-4/+41
* Move declaration of variables down to first use.Matt Arsenault2014-01-081-6/+4
* Add missing definitions of key_type and value_type to DenseSet.Matt Arsenault2014-01-081-0/+3
* Add get and getError methods to ErrorOr.Rafael Espindola2014-01-081-0/+7
* [AArch64][NEON] Added UXTL and UXTL2 instruction aliasesAna Pazos2014-01-082-11/+48
* Force emit a relocation for @gnu_indirect_function symbols so that the indirectRoman Divacky2014-01-082-1/+17
* [x86] Remove OpSize16 flag from MOV32r0David Woodhouse2014-01-081-2/+1
* Teach the DAGCombiner how to fold 'vselect' dag nodes accordingAndrea Di Biagio2014-01-085-28/+77
* Add missing rename from the previous commit.Rafael Espindola2014-01-081-1/+1
* Rename get to getStorage and getError to getErrorStorage.Rafael Espindola2014-01-081-16/+16
* Add missing test case for r198737.Lang Hames2014-01-081-0/+27
* Remove mention of old deleted test scripts from testing guideNico Rieck2014-01-081-13/+5
OpenPOWER on IntegriCloud