summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [msan] Print stats even on successful run with atexit=1.Evgeniy Stepanov2014-06-244-6/+10
* Remove use of llvm.codegen intrinsic for GPGPU codegenYabin Hu2014-06-246-526/+192
* Driver: Restore proper naming of crashdump filesJustin Bogner2014-06-243-7/+8
* GlobalOpt: Don't optimize dllimport for initializersDavid Majnemer2014-06-242-8/+33
* AST: Address of dllimport functions isn't constantDavid Majnemer2014-06-243-10/+33
* Include <tuple> for std::tieAlexey Samsonov2014-06-241-0/+1
* AST: Address of dllimport variables isn't constantDavid Majnemer2014-06-243-0/+17
* [AArch64] Fix a build_vector pattern match failKevin Qin2014-06-242-24/+35
* [OPENMP] Added initial checking of nesting of OpenMP regions.Alexey Bataev2014-06-243-3/+136
* [Disasm][AVX512] Implement decoding of top bit for non-destructive reg fieldsAdam Nemet2014-06-242-1/+8
* [Emacs] Use spaces rather than tabs for indentation in tablegen-modeAdam Nemet2014-06-241-0/+1
* Some calls to get<>() were qualified. Some were not. Qualify them all. Fixes ...Marshall Clow2014-06-245-25/+25
* Support: Move class ScaledNumberDuncan P. N. Exon Smith2014-06-244-673/+667
* BFI: Un-floatify more languageDuncan P. N. Exon Smith2014-06-242-32/+33
* BFI: Remove more float-like language from ScaledNumberDuncan P. N. Exon Smith2014-06-241-8/+8
* Support: Return ScaledNumbers::MaxScale from getQuotient()Duncan P. N. Exon Smith2014-06-242-6/+6
* Support: Extract ScaledNumbers::MinScale and MaxScaleDuncan P. N. Exon Smith2014-06-243-18/+18
* BFI: Change language from "exponent" to "scale"Duncan P. N. Exon Smith2014-06-232-61/+59
* BFI: Update ScaledNumber header docsDuncan P. N. Exon Smith2014-06-231-13/+17
* BFI: Rename UnsignedFloat => ScaledNumberDuncan P. N. Exon Smith2014-06-232-107/+111
* Fix comments from r211553Duncan P. N. Exon Smith2014-06-231-2/+2
* Support: Extract ScaledNumbers::getSum() and getDifference()Duncan P. N. Exon Smith2014-06-233-61/+250
* Support: Return scale from ScaledNumbers::matchScales()Duncan P. N. Exon Smith2014-06-232-14/+17
* Propagate isAddressOfMember into typo correction so that we don't correct &qu...Nick Lewycky2014-06-235-9/+52
* not: Only consider exit code 3 to be a crash with --crashReid Kleckner2014-06-231-4/+5
* Fix error handling for the AppleGetQueues and AppleGetPendingItemsJason Molenda2014-06-232-0/+2
* Update for llvm api change.Rafael Espindola2014-06-232-2/+2
* Add newline on last line of a few files.Jason Molenda2014-06-234-4/+4
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-2316-53/+68
* [FastISel][X86] Lower unsupported selects to control-flow.Juergen Ributzka2014-06-232-0/+209
* [FastISel][X86] Add support for floating-point select.Juergen Ributzka2014-06-232-0/+519
* [FastISel][X86] Optimize selects when the condition comes from a compare.Juergen Ributzka2014-06-236-39/+471
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-2323-154/+117
* Temporarily roll back the parts of r211241 where I fixed aJason Molenda2014-06-232-2/+2
* This reverts commit r211533 and r211539.Rafael Espindola2014-06-232-75/+1
* Fix cmake build.Juergen Ributzka2014-06-231-1/+0
* Simplify memory management with std::unique_ptr.Rafael Espindola2014-06-231-12/+8
* nm-trivial-object.test requires shell since Lit internal runner isn't capable...NAKAMURA Takumi2014-06-231-0/+1
* Don't set the ABI to apcs-gnu for non-ARM iOS targets (i.e., theSean Callanan2014-06-231-2/+3
* Part 2 of SBUnitSignals check-in.Todd Fiala2014-06-233-0/+74
* Add SBUnixSignals.iEd Maste2014-06-231-0/+74
* Fix PR20056: Implement pseudo LDR <reg>, =<literal/label> for AArch64Weiming Zhao2014-06-233-1/+76
* Convert a few methods to use ErrorOr.Rafael Espindola2014-06-235-21/+19
* Support: Extract ScaledNumbers::matchScale()Duncan P. N. Exon Smith2014-06-233-46/+119
* Fix spelling. s/overloaed/overloaded/Jim Grosbach2014-06-231-2/+2
* Change the default input for llvm-nm to be a.out instead of standard inputKevin Enderby2014-06-236-8/+16
* CodeGen: Remove a stray tab character (NFC)Justin Bogner2014-06-231-1/+1
* [Mips] Add a target streamer when creating a null streamer.Rafael Espindola2014-06-234-33/+77
* Add API control of the signal disposition.Todd Fiala2014-06-2312-2/+327
* Recommit 211309 (StringMap::insert), reverted in 211328 due to issues with pr...David Blaikie2014-06-233-23/+72
OpenPOWER on IntegriCloud