summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola2013-11-02
* Convert another use of getSymbolNMTypeChar.Rafael Espindola2013-11-02
* Avoid some getSymbolNMTypeChar uses in COFFObjectFile.cpp itself.Rafael Espindola2013-11-02
* Revert "Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSym...Rafael Espindola2013-11-02
* Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSymbolFileO...Rafael Espindola2013-11-02
* SLPVectorizer: Remove duplicated function.Benjamin Kramer2013-11-02
* LoopVectorize: Remove quadratic behavior the local CSE.Benjamin Kramer2013-11-02
* A better fix that also works on ppc: add a target tripple.Rafael Espindola2013-11-02
* Fix this test to pass on darwin now that llvm-nm is working.Rafael Espindola2013-11-02
* Fix llvm-nm to mach OS X's nm on some tests.Rafael Espindola2013-11-02
* Fix PR17764Michael Liao2013-11-02
* Added command-line option to output llvm-cov to file.Yuchen Wu2013-11-02
* LoopVectorizer: Move cse code into its own functionArnold Schwaighofer2013-11-01
* Comment some and reformat for clarity beginFunction.Eric Christopher2013-11-01
* DebugInfo: regenerate test case from Clang to adjust for fixes/improvementsDavid Blaikie2013-11-01
* LoopVectorizer: Perform redundancy elimination on induction variablesArnold Schwaighofer2013-11-01
* DebugInfo: Improve readability of test case added in r193878David Blaikie2013-11-01
* DebugInfo: add a test case for data member locations (coverage for r193835)David Blaikie2013-11-01
* Fix a test case broken by r193872David Blaikie2013-11-01
* Add comments.Manman Ren2013-11-01
* DebugInfo: Make pubnames header printing similar to unit header printingDavid Blaikie2013-11-01
* [Stackmap] Remove erroneous assert.Juergen Ributzka2013-11-01
* Use isa<> instead of dyn_cast<> with unused valueMatt Arsenault2013-11-01
* [AArch64] Simplify a few of the instruction patterns. No functional change in...Chad Rosier2013-11-01
* [AArch64] Fix assembly string formatting and other coding standard violations.Chad Rosier2013-11-01
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-01
* Commenting out this assert because it is causing the build bots to fail. Thi...Aaron Ballman2013-11-01
* Fixing an order of evaluation error in an assert.Aaron Ballman2013-11-01
* LoopVectorize: Look for consecutive acces in GEPs with trailing zero indicesBenjamin Kramer2013-11-01
* [ARM] Add Virtualization subtarget feature and more build attributes in this ...Bradley Smith2013-11-01
* [ARM] Fix Tag_ABI_HardFP_use build attributeBradley Smith2013-11-01
* Consider (x == -1) unlikely in BranchProbabilityInfoHal Finkel2013-11-01
* LoopVectorizer: If dependency checks fail try runtime checksArnold Schwaighofer2013-11-01
* LoopVectorizer: Clear all member data structures in RuntimeCheck.reset()Arnold Schwaighofer2013-11-01
* OCaml bindings: fix typoSylvestre Ledru2013-11-01
* OCaml bindings: remove unused DONT_BUILD_RELINKED from MakefilesSylvestre Ledru2013-11-01
* Use \01 to disable the mangler. Should fix the 32 bit windows bots.Rafael Espindola2013-11-01
* OCaml bindings: fix typoSylvestre Ledru2013-11-01
* OCaml bindings: fix typo in documentationSylvestre Ledru2013-11-01
* OCaml bindings: formattingSylvestre Ledru2013-11-01
* DebugInfo: Emit member variable locations as data instead of expressions in b...David Blaikie2013-11-01
* Add to the disassembler C API output reference types forKevin Enderby2013-11-01
* Fix unused variable warnings.Dan Gohman2013-10-31
* These test cases for experimental features are a bit too darwin-specific stil...Andrew Trick2013-10-31
* Unused variableAndrew Trick2013-10-31
* [AArch64] Add support for NEON scalar fixed-point convert to floating-point i...Chad Rosier2013-10-31
* Modify CMakeLists.txt to work around pr17763 and bring some bots back.Rafael Espindola2013-10-31
* Add new calling convention for WebKit Java Script.Andrew Trick2013-10-31
* Add support for stack map generation in the X86 backend.Andrew Trick2013-10-31
* Relax check line to match what llvm-nm prints for COFF.Rafael Espindola2013-10-31