summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Support/Registry.h] Include llvm/Support/Compiler.h.Argyrios Kyrtzidis2013-06-271-0/+2
* Get rid of the unused class member.Nadav Rotem2013-06-271-3/+2
* CostModel: improve the cost model for load/store of non power-of-two types su...Nadav Rotem2013-06-272-0/+62
* R600: Remove alu-split.ll testTom Stellard2013-06-271-851/+0
* [sanitizer] Support padding with spaces in Printf.Sergey Matveev2013-06-272-35/+65
* LoopVectorize: Use vectorized loop invariant gep index anchored in loopArnold Schwaighofer2013-06-272-8/+56
* Use MCFillFragment for zero-initialized data.Serge Pavlov2013-06-275-8/+21
* [lsan] Fix flaky test.Sergey Matveev2013-06-271-2/+3
* tsan: revert dynamic symbols file to the old incorrect oneDmitry Vyukov2013-06-272-382/+5
* tsan: remove non-existent functions from syms fileDmitry Vyukov2013-06-272-13/+10
* [msan] Optionally disable 2 tests (dlopen & gethostbyname).Evgeniy Stepanov2013-06-271-12/+20
* Add support for passing v8fp options via -mfpu.Joey Gouly2013-06-273-1/+18
* Add a Subtarget feature 'v8fp' to the ARM backend.Joey Gouly2013-06-277-5/+36
* Remove unused variable.Benjamin Kramer2013-06-271-2/+0
* Don't cast away constness.Benjamin Kramer2013-06-271-1/+2
* [SystemZ] Fix some embarrassing test typosRichard Sandiford2013-06-2714-30/+30
* [SystemZ] Allow LA and LARL to be rematerializedRichard Sandiford2013-06-274-4/+36
* [SystemZ] Allow immediate moves to be rematerializedRichard Sandiford2013-06-278-39/+94
* [sanitizer] Fix dirent interceptors.Evgeniy Stepanov2013-06-273-14/+47
* [LSan] Add the way to disable LSan at link timeAlexey Samsonov2013-06-274-0/+41
* [SystemZ] Add conditional store patternsRichard Sandiford2013-06-2713-9/+1910
* Add more owners to CODE_OWNERS.TXT (Kostya Serebryany: AddressSanitizer and T...Kostya Serebryany2013-06-271-0/+8
* [TSan] try to fix Go buildAlexey Samsonov2013-06-271-0/+1
* [MSan] Rename __msan_unpoision_param to __msan::UnpoisonParam - it shouldn't ...Alexey Samsonov2013-06-274-9/+8
* Update testing case to make DI nodes have the correct format.Manman Ren2013-06-271-3/+3
* Add CXXFLAGS back to the Link command.Bob Wilson2013-06-271-1/+2
* Add a convenience createUniqueDirectory function.Rafael Espindola2013-06-274-12/+20
* A bit of program simplification from r185056Larisse Voufo2013-06-272-4/+2
* Fixed the IRInterpreter to reject any code thatSean Callanan2013-06-271-0/+14
* Fix a conversion to incomplete type bug -- The error message now specifically...Larisse Voufo2013-06-274-7/+43
* Adding support for extracting line table information from .o files that do no...Enrico Granata2013-06-273-10/+52
* Fixed IRExecutionUnit so that it looks up addressesSean Callanan2013-06-271-2/+17
* Delete dead code.Eli Friedman2013-06-274-137/+1
* Fix spelling.Arnold Schwaighofer2013-06-271-1/+1
* LoopVectorize: Don't store a reversed value in the vectorized value mapArnold Schwaighofer2013-06-272-1/+59
* [APFloat] Added unittest for APFloat.divide that checks special cases, result...Michael Gottesman2013-06-271-0/+304
* Added support for the Builtin attribute.Michael Gottesman2013-06-2715-23/+154
* <rdar://problem/14195566>Greg Clayton2013-06-272-9/+13
* No need to use a Set when a vector would do.Nadav Rotem2013-06-271-3/+3
* Remove the process's reservation cache and don'tSean Callanan2013-06-273-148/+2
* Removed two logging printf statements from the APFloat tests... = /.Michael Gottesman2013-06-271-8/+0
* [APFloat] Added unittest for APFloat.multiply that checks special cases, resu...Michael Gottesman2013-06-261-0/+307
* [APFloat] Added unittest for APFloat.subtract that checks special cases, resu...Michael Gottesman2013-06-261-0/+303
* Simplify code.Eli Friedman2013-06-261-39/+7
* SLP: When searching for vectorization opportunities scan the blocks in post-o...Nadav Rotem2013-06-261-2/+4
* SLP: Dont erase instructions during vectorization because it prevents the out...Nadav Rotem2013-06-261-2/+0
* Handle all TemplateArguments in trivial TypeLocs.Eli Friedman2013-06-262-4/+39
* In InstCombine{AddSub,MulDivRem} convert APFloat.isFiniteNonZero() && !APFloa...Michael Gottesman2013-06-262-5/+5
* [APFloat] Convert all references to fcNormal to references to isFiniteNonZero().Michael Gottesman2013-06-261-30/+30
* PR16467: Teach -Wunsequenced that in C11 (unlike C++11), an assignment'sRichard Smith2013-06-263-5/+102
OpenPOWER on IntegriCloud