aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Convert calls to __sinpi and __cospi into __sincospi_stretBob Wilson2013-11-034-0/+292
* Enable optimization of sin / cos pair into call to __sincos_stret for iOS7+.Bob Wilson2013-11-035-0/+125
* [SparcV9] Add ctpop instruction for i64. Also, expand ctlz, cttz and bswap.Venkatraman Govindaraju2013-11-033-0/+32
* Configure with --enable-terminfo=no for Apple's llvmCore builds.Bob Wilson2013-11-031-1/+2
* Add a comment to note that LLVMDisablePrettyStackTrace() is likely not a good...Filip Pizlo2013-11-031-0/+3
* When LLVM is embedded in a larger application, it's not OK for LLVM to interc...Filip Pizlo2013-11-032-0/+11
* move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola2013-11-027-192/+226
* Convert another use of getSymbolNMTypeChar.Rafael Espindola2013-11-021-5/+9
* Avoid some getSymbolNMTypeChar uses in COFFObjectFile.cpp itself.Rafael Espindola2013-11-021-12/+6
* Revert "Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSym...Rafael Espindola2013-11-021-2/+4
* Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSymbolFileO...Rafael Espindola2013-11-021-4/+2
* SLPVectorizer: Remove duplicated function.Benjamin Kramer2013-11-021-10/+2
* LoopVectorize: Remove quadratic behavior the local CSE.Benjamin Kramer2013-11-021-26/+40
* A better fix that also works on ppc: add a target tripple.Rafael Espindola2013-11-021-12/+12
* Fix this test to pass on darwin now that llvm-nm is working.Rafael Espindola2013-11-021-6/+2
* Fix llvm-nm to mach OS X's nm on some tests.Rafael Espindola2013-11-024-10/+24
* Fix PR17764Michael Liao2013-11-022-1/+11
* Added command-line option to output llvm-cov to file.Yuchen Wu2013-11-023-12/+22
* LoopVectorizer: Move cse code into its own functionArnold Schwaighofer2013-11-011-32/+37
* Comment some and reformat for clarity beginFunction.Eric Christopher2013-11-011-30/+42
* DebugInfo: regenerate test case from Clang to adjust for fixes/improvementsDavid Blaikie2013-11-011-87/+64
* LoopVectorizer: Perform redundancy elimination on induction variablesArnold Schwaighofer2013-11-014-6/+76
* DebugInfo: Improve readability of test case added in r193878David Blaikie2013-11-011-2/+2
* DebugInfo: add a test case for data member locations (coverage for r193835)David Blaikie2013-11-011-0/+43
* Fix a test case broken by r193872David Blaikie2013-11-011-1/+1
* Add comments.Manman Ren2013-11-011-0/+2
* DebugInfo: Make pubnames header printing similar to unit header printingDavid Blaikie2013-11-014-18/+8
* [Stackmap] Remove erroneous assert.Juergen Ributzka2013-11-011-3/+0
* Use isa<> instead of dyn_cast<> with unused valueMatt Arsenault2013-11-011-3/+3
* [AArch64] Simplify a few of the instruction patterns. No functional change in...Chad Rosier2013-11-011-109/+60
* [AArch64] Fix assembly string formatting and other coding standard violations.Chad Rosier2013-11-011-190/+118
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-0116-58/+12
* Commenting out this assert because it is causing the build bots to fail. Thi...Aaron Ballman2013-11-011-2/+2
* Fixing an order of evaluation error in an assert.Aaron Ballman2013-11-011-1/+1
* LoopVectorize: Look for consecutive acces in GEPs with trailing zero indicesBenjamin Kramer2013-11-012-11/+80
* [ARM] Add Virtualization subtarget feature and more build attributes in this ...Bradley Smith2013-11-018-269/+167
* [ARM] Fix Tag_ABI_HardFP_use build attributeBradley Smith2013-11-014-39/+102
* Consider (x == -1) unlikely in BranchProbabilityInfoHal Finkel2013-11-012-4/+57
* LoopVectorizer: If dependency checks fail try runtime checksArnold Schwaighofer2013-11-012-5/+75
* LoopVectorizer: Clear all member data structures in RuntimeCheck.reset()Arnold Schwaighofer2013-11-011-0/+2
* OCaml bindings: fix typoSylvestre Ledru2013-11-011-1/+1
* OCaml bindings: remove unused DONT_BUILD_RELINKED from MakefilesSylvestre Ledru2013-11-012-2/+0
* Use \01 to disable the mangler. Should fix the 32 bit windows bots.Rafael Espindola2013-11-011-9/+9
* OCaml bindings: fix typoSylvestre Ledru2013-11-012-2/+2
* OCaml bindings: fix typo in documentationSylvestre Ledru2013-11-011-1/+1
* OCaml bindings: formattingSylvestre Ledru2013-11-0124-74/+44
* DebugInfo: Emit member variable locations as data instead of expressions in b...David Blaikie2013-11-013-33/+35
* Add to the disassembler C API output reference types forKevin Enderby2013-11-012-3/+35
* Fix unused variable warnings.Dan Gohman2013-10-311-0/+3
* These test cases for experimental features are a bit too darwin-specific stil...Andrew Trick2013-10-312-4/+4